Uses of Interface
javax.swing.CellEditor
Packages that use CellEditor
包
描述
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides classes and interfaces for dealing with
javax.swing.JTable
.Provides classes and interfaces for dealing with
javax.swing.JTree
.-
Uses of CellEditor in javax.swing
Classes in javax.swing that implement CellEditor修饰符和类Class描述class
A base class forCellEditors
, providing default implementations for the methods in theCellEditor
interface exceptgetCellEditorValue()
.class
The default editor for table and tree cells. -
Uses of CellEditor in javax.swing.table
Subinterfaces of CellEditor in javax.swing.table修饰符和类Interface描述interface
This interface must be implemented to provide an editor of cell values for aJTable
. -
Uses of CellEditor in javax.swing.tree
Subinterfaces of CellEditor in javax.swing.tree修饰符和类Interface描述interface
Adds to CellEditor the extensions necessary to configure an editor in a tree.Classes in javax.swing.tree that implement CellEditor