com.trolltech.qt.gui
Class QAccessible.Method
java.lang.Object
java.lang.Enum
com.trolltech.qt.gui.QAccessible.Method
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing class:
- QAccessible
public static final class QAccessible.Method
- extends java.lang.Enum
- implements QtEnumerator
This enum describes the possible types of methods that can be invoked on an accessible object.
See also:
QAccessibleInterface::invokeMethod()
.
- See Also:
- Serialized Form
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 |
ListSupportedMethods
public static final QAccessible.Method ListSupportedMethods
SetCursorPosition
public static final QAccessible.Method SetCursorPosition
GetCursorPosition
public static final QAccessible.Method GetCursorPosition
ForegroundColor
public static final QAccessible.Method ForegroundColor
BackgroundColor
public static final QAccessible.Method BackgroundColor
values
public static QAccessible.Method[] values()
valueOf
public static QAccessible.Method valueOf(java.lang.String name)
value
public int value()
- This function should return an integer value for the enum values of the enumeration that implements this interface.
- Specified by:
value
in interface QtEnumerator
resolve
public static QAccessible.Method resolve(int value)
- Returns the QAccessible$Method constant with the specified int.