Package | Description |
---|---|
buoy.internal | |
buoy.widget | |
buoyx.docking |
Constructor and Description |
---|
WidgetContainerPanel(WidgetContainer container)
Create a new WidgetContainerPanel.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
WidgetContainer |
Widget.getParent()
Get this Widget's parent in the layout hierarchy (may be null).
|
Modifier and Type | Class and Description |
---|---|
class |
DockableWidget
This is a Widget that can be added to a
DockingContainer , and rearranged by the user. |
class |
DockingContainer
A DockingContainer contains a single content Widget, plus any number of
DockableWidgets . |
static class |
DragManager.DetachedDockingContainer
This class is a dialog for holding DockableWidgets that have been detached
from their parent window.
|
Written by Peter Eastman.