API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf.metal. MetalComboBoxEditor.UIResource View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      BasicComboBoxEditor
          MetalComboBoxEditor
              MetalComboBoxEditor.UIResource
Implements
 UIResource
Subclasses
Description
publicstatic class MetalComboBoxEditor.UIResource
  A subclass of BasicComboBoxEditor that implements UIResource.
See also:   
Constructors
public MetalComboBoxEditor.UIResource ()
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 [Inherited From MetalComboBoxEditor]
  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