com.borland Packages com.borland Class Hierarchy
com.borland.jbcl.layout
packagejbcl.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.
The following BeanInfo
class is in this package:
Visit the javabeans and jbcl newsgroups on the borland.com Web page at http://www.borland.com/newsgroups. These newsgroups are dedicated to issues about JavaBeans in JBuilder and the JBCL. They are actively monitored by our support engineers as well as the JBuilder Research and Development team.
See also:
Overview of classes in this package
Using layout managers
Library overview
com.borland.jbcl.layout
packageSplitPanel
. Allows you to populate a container with multiple components which have movable splitter bars.
GridBagLayout
.
PaneLayout
.
XYLayout
.