Frames | No Frames |
Classes derived from buoy.event.EventSource | |
class | This class is used to create a Widget that is a thin wrapper around an arbitrary AWT/Swing component. |
class | A BButton is a pushbutton Widget. |
class | A BCheckBox is a Widget for making simple boolean selections. |
class | A BCheckBoxMenuItem is a menu item for making simple boolean selectons. |
class | A BColorChooser is a Widget that allows the user to select a color. |
class | A BComboBox is a Widget that displays a popup menu with a list of objects for the user to select. |
class | A BDialog is a WidgetContainer corresponding to a dialog window. |
class | A BDocumentViewer is used for displaying formatted text documents. |
class | A BFileChooser is a Widget that allows the user to select files or directories from the
file system. |
class | A BFrame is a WidgetContainer corresponding to a main window. |
class | A BLabel is a Widget that displays a text string, an image, or both. |
class | A BList is a Widget that displays a list of objects for the user to select. |
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 | A BMenuItem is a Widget corresponding to an item in a pulldown menu. |
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 BPasswordField is a simple text entry box for typing passwords. |
class | A BPopupMenu is a WidgetContainer corresponding to a popup menu. |
class | BProgressBar is a Widget that displays the status of some operation. |
class | A BRadioButton is a Widget for selecting between several options. |
class | A BRadioButtonMenuItem is a menu item for selecting between several options. |
class | A BScrollBar is a Widget that allows the user to select a single value by dragging a "thumb"
along a bar. |
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 | A BSeparator is a Widget corresponding to a divider line between parts of a container. |
class | A BSlider is a Widget that allows the user to select a single value by dragging a "thumb"
along a bar. |
class | A BSpinner is a Widget that allows the user to select a value from an ordered sequence. |
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 BTable is a Widget that displays a grid of objects. |
class | This inner class is the Widget that draws the table's column headers. |
class | A BTextArea is a multi-line text entry box. |
class | A BTextField is a simple text entry box. |
class | A BToolBar is a WidgetContainer which displays a series of Widgets in a row or column. |
class | A BToolTip is a small floating window that appears in front of another Widget. |
class | A BTree is a Widget that displays a hierarchical list of objects (or "nodes"). |
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 | A CustomWidget is used for defining new graphical objects. |
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 | A RadioButtonGroup manages a set of BRadioButtons and
BRadioButtonMenuItems . |
class | RowContainer is a WidgetContainer which arranges its child Widgets in a row, from left to right. |
class | A TextWidget is a Widget that allows the user to view and edit text. |
class | A Widget is a graphical object. |
class | A WidgetContainer is a Widget which contains other Widgets. |
class | A WindowWidget is a WidgetContainer corresponding to a window. |