Class powersoft.jcm.ui.DULayout
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class powersoft.jcm.ui.DULayout

java.lang.Object
   |
   +----powersoft.jcm.ui.DULayout

public class DULayout
extends Object
implements LayoutManager

Constructor Index

 o DULayout(int, int)

Method Index

 o addLayoutComponent(String, Component)
 o getConstraint(Component)
 o getConstraint(Component)
Returns the DUConstraint for the given component.
 o layoutContainer(Container)
 o minimumLayoutSize(Container)
 o modifyConstraint(Component, DUConstraint)
 o preferredLayoutSize(Container)
 o removeAllConstraints()
 o removeConstraint(Component)
 o removeConstraint(Component)
 o removeLayoutComponent(Component)
 o setConstraint(Component)
 o setConstraint(Component, DUConstraint)

Constructors

 o DULayout
  public DULayout(int width,
                  int height)

Methods

 o getConstraint
  public DUConstraint getConstraint(Component comp)
Returns the DUConstraint for the given component.
 o getConstraint
  public DUConstraint getConstraint(Component comp)
 o setConstraint
  public void setConstraint(Component comp,
                            DUConstraint constraint)
 o setConstraint
  public void setConstraint(Component comp)
 o removeConstraint
  public boolean removeConstraint(Component comp)
 o removeConstraint
  public boolean removeConstraint(Component comp)
 o removeAllConstraints
  public void removeAllConstraints()
 o modifyConstraint
  public void modifyConstraint(Component comp,
                               DUConstraint constraint)
 o addLayoutComponent
  public void addLayoutComponent(String name,
                                 Component comp)
 o layoutContainer
  public void layoutContainer(Container parent)
 o minimumLayoutSize
  public Dimension minimumLayoutSize(Container parent)
 o preferredLayoutSize
  public Dimension preferredLayoutSize(Container parent)
 o removeLayoutComponent
  public void removeLayoutComponent(Component comp)

All Packages  Class Hierarchy  This Package  Previous  Next  Index