org.openorb.notify.plugin.gui
Class TableEditor

java.lang.Object
  |
  +--javax.swing.AbstractCellEditor
        |
        +--javax.swing.DefaultCellEditor
              |
              +--org.openorb.board.shared.treetable.TableEditor
                    |
                    +--org.openorb.notify.plugin.gui.TableEditor
All Implemented Interfaces:
javax.swing.CellEditor, java.io.Serializable, javax.swing.table.TableCellEditor, javax.swing.tree.TreeCellEditor

public class TableEditor
extends org.openorb.board.shared.treetable.TableEditor

OpenORB Management Board / Notify table editor

Author:
Olivier Modica
See Also:
Serialized Form

Constructor Summary
TableEditor(org.openorb.board.shared.TreeTable2 treeTable)
          Constructor
 
Methods inherited from class org.openorb.board.shared.treetable.TableEditor
addEditorCase, getCellEditorValue, getTableCellEditorComponent, removeEditorCase
 
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
 

Constructor Detail

TableEditor

public TableEditor(org.openorb.board.shared.TreeTable2 treeTable)
Constructor