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 变量和类型 类 描述 class
AbstractCellEditor
基类为CellEditors
,提供默认的实现在方法CellEditor
除了接口getCellEditorValue()
。class
DefaultCellEditor
表和树单元格的默认编辑器。 -
Uses of CellEditor in javax.swing.table
Subinterfaces of CellEditor in javax.swing.table 变量和类型 接口 描述 interface
TableCellEditor
该接口定义的方法,其希望成为值的部件,例如一个编辑器的任何对象JListBox
,JComboBox
,JTree
,或JTable
需要实现。 -
Uses of CellEditor in javax.swing.tree
Subinterfaces of CellEditor in javax.swing.tree 变量和类型 接口 描述 interface
TreeCellEditor
向CellEditor添加在树中配置编辑器所需的扩展。Classes in javax.swing.tree that implement CellEditor 变量和类型 类 描述 class
DefaultTreeCellEditor
ATreeCellEditor
。
-