|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<QCompleter.ModelSorting>
com.trolltech.qt.gui.QCompleter.ModelSorting
public static enum QCompleter.ModelSorting
This enum specifies how the items in the model are sorted.
Enum Constant Summary | |
---|---|
CaseInsensitivelySortedModel
The model is sorted case insensitively. |
|
CaseSensitivelySortedModel
The model is sorted case sensitively. |
|
UnsortedModel
The model is unsorted. |
Method Summary | |
---|---|
static QCompleter.ModelSorting |
resolve(int value)
|
int |
value()
|
static QCompleter.ModelSorting |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QCompleter.ModelSorting[] |
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 QCompleter.ModelSorting UnsortedModel
The model is unsorted.
public static final QCompleter.ModelSorting CaseSensitivelySortedModel
The model is sorted case sensitively.
public static final QCompleter.ModelSorting CaseInsensitivelySortedModel
The model is sorted case insensitively.
Method Detail |
---|
public static final QCompleter.ModelSorting[] values()
for(QCompleter.ModelSorting c : QCompleter.ModelSorting.values()) System.out.println(c);
public static QCompleter.ModelSorting 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 QCompleter.ModelSorting resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |