|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.awt.FlowLayout
oracle.javatools.ui.layout.VerticalFlowLayout
oracle.ide.controls.VerticalFlowLayout
Deprecated. since 11.0. Use VerticalFlowLayout.
public class VerticalFlowLayout
| Field Summary | |
|---|---|
static int |
BOTTOMDeprecated. |
static int |
MIDDLEDeprecated. |
static int |
TOPDeprecated. |
| Fields inherited from class java.awt.FlowLayout |
|---|
CENTER, LEADING, LEFT, RIGHT, TRAILING |
| Constructor Summary | |
|---|---|
VerticalFlowLayout()Deprecated. |
|
VerticalFlowLayout(boolean hfill, boolean vfill)Deprecated. |
|
VerticalFlowLayout(int align)Deprecated. |
|
VerticalFlowLayout(int align, boolean hfill, boolean vfill)Deprecated. |
|
VerticalFlowLayout(int align, int hgap, int vgap, boolean hfill, boolean vfill)Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
getHorizontalFill()Deprecated. |
boolean |
getVerticalFill()Deprecated. |
void |
layoutContainer(java.awt.Container target)Deprecated. Lays out the container. |
java.awt.Dimension |
minimumLayoutSize(java.awt.Container target)Deprecated. Returns the minimum size needed to layout the target container |
java.awt.Dimension |
preferredLayoutSize(java.awt.Container target)Deprecated. Returns the preferred dimensions given the components in the target container. |
void |
setHorizontalFill(boolean hfill)Deprecated. |
void |
setVerticalFill(boolean vfill)Deprecated. |
| Methods inherited from class java.awt.FlowLayout |
|---|
addLayoutComponent, getAlignment, getAlignOnBaseline, getHgap, getVgap, removeLayoutComponent, setAlignment, setAlignOnBaseline, setHgap, setVgap, 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)
public VerticalFlowLayout(int align)
public VerticalFlowLayout(int align,
boolean hfill,
boolean vfill)
public VerticalFlowLayout(int align,
int hgap,
int vgap,
boolean hfill,
boolean vfill)
| Method Detail |
|---|
public java.awt.Dimension preferredLayoutSize(java.awt.Container target)
VerticalFlowLayoutpreferredLayoutSize in interface java.awt.LayoutManagerpreferredLayoutSize in class VerticalFlowLayouttarget - the component to lay outpublic java.awt.Dimension minimumLayoutSize(java.awt.Container target)
VerticalFlowLayoutminimumLayoutSize in interface java.awt.LayoutManagerminimumLayoutSize in class VerticalFlowLayouttarget - the component to lay outpublic void setVerticalFill(boolean vfill)
setVerticalFill in class VerticalFlowLayoutpublic boolean getVerticalFill()
getVerticalFill in class VerticalFlowLayoutpublic void setHorizontalFill(boolean hfill)
setHorizontalFill in class VerticalFlowLayoutpublic boolean getHorizontalFill()
getHorizontalFill in class VerticalFlowLayoutpublic void layoutContainer(java.awt.Container target)
VerticalFlowLayoutlayoutContainer in interface java.awt.LayoutManagerlayoutContainer in class VerticalFlowLayouttarget - the container to lay out.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||