|
|||||||||
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.QTextOption.TabType
public static final class QTextOption.TabType
This enum holds the different types of tabulator
Field Summary | |
---|---|
static QTextOption.TabType |
CenterTab
, A centered-tab |
static QTextOption.TabType |
DelimiterTab
A tab stopping at a certain delimiter-character |
static QTextOption.TabType |
LeftTab
, A left-tab |
static QTextOption.TabType |
RightTab
, A right-tab |
Method Summary | |
---|---|
static QTextOption.TabType |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QTextOption.TabType |
valueOf(java.lang.String name)
|
static QTextOption.TabType[] |
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 QTextOption.TabType LeftTab
public static final QTextOption.TabType RightTab
public static final QTextOption.TabType CenterTab
public static final QTextOption.TabType DelimiterTab
Method Detail |
---|
public static QTextOption.TabType[] values()
public static QTextOption.TabType valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QTextOption.TabType resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |