Uses of Interface
javax.swing.colorchooser.ColorSelectionModel
-
Packages that use ColorSelectionModel 软件包 描述 javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。javax.swing.colorchooser 包含JColorChooser
组件使用的类和接口。 -
-
Uses of ColorSelectionModel in javax.swing
Methods in javax.swing that return ColorSelectionModel Modifier and Type 方法 描述 ColorSelectionModel
JColorChooser. getSelectionModel()
返回处理颜色选择的数据模型。Methods in javax.swing with parameters of type ColorSelectionModel Modifier and Type 方法 描述 void
JColorChooser. setSelectionModel(ColorSelectionModel newModel)
设置包含所选颜色的模型。Constructors in javax.swing with parameters of type ColorSelectionModel Constructor 描述 JColorChooser(ColorSelectionModel model)
创建具有指定的颜色选择器窗格ColorSelectionModel
。 -
Uses of ColorSelectionModel in javax.swing.colorchooser
Classes in javax.swing.colorchooser that implement ColorSelectionModel Modifier and Type Class 描述 class
DefaultColorSelectionModel
通用实现ColorSelectionModel
。Methods in javax.swing.colorchooser that return ColorSelectionModel Modifier and Type 方法 描述 ColorSelectionModel
AbstractColorChooserPanel. getColorSelectionModel()
Returns the model that the chooser panel is editing.
-