Class ColorChooserPlugin

java.lang.Object
org.pushingpixels.radiance.theming.internal.plugin.ColorChooserPlugin
All Implemented Interfaces:
RadianceThemingComponentPlugin

public class ColorChooserPlugin extends 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 Details

    • ColorChooserPlugin

      public ColorChooserPlugin()
  • Method Details

    • getDefaults

      public 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 interface RadianceThemingComponentPlugin
      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.