Package | Description |
---|---|
buoy.widget |
Modifier and Type | Method and Description |
---|---|
LayoutInfo |
BorderContainer.getChildLayout(BorderContainer.Position where)
Get the LayoutInfo for the Widget in a particular location.
|
LayoutInfo |
RowContainer.getChildLayout(int index)
Get the LayoutInfo for a particular Widget.
|
LayoutInfo |
ColumnContainer.getChildLayout(int index)
Get the LayoutInfo for a particular Widget.
|
LayoutInfo |
FormContainer.getChildLayout(int index)
Get the LayoutInfo for a particular Widget.
|
LayoutInfo |
GridContainer.getChildLayout(int col,
int row)
Get the LayoutInfo for the Widget in a particular cell.
|
LayoutInfo |
RowContainer.getChildLayout(Widget widget)
Get the LayoutInfo for a particular Widget.
|
LayoutInfo |
BorderContainer.getChildLayout(Widget widget)
Get the LayoutInfo for a particular Widget.
|
LayoutInfo |
GridContainer.getChildLayout(Widget widget)
Get the LayoutInfo for a particular Widget.
|
LayoutInfo |
ColumnContainer.getChildLayout(Widget widget)
Get the LayoutInfo for a particular Widget.
|
LayoutInfo |
FormContainer.getChildLayout(Widget widget)
Get the LayoutInfo for a particular Widget.
|
LayoutInfo |
RowContainer.getDefaultLayout()
Get the default LayoutInfo.
|
LayoutInfo |
BorderContainer.getDefaultLayout()
Get the default LayoutInfo.
|
LayoutInfo |
GridContainer.getDefaultLayout()
Get the default LayoutInfo.
|
LayoutInfo |
ColumnContainer.getDefaultLayout()
Get the default LayoutInfo.
|
LayoutInfo |
FormContainer.getDefaultLayout()
Get the default LayoutInfo.
|
Modifier and Type | Method and Description |
---|---|
void |
BorderContainer.add(Widget widget,
BorderContainer.Position where,
LayoutInfo layout)
Add a Widget to this container.
|
void |
FormContainer.add(Widget widget,
int col,
int row,
int width,
int height,
LayoutInfo layout)
Add a Widget to this container.
|
void |
GridContainer.add(Widget widget,
int col,
int row,
LayoutInfo layout)
Add a Widget to this container.
|
void |
FormContainer.add(Widget widget,
int col,
int row,
LayoutInfo layout)
Add a Widget to this container.
|
void |
RowContainer.add(Widget widget,
int index,
LayoutInfo layout)
Add a Widget to this container.
|
void |
ColumnContainer.add(Widget widget,
int index,
LayoutInfo layout)
Add a Widget to this container.
|
void |
RowContainer.add(Widget widget,
LayoutInfo layout)
Add a Widget to this container.
|
void |
ColumnContainer.add(Widget widget,
LayoutInfo layout)
Add a Widget to this container.
|
void |
BorderContainer.setChildLayout(BorderContainer.Position where,
LayoutInfo layout)
Set the LayoutInfo for the Widget in a particular location.
|
void |
GridContainer.setChildLayout(int col,
int row,
LayoutInfo layout)
Set the LayoutInfo for the Widget in a particular cell.
|
void |
RowContainer.setChildLayout(int index,
LayoutInfo layout)
Set the LayoutInfo for a particular Widget.
|
void |
ColumnContainer.setChildLayout(int index,
LayoutInfo layout)
Set the LayoutInfo for a particular Widget.
|
void |
FormContainer.setChildLayout(int index,
LayoutInfo layout)
Set the LayoutInfo for a particular Widget.
|
void |
RowContainer.setChildLayout(Widget widget,
LayoutInfo layout)
Set the LayoutInfo for a particular Widget.
|
void |
BorderContainer.setChildLayout(Widget widget,
LayoutInfo layout)
Set the LayoutInfo for a particular Widget.
|
void |
GridContainer.setChildLayout(Widget widget,
LayoutInfo layout)
Set the LayoutInfo for a particular Widget.
|
void |
ColumnContainer.setChildLayout(Widget widget,
LayoutInfo layout)
Set the LayoutInfo for a particular Widget.
|
void |
FormContainer.setChildLayout(Widget widget,
LayoutInfo layout)
Set the LayoutInfo for a particular Widget.
|
void |
RowContainer.setDefaultLayout(LayoutInfo layout)
Set the default LayoutInfo.
|
void |
BorderContainer.setDefaultLayout(LayoutInfo layout)
Set the default LayoutInfo.
|
void |
GridContainer.setDefaultLayout(LayoutInfo layout)
Set the default LayoutInfo.
|
void |
ColumnContainer.setDefaultLayout(LayoutInfo layout)
Set the default LayoutInfo.
|
void |
FormContainer.setDefaultLayout(LayoutInfo layout)
Set the default LayoutInfo.
|
Written by Peter Eastman.