Version: 1.1.1

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

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by org.inb.biomoby.central.gui.renderer.CardinalityTableCellEditor
All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor

public class CardinalityTableCellEditor
extends AbstractCellEditor
implements TableCellEditor

Author:
Dmitry Repchevsky
See Also:
Serialized Form

Nested Class Summary
static class CardinalityTableCellEditor.CardinalityComponent
           
 
Constructor Summary
CardinalityTableCellEditor()
           
 
Method Summary
 Object getCellEditorValue()
           
 Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
           
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 

Constructor Detail

CardinalityTableCellEditor

public CardinalityTableCellEditor()
Method Detail

getCellEditorValue

public Object getCellEditorValue()
Specified by:
getCellEditorValue in interface CellEditor

getTableCellEditorComponent

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

Version: 1.1.1

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