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

/openjdk7/jdk/src/share/demo/jfc/Notepad/
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

Completed in 39 milliseconds