|
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of MSBLayout.Constraints in de.winterdrache.layout |
---|
Subinterfaces of MSBLayout.Constraints in de.winterdrache.layout | |
---|---|
static interface |
MSBLayout.MutableConstraints
Extends the (read-only) Constraints interface with methods to modify the
constraints. |
Classes in de.winterdrache.layout that implement MSBLayout.Constraints | |
---|---|
static class |
MSBLayout.ConstraintsImpl
A straightforward implementation of the MutableConstraints
interface. |
Methods in de.winterdrache.layout that return MSBLayout.Constraints | |
---|---|
MSBLayout.Constraints |
MSBLayout.ConstraintsFactory.getConstraintsFor(Class<?> cls)
Returns Constraints to be used for the component boxes around objects of
Class cls. |
MSBLayout.Constraints |
MSBLayout.ConstraintsFactory.getConstraintsForHBox()
The same as getConstraintsFor(MSBLayout.ConstraintsFactory.HBOX) . |
MSBLayout.Constraints |
MSBLayout.ConstraintsFactory.getConstraintsForVBox()
The same as getConstraintsFor(MSBLayout.ConstraintsFactory.VBOX) . |
Methods in de.winterdrache.layout with parameters of type MSBLayout.Constraints | |
---|---|
MSBLayout.MutableConstraints |
MSBLayout.add(Component compo,
MSBLayout.Constraints constraints)
Adds compo to the Container this MSBLayout is LayoutManager for using the
provided Constraints rather than those from the ConstraintsFactory . |
MSBLayout.MutableConstraints |
MSBLayout.hbox(Container background,
MSBLayout.Constraints constraints)
If background is non-null behaves like MSBLayout.hbox(Container) ; if constraints is non-null
behaves like MSBLayout.hbox(Constraints) ; if both are non-null combines both; if both are null
behaves like MSBLayout.hbox() . |
MSBLayout.MutableConstraints |
MSBLayout.hbox(MSBLayout.Constraints constraints)
Inserts an hbox at the current insert location and sets the insert cursor inside this hbox. |
MSBLayout.MutableConstraints |
MSBLayout.MutableConstraints.setConstraints(MSBLayout.Constraints orig)
Copies the settings from orig to this MutableConstraints object. |
MSBLayout.MutableConstraints |
MSBLayout.ConstraintsImpl.setConstraints(MSBLayout.Constraints orig)
|
void |
MSBLayout.ConstraintsFactory.setConstraintsFor(Class<?> cls,
MSBLayout.Constraints constraints)
Tells this factory to return the given constraints on future calls to MSBLayout.ConstraintsFactory.getConstraintsFor(Class) for class cls. |
void |
MSBLayout.ConstraintsFactory.setDefaultConstraints(MSBLayout.Constraints constraints)
Tells this factory to use the given constraints Object as the Constraints
to be used whenever no specialized constraints have been defined. |
MSBLayout.MutableConstraints |
MSBLayout.vbox(Container background,
MSBLayout.Constraints constraints)
If background is non-null behaves like MSBLayout.vbox(Container) ; if constraints is non-null
behaves like MSBLayout.vbox(Constraints) ; if both are non-null combines both; if both are null
behaves like MSBLayout.vbox() . |
MSBLayout.MutableConstraints |
MSBLayout.vbox(MSBLayout.Constraints constraints)
Inserts a vbox at the current insert location and sets the insert cursor inside this vbox. |
Constructors in de.winterdrache.layout with parameters of type MSBLayout.Constraints | |
---|---|
MSBLayout.ConstraintsImpl(MSBLayout.Constraints orig)
Creates a copy of the Constraints from orig. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Copyright © 2010 Matthias S. Benkmann. See LICENSE file for licensing details.
Hosted on