Klasse javax.swing.JComboBox | 1.2 |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JComboBox
Geschachtelte Klassen | |
---|---|
protected | JComboBox.AccessibleJComboBox |
public static | JComboBox.KeySelectionManager |
Datenelemente | |
---|---|
protected ComboBoxModel | dataModel |
protected ListCellRenderer | renderer |
protected ComboBoxEditor | editor |
protected int | maximumRowCount |
protected boolean | isEditable |
protected JComboBox.KeySelectionManager | keySelectionManager |
protected String | actionCommand |
protected boolean | lightWeightPopupEnabled |
protected Object | selectedItemReminder |
Konstruktoren | |
---|---|
public | JComboBox(ComboBoxModel aModel) |
public | JComboBox(Object[] items) |
public | JComboBox(Vector items) |
public | JComboBox() |