Version: 1.1.1

org.inb.biomoby.central.gui.renderer
Class PropertyNameTableCellEditor

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by javax.swing.DefaultCellEditor
          extended by org.inb.biomoby.central.gui.renderer.MobyNameCellEditor
              extended by org.inb.biomoby.central.gui.renderer.PropertyNameTableCellEditor
All Implemented Interfaces:
FocusListener, Serializable, EventListener, CellEditor, TableCellEditor, TreeCellEditor

public class PropertyNameTableCellEditor
extends MobyNameCellEditor

Author:
Dmitry Repchevsky
See Also:
Serialized Form

Constructor Summary
PropertyNameTableCellEditor()
           
 
Method Summary
 void cancelCellEditing()
           
 ObjectType getCellEditorValue()
           
 Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
           
 boolean stopCellEditing()
           
 
Methods inherited from class org.inb.biomoby.central.gui.renderer.MobyNameCellEditor
focusGained, focusLost, getComponent
 
Methods inherited from class javax.swing.DefaultCellEditor
getClickCountToStart, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, getCellEditorListeners, 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

PropertyNameTableCellEditor

public PropertyNameTableCellEditor()
Method Detail

getCellEditorValue

public ObjectType getCellEditorValue()
Specified by:
getCellEditorValue in interface CellEditor
Overrides:
getCellEditorValue in class DefaultCellEditor

cancelCellEditing

public void cancelCellEditing()
Specified by:
cancelCellEditing in interface CellEditor
Overrides:
cancelCellEditing in class DefaultCellEditor

stopCellEditing

public boolean stopCellEditing()
Specified by:
stopCellEditing in interface CellEditor
Overrides:
stopCellEditing in class DefaultCellEditor

getTableCellEditorComponent

public Component getTableCellEditorComponent(JTable table,
                                             Object value,
                                             boolean isSelected,
                                             int row,
                                             int column)
Specified by:
getTableCellEditorComponent in interface TableCellEditor
Overrides:
getTableCellEditorComponent in class DefaultCellEditor

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010