|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
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 |
LayoutGap Gaps are represented as JPanels with their preferred size set to the required gap size. |
class |
LayoutLeaf A LayoutLeaf wraps a single UI component that can span multiple rows and columns and be resizable. |
class |
LayoutPanel A LayoutPanel contains a grid of LayoutComponents, each of which can occupy a rectangle of cells. |
class |
LayoutRow A 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 |
LayoutRow.add(LayoutComponent lc) Add a LayoutComponent to the row. |
void |
LayoutBuilder.add(LayoutComponent lc) Add a LayoutComponent to the current panel. |
void |
LayoutPanel.add(LayoutComponent lc) Add a LayoutComponent to the panel and advance the column position. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |