public enum StandardEventIds extends java.lang.Enum<StandardEventIds> implements IEventId
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