org.springframework.richclient.form.binding.swing
Class EnumComboBoxBinder.EnumComboBoxEditor
java.lang.Object
org.springframework.richclient.form.binding.swing.EnumComboBoxBinder.EnumComboBoxEditor
- All Implemented Interfaces:
- ComboBoxEditor
- Enclosing class:
- EnumComboBoxBinder
public class EnumComboBoxBinder.EnumComboBoxEditor
- extends Object
- implements ComboBoxEditor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnumComboBoxBinder.EnumComboBoxEditor
public EnumComboBoxBinder.EnumComboBoxEditor(MessageSourceAccessor messageSourceAccessor,
ComboBoxEditor editor)
selectAll
public void selectAll()
- Specified by:
selectAll in interface ComboBoxEditor
getEditorComponent
public Component getEditorComponent()
- Specified by:
getEditorComponent in interface ComboBoxEditor
addActionListener
public void addActionListener(ActionListener l)
- Specified by:
addActionListener in interface ComboBoxEditor
removeActionListener
public void removeActionListener(ActionListener l)
- Specified by:
removeActionListener in interface ComboBoxEditor
getItem
public Object getItem()
- Specified by:
getItem in interface ComboBoxEditor
setItem
public void setItem(Object value)
- Specified by:
setItem in interface ComboBoxEditor
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.