Package com.iizix.gyro
Interface IVirtualSpaceFocusEngine
- All Superinterfaces:
- IFocusEngine
 - public interface IVirtualSpaceFocusEngine extends IFocusEngine The VirtualSpace focus engine.- Author:
- Christopher Mindus
 
- Method Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - IVSComponent- getCurrentFocusFallback()Gets the component in focus with fall-back to last super-parent (panel or VirtualSpace).- VirtualSpace- getLastFocusedVirtualSpace()Returns the last focused VirtualSpace.- Methods inherited from interface com.iizix.gyro.IFocusEngine- addFocusListener, addFocusVetoListener, getCurrentFocus, getFocusListeners, getFocusVetoListeners, hasCommonFocus, removeFocusListener, removeFocusVetoListener, requestFocus, requestFocusEx
 
 
- Method Detail- 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.