borland Packages borland Class Hierarchy
Package borland.jbcl.layout
About the layout package
The JBCL layout package contains layout manager and constraint classes. When you choose a
container from the Component Palette, it has a default layout. If the layout isn't what you want,
you can specify another layout as the value of the layout property using the Inspector.
As you add components to the container, JBuilder creates constraints objects to manage their
layout constraints, based upon the layout manager of the container.
See also:
Classes and components
Overview of classes in the layout package
- BoxLayout2 - A Bean wrapper class for com.sun.java.swing.BoxLayout.
- OverlayLayout2 - A Bean wrapper class for com.sun.java.swing.OverlayLayout.
- PaneLayout - Designed for use with SplitPanel. Allows you to populate a container with multiple components which have movable splitter bars.
- VerticalFlowLayout - A layout manager that lays out components vertically.
- XYLayout - An absolute position and size (x,y,w,h) layout manager. Useful for RAD.
- GridBagConstraints2 - The constraint object for adding a component to a GridBagLayout.
- PaneConstraints - The constraint object for adding a component to a PaneLayout.
- XYConstraints - The constraint object for adding a component to an XYLayout.