@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 LayoutManagerpublic void removeLayoutComponent(Component comp)
removeLayoutComponent in interface LayoutManagerpublic Dimension minimumLayoutSize(Container target)
minimumLayoutSize in interface LayoutManagerpublic Dimension preferredLayoutSize(Container target)
preferredLayoutSize in interface LayoutManagerpublic void layoutContainer(Container parent)
layoutContainer in interface LayoutManagerCopyright © 2017 Docking Frames. All rights reserved.