Class 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 Detail

      • ColorChooserPlugin

        public ColorChooserPlugin()
    • 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 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.