All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----gjt.ColumnLayout
Horizontal orientation must be one of the following:
public ColumnLayout()
public ColumnLayout(int gap)
public ColumnLayout(Orientation horizontalOrient,
Orientation verticalOrient)
public ColumnLayout(Orientation horizontalOrient,
Orientation verticalOrient,
int gap)
public void addLayoutComponent(String name,
Component comp)
public void removeLayoutComponent(Component comp)
public Dimension preferredLayoutSize(Container target)
public Dimension minimumLayoutSize(Container target)
public void layoutContainer(Container target)
All Packages Class Hierarchy This Package Previous Next Index