Interface IVirtualSpaceFocusEngine

All Superinterfaces:
IFocusEngine

public interface IVirtualSpaceFocusEngine extends IFocusEngine
The VirtualSpace focus engine.
Author:
Christopher Mindus
  • 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.