|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.cmu.relativelayout.RelativeConstraints
public class RelativeConstraints
A constraint object that associates Bindings with a particular component to be bound.
| 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 Bindings to this constraint. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RelativeConstraints()
public RelativeConstraints(Binding... theBindings)
Bindings 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)
Bindings to this constraint.
theBindings - The Bindings to add.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||