Uses of Class
net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
-
Packages that use ColorHelper.NamedColor Package Description net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components. -
-
Uses of ColorHelper.NamedColor in net.sf.jguiraffe.gui.builder.components
Methods in net.sf.jguiraffe.gui.builder.components that return ColorHelper.NamedColor Modifier and Type Method Description static ColorHelper.NamedColor
ColorHelper.NamedColor. valueOf(String name)
Returns the enum constant of this type with the specified name.static ColorHelper.NamedColor[]
ColorHelper.NamedColor. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-