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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RadianceThemingComponentPlugin
initialize, uninitialize
-
Constructor Details
-
ColorChooserPlugin
public ColorChooserPlugin()
-
-
Method Details
-
getDefaults
Description copied from interface:RadianceThemingComponentPluginRetrieves 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:
getDefaultsin 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.
-