Searched defs:createLayout (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalInternalFrameTitlePane.java186 protected LayoutManager createLayout() { method in class:MetalInternalFrameTitlePane
H A DMetalTitlePane.java182 setLayout(createLayout());
535 private LayoutManager createLayout() { method in class:MetalTitlePane
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthInternalFrameTitlePane.java311 protected LayoutManager createLayout() { method in class:SynthInternalFrameTitlePane
H A DSynthSpinnerUI.java104 * <code>createLayout</code>. This method is called by <code>installUI</code>.
108 * @see #createLayout
117 spinner.setLayout(createLayout());
162 protected LayoutManager createLayout() { method in class:SynthSpinnerUI
H A DSynthToolBarUI.java76 toolBar.setLayout(createLayout());
168 protected LayoutManager createLayout() { method in class:SynthToolBarUI
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifInternalFrameTitlePane.java79 protected LayoutManager createLayout() { method in class:MotifInternalFrameTitlePane
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsInternalFrameTitlePane.java372 protected LayoutManager createLayout() { method in class:WindowsInternalFrameTitlePane
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicInternalFrameTitlePane.java122 setLayout(createLayout());
407 protected LayoutManager createLayout() { method in class:BasicInternalFrameTitlePane
H A DBasicSpinnerUI.java200 * <code>createLayout</code>. This method is called by <code>installUI</code>.
204 * @see #createLayout
209 spinner.setLayout(createLayout());
283 protected LayoutManager createLayout() { method in class:BasicSpinnerUI
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaSpinnerUI.java131 spinner.setLayout(createLayout());
140 protected LayoutManager createLayout() { method in class:AquaSpinnerUI

Completed in 51 milliseconds