|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrelativelayout.RelativeConstraints
public class RelativeConstraints
A constraint object that associates Binding
s with a particular component to be bound.
Field Summary | |
---|---|
static Component |
PARENT_CONTAINER
A constant that represents whatever object contains the component associated with these constraints. |
Constructor Summary | |
---|---|
RelativeConstraints()
Constructor for RelativeConstraints. |
|
RelativeConstraints(Binding... theBindings)
Constructor for RelativeConstraints. |
Method Summary | |
---|---|
void |
addBinding(Binding theBinding)
Adds an Binding to this constraint. |
void |
addBindings(Binding... theBindings)
Adds all of the specified Binding s to this constraint. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Component PARENT_CONTAINER
Constructor Detail |
---|
public RelativeConstraints()
public RelativeConstraints(Binding... theBindings)
Binding
s that will be
immediately added to the constraints.
theBindings
- Method Detail |
---|
public void addBinding(Binding theBinding)
Binding
to this constraint.
theBinding
- The Binding to add.public void addBindings(Binding... theBindings)
Binding
s to this constraint.
theBindings
- The Bindings to add.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |