|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
See:
Description
| Packages | |
| com.brunchboy.util.swing.relativelayout | A constraint-based relative layout manager. |
This package implements a constraint-based relative layout manager, which uses a dependency analyzer to support inter-component dependencies.
The classes you'll interact with the most are the layout manager
itself, RelativeLayout, and the two
concrete Constraint
implementations, AttributeConstraint and
AxisConstraint.
To simplify the construction of a rich set of constraints, you can use
an XML file parsed by XmlConstraintBuilder.
For more detail, see the package overview for com.brunchboy.util.swing.relativelayout.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||