org.springframework.richclient.form.binding.swing
Class EnumComboBoxBinder.EnumComboBoxEditor
java.lang.Object
   org.springframework.richclient.form.binding.swing.EnumComboBoxBinder.EnumComboBoxEditor
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:
- selectAllin interface- ComboBoxEditor
 
- 
 
getEditorComponent
public Component getEditorComponent()
- 
- Specified by:
- getEditorComponentin interface- ComboBoxEditor
 
- 
 
addActionListener
public void addActionListener(ActionListener l)
- 
- Specified by:
- addActionListenerin interface- ComboBoxEditor
 
- 
 
removeActionListener
public void removeActionListener(ActionListener l)
- 
- Specified by:
- removeActionListenerin interface- ComboBoxEditor
 
- 
 
getItem
public Object getItem()
- 
- Specified by:
- getItemin interface- ComboBoxEditor
 
- 
 
setItem
public void setItem(Object value)
- 
- Specified by:
- setItemin interface- ComboBoxEditor
 
- 
 
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.