|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<QTextEdit.AutoFormattingFlag>
com.trolltech.qt.gui.QTextEdit.AutoFormattingFlag
public static enum QTextEdit.AutoFormattingFlag
Press link for info on QTextEdit.AutoFormattingFlag
Enum Constant Summary | |
---|---|
AutoAll
Apply all automatic formatting. |
|
AutoBulletList
Automatically create bullet lists (e.g. when the user enters an asterisk ('*') in the left most column, or presses Enter in an existing list item. |
|
AutoNone
Don't do any automatic formatting. |
Method Summary | |
---|---|
static QTextEdit.AutoFormatting |
createQFlags(QTextEdit.AutoFormattingFlag... values)
|
static QTextEdit.AutoFormattingFlag |
resolve(int value)
|
int |
value()
|
static QTextEdit.AutoFormattingFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QTextEdit.AutoFormattingFlag[] |
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 QTextEdit.AutoFormattingFlag AutoNone
Don't do any automatic formatting.
public static final QTextEdit.AutoFormattingFlag AutoBulletList
Automatically create bullet lists (e.g. when the user enters an asterisk ('*') in the left most column, or presses Enter in an existing list item.
public static final QTextEdit.AutoFormattingFlag AutoAll
Apply all automatic formatting. Currently only automatic bullet lists are supported.
Method Detail |
---|
public static final QTextEdit.AutoFormattingFlag[] values()
for(QTextEdit.AutoFormattingFlag c : QTextEdit.AutoFormattingFlag.values()) System.out.println(c);
public static QTextEdit.AutoFormattingFlag 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 QTextEdit.AutoFormatting createQFlags(QTextEdit.AutoFormattingFlag... values)
public static QTextEdit.AutoFormattingFlag resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |