|
Oracle Data-aware Controls Reference | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.dacf.layout.LayoutManager3
oracle.dacf.layout.ColumnLayout
A column layout is one in which objects are stacked one on top of the other subject to positioning information provided in a ControlConstraints object.
LayoutManager,
LayoutManager3| Field Summary |
| Fields inherited from class oracle.dacf.layout.LayoutManager3 |
SIZE_MAXIMUM, SIZE_MINIMUM, SIZE_PREFERRED |
| Constructor Summary | |
ColumnLayout()
Parameterless class constructor. |
|
| Method Summary | |
void |
layoutContainer(java.awt.Container parent)
Lays out the container in the specified panel. |
protected java.awt.Dimension |
layoutSize(java.awt.Container parent,
int type)
Computes the indicated container size dimensions. |
| Methods inherited from class oracle.dacf.layout.LayoutManager3 |
addLayoutComponent, addLayoutComponent, findConstraints, getComponentBounds, getLayoutAlignmentX, getLayoutAlignmentY, invalidateLayout, maximumLayoutSize, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ColumnLayout()
| Method Detail |
public void layoutContainer(java.awt.Container parent)
layoutContainer in interface java.awt.LayoutManagerlayoutContainer in class LayoutManager3parent - component which needs to be laid outLayoutManager3.layoutContainer(java.awt.Container)
protected java.awt.Dimension layoutSize(java.awt.Container parent,
int type)
layoutSize in class LayoutManager3parent - container to be laid outtype - _MINIMUM, _MAXIMUM or _PREFERRED
LayoutManager3.layoutSize(java.awt.Container, int)
|
Oracle Data-aware Controls Reference | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2003, Oracle. All rights reserved.