A B C D E G H I L M P R S T U V

B

below(Component) - Method in class edu.cmu.relativelayout.BindingFactory
Returns a Binding that will place a component below the given fixed component.
Binding - Class in edu.cmu.relativelayout
A Binding represents a dependency of some component's position on the position either of another component or of the surrounding container.
Binding(Edge, int, Direction, Edge, Component) - Constructor for class edu.cmu.relativelayout.Binding
Constructs a Binding given the Edge of a "floating" component, a distance, a Direction, the Edge of a "fixed" component, and the fixed component itself.
Binding(RelativePosition, Component) - Constructor for class edu.cmu.relativelayout.Binding
Constructs a Binding given a RelativePosition and a fixed component to resolve that position against.
BindingFactory - Class in edu.cmu.relativelayout
A factory for quickly creating Bindings to lay out simple interfaces.
BindingFactory() - Constructor for class edu.cmu.relativelayout.BindingFactory
Constructs a BindingFactory with the given margins and spacing.
BindingFactory(int, int, int, int, int, int) - Constructor for class edu.cmu.relativelayout.BindingFactory
Constructs a BindingFactory with the given margins and spacing.
bottomAlignedWith(Component) - Method in class edu.cmu.relativelayout.BindingFactory
Returns a Binding that will align a component's bottom edge to that of the given fixed component.
bottomEdge() - Method in class edu.cmu.relativelayout.BindingFactory
Returns a Binding that will place a component just above the bottom edge of its container.

A B C D E G H I L M P R S T U V