Version: 1.1.1

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

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

public class MobyNameCellEditor
extends DefaultCellEditor
implements FocusListener

Author:
Dmitry Repchevsky
See Also:
Serialized Form

Constructor Summary
MobyNameCellEditor()
           
 
Method Summary
 void focusGained(FocusEvent e)
           
 void focusLost(FocusEvent e)
           
 JTextField getComponent()
           
 
Methods inherited from class javax.swing.DefaultCellEditor
cancelCellEditing, getCellEditorValue, getClickCountToStart, getTableCellEditorComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing
 
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

MobyNameCellEditor

public MobyNameCellEditor()
Method Detail

getComponent

public JTextField getComponent()
Overrides:
getComponent in class DefaultCellEditor

focusGained

public void focusGained(FocusEvent e)
Specified by:
focusGained in interface FocusListener

focusLost

public void focusLost(FocusEvent e)
Specified by:
focusLost in interface FocusListener

Version: 1.1.1

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