Package com.jidesoft.plaf.windows
Enum Class TMSchema.State
- All Implemented Interfaces:
Serializable
,Comparable<TMSchema.State>
,Constable
- Enclosing class:
TMSchema
An enumeration of the possible component states
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic Enum[]
getState
(TMSchema.Part part) static int
getValue
(TMSchema.Part part, TMSchema.State state) static TMSchema.State
Returns the enum constant of this class with the specified name.static TMSchema.State[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACTIVE
-
ASSIST
-
BITMAP
-
CHECKED
-
CHECKEDDISABLED
-
CHECKEDHOT
-
CHECKEDNORMAL
-
CHECKEDPRESSED
-
CHECKMARKNORMAL
-
CHECKMARKDISABLED
-
BULLETNORMAL
-
BULLETDISABLED
-
CLOSED
-
DEFAULTED
-
DISABLED
-
DISABLEDHOT
-
DISABLEDPUSHED
-
DOWNDISABLED
-
DOWNHOT
-
DOWNNORMAL
-
DOWNPRESSED
-
FOCUSED
-
HOT
-
HOTCHECKED
-
NEARHOT
-
OTHERSIDEHOT
-
ICONHOT
-
ICONNORMAL
-
ICONPRESSED
-
ICONSORTEDHOT
-
ICONSORTEDNORMAL
-
ICONSORTEDPRESSED
-
INACTIVE
-
INACTIVENORMAL
-
INACTIVEHOT
-
INACTIVEPUSHED
-
INACTIVEDISABLED
-
LEFTDISABLED
-
LEFTHOT
-
LEFTNORMAL
-
LEFTPRESSED
-
MIXEDDISABLED
-
MIXEDHOT
-
MIXEDNORMAL
-
MIXEDPRESSED
-
IMPLICITDISABLED
-
IMPLICITHOT
-
IMPLICITNORMAL
-
IMPLICITPRESSED
-
EXCLUDEDDISABLED
-
EXCLUDEDHOT
-
EXCLUDEDNORMAL
-
EXCLUDEDPRESSED
-
NORMAL
-
PRESSED
-
OPENED
-
PUSHED
-
READONLY
-
RIGHTDISABLED
-
RIGHTHOT
-
RIGHTNORMAL
-
RIGHTPRESSED
-
SELECTED
-
UNCHECKEDDISABLED
-
UNCHECKEDHOT
-
UNCHECKEDNORMAL
-
UNCHECKEDPRESSED
-
UPDISABLED
-
UPHOT
-
UPNORMAL
-
UPPRESSED
-
HOVER
-
UPHOVER
-
DOWNHOVER
-
LEFTHOVER
-
RIGHTHOVER
-
SORTEDDOWN
-
SORTEDHOT
-
SORTEDNORMAL
-
SORTEDPRESSED
-
SORTEDUP
-
SOFTHOT
-
DEFAULTED_ANIMATING
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getState
-
getValue
-