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
See DIRECT subinterfaces
Quick Links:
Methods
Fields
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.
Add an ActionListener. An action event is generated when the edited item changes
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.
Set the item that should be edited. Cancel any editing if necessary
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar