Enum Class AXPropertyName
- All Implemented Interfaces:
Serializable
,Comparable<AXPropertyName>
,Constable
Values of AXProperty name:
- from 'busy' to 'roledescription': states which apply to every AX node
- from 'live' to 'root': attributes which apply to nodes in live regions
- from 'autocomplete' to 'valuetext': attributes which apply to widgets
- from 'checked' to 'selected': states which apply to widgets
- from 'activedescendant' to 'owns' - relationships between elements other than parent/child/sibling.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic AXPropertyName
fromString
(String s) toJson()
toString()
static AXPropertyName
Returns the enum constant of this class with the specified name.static AXPropertyName[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BUSY
-
DISABLED
-
EDITABLE
-
FOCUSABLE
-
FOCUSED
-
HIDDEN
-
HIDDENROOT
-
INVALID
-
KEYSHORTCUTS
-
SETTABLE
-
ROLEDESCRIPTION
-
LIVE
-
ATOMIC
-
RELEVANT
-
ROOT
-
AUTOCOMPLETE
-
HASPOPUP
-
LEVEL
-
MULTISELECTABLE
-
ORIENTATION
-
MULTILINE
-
READONLY
-
REQUIRED
-
VALUEMIN
-
VALUEMAX
-
VALUETEXT
-
CHECKED
-
EXPANDED
-
MODAL
-
PRESSED
-
SELECTED
-
ACTIVEDESCENDANT
-
CONTROLS
-
DESCRIBEDBY
-
DETAILS
-
ERRORMESSAGE
-
FLOWTO
-
LABELLEDBY
-
OWNS
-
-
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
-
fromString
-
toString
- Overrides:
toString
in classEnum<AXPropertyName>
-
toJson
-