|
|||||||||
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.QTabBar.SelectionBehavior
public static final class QTabBar.SelectionBehavior
This enum type lists the behavior of QTabBar
when a tab is removed and the tab being removed is also the current tab.
Field Summary | |
---|---|
static QTabBar.SelectionBehavior |
SelectLeftTab
Select the tab to the left of the one being removed. |
static QTabBar.SelectionBehavior |
SelectPreviousTab
Select the previously selected tab. |
static QTabBar.SelectionBehavior |
SelectRightTab
Select the tab to the right of the one being removed. |
Method Summary | |
---|---|
static QTabBar.SelectionBehavior |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QTabBar.SelectionBehavior |
valueOf(java.lang.String name)
|
static QTabBar.SelectionBehavior[] |
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 QTabBar.SelectionBehavior SelectLeftTab
public static final QTabBar.SelectionBehavior SelectRightTab
public static final QTabBar.SelectionBehavior SelectPreviousTab
Method Detail |
---|
public static QTabBar.SelectionBehavior[] values()
public static QTabBar.SelectionBehavior valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QTabBar.SelectionBehavior resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |