org.openorb.board.shared.treetable

Class TableEditor

public class TableEditor extends DefaultCellEditor

OpenORB GUI Components / Tree Table / Table Editor

Author: Olivier Modica

Constructor Summary
TableEditor(TreeTable2 treeTable)
Constructor
Method Summary
voidaddEditorCase(int cellType, DataNodeEditor editor)
ObjectgetCellEditorValue()
TableCellEditor implementation
ComponentgetTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
TableCellEditor implementation
voidremoveEditorCase(int cellType)

Constructor Detail

TableEditor

public TableEditor(TreeTable2 treeTable)
Constructor

Method Detail

addEditorCase

public void addEditorCase(int cellType, DataNodeEditor editor)

getCellEditorValue

public Object getCellEditorValue()
TableCellEditor implementation

getTableCellEditorComponent

public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
TableCellEditor implementation

removeEditorCase

public void removeEditorCase(int cellType)