com.infoengine.modeler
Class TwoColumnLayout
java.lang.Object
com.infoengine.modeler.TwoColumnLayout
- All Implemented Interfaces:
- LayoutManager
- public class TwoColumnLayout
- extends Object
- implements LayoutManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hgap
int hgap
vgap
int vgap
insets
Insets insets
spanList
int[] spanList
TwoColumnLayout
public TwoColumnLayout(int hgap,
int vgap)
TwoColumnLayout
public TwoColumnLayout()
setInsets
public void setInsets(Insets newInsets)
addLayoutComponent
public void addLayoutComponent(String name,
Component comp)
- Specified by:
addLayoutComponent
in interface LayoutManager
preferredLayoutSize
public Dimension preferredLayoutSize(Container parent)
- Specified by:
preferredLayoutSize
in interface LayoutManager
layoutContainer
public void layoutContainer(Container parent)
- Specified by:
layoutContainer
in interface LayoutManager
minimumLayoutSize
public Dimension minimumLayoutSize(Container parent)
- Specified by:
minimumLayoutSize
in interface LayoutManager
removeLayoutComponent
public void removeLayoutComponent(Component comp)
- Specified by:
removeLayoutComponent
in interface LayoutManager
spanColumns
public void spanColumns(int row)
doSpanColumns
private boolean doSpanColumns(int row)