Enum Class StandardEventIds

java.lang.Object
java.lang.Enum<StandardEventIds>
at.bestsolution.uia.StandardEventIds
All Implemented Interfaces:
IEventId, Serializable, Comparable<StandardEventIds>, Constable

public enum StandardEventIds extends Enum<StandardEventIds> implements IEventId
Event Identifiers see https://docs.microsoft.com/en-us/windows/win32/winauto/uiauto-event-ids
  • Enum Constant Details

    • UIA_ToolTipOpenedEventId

      public static final StandardEventIds UIA_ToolTipOpenedEventId
      Identifies the event that is raised when a tooltip is opened.
    • UIA_ToolTipClosedEventId

      public static final StandardEventIds UIA_ToolTipClosedEventId
      Identifies the event that is raised when a tooltip is closed.
    • UIA_StructureChangedEventId

      public static final StandardEventIds UIA_StructureChangedEventId
      Identifies the event that is raised when the UI Automation tree structure is changed.
    • UIA_MenuOpenedEventId

      public static final StandardEventIds UIA_MenuOpenedEventId
      Identifies the event that is raised when a menu is opened.
    • UIA_AutomationPropertyChangedEventId

      public static final StandardEventIds UIA_AutomationPropertyChangedEventId
      Identifies the event that is raised when the value of a property has changed.
    • UIA_AutomationFocusChangedEventId

      public static final StandardEventIds UIA_AutomationFocusChangedEventId
      Identifies the event that is raised when the focus has changed from one element to another.
    • UIA_AsyncContentLoadedEventId

      public static final StandardEventIds 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

      public static final StandardEventIds UIA_MenuClosedEventId
      Identifies the event that is raised when a menu is closed.
    • UIA_LayoutInvalidatedEventId

      public static final StandardEventIds 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

      public static final StandardEventIds UIA_Invoke_InvokedEventId
      Identifies the event that is raised when a control is invoked or activated.
    • UIA_SelectionItem_ElementAddedToSelectionEventId

      public static final StandardEventIds UIA_SelectionItem_ElementAddedToSelectionEventId
      UIA_SelectionItem_ElementAddedToSelectionEventId
    • UIA_SelectionItem_ElementRemovedFromSelectionEventId

      public static final StandardEventIds UIA_SelectionItem_ElementRemovedFromSelectionEventId
      UIA_SelectionItem_ElementRemovedFromSelectionEventId
    • UIA_SelectionItem_ElementSelectedEventId

      public static final StandardEventIds UIA_SelectionItem_ElementSelectedEventId
      UIA_SelectionItem_ElementSelectedEventId
    • UIA_Selection_InvalidatedEventId

      public static final StandardEventIds UIA_Selection_InvalidatedEventId
      Identifies the event that is raised when a selection in a container has changed significantly.
    • UIA_Text_TextSelectionChangedEventId

      public static final StandardEventIds UIA_Text_TextSelectionChangedEventId
      Identifies the event that is raised when the text selection is modified.
    • UIA_Text_TextChangedEventId

      public static final StandardEventIds UIA_Text_TextChangedEventId
      Identifies the event that is raised whenever textual content is modified.
    • UIA_Window_WindowOpenedEventId

      public static final StandardEventIds UIA_Window_WindowOpenedEventId
      Identifies the event that is raised when a window is opened.
    • UIA_Window_WindowClosedEventId

      public static final StandardEventIds UIA_Window_WindowClosedEventId
      Identifies the event that is raised when a window is closed.
    • UIA_MenuModeStartEventId

      public static final StandardEventIds UIA_MenuModeStartEventId
      Identifies the event that is raised when a menu mode is started.
    • UIA_MenuModeEndEventId

      public static final StandardEventIds UIA_MenuModeEndEventId
      Identifies the event that is raised when a menu mode is ended.
    • UIA_InputReachedTargetEventId

      public static final StandardEventIds 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

      public static final StandardEventIds 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

      public static final StandardEventIds UIA_InputDiscardedEventId
      Identifies the event that is raised when the specified input was discarded or otherwise failed to reach any element.
    • UIA_SystemAlertEventId

      public static final StandardEventIds UIA_SystemAlertEventId
      Identifies the event that is raised when a provider issues a system alert. Supported starting with Windows 8.
    • UIA_LiveRegionChangedEventId

      public static final StandardEventIds UIA_LiveRegionChangedEventId
      Identifies the event that is raised when the content of a live region has changed. Supported starting with Windows 8.
    • UIA_HostedFragmentRootsInvalidatedEventId

      public static final StandardEventIds 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

      public static final StandardEventIds 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

      public static final StandardEventIds 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

      public static final StandardEventIds 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

      public static final StandardEventIds 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

      public static final StandardEventIds 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

      public static final StandardEventIds 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

      public static final StandardEventIds 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

      public static final StandardEventIds 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

      public static final StandardEventIds UIA_ChangesEventId
      Identifies the event that is raised when a provider calls the UiaRaiseChangesEvent function.
    • UIA_NotificationEventId

      public static final StandardEventIds UIA_NotificationEventId
      Identifies the event that is raised when a provider calls the UiaRaiseNotificationEvent method.
    • UIA_ActiveTextPositionChangedEventId

      public static final StandardEventIds 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

      public static StandardEventIds[] 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

      public static StandardEventIds valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getNativeValue

      public int getNativeValue()
      Description copied from interface: IEventId
      native value
      Specified by:
      getNativeValue in interface IEventId
      Returns:
      the native value of the event id
    • fromNativeValue

      public static Optional<StandardEventIds> fromNativeValue(int nativeValue)
      Description copied from interface: IEventId
      a lookup in standard event ids
      Parameters:
      nativeValue - the native value
      Returns:
      the standard event id or a simple wrapped native value