- 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.
- buoyx.docking - package buoyx.docking
-
- 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.
- 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.
- getBounds() - Method in class buoyx.docking.DockableWidget
-
- 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.
- getChild(int, int) - Method in class buoyx.docking.DockingContainer
-
Get a DockableWidget contained in 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.
- getChildCount() - Method in class buoyx.docking.DockableWidget
-
- getChildCount() - Method in class buoyx.docking.DockingContainer
-
- 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.
- getChildIndexInTab(DockableWidget) - Method in class buoyx.docking.DockingContainer
-
Get the position within its tab at which a DockableWidget appears.
- 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.
- getChildren() - Method in class buoyx.docking.DockableWidget
-
- getChildren() - Method in class buoyx.docking.DockingContainer
-
- getChildTabIndex(DockableWidget) - Method in class buoyx.docking.DockingContainer
-
Get the index of the tab in which a DockableWidget appears.
- 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.
- getContent() - Method in class buoyx.docking.DockableWidget
-
Get the content Widget.
- getContent() - Method in class buoyx.docking.DockingContainer
-
Get the content Widget.
- 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).
- getDockingContainer() - Method in class buoyx.docking.DragManager.DetachedDockingContainer
-
- 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.
- getHideSingleTab() - Method in class buoyx.docking.DockingContainer
-
When all DockableWidgets are grouped into a single tab, it is possible to save space by hiding the tab.
- 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.
- getLabel() - Method in class buoyx.docking.DockableWidget
-
Get the label which appears in the title bar.
- 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.
- getMinimumSize() - Method in class buoyx.docking.DockableWidget
-
- getMinimumSize() - Method in class buoyx.docking.DockingContainer
-
- 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.
- getMovedWidgets() - Method in class buoyx.docking.DockingEvent
-
Get the list of DockableWidgets which were moved.
- 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.
- getPreferredSize() - Method in class buoyx.docking.DockableWidget
-
- getPreferredSize() - Method in class buoyx.docking.DockingContainer
-
- 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.
- getSelectedTab() - Method in class buoyx.docking.DockingContainer
-
Get which tab is currently displayed.
- 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.
- getSourceContainer() - Method in class buoyx.docking.DockingEvent
-
Get the DockingContainer from which one or more DockableWidgets were dragged.
- getSplitPane() - Method in class buoyx.docking.DockingContainer
-
Get the BSplitPane which separates the content Widget from the DockableWidgets.
- 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.
- getTabChildCount(int) - Method in class buoyx.docking.DockingContainer
-
Get the number of DockableWidgets within a particular tab.
- getTabCount() - Method in class buoyx.docking.DockingContainer
-
Get the number of tabs in this container.
- 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).
- getTabPosition() - Method in class buoyx.docking.DockingContainer
-
Get which side of the content Widget the DockableWidgets appear on.
- getTabSize() - Method in class buoy.widget.BTextArea
-
Get the number of character widths to use for a tab character.
- getTargetContainer() - Method in class buoyx.docking.DockingEvent
-
Get the DockingContainer into which the DockableWidgets were dragged.
- 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.
- RadioButtonGroup - Class in buoy.widget
-
- 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.
- remove(Widget) - Method in class buoyx.docking.DockableWidget
-
- remove(Widget) - Method in class buoyx.docking.DockingContainer
-
- 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.
- removeAll() - Method in class buoyx.docking.DockableWidget
-
- removeAll() - Method in class buoyx.docking.DockingContainer
-
- 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.
- resetToPreferredSizes(int) - Method in class buoyx.docking.DockingContainer
-
Reset the positions of the dividers within a single tab based on the preferred sizes of the
DockableWidgets it contains.
- 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.
- 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.
- setContent(Widget) - Method in class buoyx.docking.DockableWidget
-
Set the content Widget.
- setContent(Widget) - Method in class buoyx.docking.DockingContainer
-
Set the content Widget.
- 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.
- setHideSingleTab(boolean) - Method in class buoyx.docking.DockingContainer
-
When all DockableWidgets are grouped into a single tab, it is possible to save space by hiding the tab.
- 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.
- setLabel(String) - Method in class buoyx.docking.DockableWidget
-
Set the label which appears in the title bar.
- 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.
- setSelectedTab(int) - Method in class buoyx.docking.DockingContainer
-
Set which tab is currently displayed.
- 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).
- setTabPosition(BTabbedPane.TabPosition) - Method in class buoyx.docking.DockingContainer
-
Set which side of the content Widget the DockableWidgets appear on.
- 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.