|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComboBoxEditor
Provides edit capabilities for JComboBox
es.
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. |
Method Detail |
---|
Component getEditorComponent()
void setItem(Object item)
item
- item that is currently selected in the combo boxObject getItem()
void selectAll()
void addActionListener(ActionListener listener)
listener
- void removeActionListener(ActionListener listener)
listener
- TODO
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |