Searched defs:JComboBox (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComboBox.java81 public class JComboBox<E> extends JComponent class in inherits:JComponent,ItemSelectable,ListDataListener,ActionListener,Accessible
170 * Creates a <code>JComboBox</code> that takes its items from an
180 public JComboBox(ComboBoxModel<E> aModel) { method in class:JComboBox
187 * Creates a <code>JComboBox</code> that contains the elements
194 public JComboBox(E[] items) { method in class:JComboBox
201 * Creates a <code>JComboBox</code> that contains the elements
208 public JComboBox(Vector<E> items) { method in class:JComboBox
215 * Creates a <code>JComboBox</code> with a default data model.
222 public JComboBox() { method in class:JComboBox
239 if (event.getSource() != JComboBox
[all...]

Completed in 45 milliseconds