Subclasses of LayoutManager3 in oracle.dacf.layout |
class |
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. |
class |
ControlLayout
A control layout is one in which two components which act together as a
single control can be drawn and manipulated together on screen. |
class |
RowLayout
A row layout is one in which objects are placed one after the other until
there is no more room in the row, at which point a new row is begun. |