Package com.iizix.gyro
Interface IVirtualSpaceFocusEngine
- All Superinterfaces:
- IFocusEngine
The VirtualSpace focus engine.
- Author:
- Christopher Mindus
- Method SummaryModifier 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- getLastFocusedVirtualSpaceVirtualSpace getLastFocusedVirtualSpace()Returns the last focused VirtualSpace. This VirtualSpace may have been disposed!- Returns:
- The VirtualSpace, or null if none has been focused.
 
- getCurrentFocusFallbackIVSComponent 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.