Searched refs:anEditor (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComboBox.java490 * @param anEditor the <code>ComboBoxEditor</code> that
498 public void setEditor(ComboBoxEditor anEditor) { argument
504 editor = anEditor;
1397 * @param anEditor the <code>ComboBoxEditor</code> that displays
1402 public void configureEditor(ComboBoxEditor anEditor, Object anItem) { argument
1403 anEditor.setItem(anItem);
H A DJTable.java5624 * @param anEditor the active cell editor
5630 public void setCellEditor(TableCellEditor anEditor) { argument
5632 cellEditor = anEditor;
5633 firePropertyChange("tableCellEditor", oldEditor, anEditor);

Completed in 57 milliseconds