org.askalon.graph.chart.viewer
Enum LegendEvent.TYPE

java.lang.Object
  extended by java.lang.Enum<LegendEvent.TYPE>
      extended by org.askalon.graph.chart.viewer.LegendEvent.TYPE
All Implemented Interfaces:
Serializable, Comparable<LegendEvent.TYPE>
Enclosing class:
LegendEvent

public static enum LegendEvent.TYPE
extends Enum<LegendEvent.TYPE>


Enum Constant Summary
BUTTON_DOWN
           
BUTTON_UP
           
CHECKBOX
           
CHOICE
           
SLIDER
           
 
Method Summary
static LegendEvent.TYPE valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LegendEvent.TYPE[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

BUTTON_UP

public static final LegendEvent.TYPE BUTTON_UP

BUTTON_DOWN

public static final LegendEvent.TYPE BUTTON_DOWN

CHECKBOX

public static final LegendEvent.TYPE CHECKBOX

CHOICE

public static final LegendEvent.TYPE CHOICE

SLIDER

public static final LegendEvent.TYPE SLIDER
Method Detail

values

public static final LegendEvent.TYPE[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(LegendEvent.TYPE c : LegendEvent.TYPE.values())
        System.out.println(c);

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

valueOf

public static LegendEvent.TYPE 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


Part of:
Askalon_Logo
ASKALON Visualisation Diagrams