GNU Classpath (0.20) | |
Frames | No Frames |
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
|
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 |
GNU Classpath (0.20) |