Package buoy.widget

Interface Summary
MenuWidget This interface represents any Widget that can be a child of a BMenu.
 

Class Summary
AWTWidget This class is used to create a Widget that is a thin wrapper around an arbitrary AWT/Swing component.
BButton A BButton is a pushbutton Widget.
BButton.Position This inner class represents a value for the alignment or text position.
BCheckBox A BCheckBox is a Widget for making simple boolean selections.
BCheckBoxMenuItem A BCheckBoxMenuItem is a menu item for making simple boolean selectons.
BColorChooser A BColorChooser is a Widget that allows the user to select a color.
BComboBox A BComboBox is a Widget that displays a popup menu with a list of objects for the user to select.
BDialog A BDialog is a WidgetContainer corresponding to a dialog window.
BDocumentViewer A BDocumentViewer is used for displaying formatted text documents.
BFileChooser A BFileChooser is a Widget that allows the user to select files or directories from the file system.
BFileChooser.SelectionMode This inner class represents a mode for the file chooser.
BFrame A BFrame is a WidgetContainer corresponding to a main window.
BLabel A BLabel is a Widget that displays a text string, an image, or both.
BLabel.Position This inner class represents a value for the alignment or text position.
BList A BList is a Widget that displays a list of objects for the user to select.
BMenu A BMenu is a WidgetContainer corresponding to a pulldown menu in the menu bar of a window.
BMenuBar A BMenuBar is a WidgetContainer corresponding to the menu bar of a window.
BMenuItem A BMenuItem is a Widget corresponding to an item in a pulldown menu.
BorderContainer BorderContainer is a WidgetContainer which may have up to five children: one along each edge, and a fifth one in the center.
BorderContainer.Position This inner class represents a position within the container.
BOutline A BOutline is a WidgetContainer that draws an outline around another Widget.
BPasswordField A BPasswordField is a simple text entry box for typing passwords.
BPopupMenu A BPopupMenu is a WidgetContainer corresponding to a popup menu.
BProgressBar BProgressBar is a Widget that displays the status of some operation.
BProgressBar.Orientation This inner class represents an orientation (horizontal or vertical) for the split.
BRadioButton A BRadioButton is a Widget for selecting between several options.
BRadioButtonMenuItem A BRadioButtonMenuItem is a menu item for selecting between several options.
BScrollBar A BScrollBar is a Widget that allows the user to select a single value by dragging a "thumb" along a bar.
BScrollBar.Orientation This inner class represents an orientation for the scrollbar.
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.
BScrollPane.ScrollbarPolicy This inner class represents a scrollbar policy for the horizontal or vertical scrollbar.
BSeparator A BSeparator is a Widget corresponding to a divider line between parts of a container.
BSeparator.Orientation This inner class represents an orientation for the separator.
BSlider A BSlider is a Widget that allows the user to select a single value by dragging a "thumb" along a bar.
BSlider.Orientation This inner class represents an orientation for the slider.
BSpinner A BSpinner is a Widget that allows the user to select a value from an ordered sequence.
BSplitPane BSplitPane is a WidgetContainer whose space is divided between two child Widgets.
BSplitPane.Orientation This inner class represents an orientation (horizontal or vertical) for the split.
BStandardDialog BStandardDialog is used for displaying a variety of "standard" modal dialogs which display messages or ask for simple types of input.
BStandardDialog.Style This inner class represents a style for the dialog.
BTabbedPane BTabbedPane is a WidgetContainer which arranges its child Widgets in a row.
BTabbedPane.TabPosition This inner class represents a position for the tabs.
BTable A BTable is a Widget that displays a grid of objects.
BTable.SelectionMode This inner class represents a selection mode.
BTextArea A BTextArea is a multi-line text entry box.
BTextArea.WrapStyle This inner class represents a wrapping style.
BTextField A BTextField is a simple text entry box.
BToolBar A BToolBar is a WidgetContainer which displays a series of Widgets in a row or column.
BToolBar.Orientation This inner class represents an orientation for the toolbar.
BToolTip A BToolTip is a small floating window that appears in front of another Widget.
BTree A BTree is a Widget that displays a hierarchical list of objects (or "nodes").
BuoyComponent This class is a JPanel which contains a Widget.
BWindow A BWindow is a WidgetContainer corresponding to an undecorated window.
ColumnContainer ColumnContainer is a WidgetContainer which arranges its child Widgets in a single column, from top to bottom.
CustomWidget A CustomWidget is used for defining new graphical objects.
ExplicitContainer ExplicitContainer is a WidgetContainer which allows the sizes and positions of its children to be set explicitly.
FormContainer FormContainer is a WidgetContainer which arranges its children in a grid.
GridContainer GridContainer is a WidgetContainer which arranges its child Widgets in a uniform grid.
LayoutInfo A LayoutInfo object contains information about how a Widget should be layed out within the space provided by its WidgetContainer.
LayoutInfo.Alignment This inner class represents a value for the alignment.
LayoutInfo.FillType This inner class represents a value for the fill.
OverlayContainer OverlayContainer is a WidgetContainer which overlays its children on top of each other.
RadioButtonGroup A RadioButtonGroup manages a set of BRadioButtons and BRadioButtonMenuItems.
RowContainer RowContainer is a WidgetContainer which arranges its child Widgets in a row, from left to right.
Shortcut A Shortcut represents a keyboard shortcut that can be used for activating a menu item.
TextWidget A TextWidget is a Widget that allows the user to view and edit text.
Widget A Widget is a graphical object.
WidgetContainer A WidgetContainer is a Widget which contains other Widgets.
WindowWidget A WindowWidget is a WidgetContainer corresponding to a window.
 



Written by Peter Eastman.