Uses of Package
buoy.widget

Packages that use buoy.widget
buoy.event   
buoy.internal   
buoy.widget   
 

Classes in buoy.widget used by buoy.event
Widget
          A Widget is a graphical object.
WindowWidget
          A WindowWidget is a WidgetContainer corresponding to a window.
 

Classes in buoy.widget used by buoy.internal
Widget
          A Widget is a graphical object.
WidgetContainer
          A WidgetContainer is a Widget which contains other Widgets.
 

Classes in buoy.widget used by buoy.widget
BButton
          A BButton is a pushbutton Widget.
BButton.Position
          This inner class represents a value for the alignment or text position.
BFileChooser.SelectionMode
          This inner class represents a mode for the file chooser.
BFrame
          A BFrame is a WidgetContainer corresponding to a main window.
BLabel.Position
          This inner class represents a value for the alignment or text position.
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.Position
          This inner class represents a position within the container.
BOutline
          A BOutline is a WidgetContainer that draws an outline around another Widget.
BProgressBar.Orientation
          This inner class represents an orientation (horizontal or vertical) for the split.
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.ScrollbarPolicy
          This inner class represents a scrollbar policy for the horizontal or vertical scrollbar.
BSeparator.Orientation
          This inner class represents an orientation for the separator.
BSlider.Orientation
          This inner class represents an orientation for the slider.
BSplitPane.Orientation
          This inner class represents an orientation (horizontal or vertical) for the split.
BStandardDialog.Style
          This inner class represents a style for the dialog.
BTabbedPane.TabPosition
          This inner class represents a position for the tabs.
BTable
          A BTable is a Widget that displays a grid of objects.
BTable.BTableHeader
          This inner class is the Widget that draws the table's column headers.
BTable.SelectionMode
          This inner class represents a selection mode.
BTextArea.WrapStyle
          This inner class represents a wrapping style.
BTextField
          A BTextField is a simple text entry box.
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.
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.
MenuWidget
          This interface represents any Widget that can be a child of a BMenu.
RadioButtonGroup
          A RadioButtonGroup manages a set of BRadioButtons and BRadioButtonMenuItems.
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.