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 defines the method any object that would like to be an editor of values for components such asJListBox
,JComboBox
,JTree
, orJTable
needs to implement. -
Uses of CellEditor in javax.swing.tree
Modifier and TypeInterfaceDescriptioninterface
Adds to CellEditor the extensions necessary to configure an editor in a tree.