Class ColorChooserPlugin
java.lang.Object
org.pushingpixels.radiance.theming.internal.plugin.ColorChooserPlugin
- All Implemented Interfaces:
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 -
Method Summary
Modifier and TypeMethodDescriptionObject[]
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
-
Constructor Details
-
ColorChooserPlugin
public ColorChooserPlugin()
-
-
Method Details
-
getDefaults
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.
-