public class

MetalComboBoxEditor

extends BasicComboBoxEditor
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicComboBoxEditor
     ↳ javax.swing.plaf.metal.MetalComboBoxEditor
Known Direct Subclasses

Class Overview

The default editor for Metal editable combo boxes

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeansTM has been added to the java.beans package. Please see XMLEncoder.

Summary

Nested Classes
class MetalComboBoxEditor.UIResource A subclass of BasicComboBoxEditor that implements UIResource. 
Fields
protected static Insets editorBorderInsets The default editor border Insets.
[Expand]
Inherited Fields
From class javax.swing.plaf.basic.BasicComboBoxEditor
Public Constructors
MetalComboBoxEditor()
[Expand]
Inherited Methods
From class javax.swing.plaf.basic.BasicComboBoxEditor
From class java.lang.Object
From interface java.awt.event.FocusListener
From interface javax.swing.ComboBoxEditor

Fields

protected static Insets editorBorderInsets

The default editor border Insets. This field might not be used.

Public Constructors

public MetalComboBoxEditor ()