|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.awt.FlowLayout
|
+--jazz.widget.VerticalFlowLayout
| Field Summary | |
static int |
BOTTOM
|
static int |
MIDDLE
|
static int |
TOP
Description of the Field |
| Fields inherited from class java.awt.FlowLayout |
CENTER, LEADING, LEFT, RIGHT, TRAILING |
| Constructor Summary | |
VerticalFlowLayout()
Construct a new VerticalFlowLayout with a middle alignemnt, and the fill to edge flag set. |
|
VerticalFlowLayout(boolean hfill,
boolean vfill)
Construct a new VerticalFlowLayout with a middle alignemnt. |
|
VerticalFlowLayout(int align)
Construct a new VerticalFlowLayout with a middle alignemnt. |
|
VerticalFlowLayout(int align,
boolean hfill,
boolean vfill)
Construct a new VerticalFlowLayout. |
|
VerticalFlowLayout(int align,
int hgap,
int vgap,
boolean hfill,
boolean vfill)
Construct a new VerticalFlowLayout. |
|
| Method Summary | |
int |
getHgap()
Gets the horizontal gap between components. |
boolean |
getHorizontalFill()
Gets the HorizontalFill attribute of the VerticalLayout object |
boolean |
getVerticalFill()
Gets the VerticalFill attribute of the VerticalLayout object |
int |
getVgap()
Gets the vertical gap between components. |
void |
layoutContainer(java.awt.Container target)
Lays out the container. |
java.awt.Dimension |
minimumLayoutSize(java.awt.Container target)
Returns the minimum size needed to layout the target container |
java.awt.Dimension |
preferredLayoutSize(java.awt.Container target)
Returns the preferred dimensions given the components in the target container. |
void |
setHgap(int hgap)
Sets the horizontal gap between components. |
void |
setHorizontalFill(boolean hfill)
Sets the HorizontalFill attribute of the VerticalLayout object |
void |
setVerticalFill(boolean vfill)
Sets the VerticalFill attribute of the VerticalLayout object |
void |
setVgap(int vgap)
Sets the vertical gap between components. |
| Methods inherited from class java.awt.FlowLayout |
addLayoutComponent, getAlignment, removeLayoutComponent, setAlignment, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int TOP
public static final int MIDDLE
public static final int BOTTOM
| Constructor Detail |
public VerticalFlowLayout()
public VerticalFlowLayout(boolean hfill,
boolean vfill)
hfill - Description of Parametervfill - Description of Parameterpublic VerticalFlowLayout(int align)
align - the alignment value
public VerticalFlowLayout(int align,
boolean hfill,
boolean vfill)
align - the alignment valuehfill - Description of Parametervfill - Description of Parameter
public VerticalFlowLayout(int align,
int hgap,
int vgap,
boolean hfill,
boolean vfill)
align - the alignment valuehgap - the horizontal gap variablevgap - the vertical gap variablehfill - Description of Parametervfill - Description of Parameter| Method Detail |
public void setHgap(int hgap)
setHgap in class java.awt.FlowLayouthgap - The new Hgap valuepublic void setVgap(int vgap)
setVgap in class java.awt.FlowLayoutvgap - The new Vgap valuepublic void setVerticalFill(boolean vfill)
vfill - The new VerticalFill valuepublic void setHorizontalFill(boolean hfill)
hfill - The new HorizontalFill valuepublic int getHgap()
getHgap in class java.awt.FlowLayoutpublic int getVgap()
getVgap in class java.awt.FlowLayoutpublic boolean getVerticalFill()
public boolean getHorizontalFill()
public java.awt.Dimension preferredLayoutSize(java.awt.Container target)
preferredLayoutSize in class java.awt.FlowLayouttarget - the component to lay outpublic java.awt.Dimension minimumLayoutSize(java.awt.Container target)
minimumLayoutSize in class java.awt.FlowLayouttarget - the component to lay outpublic void layoutContainer(java.awt.Container target)
layoutContainer in class java.awt.FlowLayouttarget - the container to lay out.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||