A B C D E F G H I K L M N O P Q R S T V W

A

add(Object) - Method in class buoy.widget.BComboBox
Add an object to the end of the list.
add(int, Object) - Method in class buoy.widget.BComboBox
Add an object at specified position in the middle of the list.
add(Object) - Method in class buoy.widget.BList
Add an object to the end of the list.
add(int, Object) - Method in class buoy.widget.BList
Add an object at specified position in the middle of the list.
add(MenuWidget) - Method in class buoy.widget.BMenu
Add a MenuWidget (typically a BMenuItem or another BMenu) to the end of the menu.
add(MenuWidget, int) - Method in class buoy.widget.BMenu
Add a MenuWidget (typically a BMenuItem or another BMenu) to the menu.
add(BMenu) - Method in class buoy.widget.BMenuBar
Add a BMenu to the end of the menu bar.
add(BMenu, int) - Method in class buoy.widget.BMenuBar
Add a BMenu to the menu bar.
add(Widget, BorderContainer.Position) - Method in class buoy.widget.BorderContainer
Add a Widget to this container, using the default LayoutInfo to position it.
add(Widget, BorderContainer.Position, LayoutInfo) - Method in class buoy.widget.BorderContainer
Add a Widget to this container.
add(MenuWidget) - Method in class buoy.widget.BPopupMenu
Add a MenuWidget (typically a BMenuItem or BMenu) to the end of the menu.
add(MenuWidget, int) - Method in class buoy.widget.BPopupMenu
Add a MenuWidget (typically a BMenuItem or another BMenu) to the menu.
add(Widget, int) - Method in class buoy.widget.BSplitPane
Add a Widget to this container.
add(Widget, String) - Method in class buoy.widget.BTabbedPane
Add a Widget to this container.
add(Widget, String, Icon) - Method in class buoy.widget.BTabbedPane
Add a Widget to this container.
add(Widget, String, Icon, int) - Method in class buoy.widget.BTabbedPane
Add a Widget to this container.
add(Widget) - Method in class buoy.widget.BToolBar
Add a Widget (usually a BButton) to the end of the toolbar.
add(Widget, int) - Method in class buoy.widget.BToolBar
Add a Widget (usually a BButton) to the toolbar.
add(Widget) - Method in class buoy.widget.ColumnContainer
Add a Widget to this container, using the default LayoutInfo to position it.
add(Widget, LayoutInfo) - Method in class buoy.widget.ColumnContainer
Add a Widget to this container.
add(Widget, int, LayoutInfo) - Method in class buoy.widget.ColumnContainer
Add a Widget to this container.
add(Widget, Rectangle) - Method in class buoy.widget.ExplicitContainer
Add a Widget to this container.
add(Widget, int, int) - Method in class buoy.widget.FormContainer
Add a Widget to this container.
add(Widget, int, int, LayoutInfo) - Method in class buoy.widget.FormContainer
Add a Widget to this container.
add(Widget, int, int, int, int) - Method in class buoy.widget.FormContainer
Add a Widget to this container.
add(Widget, int, int, int, int, LayoutInfo) - Method in class buoy.widget.FormContainer
Add a Widget to this container.
add(Widget, int, int) - Method in class buoy.widget.GridContainer
Add a Widget to this container, using the default LayoutInfo to position it.
add(Widget, int, int, LayoutInfo) - Method in class buoy.widget.GridContainer
Add a Widget to this container.
add(Widget, int) - Method in class buoy.widget.OverlayContainer
Add a Widget to this container.
add(Widget) - Method in class buoy.widget.OverlayContainer
Add a Widget to this container.
add(Widget) - Method in class buoy.widget.RowContainer
Add a Widget to this container, using the default LayoutInfo to position it.
add(Widget, LayoutInfo) - Method in class buoy.widget.RowContainer
Add a Widget to this container.
add(Widget, int, LayoutInfo) - Method in class buoy.widget.RowContainer
Add a Widget to this container.
addColumn(Object) - Method in class buoy.widget.BTable
Add a column to this table.
addColumn(Object, Object[]) - Method in class buoy.widget.BTable
Add a column to the end of this table.
addEventLink(Class, Object) - Method in class buoy.event.EventSource
Create an event link from this object.
addEventLink(Class, Object, String) - Method in class buoy.event.EventSource
Create an event link from this object.
addEventLink(Class, Object, Method) - Method in class buoy.event.EventSource
Create an event link from this object.
addEventLink(Class, Object, Method) - Method in class buoy.widget.Widget
Create an event link from this object.
addLink(Object, Method) - Method in class buoy.internal.EventLinkRecord
Add a new target to be notified of events of this type.
addLocalizedString(String) - Static method in class buoy.xml.WidgetLocalization
Add a String object to the list of Strings which should be localized when the user interface is reconstructed from XML.
addNode(TreePath, MutableTreeNode) - Method in class buoy.widget.BTree
Add a new node to the tree.
addNode(TreePath, MutableTreeNode, int) - Method in class buoy.widget.BTree
Add a new node to the tree.
addRow(Object[]) - Method in class buoy.widget.BTable
Add a row to the end of the table.
addRow(int, Object[]) - Method in class buoy.widget.BTable
Add a row to the table.
addSeparator() - Method in class buoy.widget.BMenu
Add a dividing line (a BSeparator) to the end of the menu.
addSeparator() - Method in class buoy.widget.BPopupMenu
Add a dividing line (a BSeparator) to the end of the menu.
addSeparator() - Method in class buoy.widget.BToolBar
Add a dividing line (a BSeparator) to the end of the toolbar.
ALT_MASK - Static variable in class buoy.widget.Shortcut
 
append(String) - Method in class buoy.widget.BTextArea
Append a String to the text contained in this Widget.
AWTWidget - Class in buoy.widget
This class is used to create a Widget that is a thin wrapper around an arbitrary AWT/Swing component.
AWTWidget(Component) - Constructor for class buoy.widget.AWTWidget
Create a Widget which acts as a wrapper around an arbitrary AWT/Swing component.

B

BButton - Class in buoy.widget
A BButton is a pushbutton Widget.
BButton() - Constructor for class buoy.widget.BButton
Create a new BButton with no set text or image.
BButton(String) - Constructor for class buoy.widget.BButton
Create a new BButton.
BButton(Icon) - Constructor for class buoy.widget.BButton
Create a new BButton.
BButton(String, Icon) - Constructor for class buoy.widget.BButton
Create a new BButton.
BButton.Position - Class in buoy.widget
This inner class represents a value for the alignment or text position.
BCheckBox - Class in buoy.widget
A BCheckBox is a Widget for making simple boolean selections.
BCheckBox() - Constructor for class buoy.widget.BCheckBox
Create a new BCheckBox with no label, which is initially deselected.
BCheckBox(String, boolean) - Constructor for class buoy.widget.BCheckBox
Create a new BCheckBox.
BCheckBoxMenuItem - Class in buoy.widget
A BCheckBoxMenuItem is a menu item for making simple boolean selectons.
BCheckBoxMenuItem() - Constructor for class buoy.widget.BCheckBoxMenuItem
Create a new BCheckBoxMenuItem with no label, which is initially deselected.
BCheckBoxMenuItem(String, boolean) - Constructor for class buoy.widget.BCheckBoxMenuItem
Create a new BCheckBoxMenuItem.
BCheckBoxMenuItem(String, Icon, boolean) - Constructor for class buoy.widget.BCheckBoxMenuItem
Create a new BCheckBoxMenuItem.
BCheckBoxMenuItem(String, Shortcut, boolean) - Constructor for class buoy.widget.BCheckBoxMenuItem
Create a new BCheckBoxMenuItem.
BCheckBoxMenuItem(String, Shortcut, Icon, boolean) - Constructor for class buoy.widget.BCheckBoxMenuItem
Create a new BCheckBoxMenuItem.
BColorChooser - Class in buoy.widget
A BColorChooser is a Widget that allows the user to select a color.
BColorChooser() - Constructor for class buoy.widget.BColorChooser
Create a new BColorChooser whose initial color is white.
BColorChooser(Color, String) - Constructor for class buoy.widget.BColorChooser
Create a new BColorChooser
BComboBox - Class in buoy.widget
A BComboBox is a Widget that displays a popup menu with a list of objects for the user to select.
BComboBox() - Constructor for class buoy.widget.BComboBox
Create a new uneditable BComboBox containing no objects.
BComboBox(Object[]) - Constructor for class buoy.widget.BComboBox
Create a new uneditable BComboBox containing the objects in an array.
BComboBox(Collection) - Constructor for class buoy.widget.BComboBox
Create a new uneditable BComboBox containing the objects in a Collection.
BComboBox(ComboBoxModel) - Constructor for class buoy.widget.BComboBox
Create a new uneditable BComboBox whose contents are determined by a ComboBoxModel.
BDialog - Class in buoy.widget
A BDialog is a WidgetContainer corresponding to a dialog window.
BDialog() - Constructor for class buoy.widget.BDialog
Create a non-modal BDialog with no title or parent window.
BDialog(String) - Constructor for class buoy.widget.BDialog
Create a non-modal BDialog with no parent window.
BDialog(WindowWidget, boolean) - Constructor for class buoy.widget.BDialog
Create a new BDialog with no title.
BDialog(WindowWidget, String, boolean) - Constructor for class buoy.widget.BDialog
Create a new BDialog.
BDocumentViewer - Class in buoy.widget
A BDocumentViewer is used for displaying formatted text documents.
BDocumentViewer() - Constructor for class buoy.widget.BDocumentViewer
Create an empty BDocumentViewer.
BDocumentViewer(URL) - Constructor for class buoy.widget.BDocumentViewer
Create a new BDocumentViewer displaying the document referenced by a URL.
BFileChooser - Class in buoy.widget
A BFileChooser is a Widget that allows the user to select files or directories from the file system.
BFileChooser() - Constructor for class buoy.widget.BFileChooser
Create a new BFileChooser in OPEN_FILE mode.
BFileChooser(BFileChooser.SelectionMode, String) - Constructor for class buoy.widget.BFileChooser
Create a new BFileChooser
BFileChooser(BFileChooser.SelectionMode, String, File) - Constructor for class buoy.widget.BFileChooser
Create a new BFileChooser.
BFileChooser.SelectionMode - Class in buoy.widget
This inner class represents a mode for the file chooser.
BFrame - Class in buoy.widget
A BFrame is a WidgetContainer corresponding to a main window.
BFrame() - Constructor for class buoy.widget.BFrame
Create a new BFrame.
BFrame(String) - Constructor for class buoy.widget.BFrame
Create a new BFrame.
BLabel - Class in buoy.widget
A BLabel is a Widget that displays a text string, an image, or both.
BLabel() - Constructor for class buoy.widget.BLabel
Create a new BLabel with no text or image.
BLabel(String) - Constructor for class buoy.widget.BLabel
Create a new BLabel which displays text.
BLabel(String, BLabel.Position) - Constructor for class buoy.widget.BLabel
Create a new BLabel which displays text.
BLabel(Icon) - Constructor for class buoy.widget.BLabel
Create a new BLabel which displays an image.
BLabel(Icon, BLabel.Position) - Constructor for class buoy.widget.BLabel
Create a new BLabel which displays an image.
BLabel(String, Icon, BLabel.Position, BLabel.Position) - Constructor for class buoy.widget.BLabel
Create a new BLabel which displays both text and an image.
BLabel.Position - Class in buoy.widget
This inner class represents a value for the alignment or text position.
BList - Class in buoy.widget
A BList is a Widget that displays a list of objects for the user to select.
BList() - Constructor for class buoy.widget.BList
Create a new BList containing no objects.
BList(Object[]) - Constructor for class buoy.widget.BList
Create a new BList containing the objects in an array.
BList(Collection) - Constructor for class buoy.widget.BList
Create a new BList containing the objects in a Collection.
BList(ListModel) - Constructor for class buoy.widget.BList
Create a new BList whose contents are determined by a ListModel.
BListDelegate - Class in buoy.xml.delegate
This class is a PersistenceDelegate for serializing BLists.
BListDelegate() - Constructor for class buoy.xml.delegate.BListDelegate
Create a BListDelegate.
BMenu - Class in buoy.widget
A BMenu is a WidgetContainer corresponding to a pulldown menu in the menu bar of a window.
BMenu() - Constructor for class buoy.widget.BMenu
Create a new BMenu with no title.
BMenu(String) - Constructor for class buoy.widget.BMenu
Create a new BMenu.
BMenuBar - Class in buoy.widget
A BMenuBar is a WidgetContainer corresponding to the menu bar of a window.
BMenuBar() - Constructor for class buoy.widget.BMenuBar
Create a new BMenuBar.
BMenuItem - Class in buoy.widget
A BMenuItem is a Widget corresponding to an item in a pulldown menu.
BMenuItem() - Constructor for class buoy.widget.BMenuItem
Create a new BMenuItem with no label.
BMenuItem(String) - Constructor for class buoy.widget.BMenuItem
Create a new BMenuItem.
BMenuItem(String, Icon) - Constructor for class buoy.widget.BMenuItem
Create a new BMenuItem.
BMenuItem(String, Shortcut) - Constructor for class buoy.widget.BMenuItem
Create a new BMenuItem.
BMenuItem(String, Shortcut, Icon) - Constructor for class buoy.widget.BMenuItem
Create a new BMenuItem.
BorderContainer - Class in buoy.widget
BorderContainer is a WidgetContainer which may have up to five children: one along each edge, and a fifth one in the center.
BorderContainer() - Constructor for class buoy.widget.BorderContainer
Create a new BorderContainer.
BorderContainer.Position - Class in buoy.widget
This inner class represents a position within the container.
BorderContainerDelegate - Class in buoy.xml.delegate
This class is a PersistenceDelegate for serializing BorderContainers.
BorderContainerDelegate() - Constructor for class buoy.xml.delegate.BorderContainerDelegate
Create a BorderContainerDelegate.
BOTH - Static variable in class buoy.widget.LayoutInfo
 
BOTTOM - Static variable in class buoy.widget.BTabbedPane
 
BOutline - Class in buoy.widget
A BOutline is a WidgetContainer that draws an outline around another Widget.
BOutline() - Constructor for class buoy.widget.BOutline
Create a new BOutline with no content Widget and no border.
BOutline(Widget, Border) - Constructor for class buoy.widget.BOutline
Create a new BOutline.
BPasswordField - Class in buoy.widget
A BPasswordField is a simple text entry box for typing passwords.
BPasswordField() - Constructor for class buoy.widget.BPasswordField
Create a new BPasswordField.
BPasswordField(String) - Constructor for class buoy.widget.BPasswordField
Create a new BPasswordField.
BPasswordField(int) - Constructor for class buoy.widget.BPasswordField
Create a new BPasswordField.
BPasswordField(String, int) - Constructor for class buoy.widget.BPasswordField
Create a new BPasswordField.
BPopupMenu - Class in buoy.widget
A BPopupMenu is a WidgetContainer corresponding to a popup menu.
BPopupMenu() - Constructor for class buoy.widget.BPopupMenu
Create a new BPopupMenu.
BProgressBar - Class in buoy.widget
BProgressBar is a Widget that displays the status of some operation.
BProgressBar() - Constructor for class buoy.widget.BProgressBar
Create a horizontal BProgressBar which does not display text.
BProgressBar(int, int) - Constructor for class buoy.widget.BProgressBar
Create a horizontal BProgressBar which does not display text.
BProgressBar(BProgressBar.Orientation, int, int) - Constructor for class buoy.widget.BProgressBar
Create a new BProgressBar.
BProgressBar.Orientation - Class in buoy.widget
This inner class represents an orientation (horizontal or vertical) for the split.
BRadioButton - Class in buoy.widget
A BRadioButton is a Widget for selecting between several options.
BRadioButton(RadioButtonGroup) - Constructor for class buoy.widget.BRadioButton
Create a new BRadioButton with no label, which is initially deselected.
BRadioButton(String, boolean, RadioButtonGroup) - Constructor for class buoy.widget.BRadioButton
Create a new BRadioButton.
BRadioButtonMenuItem - Class in buoy.widget
A BRadioButtonMenuItem is a menu item for selecting between several options.
BRadioButtonMenuItem(RadioButtonGroup) - Constructor for class buoy.widget.BRadioButtonMenuItem
Create a new BRadioButtonMenuItem with no label, which is initially deselected.
BRadioButtonMenuItem(String, boolean, RadioButtonGroup) - Constructor for class buoy.widget.BRadioButtonMenuItem
Create a new BRadioButtonMenuItem.
BRadioButtonMenuItem(String, Icon, boolean, RadioButtonGroup) - Constructor for class buoy.widget.BRadioButtonMenuItem
Create a new BRadioButtonMenuItem.
BRadioButtonMenuItem(String, Shortcut, boolean, RadioButtonGroup) - Constructor for class buoy.widget.BRadioButtonMenuItem
Create a new BRadioButtonMenuItem.
BRadioButtonMenuItem(String, Shortcut, Icon, boolean, RadioButtonGroup) - Constructor for class buoy.widget.BRadioButtonMenuItem
Create a new BRadioButtonMenuItem.
BScrollBar - Class in buoy.widget
A BScrollBar is a Widget that allows the user to select a single value by dragging a "thumb" along a bar.
BScrollBar() - Constructor for class buoy.widget.BScrollBar
Create a new BScrollBar.
BScrollBar(int, int, int, int, BScrollBar.Orientation) - Constructor for class buoy.widget.BScrollBar
Create a new BScrollBar.
BScrollBar.Orientation - Class in buoy.widget
This inner class represents an orientation for the scrollbar.
BScrollPane - Class in buoy.widget
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() - Constructor for class buoy.widget.BScrollPane
Create a new BScrollPane with no content or header Widgets.
BScrollPane(Widget) - Constructor for class buoy.widget.BScrollPane
Create a new BScrollPane with the specified Widget as its content.
BScrollPane(BScrollPane.ScrollbarPolicy, BScrollPane.ScrollbarPolicy) - Constructor for class buoy.widget.BScrollPane
Create a new BScrollPane with no content or header Widgets.
BScrollPane(Widget, BScrollPane.ScrollbarPolicy, BScrollPane.ScrollbarPolicy) - Constructor for class buoy.widget.BScrollPane
Create a new BScrollPane with the specified Widget as its content.
BScrollPane.ScrollbarPolicy - Class in buoy.widget
This inner class represents a scrollbar policy for the horizontal or vertical scrollbar.
BSeparator - Class in buoy.widget
A BSeparator is a Widget corresponding to a divider line between parts of a container.
BSeparator() - Constructor for class buoy.widget.BSeparator
Create a new BSeparator whose orientation is set to HORIZONTAL.
BSeparator(BSeparator.Orientation) - Constructor for class buoy.widget.BSeparator
Create a new BSeparator.
BSeparator.Orientation - Class in buoy.widget
This inner class represents an orientation for the separator.
BSlider - Class in buoy.widget
A BSlider is a Widget that allows the user to select a single value by dragging a "thumb" along a bar.
BSlider() - Constructor for class buoy.widget.BSlider
Create a new vertical BSlider.
BSlider(int, int, int, BSlider.Orientation) - Constructor for class buoy.widget.BSlider
Create a new BSlider.
BSlider.Orientation - Class in buoy.widget
This inner class represents an orientation for the slider.
BSpinner - Class in buoy.widget
A BSpinner is a Widget that allows the user to select a value from an ordered sequence.
BSpinner() - Constructor for class buoy.widget.BSpinner
Create a new BSpinner which allows the user to select an arbitrary integer.
BSpinner(SpinnerModel) - Constructor for class buoy.widget.BSpinner
Create a new BSpinner.
BSpinner(int, int, int, int) - Constructor for class buoy.widget.BSpinner
Create a new BSpinner which allows the user to select integers in a fixed range.
BSpinner(double, double, double, double) - Constructor for class buoy.widget.BSpinner
Create a new BSpinner which allows the user to select floating point numbers in a fixed range.
BSpinner(Date) - Constructor for class buoy.widget.BSpinner
Create a new BSpinner which allows the user to select a date.
BSpinner(Object[]) - Constructor for class buoy.widget.BSpinner
Create a new BSpinner which allows the user to select from a fixed list of objects.
BSplitPane - Class in buoy.widget
BSplitPane is a WidgetContainer whose space is divided between two child Widgets.
BSplitPane() - Constructor for class buoy.widget.BSplitPane
Create a new BSplitPane which is split horizontally to place its children side by side.
BSplitPane(BSplitPane.Orientation) - Constructor for class buoy.widget.BSplitPane
Create a new BSplitPane.
BSplitPane(BSplitPane.Orientation, Widget, Widget) - Constructor for class buoy.widget.BSplitPane
Create a new BSplitPane.
BSplitPane.Orientation - Class in buoy.widget
This inner class represents an orientation (horizontal or vertical) for the split.
BSplitPaneDelegate - Class in buoy.xml.delegate
This class is a PersistenceDelegate for serializing BSplitPanes.
BSplitPaneDelegate() - Constructor for class buoy.xml.delegate.BSplitPaneDelegate
Create a BSplitPaneDelegate.
BStandardDialog - Class in buoy.widget
BStandardDialog is used for displaying a variety of "standard" modal dialogs which display messages or ask for simple types of input.
BStandardDialog() - Constructor for class buoy.widget.BStandardDialog
Create a new BStandardDialog with no message whose style is PLAIN.
BStandardDialog(String, Object, BStandardDialog.Style) - Constructor for class buoy.widget.BStandardDialog
Create a new BStandardDialog.
BStandardDialog.Style - Class in buoy.widget
This inner class represents a style for the dialog.
BTabbedPane - Class in buoy.widget
BTabbedPane is a WidgetContainer which arranges its child Widgets in a row.
BTabbedPane() - Constructor for class buoy.widget.BTabbedPane
Create a new BTabbedPane with the tabs along the top.
BTabbedPane(BTabbedPane.TabPosition) - Constructor for class buoy.widget.BTabbedPane
Create a new TabbedContainer.
BTabbedPane.TabPosition - Class in buoy.widget
This inner class represents a position for the tabs.
BTable - Class in buoy.widget
A BTable is a Widget that displays a grid of objects.
BTable() - Constructor for class buoy.widget.BTable
Create a BTable with no rows or columns.
BTable(int, int) - Constructor for class buoy.widget.BTable
Create an empty BTable of a specified size.
BTable(Object[][], Object[]) - Constructor for class buoy.widget.BTable
Create a BTable, and populate it with the data in an array.
BTable(TableModel) - Constructor for class buoy.widget.BTable
Create a BTable whose contents are determined by a TableModel.
BTable.BTableHeader - Class in buoy.widget
This inner class is the Widget that draws the table's column headers.
BTable.SelectionMode - Class in buoy.widget
This inner class represents a selection mode.
BTableDelegate - Class in buoy.xml.delegate
This class is a PersistenceDelegate for serializing BTables.
BTableDelegate() - Constructor for class buoy.xml.delegate.BTableDelegate
Create a BTableDelegate.
BTableHeaderDelegate - Class in buoy.xml.delegate
This class is a PersistenceDelegate for serializing BTableHeaders.
BTableHeaderDelegate() - Constructor for class buoy.xml.delegate.BTableHeaderDelegate
Create a BTableHeaderDelegate.
BTextArea - Class in buoy.widget
A BTextArea is a multi-line text entry box.
BTextArea() - Constructor for class buoy.widget.BTextArea
Create an empty BTextArea whose preferred numbers of rows and columns are 0.
BTextArea(String) - Constructor for class buoy.widget.BTextArea
Create a new BTextArea whose preferred numbers of rows and columns are 0.
BTextArea(int, int) - Constructor for class buoy.widget.BTextArea
Create an empty BTextArea.
BTextArea(String, int, int) - Constructor for class buoy.widget.BTextArea
Create a new BTextArea.
BTextArea.WrapStyle - Class in buoy.widget
This inner class represents a wrapping style.
BTextField - Class in buoy.widget
A BTextField is a simple text entry box.
BTextField() - Constructor for class buoy.widget.BTextField
Create a new BTextField.
BTextField(String) - Constructor for class buoy.widget.BTextField
Create a new BTextField.
BTextField(int) - Constructor for class buoy.widget.BTextField
Create a new BTextField.
BTextField(String, int) - Constructor for class buoy.widget.BTextField
Create a new BTextField.
BToolBar - Class in buoy.widget
A BToolBar is a WidgetContainer which displays a series of Widgets in a row or column.
BToolBar() - Constructor for class buoy.widget.BToolBar
Create a new BToolBar whose orientation is set to HORIZONTAL.
BToolBar(BToolBar.Orientation) - Constructor for class buoy.widget.BToolBar
Create a new BToolBar.
BToolBar.Orientation - Class in buoy.widget
This inner class represents an orientation for the toolbar.
BToolTip - Class in buoy.widget
A BToolTip is a small floating window that appears in front of another Widget.
BToolTip() - Constructor for class buoy.widget.BToolTip
Create a new BToolTip with no text.
BToolTip(String) - Constructor for class buoy.widget.BToolTip
Create a new BToolTip.
BTree - Class in buoy.widget
A BTree is a Widget that displays a hierarchical list of objects (or "nodes").
BTree() - Constructor for class buoy.widget.BTree
Create a BTree whose model is a DefaultTreeModel.
BTree(TreeNode) - Constructor for class buoy.widget.BTree
Create a BTree whose model is a DefaultTreeModel.
BTree(TreeModel) - Constructor for class buoy.widget.BTree
Create a BTree whose contents are determined by a TreeModel.
buoy.event - package buoy.event
 
buoy.internal - package buoy.internal
 
buoy.widget - package buoy.widget
 
buoy.xml - package buoy.xml
 
buoy.xml.delegate - package buoy.xml.delegate
 
BuoyComponent - Class in buoy.widget
This class is a JPanel which contains a Widget.
BuoyComponent(Widget) - Constructor for class buoy.widget.BuoyComponent
Create a BuoyComponent containing a Widget.
BWindow - Class in buoy.widget
A BWindow is a WidgetContainer corresponding to an undecorated window.
BWindow() - Constructor for class buoy.widget.BWindow
Create a new BWindow.

C

CellValueChangedEvent - Class in buoy.event
A CellValueChangedEvent is generated when the user edits the value in a cell of a BTable.
CellValueChangedEvent(Widget, int, int) - Constructor for class buoy.event.CellValueChangedEvent
Create a CellValueChangedEvent.
CENTER - Static variable in class buoy.widget.BButton
 
CENTER - Static variable in class buoy.widget.BLabel
 
CENTER - Static variable in class buoy.widget.BorderContainer
 
CENTER - Static variable in class buoy.widget.LayoutInfo
 
clearSelection() - Method in class buoy.widget.BList
Deselect all objects in the list.
clearSelection() - Method in class buoy.widget.BTable
Deselect all rows and columns.
clearSelection() - Method in class buoy.widget.BTree
Deselect all nodes in the tree.
clone() - Method in class buoy.widget.LayoutInfo
Create a duplicate of this object.
ColumnContainer - Class in buoy.widget
ColumnContainer is a WidgetContainer which arranges its child Widgets in a single column, from top to bottom.
ColumnContainer() - Constructor for class buoy.widget.ColumnContainer
Create a new ColumnContainer.
CommandEvent - Class in buoy.event
This event represents a user action that issues a command, such as pressing a button or selecting a menu item.
CommandEvent(Widget, long, int) - Constructor for class buoy.event.CommandEvent
Create a CommandEvent.
CommandEvent(Widget, long, int, String) - Constructor for class buoy.event.CommandEvent
Create a CommandEvent.
commitEdit() - Method in class buoy.widget.BSpinner
If the user adjusts the spinner by typing a value (rather than clicking the arrows), the new value is not actually parsed and "committed" until they press return.
createBevelBorder(Widget, boolean) - Static method in class buoy.widget.BOutline
Create a BOutline with a beveled border.
createEmptyBorder(Widget, int) - Static method in class buoy.widget.BOutline
Create a BOutline with an empty border.
createEtchedBorder(Widget, boolean) - Static method in class buoy.widget.BOutline
Create a BOutline with an etched border.
createLineBorder(Widget, Color, int) - Static method in class buoy.widget.BOutline
Create a BOutline with a line border.
CTRL_MASK - Static variable in class buoy.widget.Shortcut
 
CustomWidget - Class in buoy.widget
A CustomWidget is used for defining new graphical objects.
CustomWidget() - Constructor for class buoy.widget.CustomWidget
Create a new CustomWidget.

D

DEFAULT_MASK - Static variable in class buoy.widget.Shortcut
 
dispatchEvent(Object) - Method in class buoy.event.EventSource
Send out an object representing an event to every appropriate event link that has been added to this object.
dispatchEvent(Object) - Method in class buoy.internal.EventLinkRecord
Send an event to every target which has been added to this record.
dispatchEvent(Object) - Method in class buoy.widget.Widget
Send out an object representing an event to every appropriate event link that has been added to this object.
dispose() - Method in class buoy.widget.WindowWidget
Close the window, and dispose of all resources associated with it.
DocumentLinkEvent - Class in buoy.event
A DocumentLinkEvents is generated when the user clicks on a hyperlink inside a BDocumentViewer.
DocumentLinkEvent(Widget, HyperlinkEvent) - Constructor for class buoy.event.DocumentLinkEvent
Create a DocumentLinkEvent.

E

EAST - Static variable in class buoy.widget.BButton
 
EAST - Static variable in class buoy.widget.BLabel
 
EAST - Static variable in class buoy.widget.BorderContainer
 
EAST - Static variable in class buoy.widget.LayoutInfo
 
editCellAt(int, int) - Method in class buoy.widget.BTable
Programmatically begin editing a specified cell, if editing is allowed.
editNode(TreePath) - Method in class buoy.widget.BTree
Programmatically begin editing a specified node, if editing is allowed.
ERROR - Static variable in class buoy.widget.BStandardDialog
 
EventLinkAdapter - Class in buoy.internal
This class handles interaction with the AWT event model.
EventLinkAdapter(Widget) - Constructor for class buoy.internal.EventLinkAdapter
Create a new adapter for a particular Widget.
EventLinkRecord - Class in buoy.internal
This class stores a list of methods to be invoked whenever an Event of a particular class is generated by a Widget.
EventLinkRecord(Class) - Constructor for class buoy.internal.EventLinkRecord
Create an EventLinkRecord for storing links for a particular event class.
EventProcessor - Class in buoy.event
This class allows you to use anonymous inner classes as event handlers in unsigned applets and other situations where a SecurityManager prevents use of the AccessibleObject API.
EventProcessor() - Constructor for class buoy.event.EventProcessor
 
EventSource - Class in buoy.event
An EventSource is any object that can dispatch events.
EventSource() - Constructor for class buoy.event.EventSource
Create a new EventSource.
EventSourceDelegate - Class in buoy.xml.delegate
This class is a PersistenceDelegate for serializing EventSources.
EventSourceDelegate() - Constructor for class buoy.xml.delegate.EventSourceDelegate
Create an EventSourceDelegate.
EventSourceDelegate(String[]) - Constructor for class buoy.xml.delegate.EventSourceDelegate
Create an EventSourceDelegate for a class whose constructor takes a list of property values as arguments.
ExplicitContainer - Class in buoy.widget
ExplicitContainer is a WidgetContainer which allows the sizes and positions of its children to be set explicitly.
ExplicitContainer() - Constructor for class buoy.widget.ExplicitContainer
Create a new ExplicitContainer.

F

findColumn(Point) - Method in class buoy.widget.BTable
Given a Point which represents a pixel location, find which column the Point lies on.
findNode(Point) - Method in class buoy.widget.BTree
Given a Point which represents a pixel location, find which node the Point lies on.
findRow(Point) - Method in class buoy.widget.BTable
Given a Point which represents a pixel location, find which row the Point lies on.
focusGained(FocusEvent) - Method in class buoy.internal.EventLinkAdapter
 
FocusGainedEvent - Class in buoy.event
This is an event corresponding to a Widget gaining keyboard focus.
FocusGainedEvent(Widget, boolean) - Constructor for class buoy.event.FocusGainedEvent
Create a FocusGainedEvent.
focusLost(FocusEvent) - Method in class buoy.internal.EventLinkAdapter
 
FocusLostEvent - Class in buoy.event
This is an event corresponding to a Widget losing keyboard focus.
FocusLostEvent(Widget, boolean) - Constructor for class buoy.event.FocusLostEvent
Create a FocusLostEvent.
FormContainer - Class in buoy.widget
FormContainer is a WidgetContainer which arranges its children in a grid.
FormContainer(double[], double[]) - Constructor for class buoy.widget.FormContainer
Create a new FormContainer.
FormContainer(int, int) - Constructor for class buoy.widget.FormContainer
Create a new FormContainer.
FormContainerDelegate - Class in buoy.xml.delegate
This class is a PersistenceDelegate for serializing FormContainers.
FormContainerDelegate() - Constructor for class buoy.xml.delegate.FormContainerDelegate
Create a FormContainerDelegate.

G

getActionCommand() - Method in class buoy.widget.BButton
Get the "action command" which will be sent in a CommandEvent when this button is pressed.
getActionCommand() - Method in class buoy.widget.BMenuItem
Get the "action command" which will be sent in a CommandEvent when this menu item is selected.
getAlignment() - Method in class buoy.widget.BLabel
Get the alignment of the label's contents.
getAlignment() - Method in class buoy.widget.LayoutInfo
Get the alignment of the Widget within its available space.
getAllLocalizedStrings() - Static method in class buoy.xml.WidgetLocalization
Get the full list of String objects which should be localized when the user interface is reconstructed from XML.
getBackground() - Method in class buoy.widget.Widget
Get the background color of this Widget.
getBlockIncrement() - Method in class buoy.widget.BScrollBar
Get the amount by which this BScrollBar will scroll when the user clicks in the body of the scrollbar.
getBorder() - Method in class buoy.widget.BOutline
Get the Border object which draws this Widget's outline.
getBounds() - Method in class buoy.widget.Widget
Get the current location and size of this Widget.
getCaretPosition() - Method in class buoy.widget.TextWidget
Get the current position of the caret.
getCellRenderer() - Method in class buoy.widget.BTree
Get the TreeCellRenderer which draws the individual nodes in the tree.
getCellValue(int, int) - Method in class buoy.widget.BTable
Get the value contained in a cell.
getChild(int) - Method in class buoy.widget.BMenu
Get the i'th child of this container.
getChild(int) - Method in class buoy.widget.BMenuBar
Get the i'th child of this container.
getChild(BorderContainer.Position) - Method in class buoy.widget.BorderContainer
Get the child in a particular location.
getChild(int) - Method in class buoy.widget.BPopupMenu
Get the i'th child of this container.
getChild(int) - Method in class buoy.widget.BSplitPane
Get one of the child Widgets.
getChild(int) - Method in class buoy.widget.BTabbedPane
Get the i'th child of this container.
getChild(int) - Method in class buoy.widget.BToolBar
Get the i'th child of this container.
getChild(int) - Method in class buoy.widget.ColumnContainer
Get the i'th child of this container.
getChild(int) - Method in class buoy.widget.ExplicitContainer
Get the i'th child of this container.
getChild(int) - Method in class buoy.widget.FormContainer
Get the i'th child of this container.
getChild(int, int) - Method in class buoy.widget.GridContainer
Get the child in a particular cell.
getChild(int) - Method in class buoy.widget.OverlayContainer
Get the i'th child of this container.
getChild(int) - Method in class buoy.widget.RowContainer
Get the i'th child of this container.
getChildBounds(int) - Method in class buoy.widget.ExplicitContainer
Get the position of a child Widget within this container.
getChildBounds(Widget) - Method in class buoy.widget.ExplicitContainer
Get the position of a child Widget within this container.
getChildCell(Widget) - Method in class buoy.widget.GridContainer
Get the cell containing the specified Widget.
getChildCells(int) - Method in class buoy.widget.FormContainer
Get the range of cells occupied by a Widget.
getChildCells(Widget) - Method in class buoy.widget.FormContainer
Get the range of cells occupied by a Widget.
getChildCount() - Method in class buoy.widget.BDialog
Get the number of children in this container.
getChildCount() - Method in class buoy.widget.BFrame
Get the number of children in this container.
getChildCount() - Method in class buoy.widget.BMenu
Get the number of children in this container.
getChildCount() - Method in class buoy.widget.BMenuBar
Get the number of children in this container.
getChildCount() - Method in class buoy.widget.BorderContainer
Get the number of children in this container.
getChildCount() - Method in class buoy.widget.BOutline
Get the number of children in this container.
getChildCount() - Method in class buoy.widget.BPopupMenu
Get the number of children in this container.
getChildCount() - Method in class buoy.widget.BScrollPane
Get the number of children in this container.
getChildCount() - Method in class buoy.widget.BSplitPane
Get the number of children in this container.
getChildCount() - Method in class buoy.widget.BTabbedPane
Get the number of children in this container.
getChildCount() - Method in class buoy.widget.BToolBar
Get the number of children in this container.
getChildCount() - Method in class buoy.widget.BWindow
Get the number of children in this container.
getChildCount() - Method in class buoy.widget.ColumnContainer
Get the number of children in this container.
getChildCount() - Method in class buoy.widget.ExplicitContainer
Get the number of children in this container.
getChildCount() - Method in class buoy.widget.FormContainer
Get the number of children in this container.
getChildCount() - Method in class buoy.widget.GridContainer
Get the number of children in this container.
getChildCount() - Method in class buoy.widget.OverlayContainer
Get the number of children in this container.
getChildCount() - Method in class buoy.widget.RowContainer
Get the number of children in this container.
getChildCount() - Method in class buoy.widget.WidgetContainer
Get the number of children in this container.
getChildIndex(Widget) - Method in class buoy.widget.BTabbedPane
Get the index of a particular Widget.
getChildIndex(Widget) - Method in class buoy.widget.BToolBar
Get the index of a particular Widget.
getChildIndex(Widget) - Method in class buoy.widget.ColumnContainer
Get the index of a particular Widget.
getChildIndex(Widget) - Method in class buoy.widget.ExplicitContainer
Get the index of a particular Widget.
getChildIndex(Widget) - Method in class buoy.widget.OverlayContainer
Get the index of a particular Widget.
getChildIndex(Widget) - Method in class buoy.widget.RowContainer
Get the index of a particular Widget.
getChildLayout(BorderContainer.Position) - Method in class buoy.widget.BorderContainer
Get the LayoutInfo for the Widget in a particular location.
getChildLayout(Widget) - Method in class buoy.widget.BorderContainer
Get the LayoutInfo for a particular Widget.
getChildLayout(int) - Method in class buoy.widget.ColumnContainer
Get the LayoutInfo for a particular Widget.
getChildLayout(Widget) - Method in class buoy.widget.ColumnContainer
Get the LayoutInfo for a particular Widget.
getChildLayout(int) - Method in class buoy.widget.FormContainer
Get the LayoutInfo for a particular Widget.
getChildLayout(Widget) - Method in class buoy.widget.FormContainer
Get the LayoutInfo for a particular Widget.
getChildLayout(int, int) - Method in class buoy.widget.GridContainer
Get the LayoutInfo for the Widget in a particular cell.
getChildLayout(Widget) - Method in class buoy.widget.GridContainer
Get the LayoutInfo for a particular Widget.
getChildLayout(int) - Method in class buoy.widget.RowContainer
Get the LayoutInfo for a particular Widget.
getChildLayout(Widget) - Method in class buoy.widget.RowContainer
Get the LayoutInfo for a particular Widget.
getChildNode(TreePath, int) - Method in class buoy.widget.BTree
Given the path to a node, return the path to one of its children.
getChildNodeCount(TreePath) - Method in class buoy.widget.BTree
Given the path to a node, return the number of children it has.
getChildPosition(Widget) - Method in class buoy.widget.BorderContainer
Get the Position of a particular Widget.
getChildren() - Method in class buoy.widget.BDialog
Get a Collection containing all child Widgets of this container.
getChildren() - Method in class buoy.widget.BFrame
Get a Collection containing all child Widgets of this container.
getChildren() - Method in class buoy.widget.BMenu
Get a Collection containing all child Widgets of this container.
getChildren() - Method in class buoy.widget.BMenuBar
Get a Collection containing all child Widgets of this container.
getChildren() - Method in class buoy.widget.BorderContainer
Get a Collection containing all child Widgets of this container.
getChildren() - Method in class buoy.widget.BOutline
Get a Collection containing all child Widgets of this container.
getChildren() - Method in class buoy.widget.BPopupMenu
Get a Collection containing all child Widgets of this container.
getChildren() - Method in class buoy.widget.BScrollPane
Get a Collection containing all child Widgets of this container.
getChildren() - Method in class buoy.widget.BSplitPane
Get a Collection containing all child Widgets of this container.
getChildren() - Method in class buoy.widget.BTabbedPane
Get a Collection containing all child Widgets of this container.
getChildren() - Method in class buoy.widget.BToolBar
Get a Collection containing all child Widgets of this container.
getChildren() - Method in class buoy.widget.BWindow
Get a Collection containing all child Widgets of this container.
getChildren() - Method in class buoy.widget.ColumnContainer
Get a Collection containing all child Widgets of this container.
getChildren() - Method in class buoy.widget.ExplicitContainer
Get a Collection containing all child Widgets of this container.
getChildren() - Method in class buoy.widget.FormContainer
Get a Collection containing all child Widgets of this container.
getChildren() - Method in class buoy.widget.GridContainer
Get a Collection containing all child Widgets of this container.
getChildren() - Method in class buoy.widget.OverlayContainer
Get a Collection containing all child Widgets of this container.
getChildren() - Method in class buoy.widget.RowContainer
Get a Collection containing all child Widgets of this container.
getChildren() - Method in class buoy.widget.WidgetContainer
Get a Collection containing all child Widgets of this container.
getColHeader() - Method in class buoy.widget.BScrollPane
Get the column header Widget.
getColor() - Method in class buoy.widget.BColorChooser
Get the color selected in the BColorChooser.
getColumn() - Method in class buoy.event.CellValueChangedEvent
Get the column containing the cell whose value was edited.
getColumnCount() - Method in class buoy.widget.BTable
Get the number of columns in the table.
getColumnCount() - Method in class buoy.widget.FormContainer
Get the number of columns in this FormContainer.
getColumnCount() - Method in class buoy.widget.GridContainer
Get the number of columns in the grid.
getColumnHeader(int) - Method in class buoy.widget.BTable
Get the header value for a column.
getColumns() - Method in class buoy.widget.BTextArea
Get the number of columns this text area should be wide enough to display.
getColumns() - Method in class buoy.widget.BTextField
Get the number of columns this text field should be wide enough to display.
getColumnsReorderable() - Method in class buoy.widget.BTable
Get whether the user is allowed to reorder columns by dragging their headers.
getColumnsResizable() - Method in class buoy.widget.BTable
Get whether the user is allowed to resize columns by clicking between the headers and dragging.
getColumnWeight(int) - Method in class buoy.widget.FormContainer
Get the weight of a particular column.
getColumnWidth(int) - Method in class buoy.widget.BTable
Get the width of a column.
getComponent() - Method in class buoy.widget.BButton
 
getComponent() - Method in class buoy.widget.BCheckBox
 
getComponent() - Method in class buoy.widget.BCheckBoxMenuItem
 
getComponent() - Method in class buoy.widget.BColorChooser
 
getComponent() - Method in class buoy.widget.BComboBox
 
getComponent() - Method in class buoy.widget.BDialog
 
getComponent() - Method in class buoy.widget.BDocumentViewer
 
getComponent() - Method in class buoy.widget.BFileChooser
 
getComponent() - Method in class buoy.widget.BFrame
 
getComponent() - Method in class buoy.widget.BLabel
 
getComponent() - Method in class buoy.widget.BList
 
getComponent() - Method in class buoy.widget.BMenu
 
getComponent() - Method in class buoy.widget.BMenuBar
 
getComponent() - Method in class buoy.widget.BMenuItem
 
getComponent() - Method in class buoy.widget.BorderContainer
 
getComponent() - Method in class buoy.widget.BPasswordField
 
getComponent() - Method in class buoy.widget.BPopupMenu
 
getComponent() - Method in class buoy.widget.BProgressBar
 
getComponent() - Method in class buoy.widget.BRadioButton
 
getComponent() - Method in class buoy.widget.BRadioButtonMenuItem
 
getComponent() - Method in class buoy.widget.BScrollBar
 
getComponent() - Method in class buoy.widget.BScrollPane
 
getComponent() - Method in class buoy.widget.BSeparator
 
getComponent() - Method in class buoy.widget.BSlider
 
getComponent() - Method in class buoy.widget.BSpinner
 
getComponent() - Method in class buoy.widget.BSplitPane
 
getComponent() - Method in class buoy.widget.BTabbedPane
 
getComponent() - Method in class buoy.widget.BTable.BTableHeader
 
getComponent() - Method in class buoy.widget.BTable
 
getComponent() - Method in class buoy.widget.BTextArea
 
getComponent() - Method in class buoy.widget.BTextField
 
getComponent() - Method in class buoy.widget.BToolBar
 
getComponent() - Method in class buoy.widget.BToolTip
 
getComponent() - Method in class buoy.widget.BTree
 
getComponent() - Method in class buoy.widget.BWindow
 
getComponent() - Method in class buoy.widget.ColumnContainer
 
getComponent() - Method in class buoy.widget.ExplicitContainer
 
getComponent() - Method in class buoy.widget.FormContainer
 
getComponent() - Method in class buoy.widget.GridContainer
 
getComponent() - Method in class buoy.widget.OverlayContainer
 
getComponent() - Method in class buoy.widget.RowContainer
 
getComponent() - Method in class buoy.widget.TextWidget
 
getComponent() - Method in class buoy.widget.Widget
Get the java.awt.Component corresponding to this Widget.
getComponent() - Method in class buoy.widget.WindowWidget
 
getContent() - Method in class buoy.widget.BOutline
Get the content Widget.
getContent() - Method in class buoy.widget.BScrollPane
Get the content Widget.
getContent() - Method in class buoy.widget.WindowWidget
Get the Widget that holds the main contents of the window.
getContentType() - Method in class buoy.widget.BDocumentViewer
Get the MIME type of the document currently being displayed.
getCornersAreVertical() - Method in class buoy.widget.BorderContainer
Get whether the vertical Widgets (EAST and WEST) or the horizontal Widgets (NORTH and SOUTH) extend all the way to the corners.
getCursor() - Method in class buoy.widget.Widget
Get the Cursor to display when the mouse is over this Widget.
getDefaultButton() - Method in class buoy.widget.WindowWidget
Get the default button for this window.
getDefaultLayout() - Method in class buoy.widget.BorderContainer
Get the default LayoutInfo.
getDefaultLayout() - Method in class buoy.widget.ColumnContainer
Get the default LayoutInfo.
getDefaultLayout() - Method in class buoy.widget.FormContainer
Get the default LayoutInfo.
getDefaultLayout() - Method in class buoy.widget.GridContainer
Get the default LayoutInfo.
getDefaultLayout() - Method in class buoy.widget.RowContainer
Get the default LayoutInfo.
getDescription() - Method in class buoy.event.DocumentLinkEvent
Get a description of the link which was clicked.
getDirectory() - Method in class buoy.widget.BFileChooser
Get the directory displayed in this file chooser.
getDividerLocation() - Method in class buoy.widget.BSplitPane
Get the location of the divider (in pixels).
getDocument() - Method in class buoy.widget.BDocumentViewer
Get the URL for the document currently being displayed.
getEchoChar() - Method in class buoy.widget.BPasswordField
Get the echo character to be displayed in the text field.
getEvent() - Method in class buoy.event.DocumentLinkEvent
Get the original HyperlinkEvent.
getEventType() - Method in class buoy.internal.EventLinkRecord
Get the event class for this record.
getExtent() - Method in class buoy.widget.BScrollBar
Get the extent of this BScrollBar's thumb.
getFileFilter() - Method in class buoy.widget.BFileChooser
Get the FileFilter which restricts the list of files shown in the dialog.
getFill() - Method in class buoy.widget.LayoutInfo
Get whether the Widget should grow to fill the available space.
getFont() - Method in class buoy.widget.Widget
Get the font used to draw text in this Widget.
getForceHeight() - Method in class buoy.widget.BScrollPane
Get whether the BScrollPane should force the height of the content and row header Widgets to exactly match the height of the visible area.
getForceWidth() - Method in class buoy.widget.BScrollPane
Get whether the BScrollPane should force the width of the content and column header Widgets to exactly match the width of the visible area.
getFrames() - Static method in class buoy.widget.BFrame
Get a list of all BFrames that currently exist.
getGraphics() - Method in class buoy.event.RepaintEvent
Get a Graphics2D which can be used to paint the Widget.
getGroup() - Method in class buoy.widget.BRadioButton
Get the RadioButtonGroup this button is part of.
getGroup() - Method in class buoy.widget.BRadioButtonMenuItem
Get the RadioButtonGroup this menu item is part of.
getHorizontalScrollBar() - Method in class buoy.widget.BScrollPane
Get the horizontal BScrollBar.
getHorizontalScrollbarPolicy() - Method in class buoy.widget.BScrollPane
Get the horizontal scrollbar policy.
getIcon() - Method in class buoy.widget.BButton
Get the image being displayed on the button.
getIcon() - Method in class buoy.widget.BFrame
Get the image which should be used to represent this window when it is iconified.
getIcon() - Method in class buoy.widget.BLabel
Get the image which appears on this label.
getIcon() - Method in class buoy.widget.BMenuItem
Get the image which appears next to this menu item.
getInsets() - Method in class buoy.widget.LayoutInfo
Get the extra space (in pixels) that should be added around the Widget.
getItem(int) - Method in class buoy.widget.BComboBox
Get the item at a specific position in the list.
getItem(int) - Method in class buoy.widget.BList
Get the item at a specific position in the list.
getItemCount() - Method in class buoy.widget.BComboBox
Get the number of items in the combo box's list.
getItemCount() - Method in class buoy.widget.BList
Get the number of items in the list.
getKeyChar() - Method in class buoy.widget.Shortcut
Get the character which must be typed to activate this shortcut.
getKeyCode() - Method in class buoy.widget.Shortcut
Get the key code (defined by the KeyEvent class) which must be typed to activate this shortcut.
getKeyStroke() - Method in class buoy.widget.Shortcut
Get a KeyStroke corresponding to this Shortcut.
getLength() - Method in class buoy.widget.TextWidget
Get the number of characters in the text contained in the Widget.
getLineCount() - Method in class buoy.widget.BTextArea
Determine the number of lines of text contained in this text area.
getLocalizedString(String) - Static method in class buoy.xml.WidgetLocalization
This method is invoked during decoding to get the localized String corresponding to a key.
getMajorTickSpacing() - Method in class buoy.widget.BSlider
Get the spacing between major tick marks on the slider.
getMaximum() - Method in class buoy.widget.BProgressBar
Get the progress bar's maximum progress value.
getMaximum() - Method in class buoy.widget.BScrollBar
Get the maximum value of the range represented by this BScrollBar.
getMaximum() - Method in class buoy.widget.BSlider
Get the maximum value of the range represented by this BSlider.
getMaximumSize() - Method in class buoy.internal.SingleWidgetPanel
 
getMaximumSize() - Method in class buoy.widget.BButton
Get the largest size at which this Widget can reasonably be drawn.
getMaximumSize() - Method in class buoy.widget.BCheckBox
Get the largest size at which this Widget can reasonably be drawn.
getMaximumSize() - Method in class buoy.widget.BLabel
Get the largest size at which this Widget can reasonably be drawn.
getMaximumSize() - Method in class buoy.widget.BList
Get the largest size at which this Widget can reasonably be drawn.
getMaximumSize() - Method in class buoy.widget.BOutline
Get the largest size at which this Widget can reasonably be drawn.
getMaximumSize() - Method in class buoy.widget.BRadioButton
Get the largest size at which this Widget can reasonably be drawn.
getMaximumSize(Widget) - Method in class buoy.widget.LayoutInfo
Get the maximum size of a Widget, taking into account the insets and padding specified by this object.
getMaximumSize() - Method in class buoy.widget.Widget
Get the largest size at which this Widget can reasonably be drawn.
getMenuBar() - Method in class buoy.widget.BDialog
Get the BMenuBar for this window.
getMenuBar() - Method in class buoy.widget.BFrame
Get the BMenuBar for this window.
getMessage() - Method in class buoy.widget.BStandardDialog
Get the message displayed in the dialog.
getMinimum() - Method in class buoy.widget.BProgressBar
Get the progress bar's minimum progress value.
getMinimum() - Method in class buoy.widget.BScrollBar
Get the minimum value of the range represented by this BScrollBar.
getMinimum() - Method in class buoy.widget.BSlider
Get the minimum value of the range represented by this BSlider.
getMinimumSize() - Method in class buoy.internal.SingleWidgetPanel
 
getMinimumSize() - Method in class buoy.widget.BorderContainer
Get the smallest size at which this Widget can reasonably be drawn.
getMinimumSize() - Method in class buoy.widget.BOutline
Get the smallest size at which this Widget can reasonably be drawn.
getMinimumSize() - Method in class buoy.widget.BScrollPane
Get the smallest size at which this Widget can reasonably be drawn.
getMinimumSize() - Method in class buoy.widget.BSplitPane
Get the smallest size at which this Widget can reasonably be drawn.
getMinimumSize() - Method in class buoy.widget.BTextArea
Get the smallest size at which this Widget can reasonably be drawn.
getMinimumSize() - Method in class buoy.widget.ColumnContainer
Get the smallest size at which this Widget can reasonably be drawn.
getMinimumSize() - Method in class buoy.widget.ExplicitContainer
Get the smallest size at which this Widget can reasonably be drawn.
getMinimumSize() - Method in class buoy.widget.FormContainer
Get the smallest size at which this Widget can reasonably be drawn.
getMinimumSize() - Method in class buoy.widget.GridContainer
Get the smallest size at which this Widget can reasonably be drawn.
getMinimumSize() - Method in class buoy.widget.OverlayContainer
Get the smallest size at which this Widget can reasonably be drawn.
getMinimumSize() - Method in class buoy.widget.RowContainer
Get the smallest size at which this Widget can reasonably be drawn.
getMinimumSize() - Method in class buoy.widget.Widget
Get the smallest size at which this Widget can reasonably be drawn.
getMinorTickSpacing() - Method in class buoy.widget.BSlider
Get the spacing between minor tick marks on the slider.
getMnemonic() - Method in class buoy.widget.BMenu
Get the mnemonic which can be used to activate this menu in keyboard navigation mode.
getMnemonic() - Method in class buoy.widget.BMenuItem
Get the mnemonic which can be used to activate this menu item in keyboard navigation mode.
getMode() - Method in class buoy.widget.BFileChooser
Get the select mode for this file chooser (OPEN_FILE, SAVE_FILE, or SELECT_FOLDER).
getModel() - Method in class buoy.widget.BComboBox
Get the ComboBoxModel which controls the contents of this BComboBox.
getModel() - Method in class buoy.widget.BList
Get the ListModel which controls the contents of this BList.
getModel() - Method in class buoy.widget.BSpinner
Get the model for this spinner.
getModel() - Method in class buoy.widget.BTable
Get the TableModel which controls the contents of this BTable.
getModel() - Method in class buoy.widget.BTree
Get the TreeModel which controls the contents of this BTree.
getModifiers() - Method in class buoy.widget.Shortcut
Get the set of modifier keys (a sum of the mask constants defined by this class) which must be held down to activate this shortcut.
getName() - Method in class buoy.widget.Widget
Get the name of this Widget.
getObject(String) - Method in class buoy.xml.WidgetDecoder
Get an object that was stored in the XML file.
getOrientation() - Method in class buoy.widget.BProgressBar
Get the progress bar's orientation, HORIZONTAL or VERTICAL.
getOrientation() - Method in class buoy.widget.BScrollBar
Get the orientation (HORIZONTAL or VERTICAL) of this BScrollBar.
getOrientation() - Method in class buoy.widget.BSeparator
Get the orientation of this separator.
getOrientation() - Method in class buoy.widget.BSlider
Get the orientation (HORIZONTAL or VERTICAL) of this BSlider.
getOrientation() - Method in class buoy.widget.BSplitPane
Get which way the container is split, HORIZONTAL or VERTICAL.
getOrientation() - Method in class buoy.widget.BToolBar
Get the orientation of this toolbar.
getPadding() - Method in class buoy.widget.LayoutInfo
Get the extra padding, in pixels, that should be added to the preferred size of the Widget.
getParent() - Method in class buoy.widget.Widget
Get this Widget's parent in the layout hierarchy (may be null).
getParentNode(TreePath) - Method in class buoy.widget.BTree
Given the path to a node, return the path to its parent node.
getPoint() - Method in class buoy.event.ToolTipEvent
Get the position of the mouse pointer.
getPreferredSize() - Method in class buoy.internal.SingleWidgetPanel
 
getPreferredSize() - Method in class buoy.widget.BorderContainer
Get the preferred size at which this Widget will look best.
getPreferredSize() - Method in class buoy.widget.BOutline
Get the preferred size at which this Widget will look best.
getPreferredSize() - Method in class buoy.widget.BScrollPane
Get the preferred size at which this Widget will look best.
getPreferredSize() - Method in class buoy.widget.BSplitPane
Get the preferred size at which this Widget will look best.
getPreferredSize() - Method in class buoy.widget.ColumnContainer
Get the preferred size at which this Widget will look best.
getPreferredSize() - Method in class buoy.widget.ExplicitContainer
Get the preferred size at which this Widget will look best.
getPreferredSize() - Method in class buoy.widget.FormContainer
Get the preferred size at which this Widget will look best.
getPreferredSize() - Method in class buoy.widget.GridContainer
Get the preferred size at which this Widget will look best.
getPreferredSize(Widget) - Method in class buoy.widget.LayoutInfo
Get the preferred size of a Widget, taking into account the insets and padding specified by this object.
getPreferredSize() - Method in class buoy.widget.OverlayContainer
Get the preferred size at which this Widget will look best.
getPreferredSize() - Method in class buoy.widget.RowContainer
Get the preferred size at which this Widget will look best.
getPreferredSize() - Method in class buoy.widget.Widget
Get the preferred size at which this Widget will look best.
getPreferredViewSize() - Method in class buoy.widget.BScrollPane
Get the preferred size for the content's view area.
getPreferredVisibleRows() - Method in class buoy.widget.BComboBox
Get the preferred number of rows which should be visible in the popup menu without using a scrollbar.
getPreferredVisibleRows() - Method in class buoy.widget.BList
Get the preferred number of rows which should be visible without using a scrollbar.
getPreferredVisibleRows() - Method in class buoy.widget.BTree
Get the preferred number of rows which should be visible without using a scrollbar.
getProgressText() - Method in class buoy.widget.BProgressBar
Get the line of text displayed on the progress bar.
getRadioButton(int) - Method in class buoy.widget.RadioButtonGroup
Get the i'th radio button in this group.
getRadioButtonCount() - Method in class buoy.widget.RadioButtonGroup
Get the number of members in this group.
getRadioButtons() - Method in class buoy.widget.RadioButtonGroup
Get an Iterator listing all members of the group.
getResizeWeight() - Method in class buoy.widget.BSplitPane
Get how extra space is divided between the two child widgets.
getResourceName() - Method in class buoy.xml.IconResource
Get the icon's resource name.
getRootNode() - Method in class buoy.widget.BTree
Get the path to the root node.
getRootObject() - Method in class buoy.xml.WidgetDecoder
Get the root object that was stored in the XML file.
getRow() - Method in class buoy.event.CellValueChangedEvent
Get the row containing the cell whose value was edited.
getRowCount() - Method in class buoy.widget.BTable
Get the number of rows in the table.
getRowCount() - Method in class buoy.widget.FormContainer
Get the number of rows in this FormContainer.
getRowCount() - Method in class buoy.widget.GridContainer
Get the number of rows in the grid.
getRowHeader() - Method in class buoy.widget.BScrollPane
Get the row header Widget.
getRowHeight(int) - Method in class buoy.widget.BTable
Get the height of a row.
getRows() - Method in class buoy.widget.BTextArea
Get the number of rows this text area should be tall enough to display.
getRowWeight(int) - Method in class buoy.widget.FormContainer
Get the weight of a particular row.
getSelectedCells() - Method in class buoy.widget.BTable
Get an array of Points which contain the indices of all selected cells.
getSelectedColumns() - Method in class buoy.widget.BTable
Get an array which contains the indices of all selected columns.
getSelectedFile() - Method in class buoy.widget.BFileChooser
Get the file selected in the file chooser.
getSelectedFiles() - Method in class buoy.widget.BFileChooser
Get the list of selected files.
getSelectedIndex() - Method in class buoy.widget.BComboBox
Get the index of the selected item.
getSelectedIndex() - Method in class buoy.widget.BList
Get the index of the first selected object, or -1 if nothing is selected.
getSelectedIndices() - Method in class buoy.widget.BList
Get the indices of all selected objects, in increasing order.
getSelectedNode() - Method in class buoy.widget.BTree
Get the path to the first selected node.
getSelectedNodes() - Method in class buoy.widget.BTree
Get an array containing the paths to all selected nodes.
getSelectedRows() - Method in class buoy.widget.BTable
Get an array which contains the indices of all selected rows.
getSelectedTab() - Method in class buoy.widget.BTabbedPane
Get the index of the tab which is currently selected.
getSelectedText() - Method in class buoy.widget.TextWidget
Get the selected text.
getSelectedValue() - Method in class buoy.widget.BComboBox
Get the current value which has been selected from the list or, if this is an editable combo box, typed into the box.
getSelectedValue() - Method in class buoy.widget.BList
Get the first selected object, or null if nothing is selected.
getSelectedValues() - Method in class buoy.widget.BList
Get an array of all selected objects, in order of increasing index.
getSelection() - Method in class buoy.widget.RadioButtonGroup
Get the currently selected radio button, or null if none is selected.
getSelectionCount() - Method in class buoy.widget.BTree
Get the number of nodes which are currently selected.
getSelectionEnd() - Method in class buoy.widget.TextWidget
Get the end of the selected range.
getSelectionMode() - Method in class buoy.widget.BTable
Get the selection mode for this table.
getSelectionStart() - Method in class buoy.widget.TextWidget
Get the start of the selected range.
getShortcut() - Method in class buoy.widget.BMenuItem
Get the keyboard shortcut for this menu item.
getShowHorizontalLines() - Method in class buoy.widget.BTable
Get whether this table displays horizontal lines between the rows.
getShowingToolTip() - Static method in class buoy.widget.BToolTip
Get the currently showing tool tip, or null if none is showing.
getShowLabels() - Method in class buoy.widget.BSlider
Get whether labels are shown on the slider at the major tick positions.
getShowProgressText() - Method in class buoy.widget.BProgressBar
Get whether the progress bar displays a line of text describing the operation whose progress is being monitored.
getShowTicks() - Method in class buoy.widget.BSlider
Get whether tick marks are shown on the slider.
getShowVerticalLines() - Method in class buoy.widget.BTable
Get whether this table displays vertical lines between the columns.
getSnapToTicks() - Method in class buoy.widget.BSlider
Get whether the thumb of the slider should always snap to the nearest tick position.
getSource() - Method in class buoy.event.MouseScrolledEvent
Get the object which generated this event.
getSource() - Method in class buoy.event.WidgetFocusEvent
Get the object which generated this event.
getSource() - Method in class buoy.event.WidgetKeyEvent
Get the object which generated this event.
getSource() - Method in class buoy.event.WidgetMouseEvent
Get the object which generated this event.
getSource() - Method in class buoy.event.WidgetWindowEvent
Get the object which generated this event.
getState() - Method in class buoy.widget.BCheckBox
Get the selection state of this check box.
getState() - Method in class buoy.widget.BCheckBoxMenuItem
Get the selection state of this menu item.
getState() - Method in class buoy.widget.BRadioButton
Get the selection state of this radio button.
getState() - Method in class buoy.widget.BRadioButtonMenuItem
Get the selection state of this menu item.
getStyle() - Method in class buoy.widget.BStandardDialog
Get the style of the dialog.
getTabImage(int) - Method in class buoy.widget.BTabbedPane
Get the image displayed on a particular tab.
getTable() - Method in class buoy.widget.BTable.BTableHeader
 
getTableHeader() - Method in class buoy.widget.BTable
Get the Widget that displays this table's column headers.
getTabName(int) - Method in class buoy.widget.BTabbedPane
Get the name displayed on a particular tab.
getTabPosition() - Method in class buoy.widget.BTabbedPane
Get the position of the tabs (TOP, LEFT, BOTTOM, or RIGHT).
getTabSize() - Method in class buoy.widget.BTextArea
Get the number of character widths to use for a tab character.
getText() - Method in class buoy.widget.BButton
Get the text being displayed on the button.
getText() - Method in class buoy.widget.BCheckBox
Get the text which appears on this check box.
getText() - Method in class buoy.widget.BLabel
Get the text which appears on this label.
getText() - Method in class buoy.widget.BMenu
Get the title of this menu which appears in the menu bar.
getText() - Method in class buoy.widget.BMenuItem
Get the text which appears on this menu item.
getText() - Method in class buoy.widget.BPasswordField
Get the text contained in the Widget.
getText() - Method in class buoy.widget.BRadioButton
Get the text which appears on this radio button.
getText() - Method in class buoy.widget.BToolTip
Get the text to display on the tool tip.
getText() - Method in class buoy.widget.TextWidget
Get the text contained in the Widget.
getTextPosition() - Method in class buoy.widget.BButton
Get the position of the text relative to the image.
getTextPosition() - Method in class buoy.widget.BLabel
Get the position of the text relative to the image.
getTitle() - Method in class buoy.widget.BColorChooser
Get the title displayed on the dialog.
getTitle() - Method in class buoy.widget.BDialog
Get the title of the dialog.
getTitle() - Method in class buoy.widget.BFileChooser
Get the title displayed on the dialog.
getTitle() - Method in class buoy.widget.BFrame
Get the title of the window.
getTitle() - Method in class buoy.widget.BStandardDialog
Get the title displayed on the dialog.
getToolTipLocation() - Method in class buoy.event.ToolTipEvent
Get the suggested position at which the tool tip should be displayed.
getUnitIncrement() - Method in class buoy.widget.BScrollBar
Get the amount by which this BScrollBar will scroll when the user clicks on one of the arrows at its end.
getURL() - Method in class buoy.event.DocumentLinkEvent
Get the URL of the link which was clicked.
getValue() - Method in class buoy.widget.BProgressBar
Get the progress bar's current progress value.
getValue() - Method in class buoy.widget.BScrollBar
Get the current value of this BScrollBar.
getValue() - Method in class buoy.widget.BSlider
Get the current value of this BSlider.
getValue() - Method in class buoy.widget.BSpinner
Get the current value of the spinner.
getVerticalScrollBar() - Method in class buoy.widget.BScrollPane
Get the vertical BScrollBar.
getVerticalScrollbarPolicy() - Method in class buoy.widget.BScrollPane
Get the vertical scrollbar policy.
getViewSize() - Method in class buoy.widget.BScrollPane
Get the current size of the content's view area.
getWhen() - Method in class buoy.event.ToolTipEvent
Get the time at which the event occurred.
getWidget() - Method in class buoy.event.CellValueChangedEvent
Get the Widget which generated this event.
getWidget() - Method in class buoy.event.CommandEvent
Get the Widget which generated this event.
getWidget() - Method in class buoy.event.DocumentLinkEvent
Get the Widget which generated this event.
getWidget() - Method in class buoy.event.MouseScrolledEvent
Get the Widget which generated this event.
getWidget() - Method in class buoy.event.RepaintEvent
Get the Widget which generated this event.
getWidget() - Method in class buoy.event.SelectionChangedEvent
Get the Widget which generated this event.
getWidget() - Method in class buoy.event.ToolTipEvent
Get the Widget which generated this event.
getWidget() - Method in class buoy.event.ValueChangedEvent
Get the Widget which generated this event.
getWidget() - Method in interface buoy.event.WidgetEvent
Get the Widget which generated this event.
getWidget() - Method in class buoy.event.WidgetFocusEvent
Get the Widget which generated this event.
getWidget() - Method in class buoy.event.WidgetKeyEvent
Get the Widget which generated this event.
getWidget() - Method in class buoy.event.WidgetMouseEvent
Get the Widget which generated this event.
getWidget() - Method in class buoy.event.WidgetWindowEvent
Get the Widget which generated this event.
getWidget() - Method in class buoy.widget.BuoyComponent
Get the Widget contained in this Component.
getWidgetIndex(Widget) - Method in class buoy.widget.FormContainer
Get the index of a particular Widget.
getWidgetLayout(Widget, Rectangle) - Method in class buoy.widget.LayoutInfo
Given a Widget, and a Rectangle in which to position it, return the desired bounds of the Widget.
getWrapStyle() - Method in class buoy.widget.BTextArea
Get the line wrap style for this text area.
GridContainer - Class in buoy.widget
GridContainer is a WidgetContainer which arranges its child Widgets in a uniform grid.
GridContainer(int, int) - Constructor for class buoy.widget.GridContainer
Create a new GridContainer.
GridContainerDelegate - Class in buoy.xml.delegate
This class is a PersistenceDelegate for serializing GridContainers.
GridContainerDelegate() - Constructor for class buoy.xml.delegate.GridContainerDelegate
Create a GridContainerDelegate.

H

handleEvent(Object) - Method in class buoy.event.EventProcessor
 
hasFocus() - Method in class buoy.widget.Widget
Determine whether this Widget currently has keyboard focus, so that WidgetKeyEvents will be sent to it.
hide() - Static method in class buoy.widget.BToolTip
Hide the currently showing tool tip.
HORIZONTAL - Static variable in class buoy.widget.BProgressBar
 
HORIZONTAL - Static variable in class buoy.widget.BScrollBar
 
HORIZONTAL - Static variable in class buoy.widget.BSeparator
 
HORIZONTAL - Static variable in class buoy.widget.BSlider
 
HORIZONTAL - Static variable in class buoy.widget.BSplitPane
 
HORIZONTAL - Static variable in class buoy.widget.BToolBar
 
HORIZONTAL - Static variable in class buoy.widget.LayoutInfo
 

I

IconResource - Class in buoy.xml
This is a subclass of ImageIcon which loads the image from the classpath by calling ClassLoader.getResource().
IconResource(String) - Constructor for class buoy.xml.IconResource
Create an IconResource by loading an image file out of the classpath.
IconResource(String, String) - Constructor for class buoy.xml.IconResource
Create an IconResource by loading an image file out of the classpath.
IconResource(String, ClassLoader) - Constructor for class buoy.xml.IconResource
Create an IconResource by loading an image file out of the classpath.
IndexedContainerDelegate - Class in buoy.xml.delegate
This class is a PersistenceDelegate for serializing a variety of WidgetContainers.
IndexedContainerDelegate(String[]) - Constructor for class buoy.xml.delegate.IndexedContainerDelegate
Create an IndexedContainerDelegate.
INFORMATION - Static variable in class buoy.widget.BStandardDialog
 
insert(String, int) - Method in class buoy.widget.BTextArea
Insert a String into the middle of the text contained in this Widget.
invalidateSize() - Method in class buoy.widget.AWTWidget
This method should be called any time this Widget's minimum, maximum, or preferred size changes.
isCellSelected(int, int) - Method in class buoy.widget.BTable
Determine whether a cell is selected.
isColumnEditable(int) - Method in class buoy.widget.BTable
Determine whether the cells in a particular column may be edited.
isColumnSelected(int) - Method in class buoy.widget.BTable
Determine whether a column is selected.
isContinuousLayout() - Method in class buoy.widget.BSplitPane
Get whether the container should continuously resize its children as the divider bar is dragged, or only when the mouse is released.
isEditable() - Method in class buoy.widget.BComboBox
Get whether this combo box is editable, allowing the user to type in values other than those in the popup list.
isEditable() - Method in class buoy.widget.BTree
Determine whether the user is allowed to edit nodes in this tree.
isEditable() - Method in class buoy.widget.TextWidget
Determine whether the user can edit the text contained in this text field.
isEnabled() - Method in class buoy.widget.Widget
Determine whether this Widget is currently enabled.
isFocusable() - Method in class buoy.widget.Widget
Determine whether this Widget can receive keyboard focus through the user pressing Tab or Shift-Tab to cycle between Widgets.
isIconified() - Method in class buoy.widget.BFrame
Determine whether this window has been iconified.
isIndeterminate() - Method in class buoy.widget.BProgressBar
Get whether this progress bar is in indeterminate mode.
isInProgress() - Method in class buoy.event.SelectionChangedEvent
Determine whether this event represents a selection change that is still in progress.
isInProgress() - Method in class buoy.event.ValueChangedEvent
Determine whether this event represents a value change that is still in progress.
isLeafNode(TreePath) - Method in class buoy.widget.BTree
Determine whether a particular node is a leaf node.
isLocalizedString(String) - Static method in class buoy.xml.WidgetLocalization
Determine whether a String object is currently in the list of Strings which should be localized when the user interface is reconstructed from XML.
isMaximized() - Method in class buoy.widget.BFrame
Determine whether this window has been maximized.
isModal() - Method in class buoy.widget.BDialog
Determine whether this dialog is modal.
isMultipleSelectionEnabled() - Method in class buoy.widget.BFileChooser
Get whether the user is allowed to select multiple files.
isMultipleSelectionEnabled() - Method in class buoy.widget.BList
Determine whether this list allows multiple objects to be selected.
isMultipleSelectionEnabled() - Method in class buoy.widget.BTable
Determine whether this table allows multiple cells to be selected.
isMultipleSelectionEnabled() - Method in class buoy.widget.BTree
Determine whether this tree allows multiple objects to be selected at the same time.
isNodeExpanded(TreePath) - Method in class buoy.widget.BTree
Determine whether a node is currently expanded.
isNodeSelected(TreePath) - Method in class buoy.widget.BTree
Determine whether a particular node is selected.
isNodeVisible(TreePath) - Method in class buoy.widget.BTree
Determine whether a node is curently visible.
isOneTouchExpandable() - Method in class buoy.widget.BSplitPane
Get whether the divider provides a control to collapse or expand the split with a single click.
isOpaque() - Method in class buoy.internal.WidgetContainerPanel
This component is opaque if its WidgetContainer is set to be opaque.
isOpaque() - Method in class buoy.widget.CustomWidget
Determine whether this Widget is set to be opaque.
isOpaque() - Method in class buoy.widget.WidgetContainer
Determine whether this WidgetContainer is set to be opaque.
isResizable() - Method in class buoy.widget.BDialog
Determine whether this dialog may be resized by the user.
isResizable() - Method in class buoy.widget.BFrame
Determine whether this window may be resized by the user.
isRootNodeShown() - Method in class buoy.widget.BTree
Get whether the root node of the tree should be shown.
isRowSelected(int) - Method in class buoy.widget.BTable
Determine whether a row is selected.
isSelected(int) - Method in class buoy.widget.BList
Determine whether a particular object in the list is selected.
isSelectionEnabled() - Method in class buoy.widget.BTree
Determine whether this tree allows nodes to be selected.
isVisible() - Method in class buoy.widget.Widget
Determine whether this Widget is currently visible.
isVisible() - Method in class buoy.widget.WindowWidget
Determine whether this Widget is currently visible.

K

keyPressed(KeyEvent) - Method in class buoy.internal.EventLinkAdapter
 
KeyPressedEvent - Class in buoy.event
This is an event corresponding to a key on the keyboard being pressed.
KeyPressedEvent(Widget, long, int, int) - Constructor for class buoy.event.KeyPressedEvent
Create a KeyPressedEvent.
keyReleased(KeyEvent) - Method in class buoy.internal.EventLinkAdapter
 
KeyReleasedEvent - Class in buoy.event
This is an event corresponding to a key on the keyboard being released.
KeyReleasedEvent(Widget, long, int, int) - Constructor for class buoy.event.KeyReleasedEvent
Create a KeyReleasedEvent.
keyTyped(KeyEvent) - Method in class buoy.internal.EventLinkAdapter
 
KeyTypedEvent - Class in buoy.event
This is an event corresponding to a Unicode character being generated by the user interacting with the keyboard.
KeyTypedEvent(Widget, long, int, char) - Constructor for class buoy.event.KeyTypedEvent
Create a KeyTypedEvent.

L

layoutChildren() - Method in class buoy.widget.BMenu
Layout the child Widgets.
layoutChildren() - Method in class buoy.widget.BMenuBar
Layout the child Widgets.
layoutChildren() - Method in class buoy.widget.BorderContainer
Layout the child Widgets.
layoutChildren() - Method in class buoy.widget.BOutline
Layout the child Widgets.
layoutChildren() - Method in class buoy.widget.BPopupMenu
Layout the child Widgets.
layoutChildren() - Method in class buoy.widget.BScrollPane
Layout the child Widgets.
layoutChildren() - Method in class buoy.widget.BSplitPane
Layout the child Widgets.
layoutChildren() - Method in class buoy.widget.BTabbedPane
Layout the child Widgets.
layoutChildren() - Method in class buoy.widget.BToolBar
Layout the child Widgets.
layoutChildren() - Method in class buoy.widget.ColumnContainer
Layout the child Widgets.
layoutChildren() - Method in class buoy.widget.ExplicitContainer
Layout the child Widgets.
layoutChildren() - Method in class buoy.widget.FormContainer
Layout the child Widgets.
layoutChildren() - Method in class buoy.widget.GridContainer
Layout the child Widgets.
layoutChildren() - Method in class buoy.widget.OverlayContainer
Layout the child Widgets.
layoutChildren() - Method in class buoy.widget.RowContainer
Layout the child Widgets.
layoutChildren() - Method in class buoy.widget.WidgetContainer
Layout the child Widgets.
layoutChildren() - Method in class buoy.widget.WindowWidget
Layout the child Widgets.
LayoutInfo - Class in buoy.widget
A LayoutInfo object contains information about how a Widget should be layed out within the space provided by its WidgetContainer.
LayoutInfo() - Constructor for class buoy.widget.LayoutInfo
Create a LayoutInfo object with the following default values: no padding, no insets, center alignment, and no fill.
LayoutInfo(LayoutInfo.Alignment, LayoutInfo.FillType) - Constructor for class buoy.widget.LayoutInfo
Create a LayoutInfo object with no padding or insets.
LayoutInfo(LayoutInfo.Alignment, LayoutInfo.FillType, Insets, Dimension) - Constructor for class buoy.widget.LayoutInfo
Create a LayoutInfo object.
LayoutInfo.Alignment - Class in buoy.widget
This inner class represents a value for the alignment.
LayoutInfo.FillType - Class in buoy.widget
This inner class represents a value for the fill.
LEFT - Static variable in class buoy.widget.BTabbedPane
 

M

makeNodeVisible(TreePath) - Method in class buoy.widget.BTree
Make a node visible by expanding all of its parent nodes.
MenuWidget - Interface in buoy.widget
This interface represents any Widget that can be a child of a BMenu.
META_MASK - Static variable in class buoy.widget.Shortcut
 
mouseClicked(MouseEvent) - Method in class buoy.internal.EventLinkAdapter
 
MouseClickedEvent - Class in buoy.event
This is an event corresponding to the mouse button being pressed and released.
MouseClickedEvent(Widget, long, int, int, int, int, boolean, int) - Constructor for class buoy.event.MouseClickedEvent
Create a MouseClickedEvent.
mouseDragged(MouseEvent) - Method in class buoy.internal.EventLinkAdapter
 
MouseDraggedEvent - Class in buoy.event
This is an event corresponding to the mouse being dragged inside a Widget.
MouseDraggedEvent(Widget, long, int, int, int) - Constructor for class buoy.event.MouseDraggedEvent
Create a MouseDraggedEvent.
mouseEntered(MouseEvent) - Method in class buoy.internal.EventLinkAdapter
 
MouseEnteredEvent - Class in buoy.event
This is an event corresponding to the mouse entering a Widget.
MouseEnteredEvent(Widget, long, int, int, int) - Constructor for class buoy.event.MouseEnteredEvent
Create a MouseEnteredEvent.
mouseExited(MouseEvent) - Method in class buoy.internal.EventLinkAdapter
 
MouseExitedEvent - Class in buoy.event
This is an event corresponding to the mouse exiting a Widget.
MouseExitedEvent(Widget, long, int, int, int) - Constructor for class buoy.event.MouseExitedEvent
Create a MouseExitedEvent.
mouseMoved(MouseEvent) - Method in class buoy.internal.EventLinkAdapter
 
MouseMovedEvent - Class in buoy.event
This is an event corresponding to the mouse being moved inside a Widget.
MouseMovedEvent(Widget, long, int, int, int) - Constructor for class buoy.event.MouseMovedEvent
Create a MouseMovedEvent.
mousePressed(MouseEvent) - Method in class buoy.internal.EventLinkAdapter
 
MousePressedEvent - Class in buoy.event
This is an event corresponding to the mouse button being pressed.
MousePressedEvent(Widget, long, int, int, int, int, boolean, int) - Constructor for class buoy.event.MousePressedEvent
Create a MousePressedEvent.
mouseReleased(MouseEvent) - Method in class buoy.internal.EventLinkAdapter
 
MouseReleasedEvent - Class in buoy.event
This is an event corresponding to the mouse button being released.
MouseReleasedEvent(Widget, long, int, int, int, int, boolean, int) - Constructor for class buoy.event.MouseReleasedEvent
Create a MouseReleasedEvent.
MouseScrolledEvent - Class in buoy.event
This class defines an event caused by rotating the scroll wheel on a mouse.
MouseScrolledEvent(Widget, long, int, int, int, int, int, int) - Constructor for class buoy.event.MouseScrolledEvent
Create a MouseScrolledEvent.
mouseWheelMoved(MouseWheelEvent) - Method in class buoy.internal.EventLinkAdapter
 

N

newEventType(Class) - Method in class buoy.internal.EventLinkAdapter
This is called when a new event link is added to a Widget.
NONE - Static variable in class buoy.widget.LayoutInfo
 
NORTH - Static variable in class buoy.widget.BButton
 
NORTH - Static variable in class buoy.widget.BLabel
 
NORTH - Static variable in class buoy.widget.BorderContainer
 
NORTH - Static variable in class buoy.widget.LayoutInfo
 
NORTHEAST - Static variable in class buoy.widget.BButton
 
NORTHEAST - Static variable in class buoy.widget.BLabel
 
NORTHEAST - Static variable in class buoy.widget.LayoutInfo
 
NORTHWEST - Static variable in class buoy.widget.BButton
 
NORTHWEST - Static variable in class buoy.widget.BLabel
 
NORTHWEST - Static variable in class buoy.widget.LayoutInfo
 

O

OPEN_FILE - Static variable in class buoy.widget.BFileChooser
 
OverlayContainer - Class in buoy.widget
OverlayContainer is a WidgetContainer which overlays its children on top of each other.
OverlayContainer() - Constructor for class buoy.widget.OverlayContainer
Create a new OverlayContainer.
OverlayContainerDelegate - Class in buoy.xml.delegate
This class is a PersistenceDelegate for serializing OverlayContainers.
OverlayContainerDelegate() - Constructor for class buoy.xml.delegate.OverlayContainerDelegate
Create a OverlayContainerDelegate.

P

pack() - Method in class buoy.widget.BDialog
Select an appropriate size for the dialog, based on the preferred size of its contents, then re-layout all of its contents.
pack() - Method in class buoy.widget.WindowWidget
Select an appropriate size for the window, based on the preferred size of its contents, then re-layout all of the window contents.
paintComponent(Graphics) - Method in class buoy.internal.WidgetContainerPanel
Optionally fill the component with its background color, then send out a RepaintEvent.
PLAIN - Static variable in class buoy.widget.BStandardDialog
 
processEvent(Object) - Method in class buoy.event.EventProcessor
This simply calls handleEvent().
processEvent(ToolTipEvent) - Method in class buoy.widget.BToolTip
Display the tool tip in response to a ToolTipEvent.
processLinkEvent(DocumentLinkEvent) - Method in class buoy.widget.BDocumentViewer
Process a DocumentLinkEvent generated by this viewer, and handle it appropriately.
processMouseEvent(WidgetMouseEvent) - Static method in class buoy.internal.ToolTipMonitor
Process a WidgetMouseEvent.

Q

QUESTION - Static variable in class buoy.widget.BStandardDialog
 

R

RadioButtonGroup - Class in buoy.widget
A RadioButtonGroup manages a set of BRadioButtons and BRadioButtonMenuItems.
RadioButtonGroup() - Constructor for class buoy.widget.RadioButtonGroup
Create a new RadioButtonGroup.
registerObject(String, Object) - Static method in class buoy.xml.WidgetDecoder
This method is used during decoding.
remove(int) - Method in class buoy.widget.BComboBox
Remove an object from the list.
remove(Widget) - Method in class buoy.widget.BDialog
Remove a child Widget from this container.
remove(Widget) - Method in class buoy.widget.BFrame
Remove a child Widget from this container.
remove(int) - Method in class buoy.widget.BList
Remove an object from the list.
remove(Widget) - Method in class buoy.widget.BMenu
Remove a child Widget from this container.
remove(Widget) - Method in class buoy.widget.BMenuBar
Remove a child Widget from this container.
remove(Widget) - Method in class buoy.widget.BorderContainer
Remove a child Widget from this container.
remove(BorderContainer.Position) - Method in class buoy.widget.BorderContainer
Remove a child Widget from this container.
remove(Widget) - Method in class buoy.widget.BOutline
Remove a child Widget from this container.
remove(Widget) - Method in class buoy.widget.BPopupMenu
Remove a child Widget from this container.
remove(Widget) - Method in class buoy.widget.BScrollPane
Remove a child Widget from this container.
remove(Widget) - Method in class buoy.widget.BSplitPane
Remove a child Widget from this container.
remove(int) - Method in class buoy.widget.BSplitPane
Remove a child Widget from this container.
remove(Widget) - Method in class buoy.widget.BTabbedPane
Remove a child Widget from this container.
remove(int) - Method in class buoy.widget.BTabbedPane
Remove a child Widget from this container.
remove(Widget) - Method in class buoy.widget.BToolBar
Remove a child Widget from this container.
remove(Widget) - Method in class buoy.widget.BWindow
Remove a child Widget from this container.
remove(Widget) - Method in class buoy.widget.ColumnContainer
Remove a child Widget from this container.
remove(int) - Method in class buoy.widget.ColumnContainer
Remove a child Widget from this container.
remove(Widget) - Method in class buoy.widget.ExplicitContainer
Remove a child Widget from this container.
remove(Widget) - Method in class buoy.widget.FormContainer
Remove a child Widget from this container.
remove(int) - Method in class buoy.widget.FormContainer
Remove a child Widget from this container.
remove(Widget) - Method in class buoy.widget.GridContainer
Remove a child Widget from this container.
remove(int, int) - Method in class buoy.widget.GridContainer
Remove the Widget in a particular cell from this container.
remove(Widget) - Method in class buoy.widget.OverlayContainer
Remove a child Widget from this container.
remove(Widget) - Method in class buoy.widget.RowContainer
Remove a child Widget from this container.
remove(int) - Method in class buoy.widget.RowContainer
Remove a child Widget from this container.
remove(Widget) - Method in class buoy.widget.WidgetContainer
Remove a child Widget from this container.
removeAll() - Method in class buoy.widget.BComboBox
Remove all objects from the list.
removeAll() - Method in class buoy.widget.BDialog
Remove all child Widgets from this container.
removeAll() - Method in class buoy.widget.BFrame
Remove all child Widgets from this container.
removeAll() - Method in class buoy.widget.BList
Remove all objects from the list.
removeAll() - Method in class buoy.widget.BMenu
Remove all child Widgets from this container.
removeAll() - Method in class buoy.widget.BMenuBar
Remove all child Widgets from this container.
removeAll() - Method in class buoy.widget.BorderContainer
Remove all child Widgets from this container.
removeAll() - Method in class buoy.widget.BOutline
Remove the content Widget from this container.
removeAll() - Method in class buoy.widget.BPopupMenu
Remove all child Widgets from this container.
removeAll() - Method in class buoy.widget.BScrollPane
Remove the content, row header, and column header Widgets from this container.
removeAll() - Method in class buoy.widget.BSplitPane
Remove all child Widgets from this container.
removeAll() - Method in class buoy.widget.BTabbedPane
Remove all child Widgets from this container.
removeAll() - Method in class buoy.widget.BToolBar
Remove all child Widgets from this container.
removeAll() - Method in class buoy.widget.BWindow
Remove all child Widgets from this container.
removeAll() - Method in class buoy.widget.ColumnContainer
Remove all child Widgets from this container.
removeAll() - Method in class buoy.widget.ExplicitContainer
Remove all child Widgets from this container.
removeAll() - Method in class buoy.widget.FormContainer
Remove all child Widgets from this container.
removeAll() - Method in class buoy.widget.GridContainer
Remove all child Widgets from this container.
removeAll() - Method in class buoy.widget.OverlayContainer
Remove all child Widgets from this container.
removeAll() - Method in class buoy.widget.RowContainer
Remove all child Widgets from this container.
removeAll() - Method in class buoy.widget.WidgetContainer
Remove all child Widgets from this container.
removeAllColumns() - Method in class buoy.widget.BTable
Remove all columns from this table.
removeAllRows() - Method in class buoy.widget.BTable
Remove all rows from the table.
removeColumn(int) - Method in class buoy.widget.BTable
Remove a column from this table.
removeEventLink(Class, Object) - Method in class buoy.event.EventSource
Remove an event link so that an object will no longer be notified of events of a particular type.
removeLink(Object) - Method in class buoy.internal.EventLinkRecord
Remove an object from the list of targets to be notified of events of this type.
removeLocalizedString(String) - Static method in class buoy.xml.WidgetLocalization
Remove a String object from the list of Strings which should be localized when the user interface is reconstructed from XML.
removeNode(TreePath) - Method in class buoy.widget.BTree
Remove a node from the tree.
removeRow(int) - Method in class buoy.widget.BTable
Remove a row from the table.
repaint() - Method in class buoy.widget.Widget
Request that this Widget be repainted.
RepaintEvent - Class in buoy.event
A RepaintEvent is generated by certain Widgets (including CustomWidgets and many WidgetContainers) whenever a portion of it needs to be repainted.
RepaintEvent(Widget, Graphics2D) - Constructor for class buoy.event.RepaintEvent
Create a RepaintEvent.
replace(int, Object) - Method in class buoy.widget.BComboBox
Replace the object at a specified position in the list with a new one.
replace(int, Object) - Method in class buoy.widget.BList
Replace the object at a specified position in the list with a new one.
replaceRange(String, int, int) - Method in class buoy.widget.BTextArea
Replace a part of the text contained in this Widget with a new String.
requestFocus() - Method in class buoy.widget.Widget
Request that keyboard focus be transferred to this Widget, so that WidgetKeyEvents will be sent to it.
resetToPreferredSizes() - Method in class buoy.widget.BSplitPane
Reposition the divider based on the minimum and preferred sizes of the child widgets, and the current resize weight.
RIGHT - Static variable in class buoy.widget.BTabbedPane
 
RowContainer - Class in buoy.widget
RowContainer is a WidgetContainer which arranges its child Widgets in a row, from left to right.
RowContainer() - Constructor for class buoy.widget.RowContainer
Create a new RowContainer.

S

SAVE_FILE - Static variable in class buoy.widget.BFileChooser
 
SCROLLBAR_ALWAYS - Static variable in class buoy.widget.BScrollPane
 
SCROLLBAR_AS_NEEDED - Static variable in class buoy.widget.BScrollPane
 
SCROLLBAR_NEVER - Static variable in class buoy.widget.BScrollPane
 
scrollToCell(int, int) - Method in class buoy.widget.BTable
Scroll the BTable's parent BScrollPane to ensure that a particular cell is visible.
scrollToItem(int) - Method in class buoy.widget.BList
Scroll the BList's parent BScrollPane to ensure that a particular list entry is visible.
scrollToNode(TreePath) - Method in class buoy.widget.BTree
Scroll the BTree's parent BScrollPane to ensure that a particular node is visible.
SELECT_CELLS - Static variable in class buoy.widget.BTable
 
SELECT_COLUMNS - Static variable in class buoy.widget.BTable
 
SELECT_FOLDER - Static variable in class buoy.widget.BFileChooser
 
SELECT_NONE - Static variable in class buoy.widget.BTable
 
SELECT_ROWS - Static variable in class buoy.widget.BTable
 
SelectionChangedEvent - Class in buoy.event
SelectionChangedEvents are generated by Widgets that allow the user to select part of their contents, whenever the selection changes.
SelectionChangedEvent(Widget) - Constructor for class buoy.event.SelectionChangedEvent
Create a SelectionChangedEvent.
SelectionChangedEvent(Widget, boolean) - Constructor for class buoy.event.SelectionChangedEvent
Create a SelectionChangedEvent.
setActionCommand(String) - Method in class buoy.widget.BButton
Set the "action command" which will be sent in a CommandEvent when this button is pressed.
setActionCommand(String) - Method in class buoy.widget.BMenuItem
Set the "action command" which will be sent in a CommandEvent when this menu item is selected.
setAlignment(BLabel.Position) - Method in class buoy.widget.BLabel
Set the alignment of the label's contents.
setAlignment(LayoutInfo.Alignment) - Method in class buoy.widget.LayoutInfo
Set the alignment of the Widget within its available space.
setBackground(Color) - Method in class buoy.widget.BScrollPane
Set the background color of this Widget.
setBackground(Color) - Method in class buoy.widget.Widget
Set the background color of this Widget.
setBlockIncrement(int) - Method in class buoy.widget.BScrollBar
Set the amount by which this BScrollBar will scroll when the user clicks in the body of the scrollbar.
setBorder(Border) - Method in class buoy.widget.BOutline
Set the Border object which draws this Widget's outline.
setBounds(Rectangle) - Method in class buoy.widget.WindowWidget
Set the position and size of the window, then re-layout the window contents.
setCaretPosition(int) - Method in class buoy.widget.TextWidget
Set the current position of the caret.
setCellRenderer(TreeCellRenderer) - Method in class buoy.widget.BTree
Set the TreeCellRenderer which draws the individual nodes in the tree.
setCellSelected(int, int, boolean) - Method in class buoy.widget.BTable
Set whether a cell is selected.
setCellValue(int, int, Object) - Method in class buoy.widget.BTable
Set the value contained in a cell.
setChildBounds(int, Rectangle) - Method in class buoy.widget.ExplicitContainer
Set the position of a child Widget within this container.
setChildBounds(Widget, Rectangle) - Method in class buoy.widget.ExplicitContainer
Set the position of a child Widget within this container.
setChildCells(int, Rectangle) - Method in class buoy.widget.FormContainer
Set the range of cells occupied by a Widget.
setChildCells(Widget, Rectangle) - Method in class buoy.widget.FormContainer
Set the range of cells occupied by a Widget.
setChildLayout(BorderContainer.Position, LayoutInfo) - Method in class buoy.widget.BorderContainer
Set the LayoutInfo for the Widget in a particular location.
setChildLayout(Widget, LayoutInfo) - Method in class buoy.widget.BorderContainer
Set the LayoutInfo for a particular Widget.
setChildLayout(int, LayoutInfo) - Method in class buoy.widget.ColumnContainer
Set the LayoutInfo for a particular Widget.
setChildLayout(Widget, LayoutInfo) - Method in class buoy.widget.ColumnContainer
Set the LayoutInfo for a particular Widget.
setChildLayout(int, LayoutInfo) - Method in class buoy.widget.FormContainer
Set the LayoutInfo for a particular Widget.
setChildLayout(Widget, LayoutInfo) - Method in class buoy.widget.FormContainer
Set the LayoutInfo for a particular Widget.
setChildLayout(int, int, LayoutInfo) - Method in class buoy.widget.GridContainer
Set the LayoutInfo for the Widget in a particular cell.
setChildLayout(Widget, LayoutInfo) - Method in class buoy.widget.GridContainer
Set the LayoutInfo for a particular Widget.
setChildLayout(int, LayoutInfo) - Method in class buoy.widget.RowContainer
Set the LayoutInfo for a particular Widget.
setChildLayout(Widget, LayoutInfo) - Method in class buoy.widget.RowContainer
Set the LayoutInfo for a particular Widget.
setColHeader(Widget) - Method in class buoy.widget.BScrollPane
Set the column header Widget.
setColor(Color) - Method in class buoy.widget.BColorChooser
Set the color selected in the BColorChooser.
setColumnCount(int) - Method in class buoy.widget.FormContainer
Set the number of columns in this FormContainer.
setColumnCount(int) - Method in class buoy.widget.GridContainer
Set the number of columns in the grid.
setColumnEditable(int, boolean) - Method in class buoy.widget.BTable
Set whether the cells in a particular column may be edited.
setColumnHeader(int, Object) - Method in class buoy.widget.BTable
Set the header value for a column.
setColumns(int) - Method in class buoy.widget.BTextArea
Set the number of columns this text area should be wide enough to display.
setColumns(int) - Method in class buoy.widget.BTextField
Set the number of columns this text field should be wide enough to display.
setColumnSelected(int, boolean) - Method in class buoy.widget.BTable
Set whether a column is selected.
setColumnsReorderable(boolean) - Method in class buoy.widget.BTable
Set whether the user is allowed to reorder columns by dragging their headers.
setColumnsResizable(boolean) - Method in class buoy.widget.BTable
Set whether the user is allowed to resize columns by clicking between the headers and dragging.
setColumnWeight(int, double) - Method in class buoy.widget.FormContainer
Set the weight of a particular column.
setColumnWidth(int, int) - Method in class buoy.widget.BTable
Set the width of a column.
setContent(Widget) - Method in class buoy.widget.BOutline
Set the content Widget.
setContent(Widget) - Method in class buoy.widget.BScrollPane
Set the content Widget.
setContent(Widget) - Method in class buoy.widget.WindowWidget
Set the Widget that holds the main contents of the window.
setContents(Object[]) - Method in class buoy.widget.BComboBox
Set the contents of the list to the objects in an array.
setContents(Collection) - Method in class buoy.widget.BComboBox
Set the contents of the list to the objects in a Collection.
setContents(Object[]) - Method in class buoy.widget.BList
Set the contents of the list to the objects in an array.
setContents(Collection) - Method in class buoy.widget.BList
Set the contents of the list to the objects in a Collection.
setContinuousLayout(boolean) - Method in class buoy.widget.BSplitPane
Set whether the container should continuously resize its children as the divider bar is dragged, or only when the mouse is released.
setCornersAreVertical(boolean) - Method in class buoy.widget.BorderContainer
Set whether the vertical Widgets (EAST and WEST) or the horizontal Widgets (NORTH and SOUTH) extend all the way to the corners.
setCursor(Cursor) - Method in class buoy.widget.Widget
Set the Cursor to display when the mouse is over this Widget.
setDefaultButton(BButton) - Method in class buoy.widget.WindowWidget
Set the default button for this window.
setDefaultLayout(LayoutInfo) - Method in class buoy.widget.BorderContainer
Set the default LayoutInfo.
setDefaultLayout(LayoutInfo) - Method in class buoy.widget.ColumnContainer
Set the default LayoutInfo.
setDefaultLayout(LayoutInfo) - Method in class buoy.widget.FormContainer
Set the default LayoutInfo.
setDefaultLayout(LayoutInfo) - Method in class buoy.widget.GridContainer
Set the default LayoutInfo.
setDefaultLayout(LayoutInfo) - Method in class buoy.widget.RowContainer
Set the default LayoutInfo.
setDirectory(File) - Method in class buoy.widget.BFileChooser
Set the directory displayed in this file chooser.
setDividerLocation(int) - Method in class buoy.widget.BSplitPane
Set the location of the divider (in pixels).
setDividerLocation(double) - Method in class buoy.widget.BSplitPane
Set the location of the divider as a fraction of the total size of the container.
setDocument(URL) - Method in class buoy.widget.BDocumentViewer
Set the document to display in this BDocumentViewer.
setDocument(String, String) - Method in class buoy.widget.BDocumentViewer
Set the document to display in this BDocumentViewer.
setEchoChar(char) - Method in class buoy.widget.BPasswordField
Set the echo character to be displayed in the text field.
setEditable(boolean) - Method in class buoy.widget.BComboBox
Set whether this combo box is editable, allowing the user to type in values other than those in the popup list.
setEditable(boolean) - Method in class buoy.widget.BTree
Set whether the user is allowed to edit nodes in this tree.
setEditable(boolean) - Method in class buoy.widget.TextWidget
Set whether the user can edit the text contained in this text field.
setEnabled(boolean) - Method in class buoy.widget.Widget
Set whether this Widget should be enabled.
setExtent(int) - Method in class buoy.widget.BScrollBar
Set the extent of this BScrollBar's thumb.
setFileFilter(FileFilter) - Method in class buoy.widget.BFileChooser
Set the FileFilter which restricts the list of files shown in the dialog.
setFill(LayoutInfo.FillType) - Method in class buoy.widget.LayoutInfo
Set whether the Widget should grow to fill the available space.
setFocusable(boolean) - Method in class buoy.widget.Widget
Set whether this Widget can receive keyboard focus through the user pressing Tab or Shift-Tab to cycle between Widgets.
setFont(Font) - Method in class buoy.widget.Widget
Set the font used to draw text in this Widget.
setForceHeight(boolean) - Method in class buoy.widget.BScrollPane
Set whether the BScrollPane should force the height of the content and row header Widgets to exactly match the height of the visible area.
setForceWidth(boolean) - Method in class buoy.widget.BScrollPane
Set whether the BScrollPane should force the width of the content and column header Widgets to exactly match the width of the visible area.
setGroup(RadioButtonGroup) - Method in class buoy.widget.BRadioButton
Set the RadioButtonGroup this button is part of.
setGroup(RadioButtonGroup) - Method in class buoy.widget.BRadioButtonMenuItem
Set the RadioButtonGroup this menu item is part of.
setHorizontalScrollbarPolicy(BScrollPane.ScrollbarPolicy) - Method in class buoy.widget.BScrollPane
Set the horizontal scrollbar policy.
setIcon(Icon) - Method in class buoy.widget.BButton
Set the image being displayed on the button.
setIcon(ImageIcon) - Method in class buoy.widget.BFrame
Set the image which should be used to represent this window when it is iconified.
setIcon(Icon) - Method in class buoy.widget.BLabel
Set the image which appears on this label.
setIcon(Icon) - Method in class buoy.widget.BMenuItem
Set the image which appears next to this menu item.
setIconified(boolean) - Method in class buoy.widget.BFrame
Set whether this window is iconified.
setIndeterminate(boolean) - Method in class buoy.widget.BProgressBar
Set whether this progress bar is in indeterminate mode.
setInsets(Insets) - Method in class buoy.widget.LayoutInfo
Set the extra space (in pixels) that should be added around the Widget.
setMajorTickSpacing(int) - Method in class buoy.widget.BSlider
Set the spacing between major tick marks on the slider.
setMaximized(boolean) - Method in class buoy.widget.BFrame
Set whether this window is maximized.
setMaximum(int) - Method in class buoy.widget.BProgressBar
Set the progress bar's maximum progress value.
setMaximum(int) - Method in class buoy.widget.BScrollBar
Set the maximum value of the range represented by this BScrollBar.
setMaximum(int) - Method in class buoy.widget.BSlider
Set the maximum value of the range represented by this BSlider.
setMaximumSize(Dimension) - Method in class buoy.widget.CustomWidget
Set the largest size at which this Widget can reasonably be drawn.
setMenuBar(BMenuBar) - Method in class buoy.widget.BDialog
Set the BMenuBar for this window.
setMenuBar(BMenuBar) - Method in class buoy.widget.BFrame
Set the BMenuBar for this window.
setMessage(Object) - Method in class buoy.widget.BStandardDialog
Set the message displayed in the dialog.
setMinimum(int) - Method in class buoy.widget.BProgressBar
Set the progress bar's minimum progress value.
setMinimum(int) - Method in class buoy.widget.BScrollBar
Set the minimum value of the range represented by this BScrollBar.
setMinimum(int) - Method in class buoy.widget.BSlider
Set the minimum value of the range represented by this BSlider.
setMinimumSize(Dimension) - Method in class buoy.widget.CustomWidget
Set the smallest size at which this Widget can reasonably be drawn.
setMinorTickSpacing(int) - Method in class buoy.widget.BSlider
Set the spacing between minor tick marks on the slider.
setMnemonic(int) - Method in class buoy.widget.BMenu
Set the mnemonic which can be used to activate this menu in keyboard navigation mode.
setMnemonic(int) - Method in class buoy.widget.BMenuItem
Set the mnemonic which can be used to activate this menu item in keyboard navigation mode.
setModal(boolean) - Method in class buoy.widget.BDialog
Set whether this dialog is modal.
setMode(BFileChooser.SelectionMode) - Method in class buoy.widget.BFileChooser
Set the select mode for this file chooser (OPEN_FILE, SAVE_FILE, or SELECT_FOLDER).
setModel(ComboBoxModel) - Method in class buoy.widget.BComboBox
Set the ComboBoxModel which controls the contents of this BComboBox.
setModel(ListModel) - Method in class buoy.widget.BList
Set the ListModel which controls the contents of this BList.
setModel(SpinnerModel) - Method in class buoy.widget.BSpinner
Set the model for this spinner.
setModel(TableModel) - Method in class buoy.widget.BTable
Set the TableModel which controls the contents of this BTable.
setModel(TreeModel) - Method in class buoy.widget.BTree
Set the TreeModel which controls the contents of this BTree.
setMultipleSelectionEnabled(boolean) - Method in class buoy.widget.BFileChooser
Set whether the user is allowed to select multiple files.
setMultipleSelectionEnabled(boolean) - Method in class buoy.widget.BList
Set whether this list should allow multiple objects to be selected.
setMultipleSelectionEnabled(boolean) - Method in class buoy.widget.BTable
Set whether this table should allow multiple cells to be selected.
setMultipleSelectionEnabled(boolean) - Method in class buoy.widget.BTree
Set whether this tree should allow multiple objects to be selected at the same time.
setName(String) - Method in class buoy.widget.Widget
Set the name of this Widget.
setNodeExpanded(TreePath, boolean) - Method in class buoy.widget.BTree
Set whether a node is currently expanded.
setNodeSelected(TreePath, boolean) - Method in class buoy.widget.BTree
Set whether a particular node is selected.
setOneTouchExpandable(boolean) - Method in class buoy.widget.BSplitPane
Set whether the divider provides a control to collapse or expand the split with a single click.
setOpaque(boolean) - Method in class buoy.widget.CustomWidget
Set whether this Widget should be opaque.
setOpaque(boolean) - Method in class buoy.widget.WidgetContainer
Set whether this WidgetContainer should be opaque.
setOrientation(BProgressBar.Orientation) - Method in class buoy.widget.BProgressBar
Set the progress bar's orientation, HORIZONTAL or VERTICAL.
setOrientation(BScrollBar.Orientation) - Method in class buoy.widget.BScrollBar
Set the orientation (HORIZONTAL or VERTICAL) of this BScrollBar.
setOrientation(BSeparator.Orientation) - Method in class buoy.widget.BSeparator
Set the orientation of this separator.
setOrientation(BSlider.Orientation) - Method in class buoy.widget.BSlider
Set the orientation (HORIZONTAL or VERTICAL) of this BSlider.
setOrientation(BSplitPane.Orientation) - Method in class buoy.widget.BSplitPane
Set which way the container is split, HORIZONTAL or VERTICAL.
setOrientation(BToolBar.Orientation) - Method in class buoy.widget.BToolBar
Set the orientation of this toolbar.
setPadding(Dimension) - Method in class buoy.widget.LayoutInfo
Set the extra padding, in pixels, that should be added to the preferred size of the Widget.
setPersistenceDelegate(Class, PersistenceDelegate) - Static method in class buoy.xml.WidgetEncoder
Register a persistence delegate for a class.
setPreferredSize(Dimension) - Method in class buoy.widget.CustomWidget
Set the preferred size at which this Widget will look best.
setPreferredViewSize(Dimension) - Method in class buoy.widget.BScrollPane
Set the preferred size for the content's view area.
setPreferredVisibleRows(int) - Method in class buoy.widget.BComboBox
Get the preferred number of rows which should be visible in the popup menu without using a scrollbar.
setPreferredVisibleRows(int) - Method in class buoy.widget.BList
Set the preferred number of rows which should be visible without using a scrollbar.
setPreferredVisibleRows(int) - Method in class buoy.widget.BTree
Set the preferred number of rows which should be visible without using a scrollbar.
setProgressText(String) - Method in class buoy.widget.BProgressBar
Set the line of text displayed on the progress bar.
setResizable(boolean) - Method in class buoy.widget.BDialog
Set whether this dialog may be resized by the user.
setResizable(boolean) - Method in class buoy.widget.BFrame
Set whether this window may be resized by the user.
setResizeWeight(double) - Method in class buoy.widget.BSplitPane
Set how extra space is divided between the two child widgets.
setRootNodeShown(boolean) - Method in class buoy.widget.BTree
Set whether the root node of the tree should be shown.
setRowCount(int) - Method in class buoy.widget.FormContainer
Set the number of rows in this FormContainer.
setRowCount(int) - Method in class buoy.widget.GridContainer
Set the number of rows in the grid.
setRowHeader(Widget) - Method in class buoy.widget.BScrollPane
Set the row header Widget.
setRowHeight(int, int) - Method in class buoy.widget.BTable
Set the height of a row.
setRows(int) - Method in class buoy.widget.BTextArea
Set the number of rows this text area should be tall enough to display.
setRowSelected(int, boolean) - Method in class buoy.widget.BTable
Set whether a row is selected.
setRowWeight(int, double) - Method in class buoy.widget.FormContainer
Set the weight of a particular row.
setSelected(int, boolean) - Method in class buoy.widget.BList
Set whether a particular object should be selected.
setSelectedFile(File) - Method in class buoy.widget.BFileChooser
Set the file selected in the file chooser.
setSelectedFiles(File[]) - Method in class buoy.widget.BFileChooser
Set the list of selected files.
setSelectedIndex(int) - Method in class buoy.widget.BComboBox
Select the item with the specified index.
setSelectedTab(int) - Method in class buoy.widget.BTabbedPane
Set which tab is selected.
setSelectedValue(Object) - Method in class buoy.widget.BComboBox
Set the value shown in the combo box.
setSelection(Object) - Method in class buoy.widget.RadioButtonGroup
Select a particular radio button, and deselect all others in the group.
setSelectionEnabled(boolean) - Method in class buoy.widget.BTree
Set whether this tree should allow nodes to be selected.
setSelectionEnd(int) - Method in class buoy.widget.TextWidget
Set the end of the selected range.
setSelectionMode(BTable.SelectionMode) - Method in class buoy.widget.BTable
Set the selection mode for this table.
setSelectionStart(int) - Method in class buoy.widget.TextWidget
Set the start of the selected range.
setShortcut(Shortcut) - Method in class buoy.widget.BMenuItem
Set the keyboard shortcut for this menu item.
setShowHorizontalLines(boolean) - Method in class buoy.widget.BTable
Set whether this table displays horizontal lines between the rows.
setShowLabels(boolean) - Method in class buoy.widget.BSlider
Set whether labels are shown on the slider at the major tick positions.
setShowProgressText(boolean) - Method in class buoy.widget.BProgressBar
Set whether the progress bar displays a line of text describing the operation whose progress is being monitored.
setShowTicks(boolean) - Method in class buoy.widget.BSlider
Set whether tick marks are shown on the slider.
setShowVerticalLines(boolean) - Method in class buoy.widget.BTable
Set whether this table displays vertical lines between the columns.
setSnapToTicks(boolean) - Method in class buoy.widget.BSlider
Set whether the thumb of the slider should always snap to the nearest tick position.
setState(boolean) - Method in class buoy.widget.BCheckBox
Set the selection state of this check box.
setState(boolean) - Method in class buoy.widget.BCheckBoxMenuItem
Set the selection state of this menu item.
setState(boolean) - Method in class buoy.widget.BRadioButton
Set the selection state of this radio button.
setState(boolean) - Method in class buoy.widget.BRadioButtonMenuItem
Set the selection state of this menu item.
setStyle(BStandardDialog.Style) - Method in class buoy.widget.BStandardDialog
Set the style of the dialog.
setTabImage(int, Icon) - Method in class buoy.widget.BTabbedPane
Set the image displayed on a particular tab.
setTabName(int, String) - Method in class buoy.widget.BTabbedPane
Set the name displayed on a particular tab.
setTabPosition(BTabbedPane.TabPosition) - Method in class buoy.widget.BTabbedPane
Set the position of the tabs (TOP, LEFT, BOTTOM, or RIGHT).
setTabSize(int) - Method in class buoy.widget.BTextArea
Set the number of character widths to use for a tab character.
setText(String) - Method in class buoy.widget.BButton
Set the text being displayed on the button.
setText(String) - Method in class buoy.widget.BCheckBox
Set the text which appears on this check box.
setText(String) - Method in class buoy.widget.BLabel
Set the text which appears on this label.
setText(String) - Method in class buoy.widget.BMenu
Set the title of this menu which appears in the menu bar.
setText(String) - Method in class buoy.widget.BMenuItem
Set the text which appears on this menu item.
setText(String) - Method in class buoy.widget.BRadioButton
Set the text which appears on this radio button.
setText(String) - Method in class buoy.widget.BToolTip
Set the text to display on the tool tip.
setText(String) - Method in class buoy.widget.TextWidget
Set the text contained in the Widget.
setTextPosition(BButton.Position) - Method in class buoy.widget.BButton
Set the position of the text relative to the image.
setTextPosition(BLabel.Position) - Method in class buoy.widget.BLabel
Set the position of the text relative to the image.
setTitle(String) - Method in class buoy.widget.BColorChooser
Set the title displayed on the dialog.
setTitle(String) - Method in class buoy.widget.BDialog
Set the title of the dialog.
setTitle(String) - Method in class buoy.widget.BFileChooser
Set the title displayed on the dialog.
setTitle(String) - Method in class buoy.widget.BFrame
Set the title of the window.
setTitle(String) - Method in class buoy.widget.BStandardDialog
Set the title displayed on the dialog.
setUnitIncrement(int) - Method in class buoy.widget.BScrollBar
Set the amount by which this BScrollBar will scroll when the user clicks on one of the arrows at its end.
setValue(int) - Method in class buoy.widget.BProgressBar
Set the progress bar's current progress value.
setValue(int) - Method in class buoy.widget.BScrollBar
Set the current value of this BScrollBar.
setValue(int) - Method in class buoy.widget.BSlider
Set the current value of this BSlider.
setValue(Object) - Method in class buoy.widget.BSpinner
Set the current value of the spinner.
setVerticalScrollbarPolicy(BScrollPane.ScrollbarPolicy) - Method in class buoy.widget.BScrollPane
Set the vertical scrollbar policy.
setVisible(boolean) - Method in class buoy.widget.Widget
Set whether this Widget should be visible.
setVisible(boolean) - Method in class buoy.widget.WindowWidget
Set whether this Widget should be visible.
setVisibleChild(int) - Method in class buoy.widget.OverlayContainer
Set the i'th child Widget to be visible, and all others to be not visible.
setVisibleChild(Widget) - Method in class buoy.widget.OverlayContainer
Set a particular child Widget to be visible, and all others to be not visible.
setWrapStyle(BTextArea.WrapStyle) - Method in class buoy.widget.BTextArea
Set the line wrap style for this text area.
SHIFT_MASK - Static variable in class buoy.widget.Shortcut
 
Shortcut - Class in buoy.widget
A Shortcut represents a keyboard shortcut that can be used for activating a menu item.
Shortcut(char) - Constructor for class buoy.widget.Shortcut
Create a Shortcut representing a particular character, combined with the platform-specific default modifier key.
Shortcut(int) - Constructor for class buoy.widget.Shortcut
Create a Shortcut representing a particular key, combined with the platform-specific default modifier key.
Shortcut(char, int) - Constructor for class buoy.widget.Shortcut
Create a Shortcut representing a particular character, combined with a set of modifier keys.
Shortcut(int, int) - Constructor for class buoy.widget.Shortcut
Create a Shortcut representing a particular key, combined with a set of modifier keys.
ShortcutDelegate - Class in buoy.xml.delegate
This class is a PersistenceDelegate for serializing Shortcuts.
ShortcutDelegate() - Constructor for class buoy.xml.delegate.ShortcutDelegate
Create a ShortcutDelegate.
show(Widget, int, int) - Method in class buoy.widget.BPopupMenu
Display the popup menu over another Widget.
show(WidgetMouseEvent) - Method in class buoy.widget.BPopupMenu
Display the popup menu in response to an event.
show(Widget, Point) - Method in class buoy.widget.BToolTip
Display the tool tip.
showDialog(Widget) - Method in class buoy.widget.BColorChooser
Show a dialog containing this BColorChooser and block until the user closes it.
showDialog(Widget) - Method in class buoy.widget.BFileChooser
Show a dialog containing this BFileChooser and block until the user closes it.
showInputDialog(Widget, String[], String) - Method in class buoy.widget.BStandardDialog
Show a dialog which contains the message and space for the user to enter value.
showMessageDialog(Widget) - Method in class buoy.widget.BStandardDialog
Show a dialog which contains the message.
showOptionDialog(Widget, String[], String) - Method in class buoy.widget.BStandardDialog
Show a dialog which contains the message and two or three buttons to choose from.
SingleWidgetPanel - Class in buoy.internal
This is a JPanel subclass, which is used internally by various WidgetContainers.
SingleWidgetPanel(Widget) - Constructor for class buoy.internal.SingleWidgetPanel
 
sizeColumnToFit(int) - Method in class buoy.widget.BTable
Adjust the width of a column based on the size of its header.
SOUTH - Static variable in class buoy.widget.BButton
 
SOUTH - Static variable in class buoy.widget.BLabel
 
SOUTH - Static variable in class buoy.widget.BorderContainer
 
SOUTH - Static variable in class buoy.widget.LayoutInfo
 
SOUTHEAST - Static variable in class buoy.widget.BButton
 
SOUTHEAST - Static variable in class buoy.widget.BLabel
 
SOUTHEAST - Static variable in class buoy.widget.LayoutInfo
 
SOUTHWEST - Static variable in class buoy.widget.BButton
 
SOUTHWEST - Static variable in class buoy.widget.BLabel
 
SOUTHWEST - Static variable in class buoy.widget.LayoutInfo
 
StaticFieldDelegate - Class in buoy.xml.delegate
This class is a PersistenceDelegate for serializing the values of static fields of classes.
StaticFieldDelegate(Class) - Constructor for class buoy.xml.delegate.StaticFieldDelegate
Create a StaticFieldDelegate.

T

TextWidget - Class in buoy.widget
A TextWidget is a Widget that allows the user to view and edit text.
toBack() - Method in class buoy.widget.WindowWidget
Request that this window be sent to the back, so that it is displayed behind all other windows.
toFront() - Method in class buoy.widget.WindowWidget
Request that this window be brought to the front, so that it is displayed over all other windows.
ToolTipEvent - Class in buoy.event
This event indicates that the user has performed the series of actions which signal that a tool tip should be displayed.
ToolTipEvent(Widget, long, Point, Point) - Constructor for class buoy.event.ToolTipEvent
Create a ToolTipEvent.
ToolTipMonitor - Class in buoy.internal
ToolTipMonitor receives mouse events from Widgets, and sends out ToolTipEvents whenever the appropriate trigger action occurs.
ToolTipMonitor() - Constructor for class buoy.internal.ToolTipMonitor
 
TOP - Static variable in class buoy.widget.BTabbedPane
 

V

validate() - Method in class buoy.widget.BuoyComponent
If the contained Widget is a WidgetContainer, make sure its contents are layed out correctly.
value - Variable in class buoy.widget.BStandardDialog.Style
 
ValueChangedEvent - Class in buoy.event
ValueChangedEvents are generated by Widgets that allow the user to enter a value, whenever the value changes.
ValueChangedEvent(Widget) - Constructor for class buoy.event.ValueChangedEvent
Create a ValueChangedEvent.
ValueChangedEvent(Widget, boolean) - Constructor for class buoy.event.ValueChangedEvent
Create a ValueChangedEvent.
VERTICAL - Static variable in class buoy.widget.BProgressBar
 
VERTICAL - Static variable in class buoy.widget.BScrollBar
 
VERTICAL - Static variable in class buoy.widget.BSeparator
 
VERTICAL - Static variable in class buoy.widget.BSlider
 
VERTICAL - Static variable in class buoy.widget.BSplitPane
 
VERTICAL - Static variable in class buoy.widget.BToolBar
 
VERTICAL - Static variable in class buoy.widget.LayoutInfo
 

W

WARNING - Static variable in class buoy.widget.BStandardDialog
 
WEST - Static variable in class buoy.widget.BButton
 
WEST - Static variable in class buoy.widget.BLabel
 
WEST - Static variable in class buoy.widget.BorderContainer
 
WEST - Static variable in class buoy.widget.LayoutInfo
 
Widget - Class in buoy.widget
A Widget is a graphical object.
WidgetContainer - Class in buoy.widget
A WidgetContainer is a Widget which contains other Widgets.
WidgetContainer() - Constructor for class buoy.widget.WidgetContainer
Create a WidgetContainer.
WidgetContainerPanel - Class in buoy.internal
This is a JPanel subclass, which is used as the Component for many different WidgetContainers.
WidgetContainerPanel(WidgetContainer) - Constructor for class buoy.internal.WidgetContainerPanel
Create a new WidgetContainerPanel.
WidgetDecoder - Class in buoy.xml
This class is used for reconstructing user interfaces that were serialized as XML by WidgetDecoder.
WidgetDecoder(InputStream) - Constructor for class buoy.xml.WidgetDecoder
Create a WidgetDecoder to reconstruct a Widget hierarchy from its XML representation.
WidgetDecoder(InputStream, ResourceBundle) - Constructor for class buoy.xml.WidgetDecoder
Create a WidgetDecoder to reconstruct a Widget hierarchy from its XML representation.
WidgetDecoder(InputStream, ExceptionListener) - Constructor for class buoy.xml.WidgetDecoder
Create a WidgetDecoder to reconstruct a Widget hierarchy from its XML representation.
WidgetDecoder(InputStream, ExceptionListener, ResourceBundle) - Constructor for class buoy.xml.WidgetDecoder
Create a WidgetDecoder to reconstruct a Widget hierarchy from its XML representation.
WidgetEncoder - Class in buoy.xml
This class is used for serializing Widgets as XML.
WidgetEvent - Interface in buoy.event
This interface defines an event generated by a Widget.
WidgetFocusEvent - Class in buoy.event
This class defines an event caused by a change in whether a Widget has keyboard focus.
WidgetKeyEvent - Class in buoy.event
This class defines an event caused by a keyboard action.
WidgetLocalization - Class in buoy.xml
This class cooperates with WidgetEncoder and WidgetDecoder to localized the text stored in XML files.
WidgetLocalization() - Constructor for class buoy.xml.WidgetLocalization
 
WidgetMouseEvent - Class in buoy.event
This class defines an event caused by the mouse interacting with a Widget.
WidgetWindowEvent - Class in buoy.event
This class defines an event caused by the user interacting with a window.
WidgetWindowEvent(WindowWidget, int) - Constructor for class buoy.event.WidgetWindowEvent
Create a WidgetWindowEvent.
windowActivated(WindowEvent) - Method in class buoy.internal.EventLinkAdapter
 
WindowActivatedEvent - Class in buoy.event
This is an event corresponding to a window becoming the active window.
WindowActivatedEvent(WindowWidget) - Constructor for class buoy.event.WindowActivatedEvent
Create a WindowActivatedEvent.
windowClosed(WindowEvent) - Method in class buoy.internal.EventLinkAdapter
 
windowClosing(WindowEvent) - Method in class buoy.internal.EventLinkAdapter
 
WindowClosingEvent - Class in buoy.event
This event indicates that the user is attempting to close a window, such as by clicking on its close box.
WindowClosingEvent(WindowWidget) - Constructor for class buoy.event.WindowClosingEvent
Create a WindowClosingEvent.
windowDeactivated(WindowEvent) - Method in class buoy.internal.EventLinkAdapter
 
WindowDeactivatedEvent - Class in buoy.event
This is an event corresponding to a window ceasing to be the active window.
WindowDeactivatedEvent(WindowWidget) - Constructor for class buoy.event.WindowDeactivatedEvent
Create a WindowDeactivatedEvent.
windowDeiconified(WindowEvent) - Method in class buoy.internal.EventLinkAdapter
 
WindowDeiconifiedEvent - Class in buoy.event
This event indicates that a window has been deiconified by the user.
WindowDeiconifiedEvent(WindowWidget) - Constructor for class buoy.event.WindowDeiconifiedEvent
Create a WindowDeiconifiedEvent.
windowIconified(WindowEvent) - Method in class buoy.internal.EventLinkAdapter
 
WindowIconifiedEvent - Class in buoy.event
This event indicates that a window has been iconified by the user.
WindowIconifiedEvent(WindowWidget) - Constructor for class buoy.event.WindowIconifiedEvent
Create a WindowIconifiedEvent.
windowOpened(WindowEvent) - Method in class buoy.internal.EventLinkAdapter
 
WindowResizedEvent - Class in buoy.event
This event indicates that a window has been resized by the user.
WindowResizedEvent(WindowWidget) - Constructor for class buoy.event.WindowResizedEvent
Create a WindowResizedEvent.
WindowWidget - Class in buoy.widget
A WindowWidget is a WidgetContainer corresponding to a window.
WindowWidget() - Constructor for class buoy.widget.WindowWidget
 
WRAP_CHARACTER - Static variable in class buoy.widget.BTextArea
 
WRAP_NONE - Static variable in class buoy.widget.BTextArea
 
WRAP_WORD - Static variable in class buoy.widget.BTextArea
 
writeObject(Object, OutputStream) - Static method in class buoy.xml.WidgetEncoder
Serialize an object hierarchy as XML.
writeObject(Object, OutputStream, ExceptionListener) - Static method in class buoy.xml.WidgetEncoder
Serialize an object hierarchy as XML.

A B C D E F G H I K L M N O P Q R S T V W

Written by Peter Eastman.