org.springframework.richclient.form.binding.swing
Class EnumComboBoxBinder.EnumComboBoxEditor

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.form.binding.swing.EnumComboBoxBinder.EnumComboBoxEditor
All Implemented Interfaces:
ComboBoxEditor
Enclosing class:
EnumComboBoxBinder

public class EnumComboBoxBinder.EnumComboBoxEditor
extends Object
implements ComboBoxEditor


Constructor Summary
EnumComboBoxBinder.EnumComboBoxEditor(MessageSourceAccessor messageSourceAccessor, ComboBoxEditor editor)
           
 
Method Summary
 void addActionListener(ActionListener l)
           
 Component getEditorComponent()
           
 Object getItem()
           
 void removeActionListener(ActionListener l)
           
 void selectAll()
           
 void setItem(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumComboBoxBinder.EnumComboBoxEditor

public EnumComboBoxBinder.EnumComboBoxEditor(MessageSourceAccessor messageSourceAccessor,
                                             ComboBoxEditor editor)
Method Detail

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.