org.argouml.swingext
Class DockLayout

java.lang.Object
  |
  +--java.awt.BorderLayout
        |
        +--org.argouml.swingext.DockLayout
All Implemented Interfaces:
java.awt.LayoutManager, java.awt.LayoutManager2, java.io.Serializable

public class DockLayout
extends java.awt.BorderLayout

See Also:
Serialized Form

Field Summary
static int HORIZONTAL
           
static int VERTICAL
           
 
Fields inherited from class java.awt.BorderLayout
AFTER_LAST_LINE, AFTER_LINE_ENDS, BEFORE_FIRST_LINE, BEFORE_LINE_BEGINS, CENTER, EAST, NORTH, SOUTH, WEST
 
Constructor Summary
DockLayout()
           
 
Method Summary
 void addLayoutComponent(java.awt.Component c, java.lang.Object con)
           
 void layoutContainer(java.awt.Container target)
           
 void removeLayoutComponent(java.awt.Component c)
           
 
Methods inherited from class java.awt.BorderLayout
addLayoutComponent, getHgap, getLayoutAlignmentX, getLayoutAlignmentY, getVgap, invalidateLayout, maximumLayoutSize, minimumLayoutSize, preferredLayoutSize, setHgap, setVgap, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VERTICAL

public static final int VERTICAL

HORIZONTAL

public static final int HORIZONTAL
Constructor Detail

DockLayout

public DockLayout()
Method Detail

addLayoutComponent

public void addLayoutComponent(java.awt.Component c,
                               java.lang.Object con)
Overrides:
addLayoutComponent in class java.awt.BorderLayout

removeLayoutComponent

public void removeLayoutComponent(java.awt.Component c)
Overrides:
removeLayoutComponent in class java.awt.BorderLayout

layoutContainer

public void layoutContainer(java.awt.Container target)
Overrides:
layoutContainer in class java.awt.BorderLayout


ArgoUML (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook