Package jadex.commons.gui.autocombo
Class AutoComboTableCellEditor
- java.lang.Object
- 
- javax.swing.AbstractCellEditor
- 
- javax.swing.DefaultCellEditor
- 
- jadex.commons.gui.autocombo.AutoComboTableCellEditor
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- javax.swing.CellEditor,- javax.swing.table.TableCellEditor,- javax.swing.tree.TreeCellEditor
 
 public class AutoComboTableCellEditor extends javax.swing.DefaultCellEditor- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description AutoComboTableCellEditor(javax.swing.JComboBox jbox)
 - 
Method Summary- 
Methods inherited from class javax.swing.DefaultCellEditorcancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTableCellEditorComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing
 - 
Methods inherited from class javax.swing.AbstractCellEditoraddCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener
 
- 
 
-