org.springframework.richclient.form.binding.swing
Class TigerEnumComboBoxBinder.TigerEnumComboBoxEditor

java.lang.Object
  extended by org.springframework.richclient.form.binding.swing.TigerEnumComboBoxBinder.TigerEnumComboBoxEditor
All Implemented Interfaces:
ComboBoxEditor
Enclosing class:
TigerEnumComboBoxBinder

public class TigerEnumComboBoxBinder.TigerEnumComboBoxEditor
extends Object
implements ComboBoxEditor


Constructor Summary
TigerEnumComboBoxBinder.TigerEnumComboBoxEditor(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

TigerEnumComboBoxBinder.TigerEnumComboBoxEditor

public TigerEnumComboBoxBinder.TigerEnumComboBoxEditor(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-2008 The Spring Framework. All Rights Reserved.