org.graphstream.ui.graphicGraph.stylesheet
Enum StyleConstants.JComponents

java.lang.Object
  extended by java.lang.Enum<StyleConstants.JComponents>
      extended by org.graphstream.ui.graphicGraph.stylesheet.StyleConstants.JComponents
All Implemented Interfaces:
Serializable, Comparable<StyleConstants.JComponents>
Enclosing class:
StyleConstants

public static enum StyleConstants.JComponents
extends Enum<StyleConstants.JComponents>

Possible JComponents.


Enum Constant Summary
BUTTON
           
PANEL
           
TEXT_FIELD
           
 
Method Summary
static StyleConstants.JComponents valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StyleConstants.JComponents[] values()
          Returns an array containing the constants of this enum type, in the order they are 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

public static final StyleConstants.JComponents BUTTON

TEXT_FIELD

public static final StyleConstants.JComponents TEXT_FIELD

PANEL

public static final StyleConstants.JComponents PANEL
Method Detail

values

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

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

valueOf

public static StyleConstants.JComponents 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


Copyright © 2012. All Rights Reserved.