Uses of Enum Class
org.jhotdraw8.fxcontrols.colorchooser.ColorChooserPaneModel.ColorSyntax
Packages that use ColorChooserPaneModel.ColorSyntax
-
Uses of ColorChooserPaneModel.ColorSyntax in org.jhotdraw8.fxcontrols.colorchooser
Fields in org.jhotdraw8.fxcontrols.colorchooser with type parameters of type ColorChooserPaneModel.ColorSyntaxModifier and TypeFieldDescriptionfinal @NonNull javafx.beans.property.ObjectProperty<ColorChooserPaneModel.ColorSyntax> ColorChooserPaneModel.targetColorSyntaxfinal @NonNull javafx.beans.property.ListProperty<ColorChooserPaneModel.ColorSyntax> ColorChooserPaneModel.targetColorSyntaxesMethods in org.jhotdraw8.fxcontrols.colorchooser that return ColorChooserPaneModel.ColorSyntaxModifier and TypeMethodDescriptionColorChooserPaneModel.getTargetColorSyntax()Gets the value of thetargetColorSyntaxproperty.Returns the enum constant of this class with the specified name.static ColorChooserPaneModel.ColorSyntax[]ColorChooserPaneModel.ColorSyntax.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jhotdraw8.fxcontrols.colorchooser that return types with arguments of type ColorChooserPaneModel.ColorSyntaxModifier and TypeMethodDescriptionjavafx.collections.ObservableList<ColorChooserPaneModel.ColorSyntax> ColorChooserPaneModel.getTargetColorSyntaxes()Gets the value of thetargetColorSyntaxesproperty.@NonNull javafx.beans.property.ListProperty<ColorChooserPaneModel.ColorSyntax> ColorChooserPaneModel.targetColorSyntaxesProperty()@NonNull javafx.beans.property.ObjectProperty<ColorChooserPaneModel.ColorSyntax> ColorChooserPaneModel.targetColorSyntaxProperty()Methods in org.jhotdraw8.fxcontrols.colorchooser with parameters of type ColorChooserPaneModel.ColorSyntaxModifier and TypeMethodDescriptionvoidColorChooserPaneModel.setTargetColorSyntax(ColorChooserPaneModel.ColorSyntax targetColorSyntax) Sets the value of thetargetColorSyntaxproperty.Method parameters in org.jhotdraw8.fxcontrols.colorchooser with type arguments of type ColorChooserPaneModel.ColorSyntaxModifier and TypeMethodDescriptionvoidColorChooserPaneModel.setTargetColorSyntaxes(javafx.collections.ObservableList<ColorChooserPaneModel.ColorSyntax> targetColorSyntaxes) Sets the value of thetargetColorSyntaxesproperty.