Searched refs:setEditor (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/demo/jfc/Notepad/
H A DNotepad.java612 elementTreePanel.setEditor(null);
786 elementTreePanel.setEditor(getEditor());
H A DElementTreePanel.java193 public void setEditor(JTextComponent editor) { method in class:ElementTreePanel
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJSpinner.java227 * replace the editor created here with the <code>setEditor</code>
239 * @see #setEditor
265 * setEditor(createEditor(model));
271 * @see #setEditor
292 setEditor(createEditor(model)); // sets editorExplicitlySet true
506 public void setEditor(JComponent editor) { method in class:JSpinner
530 * @see #setEditor
585 * that it's part of. The <code>setEditor</code> method knows about
593 * subsequently being replaced (with <code>setEditor</code>).
595 * with <code>setEditor</cod
[all...]
H A DJComboBox.java110 * @see #setEditor
460 * @see #setEditor
498 public void setEditor(ComboBoxEditor anEditor) { method in class:JComboBox
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java265 comboBox.setEditor( createEditor() );
308 comboBox.setEditor( null );
519 * explicitly set with <code>setEditor</code>.
522 * @see javax.swing.JComboBox#setEditor
730 * @see javax.swing.JComboBox#setEditor

Completed in 52 milliseconds