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

/openjdk7/jdk/test/javax/swing/JScrollPane/6612531/
H A Dbug6612531.java27 * @summary Checks that ScrollPaneLayout.preferredLayoutSize() doesn't throw NPE.
36 ScrollPaneLayout c = new ScrollPaneLayout();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJScrollPane.java128 * By default <code>JScrollPane</code> uses <code>ScrollPaneLayout</code>
129 * to handle the layout of its child Components. <code>ScrollPaneLayout</code>
155 * @see ScrollPaneLayout
295 setLayout(new ScrollPaneLayout.UIResource());
419 * are subclasses of <code>ScrollPaneLayout</code> can be used in a
425 * <code>ScrollPaneLayout</code>
433 if (layout instanceof ScrollPaneLayout) {
435 ((ScrollPaneLayout)layout).syncWithScrollPane(this);
441 String s = "layout of JScrollPane must be a ScrollPaneLayout";
H A DScrollPaneLayout.java60 public class ScrollPaneLayout class in inherits:LayoutManager,ScrollPaneConstants,Serializable
157 * This method is invoked after the ScrollPaneLayout is set as the
162 * ScrollPaneLayout mySPLayout = new ScrollPanelLayout() {
1118 * The UI resource version of <code>ScrollPaneLayout</code>.
1120 public static class UIResource extends ScrollPaneLayout implements javax.swing.plaf.UIResource {}

Completed in 56 milliseconds