|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LayoutComponent | |
|---|---|
| oracle.javatools.columnlayout | The column layout package simplifies programmatic layout construction. |
| Uses of LayoutComponent in oracle.javatools.columnlayout |
|---|
| Classes in oracle.javatools.columnlayout that implement LayoutComponent | |
|---|---|
class |
LayoutGapGaps are represented as JPanels with their preferred size set to the required gap size. |
class |
LayoutLeafA LayoutLeaf wraps a single UI component that can span multiple rows and columns and be resizable. |
class |
LayoutPanelA LayoutPanel contains a grid of LayoutComponents, each of which can occupy a rectangle of cells. |
class |
LayoutRowA LayoutRow is a list of LayoutComponents. |
| Methods in oracle.javatools.columnlayout that return LayoutComponent | |
|---|---|
LayoutComponent |
LayoutBuilder.getRootComponent()Get the outermost LayoutComponent. |
| Methods in oracle.javatools.columnlayout with parameters of type LayoutComponent | |
|---|---|
void |
LayoutPanel.add(LayoutComponent lc)Add a LayoutComponent to the panel and advance the column position. |
void |
LayoutBuilder.add(LayoutComponent lc)Add a LayoutComponent to the current panel. |
void |
LayoutRow.add(LayoutComponent lc)Add a LayoutComponent to the row. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||