org.openorb.board.shared.board
Class BoardTableEditor
java.lang.Object
|
+--javax.swing.AbstractCellEditor
|
+--javax.swing.DefaultCellEditor
|
+--org.openorb.board.shared.board.BoardTableEditor
- All Implemented Interfaces:
- javax.swing.CellEditor, java.io.Serializable, javax.swing.table.TableCellEditor, javax.swing.tree.TreeCellEditor
- public class BoardTableEditor
- extends javax.swing.DefaultCellEditor
OpenORB GUI Components / Tree Table / Table Editor
- Author:
- Olivier Modica
- See Also:
- Serialized Form
Methods inherited from class javax.swing.DefaultCellEditor |
cancelCellEditing, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing |
Methods inherited from class javax.swing.AbstractCellEditor |
addCellEditorListener, removeCellEditorListener |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.swing.CellEditor |
addCellEditorListener, removeCellEditorListener |
BoardTableEditor
public BoardTableEditor()
- Constructor
getTableCellEditorComponent
public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column)
- TableCellEditor implementation
- Overrides:
getTableCellEditorComponent
in class javax.swing.DefaultCellEditor
getCellEditorValue
public java.lang.Object getCellEditorValue()
- TableCellEditor implementation
- Overrides:
getCellEditorValue
in class javax.swing.DefaultCellEditor
addEditingCase
public void addEditingCase(int cellType,
BoardComponentEditor editor)
removeEditingCase
public void removeEditingCase(int cellType)