com.vlsolutions.swing.docking
Class DockingBorderLayout
java.lang.Object
com.vlsolutions.swing.docking.DockingBorderLayout
- All Implemented Interfaces:
- LayoutManager, LayoutManager2
public class DockingBorderLayout
- extends Object
- implements LayoutManager2
A layout adapted to autohide panels.
This layout is like a BorderLayout but corners are always empty
(for example, the TOP component starts with an x coordinate equal to the
width of the LEFT component).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DockingBorderLayout
public DockingBorderLayout()
getLayoutAlignmentX
public float getLayoutAlignmentX(Container target)
- Specified by:
getLayoutAlignmentX
in interface LayoutManager2
getLayoutAlignmentY
public float getLayoutAlignmentY(Container target)
- Specified by:
getLayoutAlignmentY
in interface LayoutManager2
invalidateLayout
public void invalidateLayout(Container target)
- Specified by:
invalidateLayout
in interface LayoutManager2
maximumLayoutSize
public Dimension maximumLayoutSize(Container target)
- Specified by:
maximumLayoutSize
in interface LayoutManager2
addLayoutComponent
public void addLayoutComponent(Component comp,
Object constraints)
- Specified by:
addLayoutComponent
in interface LayoutManager2
removeLayoutComponent
public void removeLayoutComponent(Component comp)
- Specified by:
removeLayoutComponent
in interface LayoutManager
addLayoutComponent
public void addLayoutComponent(String name,
Component comp)
- Specified by:
addLayoutComponent
in interface LayoutManager
minimumLayoutSize
public Dimension minimumLayoutSize(Container parent)
- Specified by:
minimumLayoutSize
in interface LayoutManager
preferredLayoutSize
public Dimension preferredLayoutSize(Container parent)
- Specified by:
preferredLayoutSize
in interface LayoutManager
layoutContainer
public void layoutContainer(Container target)
- overridden to adjust position (x(top) = width(left), y(left) = height(top)
- Specified by:
layoutContainer
in interface LayoutManager
© Copyright 2004-2005 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications