org.springframework.richclient.form.binding.swing
Class TigerEnumComboBoxBinder.TigerEnumComboBoxEditor
java.lang.Object
org.springframework.richclient.form.binding.swing.TigerEnumComboBoxBinder.TigerEnumComboBoxEditor
- All Implemented Interfaces:
- ComboBoxEditor
- Enclosing class:
- TigerEnumComboBoxBinder
public class TigerEnumComboBoxBinder.TigerEnumComboBoxEditor
- extends Object
- implements ComboBoxEditor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TigerEnumComboBoxBinder.TigerEnumComboBoxEditor
public TigerEnumComboBoxBinder.TigerEnumComboBoxEditor(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-2008 The Spring Framework. All Rights Reserved.