com.vlsolutions.swing.docking
public class DockingBorderLayout extends Object implements LayoutManager2
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).
| Constructor Summary | |
|---|---|
| DockingBorderLayout() | |
| Method Summary | |
|---|---|
| void | addLayoutComponent(Component comp, Object constraints) |
| void | addLayoutComponent(String name, Component comp) |
| float | getLayoutAlignmentX(Container target) |
| float | getLayoutAlignmentY(Container target) |
| void | invalidateLayout(Container target) |
| void | layoutContainer(Container target) overridden to adjust position (x(top) = width(left), y(left) = height(top) |
| Dimension | maximumLayoutSize(Container target) |
| Dimension | minimumLayoutSize(Container parent) |
| Dimension | preferredLayoutSize(Container parent) |
| void | removeLayoutComponent(Component comp) |