Uses of Class
org.jdesktop.swingx.JXGradientChooser.GradientStyle
-
Packages that use JXGradientChooser.GradientStyle Package Description org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. -
-
Uses of JXGradientChooser.GradientStyle in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return JXGradientChooser.GradientStyle Modifier and Type Method Description static JXGradientChooser.GradientStyle
JXGradientChooser.GradientStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JXGradientChooser.GradientStyle[]
JXGradientChooser.GradientStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-