ComboBoxEditor

Interface ComboBoxEditor

All Known Implementing Classes:
BasicComboBoxEditor, BasicComboBoxEditor.UIResource, MetalComboBoxEditor, MetalComboBoxEditor.UIResource
public interface ComboBoxEditor

The editor component used for JComboBox components.

Methods

getEditorComponent

Component getEditorComponent()

Return the component that should be added to the tree hierarchy for this editor

setItem

void setItem(Object anObject)

Set the item that should be edited. Cancel any editing if necessary

登录查看完整内容