org.oddjob.arooa.design.view.multitype
Class MultiTypeTableWidget.DialogEditor

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by org.oddjob.arooa.design.view.multitype.MultiTypeTableWidget.DialogEditor
All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor
Enclosing class:
MultiTypeTableWidget

public class MultiTypeTableWidget.DialogEditor
extends AbstractCellEditor
implements TableCellEditor

The editor for the value.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
MultiTypeTableWidget.DialogEditor()
           
 
Method Summary
 void cancelCellEditing()
           
 Object getCellEditorValue()
           
 Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
           
 boolean stopCellEditing()
           
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, isCellEditable, removeCellEditorListener, shouldSelectCell
 

Constructor Detail

MultiTypeTableWidget.DialogEditor

public MultiTypeTableWidget.DialogEditor()
Method Detail

getCellEditorValue

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

stopCellEditing

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

cancelCellEditing

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

getTableCellEditorComponent

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