Package at.bestsolution.uia
Interface IUIAVirtualRootElement
- All Superinterfaces:
IInitable,IUIAElement
marks an IUIAElement to be a virtual root.
Its descendents must be IUIAVirtualElements
-
Nested Class Summary
Nested classes/interfaces inherited from interface at.bestsolution.uia.IUIAElement
IUIAElement.UIAElementContext -
Method Summary
Modifier and TypeMethodDescriptiongetChildFromPoint(Point2D point) default IUIAElementgetFocus()Methods inherited from interface at.bestsolution.uia.IInitable
initializeMethods inherited from interface at.bestsolution.uia.IUIAElement
getAutomationId, getBounds, getControlType, GetFocusDelegate, getId, getProvider, isProviderAvailable, SetFocus, withContext
-
Method Details
-
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
- Parameters:
point- the coordinates in screen space- Returns:
- the virtual child under the point
-