|
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of MSBLayout.ConstraintsFactory in de.winterdrache.layout |
---|
Methods in de.winterdrache.layout that return MSBLayout.ConstraintsFactory | |
---|---|
MSBLayout.ConstraintsFactory |
MSBLayout.getConstraintsFactory()
Returns the ConstraintsFactory used by this MSBLayout . |
static MSBLayout.ConstraintsFactory |
MSBLayout.getDefaultConstraintsFactory()
Returns the static ConstraintsFactory that is used by
MSBLayout s that have no individual factory set. |
Methods in de.winterdrache.layout with parameters of type MSBLayout.ConstraintsFactory | |
---|---|
MSBLayout |
MSBLayout.setConstraintsFactory(MSBLayout.ConstraintsFactory factory)
Sets the provided factory as the new ConstraintsFactory for this
MSBLayout . |
static void |
MSBLayout.setDefaultConstraintsFactory(MSBLayout.ConstraintsFactory factory)
Sets the provided factory as the ConstraintsFactory to be used for
MSBLayout 's that don't have their own individually set. |
Constructors in de.winterdrache.layout with parameters of type MSBLayout.ConstraintsFactory | |
---|---|
MSBLayout.ConstraintsFactory(MSBLayout.ConstraintsFactory orig)
Creates a new ConstraintsFactory that starts with an independent copy of all Constraints from orig. |
|
MSBLayout(Container containerToLayout,
MSBLayout.ConstraintsFactory factory)
Creates a new MSBLayout and installs it on the given Container ; the outer-most
box is a vbox; Constraints will be taken from the given factory. |
|
MSBLayout(MSBLayout.ConstraintsFactory factory)
Creates a new MSBLayout whose outer-most box is a vbox and that uses the given factory
to provide default constraints for all boxes. |
|
MSBLayout(String structure,
Container containerToLayout,
MSBLayout.ConstraintsFactory factory)
Creates a new MSBLayout with the given hbox/vbox structure and installs it as
LayoutManager on the given Container; the given factory will be used to provide default
Constraint for boxes. |
|
MSBLayout(String structure,
MSBLayout.ConstraintsFactory factory)
Creates a new MSBLayout with the given hbox/vbox structure; the given factory will be
used to provide default constraints for all boxes. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Copyright © 2010 Matthias S. Benkmann. See LICENSE file for licensing details.
Hosted on