Uses of Interface
javax.swing.CellEditor
Package
Description
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
Modifier and TypeClassDescriptionclass
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
Modifier and TypeInterfaceDescriptioninterface
This interface must be implemented to provide an editor of cell values for aJTable
. -
Uses of CellEditor in javax.swing.tree
Modifier and TypeInterfaceDescriptioninterface
Adds to CellEditor the extensions necessary to configure an editor in a tree.