public static enum A11yNodeInfo.Actions extends java.lang.Enum<A11yNodeInfo.Actions>
Enum Constant and Description |
---|
ACCESSIBILITY_FOCUS |
CLEAR_ACCESSIBILITY_FOCUS |
CLEAR_FOCUS |
CLEAR_SELECTION |
CLICK |
COLLAPSE |
COPY |
CUT |
LONG_CLICK |
PASTE |
PREVIOUS_AT_MOVEMENT_GRANULARITY |
PREVIOUS_HTML_ELEMENT |
Modifier and Type | Method and Description |
---|---|
static A11yNodeInfo.Actions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static A11yNodeInfo.Actions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final A11yNodeInfo.Actions ACCESSIBILITY_FOCUS
public static final A11yNodeInfo.Actions CLEAR_ACCESSIBILITY_FOCUS
public static final A11yNodeInfo.Actions CLEAR_FOCUS
public static final A11yNodeInfo.Actions CLEAR_SELECTION
public static final A11yNodeInfo.Actions CLICK
public static final A11yNodeInfo.Actions COLLAPSE
public static final A11yNodeInfo.Actions COPY
public static final A11yNodeInfo.Actions CUT
public static final A11yNodeInfo.Actions LONG_CLICK
public static final A11yNodeInfo.Actions PASTE
public static final A11yNodeInfo.Actions PREVIOUS_AT_MOVEMENT_GRANULARITY
public static final A11yNodeInfo.Actions PREVIOUS_HTML_ELEMENT
public static A11yNodeInfo.Actions[] values()
for (A11yNodeInfo.Actions c : A11yNodeInfo.Actions.values()) System.out.println(c);
public static A11yNodeInfo.Actions 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 null