|
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Classes in de.winterdrache.layout used by de.winterdrache.layout | |
---|---|
MSBLayout
MSBLayout is a LayoutManager that combines the nested-boxes approach of BoxLayout with
flexible constraints as used by GridBagLayout , but surpasses both its spiritual parents
in flexibility and ease of use. |
|
MSBLayout.Constraints
Every box in an MSBLayout is associated with a Constraints object that controls the sizing and placement behaviour of the box. |
|
MSBLayout.ConstraintsFactory
When a new box is added to an MSBLayout without an accompanying Constraints
object, MSBLayout uses a ConstraintsFactory to provide the Constraints. |
|
MSBLayout.Group
A Group's primary purpose is to force certain aspects (most importantly width and height) of several boxes to be the same; furthermore it allows you to change the constraints of all member boxes in a single statement. |
|
MSBLayout.MutableConstraints
Extends the (read-only) Constraints interface with methods to modify the
constraints. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Copyright © 2010 Matthias S. Benkmann. See LICENSE file for licensing details.
Hosted on