| GNU Classpath (0.18) | ||
| Frames | No Frames | ||
Classes implementing javax.swing.table.TableCellEditor | |
| class | The default implementation of TableCellEditor and
TreeCellEditor. |
Fields of type javax.swing.table.TableCellEditor | |
| TableCellEditor | The current cell editor.
|
Methods with parameter type javax.swing.table.TableCellEditor | |
| Component | Prepares the editor by querying for the value and selection state of the
cell at (row, column).
|
| void | Set the value of the cellEditor property.
Unregister this as a CellEditorListener from
previous cellEditor and register it with new parameter
c.
|
| void | |
Methods with return type javax.swing.table.TableCellEditor | |
| TableCellEditor | Get the value of the cellEditor property.
|
| TableCellEditor | JTable.getCellEditor(int row, int column) |
| TableCellEditor | |
Constructors with parameter type javax.swing.table.TableCellEditor | |
TableColumn.TableColumn(int modelIndex, int width, TableCellRenderer cellRenderer, TableCellEditor cellEditor) Creates a new TableColumn that maps to the specified column
in the related table model, and has the specified width,
cellRenderer and cellEditor.
| |
Fields of type javax.swing.table.TableCellEditor | |
| TableCellEditor | cellEditor
|
Methods with parameter type javax.swing.table.TableCellEditor | |
| void | setCellEditor
|
Methods with return type javax.swing.table.TableCellEditor | |
| TableCellEditor | getCellEditor
|
| GNU Classpath (0.18) |