com.trolltech.qt.gui
Class QValidator.State
java.lang.Object
java.lang.Enum
com.trolltech.qt.gui.QValidator.State
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing class:
- QValidator
public static final class QValidator.State
- extends java.lang.Enum
- implements QtEnumerator
This enum describes the state of a window. Most of the transitional states are set just before a call to QScreen::exposeRegion() and reset immediately afterwards.
See also:
state(), and QScreen::exposeRegion().
- See Also:
- Serialized Form
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 |
Invalid
public static final QValidator.State Invalid
Intermediate
public static final QValidator.State Intermediate
Acceptable
public static final QValidator.State Acceptable
values
public static QValidator.State[] values()
valueOf
public static QValidator.State valueOf(java.lang.String name)
value
public int value()
- This function should return an integer value for the enum values of the enumeration that implements this interface.
- Specified by:
value
in interface QtEnumerator
resolve
public static QValidator.State resolve(int value)
- Returns the State constant with the specified int.