Class ColorPickerSkin

All Implemented Interfaces:
Skin<ComboBoxBase<Color>>

public class ColorPickerSkin extends ComboBoxPopupControl<Color>
Default skin implementation for the ColorPicker control.
Since:
9
See Also:
  • Constructor Details

    • ColorPickerSkin

      public ColorPickerSkin(ColorPicker control)
      Creates a new ColorPickerSkin instance, installing the necessary child nodes into the Control children list, as well as the necessary input mappings for handling key, mouse, etc events.
      Parameters:
      control - The control that this skin should be installed onto.
  • Method Details

    • getPopupContent

      protected Node getPopupContent()
      This method should return the Node that will be displayed when the user clicks on the ComboBox 'button' area.
      Specified by:
      getPopupContent in class ComboBoxPopupControl<Color>
      Returns:
      the Node that will be displayed when the user clicks on the ComboBox 'button' area
    • getDisplayNode

      public Node getDisplayNode()
      This method should return a Node that will be positioned within the ComboBox 'button' area.
      Specified by:
      getDisplayNode in class ComboBoxBaseSkin<Color>
      Returns:
      the node that will be positioned within the ComboBox 'button' area
    • getClassCssMetaData

      public static List<CssMetaData<? extends Styleable,?>> getClassCssMetaData()
      Returns the CssMetaData associated with this class, which may include the CssMetaData of its superclasses.
      Returns:
      the CssMetaData associated with this class, which may include the CssMetaData of its superclasses
    • getConverter

      protected StringConverter<Color> getConverter()
      Subclasses are responsible for getting the converter. This will be removed in FX 9 when the converter property is moved up to ComboBoxBase with JDK-8130354.
      Specified by:
      getConverter in class ComboBoxPopupControl<Color>
      Returns:
      the string converter
    • getEditor

      protected TextField getEditor()
      ColorPicker does not use a main text field, so this method has been overridden to return null.
      Specified by:
      getEditor in class ComboBoxPopupControl<Color>
      Returns:
      the editor