ti.swing
Class DockLayout
java.lang.Object
ti.swing.DockLayout
- All Implemented Interfaces:
- java.awt.LayoutManager
public class DockLayout
- extends java.lang.Object
- implements java.awt.LayoutManager
Constructor Summary |
DockLayout(java.awt.Container target,
boolean dragOutEnabled)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERTICAL
public static final int VERTICAL
- See Also:
- Constant Field Values
HORIZONTAL
public static final int HORIZONTAL
- See Also:
- Constant Field Values
NORTH
public static final java.lang.String NORTH
- See Also:
- Constant Field Values
SOUTH
public static final java.lang.String SOUTH
- See Also:
- Constant Field Values
EAST
public static final java.lang.String EAST
- See Also:
- Constant Field Values
WEST
public static final java.lang.String WEST
- See Also:
- Constant Field Values
CENTER
public static final java.lang.String CENTER
- See Also:
- Constant Field Values
DockLayout
public DockLayout(java.awt.Container target,
boolean dragOutEnabled)
setHorizontalSpacing
public void setHorizontalSpacing(int spacing)
setVerticalSpacing
public void setVerticalSpacing(int spacing)
getHorizontalSpacing
public int getHorizontalSpacing()
getVerticalSpacing
public int getVerticalSpacing()
addLayoutComponent
public void addLayoutComponent(java.lang.String constraints,
java.awt.Component component)
- Specified by:
addLayoutComponent
in interface java.awt.LayoutManager
addLayoutComponent
public void addLayoutComponent(java.awt.Component component,
java.lang.Object constraints)
removeLayoutComponent
public void removeLayoutComponent(java.awt.Component component)
- Specified by:
removeLayoutComponent
in interface java.awt.LayoutManager
layoutContainer
public void layoutContainer(java.awt.Container target)
- Specified by:
layoutContainer
in interface java.awt.LayoutManager
preferredLayoutSize
public java.awt.Dimension preferredLayoutSize(java.awt.Container target)
- Specified by:
preferredLayoutSize
in interface java.awt.LayoutManager
minimumLayoutSize
public java.awt.Dimension minimumLayoutSize(java.awt.Container target)
- Specified by:
minimumLayoutSize
in interface java.awt.LayoutManager