Searched defs:createLayoutManager (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalComboBoxUI.java241 protected LayoutManager createLayoutManager() { method in class:MetalComboBoxUI
H A DMetalTabbedPaneUI.java72 protected LayoutManager createLayoutManager() { method in class:MetalTabbedPaneUI
74 return super.createLayoutManager();
H A DMetalRootPaneUI.java248 layoutManager = createLayoutManager();
333 private LayoutManager createLayoutManager() { method in class:MetalRootPaneUI
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifComboBoxUI.java253 protected LayoutManager createLayoutManager() { method in class:MotifComboBoxUI
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsComboBoxUI.java343 protected LayoutManager createLayoutManager() { method in class:WindowsComboBoxUI
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaComboBoxUI.java396 protected LayoutManager createLayoutManager() { method in class:AquaComboBoxUI
H A DAquaTabbedPaneUI.java114 protected LayoutManager createLayoutManager() { method in class:AquaTabbedPaneUI
H A DAquaTabbedPaneCopyFromBasicUI.java220 c.setLayout(createLayoutManager());
247 protected LayoutManager createLayoutManager() { method in class:AquaTabbedPaneCopyFromBasicUI
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTabbedPaneUI.java876 protected LayoutManager createLayoutManager() { method in class:SynthTabbedPaneUI
878 return super.createLayoutManager();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJViewport.java277 setLayout(createLayoutManager());
1310 protected LayoutManager createLayoutManager() { method in class:JViewport
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java271 comboBox.setLayout( createLayoutManager() );
500 protected LayoutManager createLayoutManager() { method in class:BasicComboBoxUI
H A DBasicInternalFrameUI.java141 frame.setLayout(internalFrameLayout = createLayoutManager());
324 protected LayoutManager createLayoutManager(){ method in class:BasicInternalFrameUI
H A DBasicOptionPaneUI.java140 optionPane.setLayout(createLayoutManager());
189 protected LayoutManager createLayoutManager() { method in class:BasicOptionPaneUI
H A DBasicTabbedPaneUI.java222 c.setLayout(createLayoutManager());
249 protected LayoutManager createLayoutManager() { method in class:BasicTabbedPaneUI

Completed in 145 milliseconds