|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Class Summary | |
|---|---|
| Binding | A Binding represents a dependency of some component's position on the position either of another component or of the surrounding container. |
| BindingFactory | A factory for quickly creating Bindings to lay out simple interfaces. |
| RelativeConstraints | A constraint object that associates Bindings with a particular component to be bound. |
| RelativeLayout | The main RelativeLayout class. |
| RelativePosition | Represents the position of an edge at some offset from another edge. |
| Enum Summary | |
|---|---|
| Direction | Represents a spatial direction: "to the left of", "above", "to the right of", or "below". |
| Edge | Represents the edge of a component: left, top, right, or bottom, or horizontal or vertical center. |
| Exception Summary | |
|---|---|
| InconsistentConstraintException | Indicates that two or more Bindings in a single RelativeConstraints are inconsistent with one
another; that is, they specify two things about the location or size of a component that cannot both be true. |
| InvalidBindingException | Indicates that a Binding is invalid; that is, it is not physically possible. |
| UnknownComponentException | Thrown when a Binding in a layout that is being validated refers to a component that has not yet been added
to the layout by the time it is validated. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||