Package tech.molecules.leet.table.gui
Interface InteractiveJTable.TwoStageTableCellEditor
-
- All Superinterfaces:
CellEditor,TableCellEditor
- Enclosing class:
- InteractiveJTable
public static interface InteractiveJTable.TwoStageTableCellEditor extends TableCellEditor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisFullyEngaged()booleanisInStageTwo()-
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, getCellEditorValue, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
-
Methods inherited from interface javax.swing.table.TableCellEditor
getTableCellEditorComponent
-
-