Top Inners Fields Constructors Methods
com.sun.javafx.scene.control

public Class CustomColorDialog

extends HBox
Class Inheritance
Imports
com.sun.javafx.scene.control.skin.IntegerFieldSkin, .WebColorFieldSkin, javafx.beans.InvalidationListener, .Observable, javafx.beans.property.*, javafx.event.EventHandler, javafx.scene.Scene, javafx.scene.control.*, javafx.scene.input.MouseEvent, .KeyEvent, javafx.scene.layout.*, javafx.scene.paint.*, javafx.stage.Modality, .Stage, .StageStyle, .Window, .Screen, .WindowEvent, javafx.beans.binding.Bindings, .ObjectBinding, javafx.geometry.Insets, .Orientation, .Pos, .Rectangle2D

Nested and Inner Type Summary

Modifier and TypeClass and Description
private class
private class

Field Summary

Modifier and TypeField and Description
private CustomColorDialog.ColorRectPane
private CustomColorDialog.ControlsPane
private ObjectProperty<Color>
private ObjectProperty<Color>
private Scene
private final Stage
private final EventHandler<KeyEvent>
private Runnable
private Runnable
private Runnable
private InvalidationListener
private String
private boolean
private boolean
private WebColorField

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
private void
pack-priv static double
clamp(double value)

private static LinearGradient
public final ObjectProperty<Color>
private static int
doubleToInt(double value)

private void
public final Color
public final Color
public Stage
public Runnable
public Runnable
public Runnable
public void
hide()

public void
layoutChildren()

Overrides javafx.scene.layout.HBox.layoutChildren.

Invoked during the layout pass to layout the children in this Parent.

public void
setCurrentColor(Color currentColor)

public final void
public void
public void
public void
public void
public void
public void
setShowOpacitySlider(boolean showOpacitySlider)

public void
setShowUseBtn(boolean showUseBtn)

public void
show()

Inherited from javafx.scene.layout.HBox:
alignmentPropertyclearConstraintscomputeMinHeightcomputeMinWidthcomputePrefHeightcomputePrefWidthfillHeightPropertygetAlignmentgetBaselineOffsetgetClassCssMetaDatagetContentBiasgetCssMetaDatagetHgrowgetMargingetSpacingisFillHeightrequestLayoutsetAlignmentsetFillHeightsetHgrowsetMarginsetSpacingspacingProperty

Field Detail

colorRectPaneback to summary
private CustomColorDialog.ColorRectPane colorRectPane
controlsPaneback to summary
private CustomColorDialog.ControlsPane controlsPane
currentColorPropertyback to summary
private ObjectProperty<Color> currentColorProperty
customColorPropertyback to summary
private ObjectProperty<Color> customColorProperty
customSceneback to summary
private Scene customScene
dialogback to summary
private final Stage dialog
keyEventListenerback to summary
private final EventHandler<KeyEvent> keyEventListener
onCancelback to summary
private Runnable onCancel
onSaveback to summary
private Runnable onSave
onUseback to summary
private Runnable onUse
positionAdjusterback to summary
private InvalidationListener positionAdjuster
saveBtnTextback to summary
private String saveBtnText
showOpacitySliderback to summary
private boolean showOpacitySlider
showUseBtnback to summary
private boolean showUseBtn
webFieldback to summary
private WebColorField webField

Constructor Detail

CustomColorDialogback to summary
public CustomColorDialog(Window owner)

Method Detail

buildUIback to summary
private void buildUI()
clampback to summary
pack-priv static double clamp(double value)
createHueGradientback to summary
private static LinearGradient createHueGradient()
customColorPropertyback to summary
public final ObjectProperty<Color> customColorProperty()
doubleToIntback to summary
private static int doubleToInt(double value)
fixPositionback to summary
private void fixPosition()
getCurrentColorback to summary
public final Color getCurrentColor()
getCustomColorback to summary
public final Color getCustomColor()
getDialogback to summary
public Stage getDialog()
getOnCancelback to summary
public Runnable getOnCancel()
getOnSaveback to summary
public Runnable getOnSave()
getOnUseback to summary
public Runnable getOnUse()
hideback to summary
public void hide()
layoutChildrenback to summary
public void layoutChildren()

Overrides javafx.scene.layout.HBox.layoutChildren.

Doc from javafx.scene.Parent.layoutChildren.

Invoked during the layout pass to layout the children in this Parent. By default it will only set the size of managed, resizable content to their preferred sizes and does not do any node positioning.

Subclasses should override this function to layout content as needed.

Annotations
@Override
setCurrentColorback to summary
public void setCurrentColor(Color currentColor)
setCustomColorback to summary
public final void setCustomColor(Color color)
setOnCancelback to summary
public void setOnCancel(Runnable onCancel)
setOnHiddenback to summary
public void setOnHidden(EventHandler<WindowEvent> onHidden)
setOnSaveback to summary
public void setOnSave(Runnable onSave)
setOnUseback to summary
public void setOnUse(Runnable onUse)
setSaveBtnToOkback to summary
public void setSaveBtnToOk()
setShowOpacitySliderback to summary
public void setShowOpacitySlider(boolean showOpacitySlider)
setShowUseBtnback to summary
public void setShowUseBtn(boolean showUseBtn)
showback to summary
public void show()
com.sun.javafx.scene.control back to summary

private Class CustomColorDialog.ColorRectPane

extends HBox
Class Inheritance

Field Summary

Modifier and TypeField and Description
private DoubleProperty
private IntegerProperty
private DoubleProperty
private boolean
private Pane
private Region
private Pane
private Region
private Pane
private Pane
private IntegerProperty
private DoubleProperty
private IntegerProperty
private DoubleProperty

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
private void
protected void
layoutChildren()

Overrides javafx.scene.layout.HBox.layoutChildren.

Invoked during the layout pass to layout the children in this Parent.

private void
private void
private void
Inherited from javafx.scene.layout.HBox:
alignmentPropertyclearConstraintscomputeMinHeightcomputeMinWidthcomputePrefHeightcomputePrefWidthfillHeightPropertygetAlignmentgetBaselineOffsetgetClassCssMetaDatagetContentBiasgetCssMetaDatagetHgrowgetMargingetSpacingisFillHeightrequestLayoutsetAlignmentsetFillHeightsetHgrowsetMarginsetSpacingspacingProperty

Field Detail

alphaback to summary
private DoubleProperty alpha
blueback to summary
private IntegerProperty blue
brightback to summary
private DoubleProperty bright
changeIsLocalback to summary
private boolean changeIsLocal
colorBarback to summary
private Pane colorBar
colorBarIndicatorback to summary
private Region colorBarIndicator
colorRectback to summary
private Pane colorRect
colorRectIndicatorback to summary
private Region colorRectIndicator
colorRectOverlayOneback to summary
private Pane colorRectOverlayOne
colorRectOverlayTwoback to summary
private Pane colorRectOverlayTwo
greenback to summary
private IntegerProperty green
hueback to summary
private DoubleProperty hue
redback to summary
private IntegerProperty red
satback to summary
private DoubleProperty sat

Constructor Detail

ColorRectPaneback to summary
public ColorRectPane()

Method Detail

colorChangedback to summary
private void colorChanged()
layoutChildrenback to summary
protected void layoutChildren()

Overrides javafx.scene.layout.HBox.layoutChildren.

Doc from javafx.scene.Parent.layoutChildren.

Invoked during the layout pass to layout the children in this Parent. By default it will only set the size of managed, resizable content to their preferred sizes and does not do any node positioning.

Subclasses should override this function to layout content as needed.

Annotations
@Override
updateHSBColorback to summary
private void updateHSBColor()
updateRGBColorback to summary
private void updateRGBColor()
updateValuesback to summary
private void updateValues()
com.sun.javafx.scene.control back to summary

private Class CustomColorDialog.ControlsPane

extends VBox
Class Inheritance

Field Summary

Modifier and TypeField and Description
private Property<Number>[]
private HBox
private GridPane
private Label
private Region
private Region
private Region
private IntegerField[]
private HBox
private ToggleButton
private Label[]
private Label
private Region
private ToggleButton
private GridPane
private Slider[]
private Label[]
private ToggleButton
private Region

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
private void
set(int row, String caption, int maxValue, Property<Number> prop)

private void
private void
private void
Inherited from javafx.scene.layout.VBox:
alignmentPropertyclearConstraintscomputeMinHeightcomputeMinWidthcomputePrefHeightcomputePrefWidthfillWidthPropertygetAlignmentgetClassCssMetaDatagetContentBiasgetCssMetaDatagetMargingetSpacinggetVgrowisFillWidthlayoutChildrenrequestLayoutsetAlignmentsetFillWidthsetMarginsetSpacingsetVgrowspacingProperty

Field Detail

bindedPropertiesback to summary
private Property<Number>[] bindedProperties
buttonBoxback to summary
private HBox buttonBox
currentAndNewColorback to summary
private GridPane currentAndNewColor
currentColorLabelback to summary
private Label currentColorLabel
currentColorRectback to summary
private Region currentColorRect
currentNewColorBorderback to summary
private Region currentNewColorBorder
currentTransparentback to summary
private Region currentTransparent
fieldsback to summary
private IntegerField[] fields
hBoxback to summary
private HBox hBox
hsbButtonback to summary
private ToggleButton hsbButton
labelsback to summary
private Label[] labels
newColorLabelback to summary
private Label newColorLabel
newColorRectback to summary
private Region newColorRect
rgbButtonback to summary
private ToggleButton rgbButton
settingsPaneback to summary
private GridPane settingsPane
slidersback to summary
private Slider[] sliders
unitsback to summary
private Label[] units
webButtonback to summary
private ToggleButton webButton
whiteBoxback to summary
private Region whiteBox

Constructor Detail

ControlsPaneback to summary
public ControlsPane()

Method Detail

setback to summary
private void set(int row, String caption, int maxValue, Property<Number> prop)
showHSBSettingsback to summary
private void showHSBSettings()
showRGBSettingsback to summary
private void showRGBSettings()
showWebSettingsback to summary
private void showWebSettings()