@Deprecated
public interface IlxWComboBoxEditor
IlxWComboBox components.| Modifier and Type | Method and Description |
|---|---|
void |
addActionListener(java.awt.event.ActionListener l)
Deprecated.
Adds an
ActionListener. |
IlxWComponent |
getEditorComponent()
Deprecated.
Return the component that should be added to the tree hierarchy for
this editor.
|
java.lang.Object |
getItem()
Deprecated.
Returns the edited item.
|
void |
removeActionListener(java.awt.event.ActionListener l)
Deprecated.
Removes an
ActionListener. |
void |
selectAll()
Deprecated.
Asks the editor to start editing and to select everything.
|
void |
setItem(java.lang.Object anObject)
Deprecated.
Set the item that should be edited.
|
IlxWComponent getEditorComponent()
void setItem(java.lang.Object anObject)
java.lang.Object getItem()
void selectAll()
void addActionListener(java.awt.event.ActionListener l)
ActionListener. An action event is generated when the edited
item changes.void removeActionListener(java.awt.event.ActionListener l)
ActionListener.© Copyright IBM Corp. 1987, 2024