| 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JComboBox | |
| javax.swing | |
| javax.swing.plaf | |
| javax.swing.plaf.basic | |
| javax.swing.plaf.metal | |
| javax.swing.plaf.multi | |
| Uses of JComboBox in javax.swing | 
| Constructors in javax.swing with parameters of type JComboBox | |
DefaultCellEditor(JComboBox comboBox)
Constructs a DefaultCellEditor object that uses a combo box.  | 
|
JComboBox.AccessibleJComboBox()
 | 
|
| Uses of JComboBox in javax.swing.plaf | 
| Methods in javax.swing.plaf with parameters of type JComboBox | |
abstract  void | 
ComboBoxUI.setPopupVisible(JComboBox c,
                boolean v)
Set the visiblity of the popup  | 
abstract  boolean | 
ComboBoxUI.isPopupVisible(JComboBox c)
Determine the visibility of the popup  | 
abstract  boolean | 
ComboBoxUI.isFocusTraversable(JComboBox c)
Determine whether or not the combo box itself is traversable  | 
| Uses of JComboBox in javax.swing.plaf.basic | 
| Fields in javax.swing.plaf.basic declared as JComboBox | |
protected  JComboBox | 
BasicComboPopup.comboBox
 | 
protected  JComboBox | 
BasicComboBoxUI.comboBox
 | 
| Methods in javax.swing.plaf.basic with parameters of type JComboBox | |
 boolean | 
BasicComboBoxUI.isPopupVisible(JComboBox c)
Tells if the popup is visible or not.  | 
 void | 
BasicComboBoxUI.setPopupVisible(JComboBox c,
                boolean v)
Hides the popup.  | 
 boolean | 
BasicComboBoxUI.isFocusTraversable(JComboBox c)
Determines if the JComboBox is focus traversable.  | 
| Constructors in javax.swing.plaf.basic with parameters of type JComboBox | |
BasicComboPopup(JComboBox combo)
 | 
|
| Uses of JComboBox in javax.swing.plaf.metal | 
| Fields in javax.swing.plaf.metal declared as JComboBox | |
protected  JComboBox | 
MetalComboBoxButton.comboBox
 | 
| Methods in javax.swing.plaf.metal that return JComboBox | |
 JComboBox | 
MetalComboBoxButton.getComboBox()
 | 
| Methods in javax.swing.plaf.metal with parameters of type JComboBox | |
 void | 
MetalComboBoxButton.setComboBox(JComboBox cb)
 | 
 boolean | 
MetalComboBoxUI.isFocusTraversable(JComboBox c)
 | 
| Constructors in javax.swing.plaf.metal with parameters of type JComboBox | |
MetalComboBoxButton(JComboBox cb,
                    Icon i,
                    CellRendererPane pane,
                    JList list)
 | 
|
MetalComboBoxButton(JComboBox cb,
                    Icon i,
                    boolean onlyIcon,
                    CellRendererPane pane,
                    JList list)
 | 
|
MetalComboBoxUI.MetalComboPopup(JComboBox cBox)
 | 
|
| Uses of JComboBox in javax.swing.plaf.multi | 
| Methods in javax.swing.plaf.multi with parameters of type JComboBox | |
 void | 
MultiComboBoxUI.setPopupVisible(JComboBox a,
                boolean b)
Call setPopupVisible on each UI handled by this MultiUI.  | 
 boolean | 
MultiComboBoxUI.isPopupVisible(JComboBox a)
Call isPopupVisible on each UI handled by this MultiUI.  | 
 boolean | 
MultiComboBoxUI.isFocusTraversable(JComboBox a)
Call isFocusTraversable on each UI handled by this MultiUI.  | 
  | 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.