Uses of Class buoy.widget.WidgetContainer

Uses in package buoy.widget

Classes derived from buoy.widget.WidgetContainer

class
A BDialog is a WidgetContainer corresponding to a dialog window.
class
A BFrame is a WidgetContainer corresponding to a main window.
class
A BMenu is a WidgetContainer corresponding to a pulldown menu in the menu bar of a window.
class
A BMenuBar is a WidgetContainer corresponding to the menu bar of a window.
class
BorderContainer is a WidgetContainer which may have up to five children: one along each edge, and a fifth one in the center.
class
A BOutline is a WidgetContainer that draws an outline around another Widget.
class
A BPopupMenu is a WidgetContainer corresponding to a popup menu.
class
A BScrollPane is a WidgetContainer with up to five children: an arbitrary "content" Widget that fills most of the BScrollPane, optional "row header" and "column header" Widgets along the left and top edges, respectively, and optional BScrollBars along the right and bottom edges.
class
BSplitPane is a WidgetContainer whose space is divided between two child Widgets.
class
BTabbedPane is a WidgetContainer which arranges its child Widgets in a row.
class
A BToolBar is a WidgetContainer which displays a series of Widgets in a row or column.
class
A BWindow is a WidgetContainer corresponding to an undecorated window.
class
ColumnContainer is a WidgetContainer which arranges its child Widgets in a single column, from top to bottom.
class
ExplicitContainer is a WidgetContainer which allows the sizes and positions of its children to be set explicitly.
class
FormContainer is a WidgetContainer which arranges its children in a grid.
class
GridContainer is a WidgetContainer which arranges its child Widgets in a uniform grid.
class
OverlayContainer is a WidgetContainer which overlays its children on top of each other.
class
RowContainer is a WidgetContainer which arranges its child Widgets in a row, from left to right.
class
A WindowWidget is a WidgetContainer corresponding to a window.

Methods with return type buoy.widget.WidgetContainer

WidgetContainer
Get this Widget's parent in the layout hierarchy (may be null).

Uses in package buoy.internal

Constructors with parameter type buoy.widget.WidgetContainer

Create a new WidgetContainerPanel.

Written by Peter Eastman.