ComboBoxTableCellEditor@Deprecated public class ComboBoxTableCellEditor extends AbstractTableCellEditor
| Modifier and Type | Field and Description |
|---|---|
static ComboBoxTableCellEditor |
INSTANCE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getCellEditorValue()
Deprecated.
|
java.awt.Dimension |
getPreferedSize()
Deprecated.
|
java.awt.Component |
getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column)
Deprecated.
|
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingpublic static final ComboBoxTableCellEditor INSTANCE
public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column)
public java.lang.Object getCellEditorValue()
public java.awt.Dimension getPreferedSize()