de.javasoft.plaf.synthetica
Enum SyntheticaState.State

java.lang.Object
  extended by java.lang.Enum<SyntheticaState.State>
      extended by de.javasoft.plaf.synthetica.SyntheticaState.State
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<SyntheticaState.State>
Enclosing class:
SyntheticaState

public static enum SyntheticaState.State
extends java.lang.Enum<SyntheticaState.State>


Enum Constant Summary
ACTIVE
           
DEFAULT
           
DISABLED
           
ENABLED
           
FOCUSED
           
HOVER
           
LOCKED
           
PRESSED
           
SELECTED
           
 
Method Summary
static SyntheticaState.State parse(java.lang.String s)
           
 int toInt()
           
 java.lang.String toString()
           
static SyntheticaState.State valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SyntheticaState.State[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ENABLED

public static final SyntheticaState.State ENABLED

HOVER

public static final SyntheticaState.State HOVER

PRESSED

public static final SyntheticaState.State PRESSED

DISABLED

public static final SyntheticaState.State DISABLED

FOCUSED

public static final SyntheticaState.State FOCUSED

SELECTED

public static final SyntheticaState.State SELECTED

DEFAULT

public static final SyntheticaState.State DEFAULT

LOCKED

public static final SyntheticaState.State LOCKED

ACTIVE

public static final SyntheticaState.State ACTIVE
Method Detail

values

public static SyntheticaState.State[] 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 (SyntheticaState.State c : SyntheticaState.State.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static SyntheticaState.State valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

parse

public static SyntheticaState.State parse(java.lang.String s)
                                   throws java.text.ParseException
Throws:
java.text.ParseException

toInt

public int toInt()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<SyntheticaState.State>


Copyright © 2004-2011 Jyloo Software. All Rights Reserved.