Searched refs:createEditor (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/sample/scripting/scriptpad/src/resources/
H A Dscriptpad.js71 function createEditor() {
573 editor = createEditor();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalComboBoxUI.java160 protected ComboBoxEditor createEditor() { method in class:MetalComboBoxUI
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaSpinnerUI.java100 maybeAdd(createEditor(), "Editor");
215 protected JComponent createEditor() { method in class:AquaSpinnerUI
H A DAquaComboBoxUI.java140 protected ComboBoxEditor createEditor() { method in class:AquaComboBoxUI
/openjdk7/jdk/src/share/demo/jfc/Notepad/
H A DNotepad.java117 editor = createEditor();
183 protected JTextComponent createEditor() { method in class:Notepad
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthSpinnerUI.java195 * <code>createEditor</code> to return a component that contains
215 protected JComponent createEditor() { method in class:SynthSpinnerUI
233 * with the <code>createEditor</code> method.
235 * @see #createEditor
H A DSynthComboBoxUI.java275 protected ComboBoxEditor createEditor() { method in class:SynthComboBoxUI
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJSpinner.java155 this.editor = createEditor(model);
241 protected JComponent createEditor(SpinnerModel model) { method in class:JSpinner
262 * property is set to the value returned by <code>createEditor</code>,
265 * setEditor(createEditor(model));
292 setEditor(createEditor(model)); // sets editorExplicitlySet true
497 * @see #createEditor
531 * @see #createEditor
591 * Similarly, if a subclass overrides <code>createEditor</code>,
595 * with <code>setEditor</code> or created by a <code>createEditor</code>
671 * the <code>createEditor</cod
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsComboBoxUI.java378 protected ComboBoxEditor createEditor() { method in class:WindowsComboBoxUI
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSpinnerUI.java107 * <code>createPreviousButton</code>, and <code>createEditor</code>.
114 * @see #createEditor
122 maybeAdd(createEditor(), "Editor");
281 * @see #createEditor
362 * <code>createEditor</code> to return a component that contains
381 protected JComponent createEditor() { method in class:BasicSpinnerUI
401 * with the <code>createEditor</code> method.
403 * @see #createEditor
H A DBasicComboBoxUI.java265 comboBox.setEditor( createEditor() );
524 protected ComboBoxEditor createEditor() { method in class:BasicComboBoxUI
729 * @see #createEditor

Completed in 69 milliseconds