javax.swing.plaf.metal
Class MetalComboBoxEditor

java.lang.Object
  extended by javax.swing.plaf.basic.BasicComboBoxEditor
      extended by javax.swing.plaf.metal.MetalComboBoxEditor
All Implemented Interfaces:
FocusListener, EventListener, ComboBoxEditor
Direct Known Subclasses:
MetalComboBoxEditor.UIResource

public class MetalComboBoxEditor
extends BasicComboBoxEditor

An editor used by the MetalComboBoxUI class.


Nested Class Summary
static class MetalComboBoxEditor.UIResource
          A subclass of MetalComboBoxEditor that implements the UIResource interface.
 
Field Summary
protected static Insets editorBorderInsets
          The editor's border insets.
 
Fields inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
editor
 
Constructor Summary
MetalComboBoxEditor()
          Creates a new editor.
 
Method Summary
 
Methods inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
addActionListener, focusGained, focusLost, getEditorComponent, getItem, removeActionListener, selectAll, setItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

editorBorderInsets

protected static Insets editorBorderInsets
The editor's border insets.

Constructor Detail

MetalComboBoxEditor

public MetalComboBoxEditor()
Creates a new editor.