javax.swing
public interface ComboBoxEditor
Method Summary | |
---|---|
void | addActionListener(ActionListener listener)
This method adds specified ActionListener to this ComboBoxEditor.
|
Component | getEditorComponent()
This method returns component that will be used by the combo box to
display/edit currently selected item in the combo box.
|
Object | getItem()
This method returns item that is currently editable.
|
void | removeActionListener(ActionListener listener)
This method removes given ActionListener from this ComboBoxEditor.
|
void | selectAll()
selectAll |
void | setItem(Object item)
Sets item that should be editted when any editting operation is performed
by the user. |
Parameters: listener
Returns: Component that will be used by the combo box to display/edit currently selected item
Returns: Item in the combo box that is currently editable
Parameters: listener TODO
Parameters: item item that is currently selected in the combo box