org.tigris.swidgets

Class DockLayout


public class DockLayout
extends BorderLayout

Layout Manager to control positions of docked toolbars
Author:
Christopher Bach

Constructor Summary

DockLayout()
The constructor.

Method Summary

void
addLayoutComponent(Component c, Object con)
void
layoutContainer(Container target)
void
removeLayoutComponent(Component c)

Constructor Details

DockLayout

public DockLayout()
The constructor.

Method Details

addLayoutComponent

public void addLayoutComponent(Component c,
                               Object con)
See Also:
java.awt.LayoutManager2.addLayoutComponent(java.awt.Component, java.lang.Object)

layoutContainer

public void layoutContainer(Container target)
See Also:
java.awt.LayoutManager.layoutContainer(java.awt.Container)

removeLayoutComponent

public void removeLayoutComponent(Component c)
See Also:
java.awt.LayoutManager.removeLayoutComponent(java.awt.Component)