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
-
DULayout(int, int)
-
-
addLayoutComponent(String, Component)
-
-
getConstraint(Component)
-
-
getConstraint(Component)
- Returns the DUConstraint for the given component.
-
layoutContainer(Container)
-
-
minimumLayoutSize(Container)
-
-
modifyConstraint(Component, DUConstraint)
-
-
preferredLayoutSize(Container)
-
-
removeAllConstraints()
-
-
removeConstraint(Component)
-
-
removeConstraint(Component)
-
-
removeLayoutComponent(Component)
-
-
setConstraint(Component)
-
-
setConstraint(Component, DUConstraint)
-
DULayout
public DULayout(int width,
int height)
getConstraint
public DUConstraint getConstraint(Component comp)
- Returns the DUConstraint for the given component.
getConstraint
public DUConstraint getConstraint(Component comp)
setConstraint
public void setConstraint(Component comp,
DUConstraint constraint)
setConstraint
public void setConstraint(Component comp)
removeConstraint
public boolean removeConstraint(Component comp)
removeConstraint
public boolean removeConstraint(Component comp)
removeAllConstraints
public void removeAllConstraints()
modifyConstraint
public void modifyConstraint(Component comp,
DUConstraint constraint)
addLayoutComponent
public void addLayoutComponent(String name,
Component comp)
layoutContainer
public void layoutContainer(Container parent)
minimumLayoutSize
public Dimension minimumLayoutSize(Container parent)
preferredLayoutSize
public Dimension preferredLayoutSize(Container parent)
removeLayoutComponent
public void removeLayoutComponent(Component comp)
All Packages Class Hierarchy This Package Previous Next Index