Method Summary |
public
| addLayoutComponent (
component, constraint
): Void |
| Adds the specified component with the specified name to the layout.
|
|
public
| getLayoutType (
): String |
| A string identifying the type of layout
|
|
public
| getPreferredSize (
): Void |
| Calculates the preferred size for a container
|
|
public
| initContainer (
container
): Void |
| Initializes the containers layout
|
|
public
| layoutContainer (
): Void |
| Layouts the container
|
|
public
| removeLayoutComponent (
component
): Void |
| Removes the specified component from the layout.
|
|
|