Class BasicScrollablePanelUI.ScrollablePanelLayout
- java.lang.Object
-
- org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI.ScrollablePanelLayout
-
- All Implemented Interfaces:
LayoutManager
- Enclosing class:
- BasicScrollablePanelUI
protected class BasicScrollablePanelUI.ScrollablePanelLayout extends Object implements LayoutManager
Layout for the scrollable panel.
-
-
Constructor Summary
Constructors Constructor Description ScrollablePanelLayout()
Creates new layout manager.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addLayoutComponent(String name, Component c)
void
layoutContainer(Container c)
Dimension
minimumLayoutSize(Container c)
Dimension
preferredLayoutSize(Container c)
void
removeLayoutComponent(Component c)
-
-
-
Method Detail
-
addLayoutComponent
public void addLayoutComponent(String name, Component c)
- Specified by:
addLayoutComponent
in interfaceLayoutManager
-
removeLayoutComponent
public void removeLayoutComponent(Component c)
- Specified by:
removeLayoutComponent
in interfaceLayoutManager
-
preferredLayoutSize
public Dimension preferredLayoutSize(Container c)
- Specified by:
preferredLayoutSize
in interfaceLayoutManager
-
minimumLayoutSize
public Dimension minimumLayoutSize(Container c)
- Specified by:
minimumLayoutSize
in interfaceLayoutManager
-
layoutContainer
public void layoutContainer(Container c)
- Specified by:
layoutContainer
in interfaceLayoutManager
-
-