bibliothek.gui.dock.station.stack
Class StackTabListLayout
java.lang.Object
bibliothek.gui.dock.station.stack.StackTabListLayout
- All Implemented Interfaces:
- LayoutManager
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.
- Author:
- Benjamin Sigg
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StackTabListLayout
public StackTabListLayout()
addLayoutComponent
public void addLayoutComponent(String name,
Component comp)
- Specified by:
addLayoutComponent
in interface LayoutManager
removeLayoutComponent
public void removeLayoutComponent(Component comp)
- Specified by:
removeLayoutComponent
in interface LayoutManager
minimumLayoutSize
public Dimension minimumLayoutSize(Container target)
- Specified by:
minimumLayoutSize
in interface LayoutManager
preferredLayoutSize
public Dimension preferredLayoutSize(Container target)
- Specified by:
preferredLayoutSize
in interface LayoutManager
layoutContainer
public void layoutContainer(Container parent)
- Specified by:
layoutContainer
in interface LayoutManager