Uses of Class buoy.widget.LayoutInfo

Uses in package buoy.widget

Methods with parameter type buoy.widget.LayoutInfo

void
Add a Widget to this container.
void
Add a Widget to this container.
void
RowContainer.add(Widget widget, 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, int index, 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
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, int width, int height, LayoutInfo layout)
Add a Widget to this container.
void
Set the LayoutInfo for the Widget in a particular location.
void
Set the LayoutInfo for a particular Widget.
void
Set the LayoutInfo for a particular Widget.
void
Set the LayoutInfo for a particular Widget.
void
Set the LayoutInfo for a particular Widget.
void
Set the LayoutInfo for a particular Widget.
void
Set the LayoutInfo for a particular Widget.
void
Set the LayoutInfo for a particular Widget.
void
Set the LayoutInfo for a particular Widget.
void
GridContainer.setChildLayout(int col, int row, LayoutInfo layout)
Set the LayoutInfo for the Widget in a particular cell.
void
Set the default LayoutInfo.
void
Set the default LayoutInfo.
void
Set the default LayoutInfo.
void
Set the default LayoutInfo.
void
Set the default LayoutInfo.

Methods with return type buoy.widget.LayoutInfo

LayoutInfo
Get the LayoutInfo for the Widget in a particular location.
LayoutInfo
Get the LayoutInfo for a particular Widget.
LayoutInfo
Get the LayoutInfo for a particular Widget.
LayoutInfo
Get the LayoutInfo for a particular Widget.
LayoutInfo
Get the LayoutInfo for a particular Widget.
LayoutInfo
Get the LayoutInfo for a particular Widget.
LayoutInfo
Get the LayoutInfo for a particular Widget.
LayoutInfo
Get the LayoutInfo for a particular Widget.
LayoutInfo
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
Get the default LayoutInfo.
LayoutInfo
Get the default LayoutInfo.
LayoutInfo
Get the default LayoutInfo.
LayoutInfo
Get the default LayoutInfo.
LayoutInfo
Get the default LayoutInfo.

Written by Peter Eastman.