API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. ComboBoxEditor View Source
Author(s)
Arnaud Weber
Since
Version
1.14 11/17/05
Serial
Hierarchy
 ComboBoxEditor
Subinterfaces
Description
public interface ComboBoxEditor
The editor component used for JComboBox components.
See also:   
Methods
Hide/Show inherited methods
public void addActionListener (ActionListener l)
  Add an ActionListener.
public Component getEditorComponent ()
Return the component that should be added to the tree hierarchy for this editor
public Object getItem ()
Return the edited item
public void removeActionListener (ActionListener l)
Remove an ActionListener
public void selectAll ()
Ask the editor to start editing and to select everything
public void setItem (Object anObject)
  Set the item that should be edited.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar