com.jidesoft.plaf.windows
Enum TMSchema.Prop
java.lang.Object
java.lang.Enum<TMSchema.Prop>
com.jidesoft.plaf.windows.TMSchema.Prop
- All Implemented Interfaces:
- Serializable, Comparable<TMSchema.Prop>
- Enclosing class:
- TMSchema
public static enum TMSchema.Prop
- extends Enum<TMSchema.Prop>
An enumeration of the possible component attributes and the corresponding value type
COLOR
public static final TMSchema.Prop COLOR
SIZE
public static final TMSchema.Prop SIZE
FLATMENUS
public static final TMSchema.Prop FLATMENUS
BORDERONLY
public static final TMSchema.Prop BORDERONLY
IMAGECOUNT
public static final TMSchema.Prop IMAGECOUNT
BORDERSIZE
public static final TMSchema.Prop BORDERSIZE
PROGRESSCHUNKSIZE
public static final TMSchema.Prop PROGRESSCHUNKSIZE
PROGRESSSPACESIZE
public static final TMSchema.Prop PROGRESSSPACESIZE
TEXTSHADOWOFFSET
public static final TMSchema.Prop TEXTSHADOWOFFSET
NORMALSIZE
public static final TMSchema.Prop NORMALSIZE
SIZINGMARGINS
public static final TMSchema.Prop SIZINGMARGINS
CONTENTMARGINS
public static final TMSchema.Prop CONTENTMARGINS
CAPTIONMARGINS
public static final TMSchema.Prop CAPTIONMARGINS
BORDERCOLOR
public static final TMSchema.Prop BORDERCOLOR
FILLCOLOR
public static final TMSchema.Prop FILLCOLOR
TEXTCOLOR
public static final TMSchema.Prop TEXTCOLOR
TEXTSHADOWCOLOR
public static final TMSchema.Prop TEXTSHADOWCOLOR
BGTYPE
public static final TMSchema.Prop BGTYPE
TEXTSHADOWTYPE
public static final TMSchema.Prop TEXTSHADOWTYPE
TRANSITIONDURATIONS
public static final TMSchema.Prop TRANSITIONDURATIONS
values
public static TMSchema.Prop[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (TMSchema.Prop c : TMSchema.Prop.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TMSchema.Prop valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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 type has no constant
with the specified name
NullPointerException
- if the argument is null
getValue
public int getValue()
toString
public String toString()
- Overrides:
toString
in class Enum<TMSchema.Prop>