All Packages Class Hierarchy This Package Previous Next Index
Class jclass.contrib.JCRelativeLayout
java.lang.Object
|
+----jclass.contrib.JCRelativeLayout
- public class JCRelativeLayout
- extends Object
- implements LayoutManager
-
above
-
-
aboveLeft
-
-
aboveRight
-
-
insideBottom
-
-
insideLeft
-
-
insideLowerLeft
-
-
insideLowerRight
-
-
insideRight
-
-
insideTop
-
-
insideUpperLeft
-
-
insideUpperRight
-
-
left
-
-
leftBottom
-
-
leftTop
-
-
lowerLeftCorner
-
-
lowerRightCorner
-
-
right
-
-
rightBottom
-
-
rightTop
-
-
under
-
-
underLeft
-
-
underRight
-
-
upperLeftCorner
-
-
upperRightCorner
-
-
JCRelativeLayout(Dimension)
-
-
addLayoutComponent(String, Component)
-
-
layoutContainer(Container)
-
-
minimumLayoutSize(Container)
-
-
preferredLayoutSize(Container)
-
-
removeLayoutComponent(Component)
-
-
setConstraint(Component, Component, char, int, int)
-
above
public final static char above
under
public final static char under
left
public final static char left
right
public final static char right
aboveRight
public final static char aboveRight
underRight
public final static char underRight
leftBottom
public final static char leftBottom
rightBottom
public final static char rightBottom
upperLeftCorner
public final static char upperLeftCorner
upperRightCorner
public final static char upperRightCorner
lowerRightCorner
public final static char lowerRightCorner
lowerLeftCorner
public final static char lowerLeftCorner
insideUpperLeft
public final static char insideUpperLeft
insideUpperRight
public final static char insideUpperRight
insideLowerRight
public final static char insideLowerRight
insideLowerLeft
public final static char insideLowerLeft
aboveLeft
public final static char aboveLeft
underLeft
public final static char underLeft
leftTop
public final static char leftTop
rightTop
public final static char rightTop
insideTop
public final static char insideTop
insideBottom
public final static char insideBottom
insideRight
public final static char insideRight
insideLeft
public final static char insideLeft
JCRelativeLayout
public JCRelativeLayout(Dimension dim)
addLayoutComponent
public void addLayoutComponent(String name,
Component comp)
removeLayoutComponent
public void removeLayoutComponent(Component comp)
minimumLayoutSize
public Dimension minimumLayoutSize(Container target)
preferredLayoutSize
public Dimension preferredLayoutSize(Container target)
setConstraint
public void setConstraint(Component self,
Component ref,
char where,
int dx,
int dy)
layoutContainer
public void layoutContainer(Container target)
All Packages Class Hierarchy This Package Previous Next Index