public class EvaluationUsageOfInterfacesEditor
extends javax.swing.AbstractCellEditor
implements javax.swing.table.TableCellEditor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TechnicalInterfaceStorageOption_INVALID |
| Constructor and Description |
|---|
EvaluationUsageOfInterfacesEditor(OptionModelController optionModelController,
EvaluationUsageOfInterfacesPanel usageOfInterfacesPanel)
Instantiates a new evaluation usage of interfaces editor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getCellEditorValue() |
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 static final java.lang.String TechnicalInterfaceStorageOption_INVALID
public EvaluationUsageOfInterfacesEditor(OptionModelController optionModelController, EvaluationUsageOfInterfacesPanel usageOfInterfacesPanel)
optionModelController - the option model controllerusageOfInterfacesPanel - the EvaluationUsageOfInterfacesPanelpublic 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.CellEditor