org.openorb.board.shared.board

Class BoardTableEditor

public class BoardTableEditor extends DefaultCellEditor

OpenORB GUI Components / Tree Table / Table Editor

Author: Olivier Modica

Constructor Summary
BoardTableEditor()
Constructor
Method Summary
voidaddEditingCase(int cellType, BoardComponentEditor editor)
ObjectgetCellEditorValue()
TableCellEditor implementation
ComponentgetTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
TableCellEditor implementation
voidremoveEditingCase(int cellType)

Constructor Detail

BoardTableEditor

public BoardTableEditor()
Constructor

Method Detail

addEditingCase

public void addEditingCase(int cellType, BoardComponentEditor editor)

getCellEditorValue

public Object getCellEditorValue()
TableCellEditor implementation

getTableCellEditorComponent

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

removeEditingCase

public void removeEditingCase(int cellType)