@Deprecated public class StackTabListLayout extends Object implements LayoutManager
LayoutManager
that works like FlowLayout
, but the components
are not centered in their cell but stick to the top of the cell.Constructor and Description |
---|
StackTabListLayout()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addLayoutComponent(String name,
Component comp)
Deprecated.
|
void |
layoutContainer(Container parent)
Deprecated.
|
Dimension |
minimumLayoutSize(Container target)
Deprecated.
|
Dimension |
preferredLayoutSize(Container target)
Deprecated.
|
void |
removeLayoutComponent(Component comp)
Deprecated.
|
public void addLayoutComponent(String name, Component comp)
addLayoutComponent
in interface LayoutManager
public void removeLayoutComponent(Component comp)
removeLayoutComponent
in interface LayoutManager
public Dimension minimumLayoutSize(Container target)
minimumLayoutSize
in interface LayoutManager
public Dimension preferredLayoutSize(Container target)
preferredLayoutSize
in interface LayoutManager
public void layoutContainer(Container parent)
layoutContainer
in interface LayoutManager