Uses of Class
org.jvnet.substance.ComponentState.ColorSchemeKind

Packages that use ComponentState.ColorSchemeKind
org.jvnet.substance   
 

Uses of ComponentState.ColorSchemeKind in org.jvnet.substance
 

Methods in org.jvnet.substance that return ComponentState.ColorSchemeKind
 ComponentState.ColorSchemeKind ComponentState.getColorSchemeKind()
          Returns the corresponding color scheme kind
static ComponentState.ColorSchemeKind ComponentState.ColorSchemeKind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ComponentState.ColorSchemeKind[] ComponentState.ColorSchemeKind.values()
          Returns an array containing the constants of this enum type, in the order they're declared.