API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf.basic. BasicComboBoxEditor.UIResource View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      BasicComboBoxEditor
          BasicComboBoxEditor.UIResource
Implements
 UIResource
Subclasses
Description
publicstatic class BasicComboBoxEditor.UIResource
  A subclass of BasicComboBoxEditor that implements UIResource.
See also:   
Constructors
public BasicComboBoxEditor.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]
Nested Classes
  BasicComboBoxEditor.BorderlessTextField
  BasicComboBoxEditor.UIResource
A subclass of BasicComboBoxEditor that implements UIResource.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar