API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf.metal. MetalComboBoxEditor View Source
Author(s)
Steve Wilson
Since
Version
1.25 11/30/05
Serial
Hierarchy
 Object
      BasicComboBoxEditor
          MetalComboBoxEditor
Implements
Subclasses
Description
public class MetalComboBoxEditor
  The default editor for Metal editable combo boxes
See also:   
Constructors
public MetalComboBoxEditor ()
Methods
Hide/Show inherited methods
public void addActionListener (ActionListener l) [Inherited From BasicComboBoxEditor]
protected JTextField createEditorComponent () [Inherited From BasicComboBoxEditor]
  Creates the internal editor component.
public void focusGained (FocusEvent e) [Inherited From BasicComboBoxEditor]
public void focusLost (FocusEvent e) [Inherited From BasicComboBoxEditor]
public Component getEditorComponent () [Inherited From BasicComboBoxEditor]
public Object getItem () [Inherited From BasicComboBoxEditor]
public void removeActionListener (ActionListener l) [Inherited From BasicComboBoxEditor]
public void selectAll () [Inherited From BasicComboBoxEditor]
public void setItem (Object anObject) [Inherited From BasicComboBoxEditor]
  Sets the item that should be edited.
Fields
Hide/Show inherited fields
protected JTextField editor [Inherited From BasicComboBoxEditor]
protectedstatic Insets editorBorderInsets
  The default editor border Insets.
Nested Classes
  MetalComboBoxEditor.EditorBorder
  MetalComboBoxEditor.UIResource
A subclass of BasicComboBoxEditor that implements UIResource.
  BasicComboBoxEditor.UIResource
A subclass of BasicComboBoxEditor that implements UIResource.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar