Defines the interface for classes that know how to lay out
Container
s.
If the layout manager uses a per-component string,
adds the component comp
to the layout,
associating it
with the string specified by name
.
Lays out the specified container.
Calculates the minimum size dimensions for the specified
container, given the components it contains.
Calculates the preferred size dimensions for the specified
container, given the components it contains.
Removes the specified component from the layout.