Uses of Class
buoy.widget.WidgetContainer

Packages that use WidgetContainer
buoy.internal   
buoy.widget   
 

Uses of WidgetContainer in buoy.internal
 

Constructors in buoy.internal with parameters of type WidgetContainer
WidgetContainerPanel(WidgetContainer container)
          Create a new WidgetContainerPanel.
 

Uses of WidgetContainer in buoy.widget
 

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

Methods in buoy.widget that return WidgetContainer
 WidgetContainer Widget.getParent()
          Get this Widget's parent in the layout hierarchy (may be null).
 



Written by Peter Eastman.