LayoutManager
protected class BasicScrollablePanelUI.ScrollablePanelLayout extends Object implements LayoutManager
Constructor | Description |
---|---|
ScrollablePanelLayout() |
Creates new layout manager.
|
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) |
public void addLayoutComponent(String name, Component c)
addLayoutComponent
in interface LayoutManager
public void removeLayoutComponent(Component c)
removeLayoutComponent
in interface LayoutManager
public Dimension preferredLayoutSize(Container c)
preferredLayoutSize
in interface LayoutManager
public Dimension minimumLayoutSize(Container c)
minimumLayoutSize
in interface LayoutManager
public void layoutContainer(Container c)
layoutContainer
in interface LayoutManager