public enum StandardEventIds extends java.lang.Enum<StandardEventIds> implements IEventId
Enum Constant and Description |
---|
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).
|
UIA_AsyncContentLoadedEventId
Identifies the event that is raised when asynchronous content is being loaded.
|
UIA_AutomationFocusChangedEventId
Identifies the event that is raised when the focus has changed from one element to another.
|
UIA_AutomationPropertyChangedEventId
Identifies the event that is raised when the value of a property has changed.
|
UIA_ChangesEventId
Identifies the event that is raised when a provider calls the UiaRaiseChangesEvent function.
|
UIA_Drag_DragCancelEventId
Identifies the event that is raised when the user ends a drag operation before dropping an element on a drop target.
|
UIA_Drag_DragCompleteEventId
Identifies the event that is raised when the user drops an element on a drop target.
|
UIA_Drag_DragStartEventId
Identifies the event that is raised when the user starts to drag an element.
|
UIA_DropTarget_DragEnterEventId
Identifies the event that is raised when the user drags an element into a drop target's boundary.
|
UIA_DropTarget_DragLeaveEventId
Identifies the event that is raised when the user drags an element out of a drop target's boundary.
|
UIA_DropTarget_DroppedEventId
Identifies the event that is raised when the user drops an element on a drop target.
|
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.
|
UIA_InputDiscardedEventId
Identifies the event that is raised when the specified input was discarded or otherwise failed to reach any element.
|
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_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_Invoke_InvokedEventId
Identifies the event that is raised when a control is invoked or activated.
|
UIA_LayoutInvalidatedEventId
Identifies the event that is raised when the layout of child items within a control has changed.
|
UIA_LiveRegionChangedEventId
Identifies the event that is raised when the content of a live region has changed.
|
UIA_MenuClosedEventId
Identifies the event that is raised when a menu is closed.
|
UIA_MenuModeEndEventId
Identifies the event that is raised when a menu mode is ended.
|
UIA_MenuModeStartEventId
Identifies the event that is raised when a menu mode is started.
|
UIA_MenuOpenedEventId
Identifies the event that is raised when a menu is opened.
|
UIA_NotificationEventId
Identifies the event that is raised when a provider calls the UiaRaiseNotificationEvent method.
|
UIA_Selection_InvalidatedEventId
Identifies the event that is raised when a selection in a container has changed significantly.
|
UIA_SelectionItem_ElementAddedToSelectionEventId
UIA_SelectionItem_ElementAddedToSelectionEventId
|
UIA_SelectionItem_ElementRemovedFromSelectionEventId
UIA_SelectionItem_ElementRemovedFromSelectionEventId
|
UIA_SelectionItem_ElementSelectedEventId
UIA_SelectionItem_ElementSelectedEventId
|
UIA_StructureChangedEventId
Identifies the event that is raised when the UI Automation tree structure is changed.
|
UIA_SystemAlertEventId
Identifies the event that is raised when a provider issues a system alert.
|
UIA_Text_TextChangedEventId
Identifies the event that is raised whenever textual content is modified.
|
UIA_Text_TextSelectionChangedEventId
Identifies the event that is raised when the text selection is modified.
|
UIA_TextEdit_ConversionTargetChangedEventId
Identifies the event that is raised whenever a composition replacement is performed by a control.
|
UIA_TextEdit_TextChangedEventId
Identifies the event that is raised whenever text auto-correction is performed by a control.
|
UIA_ToolTipClosedEventId
Identifies the event that is raised when a tooltip is closed.
|
UIA_ToolTipOpenedEventId
Identifies the event that is raised when a tooltip is opened.
|
UIA_Window_WindowClosedEventId
Identifies the event that is raised when a window is closed.
|
UIA_Window_WindowOpenedEventId
Identifies the event that is raised when a window is opened.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<StandardEventIds> |
fromNativeValue(int nativeValue)
a lookup in standard event ids
|
int |
getNativeValue()
native value
|
static StandardEventIds |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StandardEventIds[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardEventIds UIA_ToolTipOpenedEventId
public static final StandardEventIds UIA_ToolTipClosedEventId
public static final StandardEventIds UIA_StructureChangedEventId
public static final StandardEventIds UIA_MenuOpenedEventId
public static final StandardEventIds UIA_AutomationPropertyChangedEventId
public static final StandardEventIds UIA_AutomationFocusChangedEventId
public static final StandardEventIds UIA_AsyncContentLoadedEventId
public static final StandardEventIds UIA_MenuClosedEventId
public static final StandardEventIds UIA_LayoutInvalidatedEventId
public static final StandardEventIds UIA_Invoke_InvokedEventId
public static final StandardEventIds UIA_SelectionItem_ElementAddedToSelectionEventId
public static final StandardEventIds UIA_SelectionItem_ElementRemovedFromSelectionEventId
public static final StandardEventIds UIA_SelectionItem_ElementSelectedEventId
public static final StandardEventIds UIA_Selection_InvalidatedEventId
public static final StandardEventIds UIA_Text_TextSelectionChangedEventId
public static final StandardEventIds UIA_Text_TextChangedEventId
public static final StandardEventIds UIA_Window_WindowOpenedEventId
public static final StandardEventIds UIA_Window_WindowClosedEventId
public static final StandardEventIds UIA_MenuModeStartEventId
public static final StandardEventIds UIA_MenuModeEndEventId
public static final StandardEventIds UIA_InputReachedTargetEventId
public static final StandardEventIds UIA_InputReachedOtherElementEventId
public static final StandardEventIds UIA_InputDiscardedEventId
public static final StandardEventIds UIA_SystemAlertEventId
public static final StandardEventIds UIA_LiveRegionChangedEventId
public static final StandardEventIds UIA_HostedFragmentRootsInvalidatedEventId
public static final StandardEventIds UIA_Drag_DragStartEventId
public static final StandardEventIds UIA_Drag_DragCancelEventId
public static final StandardEventIds UIA_Drag_DragCompleteEventId
public static final StandardEventIds UIA_DropTarget_DragEnterEventId
public static final StandardEventIds UIA_DropTarget_DragLeaveEventId
public static final StandardEventIds UIA_DropTarget_DroppedEventId
public static final StandardEventIds UIA_TextEdit_TextChangedEventId
public static final StandardEventIds UIA_TextEdit_ConversionTargetChangedEventId
public static final StandardEventIds UIA_ChangesEventId
public static final StandardEventIds UIA_NotificationEventId
public static final StandardEventIds UIA_ActiveTextPositionChangedEventId
public static StandardEventIds[] values()
for (StandardEventIds c : StandardEventIds.values()) System.out.println(c);
public static StandardEventIds valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getNativeValue()
IEventId
getNativeValue
in interface IEventId
public static java.util.Optional<StandardEventIds> fromNativeValue(int nativeValue)
IEventId
fromNativeValue
in interface IEventId
nativeValue
- the native value