public interface javax.swing
ComboBoxEditor


Hide details Login
Java SE 6
  
Implemented by: BasicComboBoxEditor

The editor component used for JComboBox components.
version1.14 11/17/05

Methods
public void addActionListener(ActionListener l)
Add an ActionListener. An action event is generated when the edited item changes
public void removeActionListener(ActionListener l)
Remove an ActionListener
public void selectAll()
Ask the editor to start editing and to select everything

Properties
public Component getEditorComponent()
Return the component that should be added to the tree hierarchy for this editor
public void setItem(Object anObject)
Set the item that should be edited. Cancel any editing if necessary
public Object getItem()
Return the edited item