Package rma.swing
Class RmaComboBoxEditor
java.lang.Object
rma.swing.RmaComboBoxEditor
- All Implemented Interfaces:
FocusListener,MouseMotionListener,EventListener,ComboBoxEditor,Modifiable,EditableComponent,FormManagementListener,RmaValidComponent
public class RmaComboBoxEditor
extends Object
implements ComboBoxEditor, RmaValidComponent, FocusListener, MouseMotionListener, FormManagementListener, Modifiable, EditableComponent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidvoidvoidvoidgetItem()booleanbooleanisValid(boolean showError) voidvoidvoidvoidvoidsetIsEditable(boolean b) voidvoidsetModified(boolean bool)
-
Field Details
-
editor
-
_comboBox
-
-
Constructor Details
-
RmaComboBoxEditor
-
-
Method Details
-
addListeners
protected void addListeners() -
setIsEditable
public void setIsEditable(boolean b) - Specified by:
setIsEditablein interfaceEditableComponent
-
isModified
public boolean isModified()- Specified by:
isModifiedin interfaceModifiable
-
setModified
public void setModified(boolean bool) - Specified by:
setModifiedin interfaceModifiable
-
clearPerformed
public void clearPerformed()- Specified by:
clearPerformedin interfaceFormManagementListener
-
isValid
public boolean isValid(boolean showError) - Specified by:
isValidin interfaceRmaValidComponent
-
getEditorComponent
- Specified by:
getEditorComponentin interfaceComboBoxEditor
-
setItem
- Specified by:
setItemin interfaceComboBoxEditor
-
getItem
- Specified by:
getItemin interfaceComboBoxEditor
-
selectAll
public void selectAll()- Specified by:
selectAllin interfaceComboBoxEditor
-
focusGained
- Specified by:
focusGainedin interfaceFocusListener
-
focusLost
- Specified by:
focusLostin interfaceFocusListener
-
mouseDragged
- Specified by:
mouseDraggedin interfaceMouseMotionListener
-
mouseMoved
- Specified by:
mouseMovedin interfaceMouseMotionListener
-
addActionListener
- Specified by:
addActionListenerin interfaceComboBoxEditor
-
removeActionListener
- Specified by:
removeActionListenerin interfaceComboBoxEditor
-