Class SimpleComboBoxEditor

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, ComboBoxEditor, Scrollable, SwingConstants

public class SimpleComboBoxEditor extends JTextField implements ComboBoxEditor
We need a way to access the action map for a JComboBox editor, so that we can have it fire an action when enter is pressed. This simple class allows this.
See Also: