Java javax.swing ComboBoxEditor fields, constructors, methods, implement or subclass

Example usage for Java javax.swing ComboBoxEditor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing ComboBoxEditor.

The text is from its open source code.

Implementation

javax.swing.ComboBoxEditor has the following implementations.
Click this link to see all its implementation.

Method

ComponentgetEditorComponent()
Returns the component that should be added to the tree hierarchy for this editor
ObjectgetItem()
Returns the edited item
voidsetItem(Object anObject)
Set the item that should be edited.