Class ColorChooserSkin

    • Constructor Detail

      • ColorChooserSkin

        public ColorChooserSkin()
    • Method Detail

      • install

        public void install​(Component component)
        Description copied from class: ComponentSkin
        Must be implemented in every subclass in order to do component-specific operations at instantiation time, but every subclass must call this superclass method to setup the necessary listeners, etc.
        Specified by:
        install in interface Skin
        Overrides:
        install in class ContainerSkin
        Parameters:
        component - The component to which the skin is being attached.
      • selectedColorChanged

        public void selectedColorChanged​(ColorChooser colorChooser,
                                         java.awt.Color previousSelectedColor)
        Description copied from interface: ColorChooserSelectionListener
        Called when a color chooser's selected color has changed.
        Specified by:
        selectedColorChanged in interface ColorChooserSelectionListener
        Parameters:
        colorChooser - The color chooser that has changed.
        previousSelectedColor - The previously selected color in the chooser.