bibliothek.gui.dock.station.stack
Class StackTabListLayout

java.lang.Object
  extended by bibliothek.gui.dock.station.stack.StackTabListLayout
All Implemented Interfaces:
LayoutManager

Deprecated. this class is no longer used anywhere and will be removed

@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.

Author:
Benjamin Sigg

Constructor Summary
StackTabListLayout()
          Deprecated.  
 
Method Summary
 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.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackTabListLayout

public StackTabListLayout()
Deprecated. 
Method Detail

addLayoutComponent

public void addLayoutComponent(String name,
                               Component comp)
Deprecated. 
Specified by:
addLayoutComponent in interface LayoutManager

removeLayoutComponent

public void removeLayoutComponent(Component comp)
Deprecated. 
Specified by:
removeLayoutComponent in interface LayoutManager

minimumLayoutSize

public Dimension minimumLayoutSize(Container target)
Deprecated. 
Specified by:
minimumLayoutSize in interface LayoutManager

preferredLayoutSize

public Dimension preferredLayoutSize(Container target)
Deprecated. 
Specified by:
preferredLayoutSize in interface LayoutManager

layoutContainer

public void layoutContainer(Container parent)
Deprecated. 
Specified by:
layoutContainer in interface LayoutManager