private class ParameterTable.DropdownEditor extends DefaultCellEditor
DefaultCellEditor.EditorDelegate
Modifier and Type | Field and Description |
---|---|
private JComboBox<String> |
comboBox
Combo box to use
|
(package private) JPanel |
panel
We need a panel to ensure focusing.
|
private static long |
serialVersionUID
Serial Version
|
clickCountToStart, delegate, editorComponent
changeEvent, listenerList
Constructor and Description |
---|
ParameterTable.DropdownEditor(JComboBox<String> comboBox)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column) |
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCellEditorListener, removeCellEditorListener
private static final long serialVersionUID
final JPanel panel
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent
in interface TableCellEditor
getTableCellEditorComponent
in class DefaultCellEditor