Searched refs:replaceEditor (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaSpinnerUI.java221 protected void replaceEditor(final JComponent oldEditor, final JComponent newEditor) { method in class:AquaSpinnerUI
640 ui.replaceEditor(oldEditor, newEditor);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthSpinnerUI.java204 * The <code>replaceEditor</code> method is called when the spinners
207 * <code>replaceEditor</code> as well.
211 * @see #replaceEditor
232 * The implementation of <code>replaceEditor</code> should be coordinated
239 protected void replaceEditor(JComponent oldEditor, JComponent newEditor) { method in class:SynthSpinnerUI
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSpinnerUI.java149 * @see #replaceEditor
291 * will call replaceEditor when the "editor" property changes,
371 * The <code>replaceEditor</code> method is called when the spinners
374 * <code>replaceEditor</code> as well.
378 * @see #replaceEditor
400 * The implementation of <code>replaceEditor</code> should be coordinated
406 protected void replaceEditor(JComponent oldEditor, JComponent newEditor) { method in class:BasicSpinnerUI
974 ui.replaceEditor(oldEditor, newEditor);

Completed in 67 milliseconds