|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BorderContainer.Position | |
|---|---|
| buoy.widget | |
| Uses of BorderContainer.Position in buoy.widget |
|---|
| Fields in buoy.widget declared as BorderContainer.Position | |
|---|---|
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
|
| Methods in buoy.widget that return BorderContainer.Position | |
|---|---|
BorderContainer.Position |
BorderContainer.getChildPosition(Widget widget)
Get the Position of a particular Widget. |
| Methods in buoy.widget with parameters of type BorderContainer.Position | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||