Package at.bestsolution.uia
Enum Class StandardEventIds
- All Implemented Interfaces:
IEventId,Serializable,Comparable<StandardEventIds>,Constable
Event Identifiers
see https://docs.microsoft.com/en-us/windows/win32/winauto/uiauto-event-ids
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIdentifies the event that is raised when the active text position changes, indicated by a navigation event within or between read-only text elements (such as web browsers, PDF documents, or EPUB documents) using bookmarks (fragment identifiers that refer to a location within a resource).Identifies the event that is raised when asynchronous content is being loaded.Identifies the event that is raised when the focus has changed from one element to another.Identifies the event that is raised when the value of a property has changed.Identifies the event that is raised when a provider calls the UiaRaiseChangesEvent function.Identifies the event that is raised when the user ends a drag operation before dropping an element on a drop target.Identifies the event that is raised when the user drops an element on a drop target.Identifies the event that is raised when the user starts to drag an element.Identifies the event that is raised when the user drags an element into a drop target's boundary.Identifies the event that is raised when the user drags an element out of a drop target's boundary.Identifies the event that is raised when the user drops an element on a drop target.Identifies the event that is raised when a change is made to the root node of a UI Automation fragment that is hosted in another element.Identifies the event that is raised when the specified input was discarded or otherwise failed to reach any element.Identifies the event that is raised when the specified input reached an element other than the element for which the StartListening method was called.Identifies the event that is raised when the specified mouse or keyboard input reaches the element for which the StartListening method was called.Identifies the event that is raised when a control is invoked or activated.Identifies the event that is raised when the layout of child items within a control has changed.Identifies the event that is raised when the content of a live region has changed.Identifies the event that is raised when a menu is closed.Identifies the event that is raised when a menu mode is ended.Identifies the event that is raised when a menu mode is started.Identifies the event that is raised when a menu is opened.Identifies the event that is raised when a provider calls the UiaRaiseNotificationEvent method.Identifies the event that is raised when a selection in a container has changed significantly.UIA_SelectionItem_ElementAddedToSelectionEventIdUIA_SelectionItem_ElementRemovedFromSelectionEventIdUIA_SelectionItem_ElementSelectedEventIdIdentifies the event that is raised when the UI Automation tree structure is changed.Identifies the event that is raised when a provider issues a system alert.Identifies the event that is raised whenever textual content is modified.Identifies the event that is raised when the text selection is modified.Identifies the event that is raised whenever a composition replacement is performed by a control.Identifies the event that is raised whenever text auto-correction is performed by a control.Identifies the event that is raised when a tooltip is closed.Identifies the event that is raised when a tooltip is opened.Identifies the event that is raised when a window is closed.Identifies the event that is raised when a window is opened. -
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<StandardEventIds>fromNativeValue(int nativeValue) a lookup in standard event idsintnative valuestatic StandardEventIdsReturns the enum constant of this class with the specified name.static StandardEventIds[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UIA_ToolTipOpenedEventId
Identifies the event that is raised when a tooltip is opened. -
UIA_ToolTipClosedEventId
Identifies the event that is raised when a tooltip is closed. -
UIA_StructureChangedEventId
Identifies the event that is raised when the UI Automation tree structure is changed. -
UIA_MenuOpenedEventId
Identifies the event that is raised when a menu is opened. -
UIA_AutomationPropertyChangedEventId
Identifies the event that is raised when the value of a property has changed. -
UIA_AutomationFocusChangedEventId
Identifies the event that is raised when the focus has changed from one element to another. -
UIA_AsyncContentLoadedEventId
Identifies the event that is raised when asynchronous content is being loaded. This event is used mainly by providers to indicate that asynchronous content-loading events have occurred. -
UIA_MenuClosedEventId
Identifies the event that is raised when a menu is closed. -
UIA_LayoutInvalidatedEventId
Identifies the event that is raised when the layout of child items within a control has changed. This event is also used for Auto-suggest accessibility. -
UIA_Invoke_InvokedEventId
Identifies the event that is raised when a control is invoked or activated. -
UIA_SelectionItem_ElementAddedToSelectionEventId
UIA_SelectionItem_ElementAddedToSelectionEventId -
UIA_SelectionItem_ElementRemovedFromSelectionEventId
UIA_SelectionItem_ElementRemovedFromSelectionEventId -
UIA_SelectionItem_ElementSelectedEventId
UIA_SelectionItem_ElementSelectedEventId -
UIA_Selection_InvalidatedEventId
Identifies the event that is raised when a selection in a container has changed significantly. -
UIA_Text_TextSelectionChangedEventId
Identifies the event that is raised when the text selection is modified. -
UIA_Text_TextChangedEventId
Identifies the event that is raised whenever textual content is modified. -
UIA_Window_WindowOpenedEventId
Identifies the event that is raised when a window is opened. -
UIA_Window_WindowClosedEventId
Identifies the event that is raised when a window is closed. -
UIA_MenuModeStartEventId
Identifies the event that is raised when a menu mode is started. -
UIA_MenuModeEndEventId
Identifies the event that is raised when a menu mode is ended. -
UIA_InputReachedTargetEventId
Identifies the event that is raised when the specified mouse or keyboard input reaches the element for which the StartListening method was called. -
UIA_InputReachedOtherElementEventId
Identifies the event that is raised when the specified input reached an element other than the element for which the StartListening method was called. -
UIA_InputDiscardedEventId
Identifies the event that is raised when the specified input was discarded or otherwise failed to reach any element. -
UIA_SystemAlertEventId
Identifies the event that is raised when a provider issues a system alert. Supported starting with Windows 8. -
UIA_LiveRegionChangedEventId
Identifies the event that is raised when the content of a live region has changed. Supported starting with Windows 8. -
UIA_HostedFragmentRootsInvalidatedEventId
Identifies the event that is raised when a change is made to the root node of a UI Automation fragment that is hosted in another element. Supported starting with Windows 8. -
UIA_Drag_DragStartEventId
Identifies the event that is raised when the user starts to drag an element. This event is raised by the element being dragged. Supported starting with Windows 8. -
UIA_Drag_DragCancelEventId
Identifies the event that is raised when the user ends a drag operation before dropping an element on a drop target. This event is raised by the element being dragged. Supported starting with Windows 8. -
UIA_Drag_DragCompleteEventId
Identifies the event that is raised when the user drops an element on a drop target. This event is raised by the element being dragged. Supported starting with Windows 8. -
UIA_DropTarget_DragEnterEventId
Identifies the event that is raised when the user drags an element into a drop target's boundary. This event is raised by the drop target element. Supported starting with Windows 8. -
UIA_DropTarget_DragLeaveEventId
Identifies the event that is raised when the user drags an element out of a drop target's boundary. This event is raised by the drop target element. Supported starting with Windows 8. -
UIA_DropTarget_DroppedEventId
Identifies the event that is raised when the user drops an element on a drop target. This event is raised by the drop target element. Supported starting with Windows 8. -
UIA_TextEdit_TextChangedEventId
Identifies the event that is raised whenever text auto-correction is performed by a control. Supported starting with Windows 8.1. -
UIA_TextEdit_ConversionTargetChangedEventId
Identifies the event that is raised whenever a composition replacement is performed by a control. Supported starting with Windows 8.1. -
UIA_ChangesEventId
Identifies the event that is raised when a provider calls the UiaRaiseChangesEvent function. -
UIA_NotificationEventId
Identifies the event that is raised when a provider calls the UiaRaiseNotificationEvent method. -
UIA_ActiveTextPositionChangedEventId
Identifies the event that is raised when the active text position changes, indicated by a navigation event within or between read-only text elements (such as web browsers, PDF documents, or EPUB documents) using bookmarks (fragment identifiers that refer to a location within a resource).
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNativeValue
public int getNativeValue()Description copied from interface:IEventIdnative value- Specified by:
getNativeValuein interfaceIEventId- Returns:
- the native value of the event id
-
fromNativeValue
Description copied from interface:IEventIda lookup in standard event ids- Parameters:
nativeValue- the native value- Returns:
- the standard event id or a simple wrapped native value
-