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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java1961 public int selectionForKey(char aKey,ComboBoxModel aModel) { argument
1985 if (startIndex < 0 || startIndex >= aModel.getSize()) {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComboBox.java176 * @param aModel the <code>ComboBoxModel</code> that provides the
180 public JComboBox(ComboBoxModel<E> aModel) { argument
182 setModel(aModel);
300 * @param aModel the <code>ComboBoxModel</code> that provides the
307 public void setModel(ComboBoxModel<E> aModel) { argument
312 dataModel = aModel;
1491 * @param aModel a ComboBoxModel -- the component's data model, containing
1496 int selectionForKey(char aKey,ComboBoxModel aModel); argument
1500 public int selectionForKey(char aKey,ComboBoxModel aModel) { argument
1503 Object selectedItem = aModel
[all...]

Completed in 39 milliseconds