java.lang.Object
org.jhotdraw8.draw.popup.CssColorDialog
-
Property Summary
Properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable javafx.beans.property.ObjectProperty<CssColor> @Nullable javafx.beans.property.ObjectProperty<CssColor> Gets the value of thecurrentColorproperty.Gets the value of thecustomColorproperty.getOnUse()voidsetCurrentColor(CssColor currentColor) Sets the value of thecurrentColorproperty.voidsetCustomColor(CssColor customColor) Sets the value of thecustomColorproperty.voidsetOnCancel(Runnable onCancel) voidvoidvoidshow()
-
Property Details
-
currentColor
- See Also:
-
customColor
- See Also:
-
-
Constructor Details
-
CssColorDialog
public CssColorDialog(javafx.stage.Window owner)
-
-
Method Details
-
currentColorProperty
- Returns:
- the
currentColorproperty - See Also:
-
customColorProperty
- Returns:
- the
customColorproperty - See Also:
-
getCurrentColor
Gets the value of thecurrentColorproperty.- Property description:
- Returns:
- the value of the
currentColorproperty - See Also:
-
setCurrentColor
Sets the value of thecurrentColorproperty.- Property description:
- Parameters:
currentColor- the value for thecurrentColorproperty- See Also:
-
getCustomColor
Gets the value of thecustomColorproperty.- Property description:
- Returns:
- the value of the
customColorproperty - See Also:
-
setCustomColor
Sets the value of thecustomColorproperty.- Property description:
- Parameters:
customColor- the value for thecustomColorproperty- See Also:
-
getOnCancel
-
setOnCancel
-
getOnSave
-
setOnSave
-
getOnUse
-
setOnUse
-
show
public void show()
-