|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.trolltech.qt.gui.QAccessible.Text
public static final class QAccessible.Text
This enum specifies string information that an accessible object returns.
| Field Summary | |
|---|---|
static QAccessible.Text |
Accelerator
The keyboard shortcut that executes the object's default action. |
static QAccessible.Text |
Description
A short text describing the object. |
static QAccessible.Text |
Help
A longer text giving information about how to use the object. |
static QAccessible.Text |
Name
The name of the object. |
static QAccessible.Text |
UserText
The first value to be used for user defined text. |
static QAccessible.Text |
Value
The value of the object. |
| Method Summary | |
|---|---|
static QAccessible.Text |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QAccessible.Text |
valueOf(java.lang.String name)
|
static QAccessible.Text[] |
values()
|
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final QAccessible.Text Name
public static final QAccessible.Text Description
public static final QAccessible.Text Value
public static final QAccessible.Text Help
public static final QAccessible.Text Accelerator
public static final QAccessible.Text UserText
| Method Detail |
|---|
public static QAccessible.Text[] values()
public static QAccessible.Text valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QAccessible.Text resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||