Java Platform 1.2
Beta 4

Uses of Interface
com.sun.java.swing.ComboBoxEditor

Packages that use ComboBoxEditor
com.sun.java.swing Provides a set of "lightweight" (all-Java
 

Uses of ComboBoxEditor in com.sun.java.swing
 

Fields in com.sun.java.swing declared as ComboBoxEditor
protected  ComboBoxEditor JComboBox.editor
           
 

Methods in com.sun.java.swing that return ComboBoxEditor
 ComboBoxEditor JComboBox.getEditor()
          Returns the editor used to paint and edit the selected item in the JComboBox field.
 

Methods in com.sun.java.swing with parameters of type ComboBoxEditor
 void JComboBox.setEditor(ComboBoxEditor anEditor)
          Sets the editor used to paint and edit the selected item in the JComboBox field.
 void JComboBox.configureEditor(ComboBoxEditor anEditor, Object anItem)
          Initializes the editor with the specified item.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.