javax.swing
Class DefaultCellEditor.JComboBoxDelegate

java.lang.Object
javax.swing.DefaultCellEditor.EditorDelegate
javax.swing.DefaultCellEditor.JComboBoxDelegate
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener, java.awt.event.ItemListener, java.io.Serializable
- Enclosing class:
- DefaultCellEditor
- private class DefaultCellEditor.JComboBoxDelegate
- extends DefaultCellEditor.EditorDelegate
Provides getter and setter methods to work with the combo box.
|
Field Summary |
private static long |
serialVersionUID
Use the serial version UID for interoperability. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- Use the serial version UID for interoperability.
- See Also:
- Constant Field Values
DefaultCellEditor.JComboBoxDelegate
private DefaultCellEditor.JComboBoxDelegate()
setValue
public void setValue(java.lang.Object aValue)
- Set the value for the editor component.
- Overrides:
setValue in class DefaultCellEditor.EditorDelegate
getCellEditorValue
public java.lang.Object getCellEditorValue()
- Get the value for the editor component.
- Overrides:
getCellEditorValue in class DefaultCellEditor.EditorDelegate