public class PScrollPaneLayout extends ScrollPaneLayout
| Modifier and Type | Class and Description |
|---|---|
static class |
PScrollPaneLayout.UIResource
The UI resource version of PScrollPaneLayout.
|
colHead, hsb, hsbPolicy, lowerLeft, lowerRight, rowHead, upperLeft, upperRight, viewport, vsb, vsbPolicyCOLUMN_HEADER, HORIZONTAL_SCROLLBAR, HORIZONTAL_SCROLLBAR_ALWAYS, HORIZONTAL_SCROLLBAR_AS_NEEDED, HORIZONTAL_SCROLLBAR_NEVER, HORIZONTAL_SCROLLBAR_POLICY, LOWER_LEADING_CORNER, LOWER_LEFT_CORNER, LOWER_RIGHT_CORNER, LOWER_TRAILING_CORNER, ROW_HEADER, UPPER_LEADING_CORNER, UPPER_LEFT_CORNER, UPPER_RIGHT_CORNER, UPPER_TRAILING_CORNER, VERTICAL_SCROLLBAR, VERTICAL_SCROLLBAR_ALWAYS, VERTICAL_SCROLLBAR_AS_NEEDED, VERTICAL_SCROLLBAR_NEVER, VERTICAL_SCROLLBAR_POLICY, VIEWPORT| Constructor and Description |
|---|
PScrollPaneLayout() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
adjustForHSB(boolean wantsHSB,
Rectangle available,
Rectangle hsbR,
Insets vpbInsets)
Copied FROM javax.swing.ScrollPaneLayout.adjustForHSB.
|
protected void |
adjustForVSB(boolean wantsVSB,
Rectangle available,
Rectangle vsbR,
Insets vpbInsets,
boolean leftToRight)
Copied FROM javax.swing.ScrollPaneLayout.adjustForVSB.
|
void |
layoutContainer(Container parent)
MODIFIED FROM javax.swing.ScrollPaneLayout.layoutContainer.
|
addLayoutComponent, addSingletonComponent, getColumnHeader, getCorner, getHorizontalScrollBar, getHorizontalScrollBarPolicy, getRowHeader, getVerticalScrollBar, getVerticalScrollBarPolicy, getViewport, getViewportBorderBounds, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, setHorizontalScrollBarPolicy, setVerticalScrollBarPolicy, syncWithScrollPanepublic void layoutContainer(Container parent)
layoutContainer in interface LayoutManagerlayoutContainer in class ScrollPaneLayoutparent - the Container to lay outprotected void adjustForVSB(boolean wantsVSB,
Rectangle available,
Rectangle vsbR,
Insets vpbInsets,
boolean leftToRight)
wantsVSB - whether to account for vertical scrollbaravailable - region to adjustvsbR - vertical scroll bar regionvpbInsets - margin of vertical scroll barsleftToRight - orientation of the text LTR or RTLprotected void adjustForHSB(boolean wantsHSB,
Rectangle available,
Rectangle hsbR,
Insets vpbInsets)
wantsHSB - whether to account for horizontal scrollbaravailable - region to adjusthsbR - vertical scroll bar regionvpbInsets - margin of the scroll barsCopyright © 1995-2012 Piccolo2D. All Rights Reserved.