net.sourceforge.spedit.ui
Class XmFormLayout

java.lang.Object
  |
  +--net.sourceforge.spedit.ui.XmFormLayout
All Implemented Interfaces:
LayoutManager

public class XmFormLayout
extends Object
implements LayoutManager


Constructor Summary
XmFormLayout(String[] newConstraints)
           
 
Method Summary
 void addLayoutComponent(String name, Component component)
           
 void layoutContainer(Container parent)
           
 Dimension minimumLayoutSize(Container parent)
           
 Dimension preferredLayoutSize(Container parent)
           
 void removeLayoutComponent(Component oldComponent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmFormLayout

public XmFormLayout(String[] newConstraints)
Method Detail

addLayoutComponent

public void addLayoutComponent(String name,
                               Component component)
Specified by:
addLayoutComponent 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

preferredLayoutSize

public Dimension preferredLayoutSize(Container parent)
Specified by:
preferredLayoutSize in interface LayoutManager

removeLayoutComponent

public void removeLayoutComponent(Component oldComponent)
Specified by:
removeLayoutComponent in interface LayoutManager