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 static final char above
under
public static final char under
left
public static final char left
right
public static final char right
aboveRight
public static final char aboveRight
underRight
public static final char underRight
leftBottom
public static final char leftBottom
rightBottom
public static final char rightBottom
upperLeftCorner
public static final char upperLeftCorner
upperRightCorner
public static final char upperRightCorner
lowerRightCorner
public static final char lowerRightCorner
lowerLeftCorner
public static final char lowerLeftCorner
insideUpperLeft
public static final char insideUpperLeft
insideUpperRight
public static final char insideUpperRight
insideLowerRight
public static final char insideLowerRight
insideLowerLeft
public static final char insideLowerLeft
aboveLeft
public static final char aboveLeft
underLeft
public static final char underLeft
leftTop
public static final char leftTop
rightTop
public static final char rightTop
insideTop
public static final char insideTop
insideBottom
public static final char insideBottom
insideRight
public static final char insideRight
insideLeft
public static final 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