| public interface javax.swing ComboBoxEditor
|
Java SE 6 |
| version | 1.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 |
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|