Class ColorChooserPlugin
- java.lang.Object
-
- org.pushingpixels.radiance.theming.internal.plugin.ColorChooserPlugin
-
- All Implemented Interfaces:
RadianceThemingComponentPlugin
public class ColorChooserPlugin extends java.lang.Object implements RadianceThemingComponentPlugin
Core plugin for color chooser UI delegates. Contains information on Quaqua and Xoetrope color chooser panels. This class is for internal use only.
-
-
Constructor Summary
Constructors Constructor Description ColorChooserPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[]
getDefaults(RadianceSkin skin)
Retrieves a collection of custom settings based on the specified skin.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.pushingpixels.radiance.theming.api.RadianceThemingComponentPlugin
initialize, uninitialize
-
-
-
-
Method Detail
-
getDefaults
public java.lang.Object[] getDefaults(RadianceSkin skin)
Description copied from interface:RadianceThemingComponentPlugin
Retrieves a collection of custom settings based on the specified skin. The entries in the array should be pairwise, odd being symbolic name of a setting, and even being the setting value.- Specified by:
getDefaults
in interfaceRadianceThemingComponentPlugin
- Parameters:
skin
- Skin.- Returns:
- Collection of custom settings based on the specified skin. The entries in the array should be pairwise, odd being symbolic name of a setting, and even being the setting value.
-
-