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:
getEditorComponentin interfaceComboBoxEditor
-
setItem
- Specified by:
setItemin interfaceComboBoxEditor
-
getItem
- Specified by:
getItemin interfaceComboBoxEditor
-
selectAll
public void selectAll()- Specified by:
selectAllin interfaceComboBoxEditor
-
addActionListener
- Specified by:
addActionListenerin interfaceComboBoxEditor
-
removeActionListener
- Specified by:
removeActionListenerin interfaceComboBoxEditor
-
focusGained
- Specified by:
focusGainedin interfaceFocusListener
-
focusLost
- Specified by:
focusLostin interfaceFocusListener
-