Package rma.swing.list
Class FixedLengthComboBoxEditor
java.lang.Object
rma.swing.list.FixedLengthComboBoxEditor
- All Implemented Interfaces:
FocusListener
,EventListener
,ComboBoxEditor
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FixedLengthComboBoxEditor
public FixedLengthComboBoxEditor(int len)
-
-
Method Details
-
getEditorComponent
- Specified by:
getEditorComponent
in interfaceComboBoxEditor
-
setItem
- Specified by:
setItem
in interfaceComboBoxEditor
-
getItem
- Specified by:
getItem
in interfaceComboBoxEditor
-
selectAll
public void selectAll()- Specified by:
selectAll
in interfaceComboBoxEditor
-
addActionListener
- Specified by:
addActionListener
in interfaceComboBoxEditor
-
removeActionListener
- Specified by:
removeActionListener
in interfaceComboBoxEditor
-
focusGained
- Specified by:
focusGained
in interfaceFocusListener
-
focusLost
- Specified by:
focusLost
in interfaceFocusListener
-