|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<QAccessible.Action>
com.trolltech.qt.gui.QAccessible.Action
public static enum QAccessible.Action
This enum describes the possible types of action that can occur.
Enum Constant Summary | |
---|---|
Accept
Internal. |
|
AddToSelection
Internal. |
|
Cancel
Internal. |
|
ClearSelection
Internal. |
|
Decrease
Internal. |
|
DefaultAction
Internal. |
|
ExtendSelection
Internal. |
|
Increase
Internal. |
|
Press
Internal. |
|
RemoveSelection
Internal. |
|
Select
Internal. |
|
SetFocus
Internal. |
Method Summary | |
---|---|
static QAccessible.Action |
resolve(int value)
|
int |
value()
|
static QAccessible.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QAccessible.Action[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final QAccessible.Action DefaultAction
public static final QAccessible.Action Press
public static final QAccessible.Action SetFocus
public static final QAccessible.Action Increase
public static final QAccessible.Action Decrease
public static final QAccessible.Action Accept
public static final QAccessible.Action Cancel
public static final QAccessible.Action Select
public static final QAccessible.Action ClearSelection
public static final QAccessible.Action RemoveSelection
public static final QAccessible.Action ExtendSelection
public static final QAccessible.Action AddToSelection
Method Detail |
---|
public static final QAccessible.Action[] values()
for(QAccessible.Action c : QAccessible.Action.values()) System.out.println(c);
public static QAccessible.Action 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 namepublic int value()
value
in interface QtEnumerator
public static QAccessible.Action resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |