public abstract class ComboBoxCellEditor
extends javax.swing.DefaultCellEditor
Constructor and Description |
---|
ComboBoxCellEditor() |
Modifier and Type | Method and Description |
---|---|
protected abstract java.util.List<java.lang.String> |
getComboBoxItems() |
java.awt.Component |
getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column) |
protected boolean |
isComboboxEditable() |
boolean |
stopCellEditing() |
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener
protected abstract java.util.List<java.lang.String> getComboBoxItems()
protected boolean isComboboxEditable()
public boolean stopCellEditing()
stopCellEditing
in interface javax.swing.CellEditor
stopCellEditing
in class javax.swing.DefaultCellEditor
public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent
in interface javax.swing.table.TableCellEditor
getTableCellEditorComponent
in class javax.swing.DefaultCellEditor