public interface ITreeTableCellEditor extends CellEditor
TreeTable.setCellEditor(Class, ITreeTableCellEditor)
Modifier and Type | Method and Description |
---|---|
Component |
getTreeTableCellEditorComponent(TreeTable tree,
Object value,
boolean selected,
int row,
int column)
Returns the editor component that will be placed inside the cell so that
the user can edit the cell's value.
|
addCellEditorListener, cancelCellEditing, getCellEditorValue, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
Component getTreeTableCellEditorComponent(TreeTable tree, Object value, boolean selected, int row, int column)
tree
- the tree table component to which the editor component will be
addedvalue
- the current value shown in the tree table cellselected
- a flag that signals whether the row in which the cell is
located is currently selectedrow
- the row in which the cell is locatedcolumn
- the column in which the cell is locatedCopyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.