Uses of Interface
javax.swing.CellEditor
-
Packages that use CellEditor 软件包 描述 javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。javax.swing.table 提供处理javax.swing.JTable
类和接口。javax.swing.tree 提供处理javax.swing.JTree
类和接口。 -
-
Uses of CellEditor in javax.swing
Classes in javax.swing that implement CellEditor Modifier and Type Class 描述 class
AbstractCellEditor
CellEditors
的基类,为CellEditor
接口中除getCellEditorValue()
之外的方法提供默认实现。class
DefaultCellEditor
表和树单元格的默认编辑器。 -
Uses of CellEditor in javax.swing.table
Subinterfaces of CellEditor in javax.swing.table Modifier and Type 接口 描述 interface
TableCellEditor
该接口定义的方法,其希望成为值的部件,例如一个编辑器的任何对象JListBox
,JComboBox
,JTree
,或JTable
需要实现。 -
Uses of CellEditor in javax.swing.tree
Subinterfaces of CellEditor in javax.swing.tree Modifier and Type 接口 描述 interface
TreeCellEditor
添加到CellEditor在树中配置编辑器所需的扩展。Classes in javax.swing.tree that implement CellEditor Modifier and Type Class 描述 class
DefaultTreeCellEditor
ATreeCellEditor
。
-