Uses of Interface
com.iizix.gyro.IFocusEngine
Packages that use IFocusEngine Package Description com.iizix.gyro com.iizix.prop com.iizix.prop.vs com.iizix.server.app com.iizix.server.gyro Uses of IFocusEngine in com.iizix.gyro
Subinterfaces of IFocusEngine in com.iizix.gyro Modifier and Type Interface Description interfaceIVirtualSpaceFocusEngineThe VirtualSpace focus engine.Methods in com.iizix.gyro that return IFocusEngine Modifier and Type Method Description IFocusEngineGyroTransaction. getFocusEngine()Returns the focus engine associated with this Gyro transaction.IFocusEngineIAppSessionGyro. getFocusEngine(IFocusComp comp)Returns the focus engine instance for the specified component.IFocusEngineIFocusEngineProvider. getFocusEngine(IFocusComp comp)Returns the focus engine instance for the specified component.IFocusEngineIClientSessionGyro. getUIFocusEngine()Returns the UI focus engine instance for the specified component.Constructors in com.iizix.gyro with parameters of type IFocusEngine Constructor Description GyroTransaction(PropCnr transactionContainer, IFocusEngine focusEngine)Creates the gyro transaction for a property container.Uses of IFocusEngine in com.iizix.prop
Methods in com.iizix.prop that return IFocusEngine Modifier and Type Method Description IFocusEngineIPropCnr. getFocusEngine(IFocusComp comp)Locates the focus engine instance for the specified component.IFocusEnginePropCnr. getFocusEngine(IFocusComp comp)Locates the focus engine instance for the specified component.Uses of IFocusEngine in com.iizix.prop.vs
Methods in com.iizix.prop.vs with parameters of type IFocusEngine Modifier and Type Method Description booleanVSActionTXProcess. addTransactionContainer(PropCnr transactionContainer, IFocusEngine focusEngine)Creates a Gyro transaction for a property container.Uses of IFocusEngine in com.iizix.server.app
Methods in com.iizix.server.app that return IFocusEngine Modifier and Type Method Description IFocusEngineVirtualsContainer.VContainer. getFocusEngine(IFocusComp comp)Locates the focus engine instance for the specified component.Uses of IFocusEngine in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return IFocusEngine Modifier and Type Method Description IFocusEngineAppSessionGyro. getFocusEngine(IFocusComp comp)Returns the focus engine instance for the specified component.IFocusEngineClientSessionGyro. getFocusEngine(IFocusComp comp)Returns the focus engine instance for the specified component.IFocusEngineClientSessionGyro. getUIFocusEngine()Returns the UI focus engine instance for the specified component.