Uses of Enum Class
org.jhotdraw8.fxcontrols.colorchooser.ColorChooserPaneModel.ChooserType
Packages that use ColorChooserPaneModel.ChooserType
-
Uses of ColorChooserPaneModel.ChooserType in org.jhotdraw8.fxcontrols.colorchooser
Fields in org.jhotdraw8.fxcontrols.colorchooser with type parameters of type ColorChooserPaneModel.ChooserTypeModifier and TypeFieldDescriptionfinal @NonNull javafx.beans.property.ObjectProperty<ColorChooserPaneModel.ChooserType> ColorChooserPaneModel.chooserTypefinal @NonNull javafx.beans.property.ListProperty<ColorChooserPaneModel.ChooserType> ColorChooserPaneModel.chooserTypesMethods in org.jhotdraw8.fxcontrols.colorchooser that return ColorChooserPaneModel.ChooserTypeModifier and TypeMethodDescriptionColorChooserPaneModel.getChooserType()Gets the value of thechooserTypeproperty.Returns the enum constant of this class with the specified name.static ColorChooserPaneModel.ChooserType[]ColorChooserPaneModel.ChooserType.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.ChooserTypeModifier and TypeMethodDescription@NonNull javafx.beans.property.ObjectProperty<ColorChooserPaneModel.ChooserType> ColorChooserPaneModel.chooserTypeProperty()@NonNull javafx.beans.property.ListProperty<ColorChooserPaneModel.ChooserType> ColorChooserPaneModel.colorChoosersProperty()javafx.collections.ObservableList<ColorChooserPaneModel.ChooserType> ColorChooserPaneModel.getColorChoosers()Gets the value of thecolorChoosersproperty.Methods in org.jhotdraw8.fxcontrols.colorchooser with parameters of type ColorChooserPaneModel.ChooserTypeModifier and TypeMethodDescriptionvoidColorChooserPaneModel.setChooserType(ColorChooserPaneModel.ChooserType chooserType) Sets the value of thechooserTypeproperty.Method parameters in org.jhotdraw8.fxcontrols.colorchooser with type arguments of type ColorChooserPaneModel.ChooserTypeModifier and TypeMethodDescriptionvoidColorChooserPaneModel.setColorChoosers(javafx.collections.ObservableList<ColorChooserPaneModel.ChooserType> chooserTypes) Sets the value of thecolorChoosersproperty.