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