Class ProMComboBoxTableCellEditor<T>
- java.lang.Object
-
- javax.swing.AbstractCellEditor
-
- org.processmining.framework.util.ui.widgets.ProMComboBoxTableCellEditor<T>
-
- Type Parameters:
T-
- All Implemented Interfaces:
java.io.Serializable,javax.swing.CellEditor,javax.swing.table.TableCellEditor
public class ProMComboBoxTableCellEditor<T> extends javax.swing.AbstractCellEditor implements javax.swing.table.TableCellEditor- Author:
- michael
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ProMComboBox<T>comboBox
-
Constructor Summary
Constructors Constructor Description ProMComboBoxTableCellEditor(java.util.Collection<T> values)ProMComboBoxTableCellEditor(T... values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetCellEditorValue()ProMComboBox<T>getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)protected voidsetValue(T value)-
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
-
-
-
-
Field Detail
-
comboBox
protected ProMComboBox<T> comboBox
-
-
Method Detail
-
getCellEditorValue
public java.lang.Object getCellEditorValue()
- Specified by:
getCellEditorValuein interfacejavax.swing.CellEditor- See Also:
CellEditor.getCellEditorValue()
-
getTableCellEditorComponent
public ProMComboBox<T> getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)
- Specified by:
getTableCellEditorComponentin interfacejavax.swing.table.TableCellEditor- See Also:
TableCellEditor.getTableCellEditorComponent(javax.swing.JTable, java.lang.Object, boolean, int, int)
-
setValue
protected void setValue(T value)
-
-