Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Interface
oracle.javatools.columnlayout.LayoutComponent

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 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
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.