public class SystemVariableDefinitionEditor
extends javax.swing.AbstractCellEditor
implements javax.swing.table.TableCellEditor
| Constructor and Description |
|---|
SystemVariableDefinitionEditor(OptionModelController optionModelController,
SystemVariablePanel systemVariablePanel)
Instantiates a new system variable definition editor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getCellEditorValue() |
static javax.swing.DefaultComboBoxModel<SystemVariablePanel.SystemVariableType> |
getComboBoxModelVariableType()
Gets the ComboBoxModel for variable type.
|
java.awt.Component |
getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column) |
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingpublic SystemVariableDefinitionEditor(OptionModelController optionModelController, SystemVariablePanel systemVariablePanel)
systemVariablePanel - the system variable dialogpublic java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column)
getTableCellEditorComponent in interface javax.swing.table.TableCellEditorpublic java.lang.Object getCellEditorValue()
getCellEditorValue in interface javax.swing.CellEditorpublic static javax.swing.DefaultComboBoxModel<SystemVariablePanel.SystemVariableType> getComboBoxModelVariableType()