wt.clients.csm.widgets
Class FuncEquivCriteriaCellEditor

java.lang.Object
  extended bywt.clients.widgets.JCSMTableCellEditor
      extended bywt.clients.csm.widgets.FuncEquivCriteriaCellEditor
All Implemented Interfaces:
CellEditor, Serializable, TableCellEditor

public class FuncEquivCriteriaCellEditor
extends JCSMTableCellEditor

See Also:
Serialized Form

Field Summary
 
Fields inherited from class wt.clients.widgets.JCSMTableCellEditor
changeEvent, clickCountToStart, editorComponent, listenerList
 
Constructor Summary
FuncEquivCriteriaCellEditor(JComponent jcsmcomponent)
          Constructs a DefaultCellEditor that uses a text field.
 
Method Summary
 Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
           
 
Methods inherited from class wt.clients.widgets.JCSMTableCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorValue, getClickCountToStart, getComponent, isCellEditable, removeCellEditorListener, setClickCountToStart, shouldSelectCell, stopCellEditing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FuncEquivCriteriaCellEditor

public FuncEquivCriteriaCellEditor(JComponent jcsmcomponent)
Constructs a DefaultCellEditor that uses a text field.

Method Detail

getTableCellEditorComponent

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