java.lang.Object
- All Implemented Interfaces:
- Skin<ComboBoxBase<Color>>
Default skin implementation for the 
ColorPicker control.- Since:
- 9
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionColorPickerSkin(ColorPicker control) Creates a new ColorPickerSkin instance, installing the necessary child nodes into the Controlchildrenlist, as well as the necessary input mappings for handling key, mouse, etc events.
- 
Method SummaryModifier and TypeMethodDescriptionstatic List<CssMetaData<? extends Styleable,?>> Returns the CssMetaData associated with this class, which may include the CssMetaData of its superclasses.protected StringConverter<Color>Subclasses are responsible for getting the converter.This method should return a Node that will be positioned within the ComboBox 'button' area.protected TextFieldColorPicker does not use a main text field, so this method has been overridden to return null.protected NodeThis method should return the Node that will be displayed when the user clicks on the ComboBox 'button' area.Methods declared in class javafx.scene.control.skin.ComboBoxPopupControlhide, showMethods declared in class javafx.scene.control.SkinBasecomputeBaselineOffset, computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, consumeMouseEvents, dispose, executeAccessibleAction, getChildren, getCssMetaData, getNode, getSkinnable, layoutChildren, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, queryAccessibleAttribute, registerChangeListener, registerInvalidationListener, registerListChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners, unregisterInvalidationListeners, unregisterListChangeListeners
- 
Constructor Details- 
ColorPickerSkinCreates a new ColorPickerSkin instance, installing the necessary child nodes into the Controlchildrenlist, 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- 
getPopupContentThis method should return the Node that will be displayed when the user clicks on the ComboBox 'button' area.- Specified by:
- getPopupContentin class- ComboBoxPopupControl<Color>
- Returns:
- the Node that will be displayed when the user clicks on the ComboBox 'button' area
 
- 
getDisplayNodeThis method should return a Node that will be positioned within the ComboBox 'button' area.- Specified by:
- getDisplayNodein class- ComboBoxBaseSkin<Color>
- Returns:
- the node that will be positioned within the ComboBox 'button' area
 
- 
getClassCssMetaDataReturns 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
 
- 
getConverterSubclasses 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:
- getConverterin class- ComboBoxPopupControl<Color>
- Returns:
- the string converter
 
- 
getEditorColorPicker does not use a main text field, so this method has been overridden to return null.- Specified by:
- getEditorin class- ComboBoxPopupControl<Color>
- Returns:
- the editor
 
 
-