|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<QAbstractItemView.CursorAction>
com.trolltech.qt.gui.QAbstractItemView.CursorAction
public static enum QAbstractItemView.CursorAction
This enum describes the different ways to navigate between items,
Enum Constant Summary | |
---|---|
MoveDown
Move to the item below the current item. |
|
MoveEnd
Move to the bottom-right corner item. |
|
MoveHome
Move to the top-left corner item. |
|
MoveLeft
Move to the item left of the current item. |
|
MoveNext
Move to the item after the current item. |
|
MovePageDown
Move one page down below the current item. |
|
MovePageUp
Move one page up above the current item. |
|
MovePrevious
Move to the item before the current item. |
|
MoveRight
Move to the item right of the current item. |
|
MoveUp
Move to the item above the current item. |
Method Summary | |
---|---|
static QAbstractItemView.CursorAction |
resolve(int value)
|
int |
value()
|
static QAbstractItemView.CursorAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QAbstractItemView.CursorAction[] |
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 QAbstractItemView.CursorAction MoveUp
Move to the item above the current item.
public static final QAbstractItemView.CursorAction MoveDown
Move to the item below the current item.
public static final QAbstractItemView.CursorAction MoveLeft
Move to the item left of the current item.
public static final QAbstractItemView.CursorAction MoveRight
Move to the item right of the current item.
public static final QAbstractItemView.CursorAction MoveHome
Move to the top-left corner item.
public static final QAbstractItemView.CursorAction MoveEnd
Move to the bottom-right corner item.
public static final QAbstractItemView.CursorAction MovePageUp
Move one page up above the current item.
public static final QAbstractItemView.CursorAction MovePageDown
Move one page down below the current item.
public static final QAbstractItemView.CursorAction MoveNext
Move to the item after the current item.
public static final QAbstractItemView.CursorAction MovePrevious
Move to the item before the current item.
Method Detail |
---|
public static final QAbstractItemView.CursorAction[] values()
for(QAbstractItemView.CursorAction c : QAbstractItemView.CursorAction.values()) System.out.println(c);
public static QAbstractItemView.CursorAction 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 QAbstractItemView.CursorAction resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |