Example usage for Java javax.swing ComboBoxEditor fields, constructors, methods, implement or subclass
The text is from its open source code.
Component | getEditorComponent() Returns the component that should be added to the tree hierarchy for this editor |
Object | getItem() Returns the edited item |
void | setItem(Object anObject) Set the item that should be edited. |