Interface IUIAVirtualRootElement

All Superinterfaces:
IInitable, IUIAElement

public interface IUIAVirtualRootElement extends IUIAElement
marks an IUIAElement to be a virtual root.

Its descendents must be IUIAVirtualElements

  • Method Details

    • getFocus

      default IUIAElement getFocus()
      Returns:
      the element that has the input focus or null
    • getChildren

      List<IUIAElement> getChildren()
      Returns:
      the virtual children of this element.

      Note: if an element has children its JavaFX children are ignored.

    • getChildFromPoint

      IUIAElement getChildFromPoint(Point2D point)
      Parameters:
      point - the coordinates in screen space
      Returns:
      the virtual child under the point