| Package | Description |
|---|---|
| buoy.widget |
| Modifier and Type | Field and Description |
|---|---|
static BorderContainer.Position |
BorderContainer.CENTER |
static BorderContainer.Position |
BorderContainer.EAST |
static BorderContainer.Position |
BorderContainer.NORTH |
static BorderContainer.Position |
BorderContainer.SOUTH |
static BorderContainer.Position |
BorderContainer.WEST |
| Modifier and Type | Method and Description |
|---|---|
BorderContainer.Position |
BorderContainer.getChildPosition(Widget widget)
Get the Position of a particular Widget.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BorderContainer.add(Widget widget,
BorderContainer.Position where)
Add a Widget to this container, using the default LayoutInfo to position it.
|
void |
BorderContainer.add(Widget widget,
BorderContainer.Position where,
LayoutInfo layout)
Add a Widget to this container.
|
Widget |
BorderContainer.getChild(BorderContainer.Position where)
Get the child in a particular location.
|
LayoutInfo |
BorderContainer.getChildLayout(BorderContainer.Position where)
Get the LayoutInfo for the Widget in a particular location.
|
void |
BorderContainer.remove(BorderContainer.Position where)
Remove a child Widget from this container.
|
void |
BorderContainer.setChildLayout(BorderContainer.Position where,
LayoutInfo layout)
Set the LayoutInfo for the Widget in a particular location.
|
Written by Peter Eastman.