@Deprecated
public class StackTabListLayout
extends java.lang.Object
implements java.awt.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(java.lang.String name,
java.awt.Component comp)
Deprecated.
|
void |
layoutContainer(java.awt.Container parent)
Deprecated.
|
java.awt.Dimension |
minimumLayoutSize(java.awt.Container target)
Deprecated.
|
java.awt.Dimension |
preferredLayoutSize(java.awt.Container target)
Deprecated.
|
void |
removeLayoutComponent(java.awt.Component comp)
Deprecated.
|
public void addLayoutComponent(java.lang.String name, java.awt.Component comp)
addLayoutComponent
in interface java.awt.LayoutManager
public void removeLayoutComponent(java.awt.Component comp)
removeLayoutComponent
in interface java.awt.LayoutManager
public java.awt.Dimension minimumLayoutSize(java.awt.Container target)
minimumLayoutSize
in interface java.awt.LayoutManager
public java.awt.Dimension preferredLayoutSize(java.awt.Container target)
preferredLayoutSize
in interface java.awt.LayoutManager
public void layoutContainer(java.awt.Container parent)
layoutContainer
in interface java.awt.LayoutManager