public enum AXPropertyName extends Enum<AXPropertyName>
| Enum Constant and Description |
|---|
ACTIVEDESCENDANT |
ATOMIC |
AUTOCOMPLETE |
BUSY |
CHECKED |
CONTROLS |
DESCRIBEDBY |
DETAILS |
DISABLED |
EDITABLE |
ERRORMESSAGE |
EXPANDED |
FLOWTO |
FOCUSABLE |
FOCUSED |
HAS_POPUP |
HIDDEN |
HIDDEN_ROOT |
INVALID |
KEYSHORTCUTS |
LABELLEDBY |
LEVEL |
LIVE |
MODAL |
MULTILINE |
MULTISELECTABLE |
ORIENTATION |
OWNS |
PRESSED |
READONLY |
RELEVANT |
REQUIRED |
ROLEDESCRIPTION |
ROOT |
SELECTED |
SETTABLE |
VALUEMAX |
VALUEMIN |
VALUETEXT |
| Modifier and Type | Method and Description |
|---|---|
static AXPropertyName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AXPropertyName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AXPropertyName BUSY
public static final AXPropertyName DISABLED
public static final AXPropertyName EDITABLE
public static final AXPropertyName FOCUSABLE
public static final AXPropertyName FOCUSED
public static final AXPropertyName HIDDEN
public static final AXPropertyName HIDDEN_ROOT
public static final AXPropertyName INVALID
public static final AXPropertyName KEYSHORTCUTS
public static final AXPropertyName SETTABLE
public static final AXPropertyName ROLEDESCRIPTION
public static final AXPropertyName LIVE
public static final AXPropertyName ATOMIC
public static final AXPropertyName RELEVANT
public static final AXPropertyName ROOT
public static final AXPropertyName AUTOCOMPLETE
public static final AXPropertyName HAS_POPUP
public static final AXPropertyName LEVEL
public static final AXPropertyName MULTISELECTABLE
public static final AXPropertyName ORIENTATION
public static final AXPropertyName MULTILINE
public static final AXPropertyName READONLY
public static final AXPropertyName REQUIRED
public static final AXPropertyName VALUEMIN
public static final AXPropertyName VALUEMAX
public static final AXPropertyName VALUETEXT
public static final AXPropertyName CHECKED
public static final AXPropertyName EXPANDED
public static final AXPropertyName MODAL
public static final AXPropertyName PRESSED
public static final AXPropertyName SELECTED
public static final AXPropertyName ACTIVEDESCENDANT
public static final AXPropertyName CONTROLS
public static final AXPropertyName DESCRIBEDBY
public static final AXPropertyName DETAILS
public static final AXPropertyName ERRORMESSAGE
public static final AXPropertyName FLOWTO
public static final AXPropertyName LABELLEDBY
public static final AXPropertyName OWNS
public static AXPropertyName[] values()
for (AXPropertyName c : AXPropertyName.values()) System.out.println(c);
public static AXPropertyName valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020. All rights reserved.