Uses of Interface
javax.swing.CellEditor
Packages that use 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
Classes in javax.swing that implement CellEditorModifier 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
Subinterfaces of CellEditor in javax.swing.tableModifier and TypeInterfaceDescriptioninterface
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.treeModifier and TypeInterfaceDescriptioninterface
Adds to CellEditor the extensions necessary to configure an editor in a tree.Classes in javax.swing.tree that implement CellEditor