Package com.iizix.gyro
Interface IVirtualSpaceFocusEngine
- All Superinterfaces:
IFocusEngine
The VirtualSpace focus engine.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionGets the component in focus with fall-back to last super-parent (panel or VirtualSpace).Returns the last focused VirtualSpace.Methods inherited from interface com.iizix.gyro.IFocusEngine
addFocusListener, addFocusVetoListener, getCurrentFocus, getFocusListeners, getFocusVetoListeners, hasCommonFocus, removeFocusListener, removeFocusVetoListener, requestFocus, requestFocusEx
Method Details
getLastFocusedVirtualSpace
VirtualSpace getLastFocusedVirtualSpace()Returns the last focused VirtualSpace. This VirtualSpace may have been disposed!- Returns:
- The VirtualSpace, or null if none has been focused.
getCurrentFocusFallback
IVSComponent getCurrentFocusFallback()Gets the component in focus with fall-back to last super-parent (panel or VirtualSpace).- Returns:
- The component or property in current focus, null for none.