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

A

ABOVE - Static variable in class dog.gui.DPopup
The popup is aligned against the top edge of the component.
actionListener - Variable in class dog.gui.DSpinbox
 
actionListener - Variable in class dog.gui.DTextField
 
actionListener - Variable in class dog.gui.DTextArea
 
actionPerformed(ActionEvent) - Method in class dog.gui.DCheckboxGroup
One of the checkboxes was pressed.
add(Component) - Method in class dog.gui.DWindow
Adds the specified component to this pane.
add(Component) - Method in class dog.gui.DApplet
Adds the specified component to this pane.
add(Component) - Method in class dog.gui.DFolder
Adds a component to the end of the folder with a tab labelled "New tab".
add(Component) - Method in interface dog.gui.DRootPane
Adds the specified component to this pane.
add(Component) - Method in class dog.gui.DDialog
Adds the specified component to this pane.
add(Component) - Method in class dog.gui.DFrame
Adds the specified component to this pane.
add(Component, int) - Method in class dog.gui.DFolder
Adds a component to the folder at the specified index with a tab labelled "New tab".
add(Component, Object) - Method in class dog.gui.DFolder
Adds a component to the end of the folder with the specified constraints with a tab labelled "New tab".
add(Component, Object, int) - Method in class dog.gui.DFolder
Adds a component to the end of the folder at the specified index with the specified constraints with a tab labelled "New tab".
add(DItem) - Method in class dog.gui.DChoice
Adds an item to the choice.
add(DItem) - Method in class dog.gui.DList
Adds an item to the list.
add(DItem) - Method in class dog.gui.DMenubar
 
add(DItem) - Method in class dog.gui.DMenu
Adds an item to this menu.
add(DItem[]) - Method in class dog.gui.DChoice
Adds items to the choice.
add(DItem[]) - Method in class dog.gui.DList
Adds items to the list.
add(DItem[]) - Method in class dog.gui.DMenubar
 
add(DItem[]) - Method in class dog.gui.DMenu
Add a number of items to this menu, in order.
add(DItem, Component) - Method in class dog.gui.DFolder
Adds a component to the end of the folder with the specified tab.
add(DItem, Component, int) - Method in class dog.gui.DFolder
Adds a component to the folder with the specified tab at the specified index.
add(DItem, Component, Object) - Method in class dog.gui.DFolder
Adds a component to the end of the folder with the specified tab and constraints.
add(DItem, Component, Object, int) - Method in class dog.gui.DFolder
Adds a component to the end of the folder at the specified index with the specified tab and constraints.
add(DItem, DItem) - Method in class dog.gui.DChoice
Adds an item to the choice as a child of the specified parent item.
add(DItem, DItem) - Method in class dog.gui.DList
Adds an item to the list as a child of the specified parent item.
add(DItem, DItem[]) - Method in class dog.gui.DChoice
Adds items to the choice as children of the specified parent item.
add(DItem, DItem[]) - Method in class dog.gui.DList
Adds items to the list as children of the specified parent item.
add(Object) - Method in class dog.util.Tree
Adds a root to the tree.
add(Object[]) - Method in class dog.util.Tree
Adds roots to the tree.
add(Object, Object) - Method in class dog.util.Tree
Adds a child to the specified parent in the tree.
add(Object, Object[]) - Method in class dog.util.Tree
Adds children to the specified parent in the tree.
addActionListener(ActionListener) - Method in class dog.gui.DSpinbox
Adds the specified action listener to receive action events from this component.
addActionListener(ActionListener) - Method in class dog.gui.DList
Adds the specified action listener to receive action events from this list.
addActionListener(ActionListener) - Method in class dog.gui.DMenubar
Adds the specified action listener to receive action events from this menu.
addActionListener(ActionListener) - Method in class dog.gui.DCheckbox
Adds the specified action listener to receive action events from this component.
addActionListener(ActionListener) - Method in class dog.gui.DFolder
Adds the specified action listener to receive action events from this folder.
addActionListener(ActionListener) - Method in class dog.gui.DMenu
Adds the specified action listener to receive action events from this menu.
addActionListener(ActionListener) - Method in class dog.gui.DTextField
Adds the specified action listener to receive action events from this component.
addActionListener(ActionListener) - Method in class dog.gui.DTextArea
Adds the specified action listener to receive action events from this component.
addAdjustmentListener(AdjustmentListener) - Method in class dog.gui.DScrollbar
Adds the specified adjustment listener to receive adjustment events from this scrollbar.
addAdjustmentListener(AdjustmentListener) - Method in class dog.gui.DSpinbox
Adds the specified adjustment listener to receive adjustment events from this component.
addCheckbox(DCheckbox) - Method in class dog.gui.DCheckboxGroup
Adds a checkbox to this group.
addColumn(String) - Method in class dog.gui.DList
Adds a column to the list with the specified name.
addColumn(String, int) - Method in class dog.gui.DList
Adds a column to the list with the specified name and alignment.
addColumn(String, Object, int, int) - Method in class dog.gui.DList
Adds a column to the list with the specified name, content, width, and alignment.
addColumn(String, String) - Method in class dog.gui.DList
Adds a column to the list with the specified name and text label.
addColumn(String, String, int) - Method in class dog.gui.DList
Adds a column to the list with the specified name, label, and alignment.
addField(String, Object) - Method in class dog.gui.DItem
Adds a field identified by the specified name.
addImpl(Component, Object, int) - Method in class dog.gui.DWindow
Overrides addImpl to manage lightweight popups.
addImpl(Component, Object, int) - Method in class dog.gui.DContainer
Allow DRootPane access to addImpl
addImpl(Component, Object, int) - Method in class dog.gui.DList
Adds a component to this list's view (unless it is a scrollbar or the view itself).
addImpl(Component, Object, int) - Method in class dog.gui.DScrollPane
Adds the specified component to this scroll pane container.
addImpl(Component, Object, int) - Method in class dog.gui.DApplet
Overrides addImpl to manage lightweight popups.
addImpl(Component, Object, int) - Method in class dog.gui.DFrameset
Adds a component to the frameset.
addImpl(Component, Object, int) - Method in class dog.gui.DDialog
Overrides addImpl to manage lightweight popups.
addImpl(Component, Object, int) - Method in class dog.gui.DFrame
Overrides addImpl to manage lightweight popups.
addImpl(DItem, Component, Object, int) - Method in class dog.gui.DFolder
Adds a component to the folder associated with the specified tab.
addIndex(String, boolean) - Method in class dog.gui.DList
Adds a sort index to the list.
addItemListener(ItemListener) - Method in class dog.gui.DChoice
Adds the specified item listener to receive item events from this choice.
addItemListener(ItemListener) - Method in class dog.gui.DList
Adds the specified item listener to receive item events from this list.
addLayoutComponent(String, Component) - Method in class dog.gui.BoxLayout
Adds the specified component to the layout.
addLayoutComponent(String, Component) - Method in class dog.gui.VerticalFlowLayout
Adds the specified component to the layout.
addPropertyChangeListener(PropertyChangeListener) - Method in class dog.gui.DComponent
Adds a property change listener to receive notification of changes to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class dog.gui.DChoice
Adds the specified property change listener to receive property change events from this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class dog.gui.DWindow
Adds a property change listener to receive notification of changes to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class dog.gui.DContainer
Adds a property change listener to receive notification of changes to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class dog.gui.DItem
Adds the specified property change listener to receive property change events from this item.
addPropertyChangeListener(PropertyChangeListener) - Method in class dog.gui.DApplet
Adds a property change listener to receive notification of changes to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class dog.gui.DFolder
Adds the specified property change listener to receive property change events from this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class dog.gui.DDialog
Adds a property change listener to receive notification of changes to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class dog.gui.DFrame
Adds a property change listener to receive notification of changes to this component.
addStatusListener(StatusListener) - Method in interface dog.util.StatusSource
Adds a status listener to this source.
addTextListener(TextListener) - Method in class dog.gui.DTextComponent
Adds the specified text event listener to recieve text events from this DTextComponent.
addVetoableChangeListener(VetoableChangeListener) - Method in class dog.gui.DList
Adds the specified vetoable change listener to receive vetoable change events from this component.
addVetoableChangeListener(VetoableChangeListener) - Method in class dog.gui.DFolder
Adds the specified vetoable change listener to receive vetoable change events from this component.
adjustmentListener - Variable in class dog.gui.DScrollbar
 
adjustmentListener - Variable in class dog.gui.DSpinbox
 
adjustmentValueChanged(AdjustmentEvent) - Method in class dog.gui.DList
A scrollbar was moved.
adjustmentValueChanged(AdjustmentEvent) - Method in class dog.gui.DScrollPane
A scrollbar was moved.
adjustmentValueChanged(AdjustmentEvent) - Method in class dog.gui.DTextArea
A scrollbar was moved.
align - Variable in class dog.gui.DLabel
The label alignment.
align - Variable in class dog.gui.DSpinbox
The alignment of the value in the spinbox.
align - Variable in class dog.gui.DCheckbox
The checkbox alignment.
align - Variable in class dog.gui.DGroup
The alignment of the label.
align - Variable in class dog.gui.DTextField
The alignment of the text in the field.
align - Variable in class dog.gui.DTextArea
The alignment of the text.
alignParamString(int) - Method in class dog.gui.DComponent
Returns a description of alignment for debugging.
alignParamString(int) - Method in class dog.gui.DContainer
Returns a description of alignment for debugging.
allowUserResize - Variable in class dog.gui.DFrameset
Whether or not to allow the frameset to be resized by the user.
append(String) - Method in class dog.gui.DTextArea
Inserts the specified string at the end.
applyDescending(int) - Method in class dog.util.ObjectCollator
Utility method to return the opposite of a comparison if descending is true.
applyDescending(int) - Method in class dog.util.TreeCollator
Utility method to return the opposite of a comparison if descending is true.

B

backgroundImage - Variable in class dog.gui.DWindow
The image to use as the background.
backgroundImage - Variable in class dog.gui.DApplet
The image to use as the background.
backgroundImage - Variable in class dog.gui.DDialog
The image to use as the background.
backgroundImage - Variable in class dog.gui.DFrame
The image to use as the background.
BELOW - Static variable in class dog.gui.DPopup
The popup is aligned against the bottom edge of the component.
black - Variable in class dog.gui.DTheme
 
blockIncrement - Variable in class dog.gui.DScrollbar
The amount by which the scrollbar value will change when the user clicks above or below the block indicator.
bold - Variable in class dog.gui.DButton
Whether to use a bold font for the button label.
BOTTOM - Static variable in class dog.gui.VerticalFlowLayout
The bottom alignment variable.
BoxLayout - class dog.gui.BoxLayout.
A box layout is used to lay out components in a container.
BoxLayout() - Constructor for class dog.gui.BoxLayout
Constructs a new vertical box layout with the default 5-unit horizontal and vertical gap.
BoxLayout(int) - Constructor for class dog.gui.BoxLayout
Constructs a new box layout with the specified orientation and the default 5-unit horizontal and vertical gap.
BoxLayout(int, int, int) - Constructor for class dog.gui.BoxLayout
Constructs a new layout with the specified orientation and gap values.

C

cancelButton - Variable in class dog.gui.DWindow
The cancel button in this container.
cancelButton - Variable in class dog.gui.DContainer
The cancel button in this container.
cancelButton - Variable in class dog.gui.DApplet
The cancel button in this container.
cancelButton - Variable in class dog.gui.DDialog
The cancel button in this container.
cancelButton - Variable in class dog.gui.DFrame
The cancel button in this container.
CENTER - Static variable in class dog.gui.DComponent
The centre alignment.
CENTER - Static variable in class dog.gui.DContainer
The centre alignment.
CENTER - Static variable in class dog.gui.DSpinbox
The center alignment.
CENTER - Static variable in class dog.gui.DList
The centre column alignment.
CENTER - Static variable in interface dog.gui.DRootPane
The centre alignment.
CENTER - Static variable in class dog.gui.DTextField
The center alignment.
CENTER - Static variable in class dog.gui.DTextArea
The center alignment.
CENTER - Static variable in class dog.gui.VerticalFlowLayout
The centre alignment variable.
CENTER_TILE - Static variable in class dog.gui.DComponent
Tiles the background image in the panel from the centre.
CENTER_TILE - Static variable in interface dog.gui.DRootPane
Tiles the background image in the panel from the centre.
centre() - Method in class dog.gui.DWindow
Centres the window in the screen.
centre() - Method in class dog.gui.DDialog
Centres the frame in the screen.
centre() - Method in class dog.gui.DFrame
Centres the frame in the screen.
changes - Variable in class dog.gui.DComponent
The property change support for components.
checkboxes - Variable in class dog.gui.DCheckboxGroup
The checkboxes managed by this group.
clear() - Method in class dog.gui.DChoice
Clears the list.
clear() - Method in class dog.gui.DList
Removes all items from the list.
clear() - Method in class dog.gui.DMenubar
 
clear() - Method in class dog.util.Tree
Removes all objects from the tree.
collapseAll() - Method in class dog.gui.DList
Collapse all the items in the list.
COLLAPSED - Static variable in class dog.util.TreeEvent
The item collapsed state change type.
collator - Variable in class dog.gui.DList
The item collator used to sort the items in this list.
collator - Variable in class dog.util.ObjectCollator
 
collator - Variable in class dog.util.TreeCollator
 
columnMap - Variable in class dog.gui.DList
 
columns - Variable in class dog.gui.DList
The columns in this list.
columns - Variable in class dog.gui.DTextField
The number of columns in the DTextField.
columns - Variable in class dog.gui.DTextArea
The number of columns in the DTextArea.
COLUMNS - Static variable in class dog.gui.DList
The items' fields are displayed in columns according to the column specifications in the list.
command - Variable in class dog.gui.DCheckbox
The command to send in action events.
compare(Object, Object) - Method in class dog.gui.ItemCollator
Compares two objects to one another.
compare(Object, Object) - Method in class dog.util.ObjectCollator
Compares the source object to the target object according to the collation rules for this Collator.
compare(Object, Object) - Method in class dog.util.TreeCollator
Compares the source object to the target object according to the collation rules for this Collator.
compare(String, String) - Method in class dog.util.ObjectCollator
Compares the source string to the target string according to the collation rules for this Collator.
compare(String, String) - Method in class dog.util.TreeCollator
Compares the source string to the target string according to the collation rules for this Collator.
component - Variable in class dog.gui.DPopup
The component this popup is displayed relative to.
COMPONENT - Static variable in class dog.gui.DPopup
Match the component's width or height.
componentHidden(ComponentEvent) - Method in class dog.gui.DPopup
The window or component was hidden.
componentMoved(ComponentEvent) - Method in class dog.gui.DPopup
The window or component was moved.
componentResized(ComponentEvent) - Method in class dog.gui.DPopup
The window or component was resized.
componentShown(ComponentEvent) - Method in class dog.gui.DPopup
The window or component was shown.
componentWindow - Variable in class dog.gui.DPopup
The containing window of the component this popup is displayed relative to.
contains(DItem) - Method in class dog.gui.DChoice
Indicates whether this choice contains the specified item.
contains(DItem) - Method in class dog.gui.DList
Indicates whether this list contains the specified item.
contains(Object) - Method in class dog.util.Tree
Indicates whether the specified object is contained in the tree.
controlBackgroundImage - Variable in class dog.gui.DTheme
 
controlFont - Variable in class dog.gui.DTheme
 
copySelection() - Method in class dog.gui.DTextComponent
Copies the selected text to the clipboard.
current - Variable in class dog.gui.DFolder
The current tab.
current - Variable in class dog.gui.DCheckboxGroup
The currently selected checkbox.
cutSelection() - Method in class dog.gui.DTextComponent
Cuts the selected text to the clipboard.

D

DApplet - class dog.gui.DApplet.
The base applet class for displaying lightweight components in.
DApplet() - Constructor for class dog.gui.DApplet
Constructs an applet with no background image.
DApplet(Image) - Constructor for class dog.gui.DApplet
Constructs an applet with the specified background image.
DApplet(String) - Constructor for class dog.gui.DApplet
Constructs an applet with the specified background image.
DApplet(URL) - Constructor for class dog.gui.DApplet
Constructs an applet with the specified background image.
dateFormat - Variable in class dog.gui.DList
The date formatter used to format dates in items.
DButton - class dog.gui.DButton.
A multiline button with an optional icon.
DButton() - Constructor for class dog.gui.DButton
Constructs a button with no label or icon.
DButton(Image) - Constructor for class dog.gui.DButton
Constructs a button with the specified icon and no label.
DButton(Image, boolean, DCheckboxGroup) - Constructor for class dog.gui.DButton
Constructs a sticky button with the specified icon, default value and group, and no label.
DButton(Image, int) - Constructor for class dog.gui.DButton
Constructs a button with the specified icon and alignment and no label.
DButton(Image, int, boolean, DCheckboxGroup) - Constructor for class dog.gui.DButton
Constructs a sticky button with the specified icon, alignment, default value and group, and no label.
DButton(String) - Constructor for class dog.gui.DButton
Constructs a button with the specified label.
DButton(String, boolean, DCheckboxGroup) - Constructor for class dog.gui.DButton
Constructs a sticky button with the specified label, default value and group.
DButton(String, DCheckboxGroup) - Constructor for class dog.gui.DButton
Constructs a sticky button with the specified label and group.
DButton(String, Image) - Constructor for class dog.gui.DButton
Constructs a button with the specified label and icon.
DButton(String, Image, int) - Constructor for class dog.gui.DButton
Constructs a button with the specified label, icon, and alignment.
DButton(String, Image, int, boolean, DCheckboxGroup) - Constructor for class dog.gui.DButton
Constructs a sticky button with the specified label, icon, alignment, default value and group.
DButton(String, int) - Constructor for class dog.gui.DButton
Constructs a button with the specified label and alignment.
DButton(String, int, boolean, DCheckboxGroup) - Constructor for class dog.gui.DButton
Constructs a sticky button with the specified label, alignment, default value and group.
DButton(String, URL) - Constructor for class dog.gui.DButton
Constructs a button with the specified label and icon.
DButton(String, URL, int) - Constructor for class dog.gui.DButton
Constructs a button with the specified label, icon, and alignment.
DButton(String, URL, int, boolean, DCheckboxGroup) - Constructor for class dog.gui.DButton
Constructs a sticky button with the specified label, icon, alignment, default value and group.
DButton(URL) - Constructor for class dog.gui.DButton
Constructs a button with the specified icon and no label.
DButton(URL, boolean, DCheckboxGroup) - Constructor for class dog.gui.DButton
Constructs a sticky button with the specified icon, default value and group, and no label.
DButton(URL, int) - Constructor for class dog.gui.DButton
Constructs a button with the specified icon and alignment and no label.
DButton(URL, int, boolean, DCheckboxGroup) - Constructor for class dog.gui.DButton
Constructs a sticky button with the specified icon, alignment, default value and group, and no label.
DCheckbox - class dog.gui.DCheckbox.
A multiline checkbox component.
DCheckbox() - Constructor for class dog.gui.DCheckbox
Constructs a checkbox with no label.
DCheckbox(boolean) - Constructor for class dog.gui.DCheckbox
Constructs a checkbox with no label and the specified value.
DCheckbox(String) - Constructor for class dog.gui.DCheckbox
Constructs a checkbox with the specified label.
DCheckbox(String, boolean) - Constructor for class dog.gui.DCheckbox
Constructs a checkbox with the specified label and value.
DCheckbox(String, boolean, DCheckboxGroup) - Constructor for class dog.gui.DCheckbox
Constructs a checkbox with the specified label, value, and group.
DCheckbox(String, DCheckboxGroup) - Constructor for class dog.gui.DCheckbox
Constructs a checkbox with the specified label and group.
DCheckbox(String, int) - Constructor for class dog.gui.DCheckbox
Constructs a checkbox with the specified label and alignment.
DCheckbox(String, int, boolean) - Constructor for class dog.gui.DCheckbox
Constructs a checkbox with the specified label, alignment, and value.
DCheckbox(String, int, boolean, DCheckboxGroup) - Constructor for class dog.gui.DCheckbox
Constructs a checkbox with the specified label, alignament, value, and group.
DCheckbox(String, int, DCheckboxGroup) - Constructor for class dog.gui.DCheckbox
Constructs a checkbox with the specified label, alignment, and group.
DCheckboxGroup - class dog.gui.DCheckboxGroup.
A checkbox and button state manager.
DCheckboxGroup() - Constructor for class dog.gui.DCheckboxGroup
Constructs a checkbox group.
DChoice - class dog.gui.DChoice.
A choice component with an associated popup list to select the current item.
DChoice() - Constructor for class dog.gui.DChoice
Constructs an empty choice.
DChoice(DFrame) - Constructor for class dog.gui.DChoice
Constructs an empty choice.
DComponent - class dog.gui.DComponent.
The base class for lightweight components.
DComponent() - Constructor for class dog.gui.DComponent
Construct a component.
DContainer - class dog.gui.DContainer.
The base class for lightweight containers.
DContainer() - Constructor for class dog.gui.DContainer
Constructs a new container with no layout manager.
DContainer(LayoutManager) - Constructor for class dog.gui.DContainer
Constructs a new container with the specified layout manager.
DDialog - class dog.gui.DDialog.
A dialog container for displaying lightweight components.
DDialog(Frame) - Constructor for class dog.gui.DDialog
Constructs a gui dialog with no background image.
DDialog(Frame, boolean) - Constructor for class dog.gui.DDialog
Constructs a gui dialog with no background image.
DDialog(Frame, String) - Constructor for class dog.gui.DDialog
Constructs a gui dialog with the specified title and no background image.
DDialog(Frame, String, boolean) - Constructor for class dog.gui.DDialog
Constructs a gui dialog with the specified title and no background image.
DDialog(Frame, String, Image) - Constructor for class dog.gui.DDialog
Constructs a gui dialog with the specified title and background image.
DDialog(Frame, String, Image, boolean) - Constructor for class dog.gui.DDialog
Constructs a gui dialog with the specified title and background image.
DDialog(Frame, String, String) - Constructor for class dog.gui.DDialog
Constructs a gui dialog with the specified title and background image.
DDialog(Frame, String, String, boolean) - Constructor for class dog.gui.DDialog
Constructs a gui dialog with the specified title and background image.
DDialog(Frame, String, URL) - Constructor for class dog.gui.DDialog
Constructs a gui dialog with the specified title and background image.
DDialog(Frame, String, URL, boolean) - Constructor for class dog.gui.DDialog
Constructs a gui dialog with the specified title and background image.
DEFAULT_COLUMN - Static variable in class dog.gui.DList
The default column name.
defaultButton - Variable in class dog.gui.DWindow
The default button in this container.
defaultButton - Variable in class dog.gui.DContainer
The default button in this container.
defaultButton - Variable in class dog.gui.DApplet
The default button in this container.
defaultButton - Variable in class dog.gui.DDialog
The default button in this container.
defaultButton - Variable in class dog.gui.DFrame
The default button in this container.
deleteLeft() - Method in class dog.gui.DTextComponent
Deletes the character to the left of the caret.
deleteLeft() - Method in class dog.gui.DTextArea
Deletes the character to the left of the caret.
deleteRight() - Method in class dog.gui.DTextComponent
Deletes the character to the right of the caret.
deleteRight() - Method in class dog.gui.DTextArea
Deletes the character to the right of the caret.
deleteSelection() - Method in class dog.gui.DTextComponent
Removes the selected text.
deleteSelection() - Method in class dog.gui.DTextArea
Removes the selected text.
descending - Variable in class dog.util.ObjectCollator
 
descending - Variable in class dog.util.TreeCollator
 
descendingMap - Variable in class dog.gui.DList
The sort direction of the indices.
DFolder - class dog.gui.DFolder.
A tabbed folder panel.
DFolder() - Constructor for class dog.gui.DFolder
Constructs a folder.
DFrame - class dog.gui.DFrame.
A frame container for displaying lightweight components.
DFrame() - Constructor for class dog.gui.DFrame
Constructs a frame with no background image.
DFrame(String) - Constructor for class dog.gui.DFrame
Constructs a frame with the specified title and no background image.
DFrame(String, Image) - Constructor for class dog.gui.DFrame
Constructs a frame with the specified title and background image.
DFrame(String, String) - Constructor for class dog.gui.DFrame
Constructs a frame with the specified title and background image.
DFrame(String, URL) - Constructor for class dog.gui.DFrame
Constructs a frame with the specified title and background image.
DFrameset - class dog.gui.DFrameset.
A container used to lay out components similarly to an HTML frameset.
DFrameset() - Constructor for class dog.gui.DFrameset
Constructs a horizontally-oriented frameset.
DFrameset(int) - Constructor for class dog.gui.DFrameset
Constructs a frameset with the specified orientation.
DFrameset(int, boolean) - Constructor for class dog.gui.DFrameset
Constructs a frameset with the specified orientation, indicating whether the user can resize it.
DGroup - class dog.gui.DGroup.
A container with an optional label.
If the label is set, the group shows a border.
DGroup() - Constructor for class dog.gui.DGroup
Constructs a group with no label or border.
DGroup(String) - Constructor for class dog.gui.DGroup
Constructs a group with the specified label and centre alignment.
DGroup(String, int) - Constructor for class dog.gui.DGroup
Constructs a bordered group with the specified label and alignment.
dimensions - Variable in class dog.gui.DFrameset
The hashtable used to store the dimensions represented by the contained components.
dimpled - Variable in class dog.gui.DScrollbar
Whether to draw a NeXT-like dimple on the scrollbar.
dimpled - Variable in class dog.gui.DFrameset
Whether to draw a NeXT-like dimple on the borders between components when user-resizeable.
dispose() - Method in class dog.gui.DPopup
Destroys this popup and any associated native windows.
dispose() - Method in class dog.gui.DMenu
Clears this menu and its parents from the screen.
DItem - class dog.gui.DItem.
Class to encapsulate the notion of an item.
This might be a list or (popup)menu item, or a node in a tree.
It can contain multiple fields, an icon, and an object reference.
DItem() - Constructor for class dog.gui.DItem
Constructs an item with the label "New item", and no icon.
DItem(String) - Constructor for class dog.gui.DItem
Constructs an item with the specified label.
DItem(String, Image) - Constructor for class dog.gui.DItem
Constructs an item with the specified label and icon.
DItem(String, Image, Object) - Constructor for class dog.gui.DItem
Constructs an item with the specified label, icon and reference.
DItem(String, String) - Constructor for class dog.gui.DItem
Constructs an item with the specified label and icon.
DItem(String, String, Object) - Constructor for class dog.gui.DItem
Constructs an item with the specified label, icon and reference.
DItem(String, URL) - Constructor for class dog.gui.DItem
Constructs an item with the specified label and icon.
DItem(String, URL, Object) - Constructor for class dog.gui.DItem
Constructs an item with the specified label, icon and reference.
DLabel - class dog.gui.DLabel.
A multiline label component.
DLabel() - Constructor for class dog.gui.DLabel
Constructs a label with the text "New label", aligned to the west.
DLabel(String) - Constructor for class dog.gui.DLabel
Constructs a label with the specified text, aligned to the west.
DLabel(String, int) - Constructor for class dog.gui.DLabel
Constructs a label with the specified text and alignment.
DList - class dog.gui.DList.
A container for displaying and manipulating items.
DList() - Constructor for class dog.gui.DList
Constructs a list.
DList(boolean) - Constructor for class dog.gui.DList
Constructs a list, indicating whether to allow multiple selections.
DList(boolean, int) - Constructor for class dog.gui.DList
Constructs a list with the specified mode, indicating whether to allow multiple selections.
DList(int) - Constructor for class dog.gui.DList
Constructs a list with the specified mode.
DMenu - class dog.gui.DMenu.
A menu component to select an item.
DMenu.Separator - class dog.gui.DMenu.Separator.
A menu separator.
DMenu.Separator(DMenu) - Constructor for class dog.gui.DMenu.Separator
Constructs a menu separator.
DMenu(DRootPane) - Constructor for class dog.gui.DMenu
Constructs a menu.
DMenubar - class dog.gui.DMenubar.
An application menu bar for a frame.
DMenubar() - Constructor for class dog.gui.DMenubar
 
dog.gui - package dog.gui
 
dog.util - package dog.util
 
doLayout() - Method in class dog.gui.DWindow
Lays out this pane.
doLayout() - Method in class dog.gui.DList
Lays out the scrollbars and content, calculating the column widths.
doLayout() - Method in class dog.gui.DScrollPane
Lays out this container by resizing its child to its preferred size.
doLayout() - Method in class dog.gui.DApplet
Lays out this pane.
doLayout() - Method in class dog.gui.DFrameset
Lays out this group.
doLayout() - Method in class dog.gui.DFolder
Lays out the folder.
doLayout() - Method in class dog.gui.DTextArea
Lays out this area.
doLayout() - Method in class dog.gui.DDialog
Lays out the dialog.
doLayout() - Method in class dog.gui.DFrame
Lays out the frame.
down - Variable in class dog.gui.DSpinbox
Which button is currently being pressed?
down - Variable in class dog.gui.DCheckbox
Whether the checkbox is currently being pressed.
DOWN - Static variable in class dog.gui.DSpinbox
 
DPicture - class dog.gui.DPicture.
A component that can render an image in various ways.
DPicture() - Constructor for class dog.gui.DPicture
Constructs a picture with no image.
DPicture(Image) - Constructor for class dog.gui.DPicture
Constructs a picture with the specified image.
DPicture(Image, int) - Constructor for class dog.gui.DPicture
Constructs a picture with the specified image and rendering mode.
DPicture(String) - Constructor for class dog.gui.DPicture
Constructs a picture with the specified image.
DPicture(String, int) - Constructor for class dog.gui.DPicture
Constructs a picture with the specified image and rendering mode.
DPicture(URL) - Constructor for class dog.gui.DPicture
Constructs a picture with the specified image.
DPicture(URL, int) - Constructor for class dog.gui.DPicture
Constructs a picture with the specified image and rendering mode.
DPopup - class dog.gui.DPopup.
A popup component.
DPopup(DRootPane) - Constructor for class dog.gui.DPopup
Constructs a new popup window attached to the specified root pane.
DProgress - class dog.gui.DProgress.
A progress indicator component.
DProgress() - Constructor for class dog.gui.DProgress
Constructs a horizontal progress indicator with a range of 0-100 and a value of 0.
DProgress(int, int, int, int) - Constructor for class dog.gui.DProgress
Constructs a progress indicator with the specified parameters.
drawActiveButtonBorder(Graphics, Rectangle, Color, Color, Color, Color, Color) - Static method in class dog.gui.DComponent
Draws a border for active buttons.
drawActiveButtonBorder(Graphics, Rectangle, Color, Color, Color, Color, Color) - Static method in class dog.gui.DContainer
Draws a border for active buttons.
drawActiveOptionBorder(Graphics, Rectangle, Color, Color, Color, Color, Color, Color) - Static method in class dog.gui.DComponent
Draws a border for active options.
drawActiveOptionBorder(Graphics, Rectangle, Color, Color, Color, Color, Color, Color) - Static method in class dog.gui.DContainer
Draws a border for active options.
drawArrow(Graphics, Rectangle, boolean, int, Color, Color, Color) - Static method in class dog.gui.DComponent
Draws an arrow inside the specified bounds rectangle.
drawArrow(Graphics, Rectangle, boolean, int, Color, Color, Color) - Static method in class dog.gui.DContainer
Draws an arrow inside the specified bounds rectangle.
drawBackgroundImage(Graphics, Image, Rectangle, Dimension, Rectangle, int, ImageObserver) - Static method in class dog.gui.DComponent
Draws a background image for a root pane into the specified bounds rectangle according to the specified mode.
drawBorder(Graphics, Rectangle, Color, Color, Color) - Static method in class dog.gui.DComponent
Draws a border inside the specified bounds rectangle.
drawBorder(Graphics, Rectangle, Color, Color, Color) - Static method in class dog.gui.DContainer
Draws a border inside the specified bounds rectangle.
drawButtonBorder(Graphics, Rectangle, boolean, Color, Color, Color, Color, Color) - Static method in class dog.gui.DComponent
Draws a border for buttons.
drawButtonBorder(Graphics, Rectangle, boolean, Color, Color, Color, Color, Color) - Static method in class dog.gui.DContainer
Draws a border for buttons.
drawCheckbox(Graphics, Rectangle, boolean, boolean, Color, Color, Color, Color, Color, Color, Color) - Static method in class dog.gui.DComponent
Draws a checkbox inside the specified bounds rectangle.
drawCheckbox(Graphics, Rectangle, boolean, boolean, Color, Color, Color, Color, Color, Color, Color) - Static method in class dog.gui.DContainer
Draws a checkbox inside the specified bounds rectangle.
drawDarkBorder(Graphics, Rectangle, Color, Color, Color, Color) - Static method in class dog.gui.DComponent
Draws a dark border for things like sticky buttons.
drawDarkBorder(Graphics, Rectangle, Color, Color, Color, Color) - Static method in class dog.gui.DContainer
Draws a dark border for things like sticky buttons.
drawDefaultButtonBorder(Graphics, Rectangle, boolean, Color, Color, Color, Color, Color) - Static method in class dog.gui.DComponent
Draws a border for the default button in a pane.
drawDefaultButtonBorder(Graphics, Rectangle, boolean, Color, Color, Color, Color, Color) - Static method in class dog.gui.DContainer
Draws a border for the default button in a pane.
drawDisabledBorder(Graphics, Rectangle, Color) - Static method in class dog.gui.DComponent
Draws a disabled border inside the specified bounds rectangle.
drawDisabledBorder(Graphics, Rectangle, Color) - Static method in class dog.gui.DContainer
Draws a disabled border inside the specified bounds rectangle.
drawDisabledCheckbox(Graphics, Rectangle, boolean, Color) - Static method in class dog.gui.DComponent
Draws a disabled checkbox inside the specified bounds rectangle.
drawDisabledCheckbox(Graphics, Rectangle, boolean, Color) - Static method in class dog.gui.DContainer
Draws a disabled checkbox inside the specified bounds rectangle.
drawDisabledOption(Graphics, Rectangle, boolean, Color) - Static method in class dog.gui.DComponent
Draws a disabled option inside the specified bounds rectangle.
drawDisabledOption(Graphics, Rectangle, boolean, Color) - Static method in class dog.gui.DContainer
Draws a disabled option inside the specified bounds rectangle.
drawExpander(Graphics, Rectangle, boolean, boolean, Color, Color, Color, Color, Color) - Static method in class dog.gui.DComponent
Draws an expansion symbol.
drawExpander(Graphics, Rectangle, boolean, boolean, Color, Color, Color, Color, Color) - Static method in class dog.gui.DContainer
Draws an expansion symbol.
drawFocusBorder(Graphics, Rectangle, Color) - Static method in class dog.gui.DComponent
Draws a focus border inside the specified bounds rectangle.
drawFocusBorder(Graphics, Rectangle, Color) - Static method in class dog.gui.DContainer
Draws a focus border inside the specified bounds rectangle.
drawImage(Graphics, Rectangle, Image, ImageObserver, int) - Static method in class dog.gui.DComponent
Draws an image into the specified bounds rectangle, rescaling it if necessary.
drawImage(Graphics, Rectangle, Image, ImageObserver, int) - Static method in class dog.gui.DContainer
Draws an image into the specified bounds rectangle, rescaling it if necessary.
drawLabel(Graphics, Rectangle, FontMetrics, String, int, Color) - Static method in class dog.gui.DComponent
Draws a multiline label in the specified bounds rectangle.
drawLabel(Graphics, Rectangle, FontMetrics, String, int, Color) - Static method in class dog.gui.DContainer
Draws a multiline label in the specified bounds rectangle.
drawOption(Graphics, Rectangle, boolean, boolean, Color, Color, Color, Color, Color, Color, Color) - Static method in class dog.gui.DComponent
Draws an option inside the specified bounds rectangle.
drawOption(Graphics, Rectangle, boolean, boolean, Color, Color, Color, Color, Color, Color, Color) - Static method in class dog.gui.DContainer
Draws an option inside the specified bounds rectangle.
drawOptionBorder(Graphics, Rectangle, Color, Color, Color) - Static method in class dog.gui.DComponent
Draws a border for options.
drawOptionBorder(Graphics, Rectangle, Color, Color, Color) - Static method in class dog.gui.DContainer
Draws a border for options.
drawPressedBorder(Graphics, Rectangle, Color, Color, Color, Color) - Static method in class dog.gui.DComponent
Draws a pressed border inside the specified bounds rectangle.
drawPressedBorder(Graphics, Rectangle, Color, Color, Color, Color) - Static method in class dog.gui.DContainer
Draws a pressed border inside the specified bounds rectangle.
drawTick(Graphics, Rectangle, Color) - Static method in class dog.gui.DComponent
Draws a tick inside the specified bounds rectangle.
DRootPane - interface dog.gui.DRootPane.
Interface implemented by top-level, heavyweight components that support the double-buffering of lightweight components.
DScrollbar - class dog.gui.DScrollbar.
An adjustable scrollbar component.
DScrollbar() - Constructor for class dog.gui.DScrollbar
Constructs a new vertical scrollbar.
DScrollbar(int) - Constructor for class dog.gui.DScrollbar
Constructs a new scrollbar with the specified orientation.
DScrollbar(int, int, int, int, int) - Constructor for class dog.gui.DScrollbar
Constructs a new scrollbar with the specified orientation, value, page size, and minumum and maximum values.
DScrollPane - class dog.gui.DScrollPane.
A container class which implements automatic horizontal and/or vertical scrolling for a single child component.
DScrollPane() - Constructor for class dog.gui.DScrollPane
Create a new scrollpane container with an as-needed scrollbar display policy.
DScrollPane(int) - Constructor for class dog.gui.DScrollPane
Create a new scrollpane container.
DSpinbox - class dog.gui.DSpinbox.
A component that allows the editing of an integer.
DSpinbox() - Constructor for class dog.gui.DSpinbox
Constructs a new spinbox.
DSpinbox(int) - Constructor for class dog.gui.DSpinbox
Constructs a new spinbox initialized with the specified value.
DSpinbox(int, int) - Constructor for class dog.gui.DSpinbox
Constructs a new spinbox with the specified value and alignment.
DSpinbox(int, int, int) - Constructor for class dog.gui.DSpinbox
Constructs a new spinbox with the specified value, minimum, and maximum.
DSpinbox(int, int, int, int) - Constructor for class dog.gui.DSpinbox
Constructs a new spinbox with the specified value, minimum, maximum, and alignment.
DTextArea - class dog.gui.DTextArea.
A component that allows the editing of multiple lines of text.
DTextArea() - Constructor for class dog.gui.DTextArea
Constructs a new text area.
DTextArea(String) - Constructor for class dog.gui.DTextArea
Constructs a new text area initialized with the specified text.
DTextArea(String, int) - Constructor for class dog.gui.DTextArea
Constructs a new text area with the specified text and alignment.
DTextArea(String, int, int) - Constructor for class dog.gui.DTextArea
Constructs a new text area with the specified text, alignment, and scrollbar policy.
DTextComponent - class dog.gui.DTextComponent.
A bean that allows the editing of some text.
DTextField - class dog.gui.DTextField.
A component that allows the editing of a single line of text.
DTextField() - Constructor for class dog.gui.DTextField
Constructs a new text field.
DTextField(String) - Constructor for class dog.gui.DTextField
Constructs a new text field initialized with the specified text.
DTextField(String, int) - Constructor for class dog.gui.DTextField
Constructs a new text field with the specified text and alignment.
DTheme - class dog.gui.DTheme.
This class defines a set of colours and fonts used as a basis for rendering components.
DTheme.SystemTheme - class dog.gui.DTheme.SystemTheme.
 
DTheme.SystemTheme(DTheme) - Constructor for class dog.gui.DTheme.SystemTheme
 
DTheme() - Constructor for class dog.gui.DTheme
 
DTheme(Image) - Constructor for class dog.gui.DTheme
 
DTheme(Image, Image) - Constructor for class dog.gui.DTheme
 
DTooltip - class dog.gui.DTooltip.
A multiline tooltip component.
DTooltip(DRootPane, String) - Constructor for class dog.gui.DTooltip
Constructs a tooltip with the specified label.
DWindow - class dog.gui.DWindow.
A window container for displaying lightweight components.
DWindow(Frame) - Constructor for class dog.gui.DWindow
Constructs a gui window with no background image.
DWindow(Frame, Image) - Constructor for class dog.gui.DWindow
Constructs a gui window with the specified background image.
DWindow(Frame, String) - Constructor for class dog.gui.DWindow
Constructs a gui window with the specified background image.
DWindow(Frame, URL) - Constructor for class dog.gui.DWindow
Constructs a gui window with the specified background image.

E

EAST - Static variable in class dog.gui.DComponent
The east alignment.
EAST - Static variable in class dog.gui.DContainer
The east alignment.
echoChar - Variable in class dog.gui.DTextField
The echo character.
echoCharIsSet() - Method in class dog.gui.DTextField
Returns true if this text field has a character set for echoing.
editable - Variable in class dog.gui.DTextComponent
A boolean indicating whether or not this TextComponent is editable.
equals(Object) - Method in class dog.gui.DItem
Determines if this item is equal to another.
equals(Object) - Method in class dog.util.ObjectCollator
 
equals(Object) - Method in class dog.util.TreeCollator
 
equals(String, String) - Method in class dog.util.ObjectCollator
Convenience method for comparing the equality of two strings based on this Collator's collation rules.
equals(String, String) - Method in class dog.util.TreeCollator
Convenience method for comparing the equality of two strings based on this Collator's collation rules.
expandAll() - Method in class dog.gui.DList
Expand all the items in the list.
EXPANDED - Static variable in class dog.util.TreeEvent
The item expanded state change type.

F

fields - Variable in class dog.gui.DItem
The fields contained in the item.
filled - Variable in class dog.gui.DSpinbox
Is this component filled?
filled - Variable in class dog.gui.DList
Is this list filled?
filled - Variable in class dog.gui.DTextField
Is this component filled?
filled - Variable in class dog.gui.DTextArea
Is this component filled?
fit() - Method in class dog.gui.DPopup
Ensures that this popup is all visible on the screen (or root pane).
fitMode - Variable in class dog.gui.DPopup
The action to take if a part of the window cannot be displayed on the screen.
focus - Variable in class dog.gui.DSpinbox
Do we currently have the focus?
focus - Variable in class dog.gui.DCheckbox
 
focus - Variable in class dog.gui.DTextField
Do we currently have the focus?
focus - Variable in class dog.gui.DTextArea
Do we currently have the focus?
format - Variable in class dog.gui.DProgress
The message format used to format the text display.

G

gap - Variable in class dog.gui.DFrameset
The gap between the components.
getAcceleratorForeground() - Method in class dog.gui.DTheme
 
getAcceleratorSelectedForeground() - Method in class dog.gui.DTheme
 
getActionCommand() - Method in class dog.gui.DCheckbox
Returns this checkbox' action command.
getAlign() - Method in class dog.gui.DLabel
Returns the alignment of this label.
getAlign() - Method in class dog.gui.DSpinbox
Returns the alignment of the text in this spinbox.
getAlign() - Method in class dog.gui.DCheckbox
Returns the alignment of the checkbox (LEFT or RIGHT).
getAlign() - Method in class dog.gui.DButton
Returns the alignment of the checkbox (LEFT, RIGHT, or CENTER).
getAlign() - Method in class dog.gui.DGroup
Returns the label alignment.
getAlign() - Method in class dog.gui.DTextField
Returns the alignment of the text in this text field.
getAlign() - Method in class dog.gui.DTextArea
Returns the alignment of the text in this text area.
getAlignment() - Method in class dog.gui.VerticalFlowLayout
Returns the alignment value for this layout (TOP, CENTER, or BOTTOM).
getBackgroundImage() - Method in class dog.gui.DWindow
Returns the background image.
getBackgroundImage() - Method in class dog.gui.DApplet
Returns the background image.
getBackgroundImage() - Method in interface dog.gui.DRootPane
Returns the background image.
getBackgroundImage() - Method in class dog.gui.DDialog
Returns the background image.
getBackgroundImage() - Method in class dog.gui.DFrame
Returns the background image.
getBlack() - Method in class dog.gui.DTheme
 
getBlockIncrement() - Method in class dog.gui.DScrollbar
Gets the block increment for this scrollbar.
getBlockIncrement() - Method in class dog.gui.DSpinbox
Returns the amount by which the value increases or decreases when the spinbox buttons are pressed.
getCancelButton() - Method in class dog.gui.DWindow
Returns the cancel button in this container.
getCancelButton() - Method in class dog.gui.DContainer
Returns the cancel button in this container.
getCancelButton() - Method in class dog.gui.DApplet
Returns the cancel button in this container.
getCancelButton() - Method in interface dog.gui.DRootPane
Returns the cancel button in this pane.
getCancelButton() - Method in class dog.gui.DDialog
Returns the cancel button in this container.
getCancelButton() - Method in class dog.gui.DFrame
Returns the cancel button in this container.
getCaretColor() - Method in class dog.gui.DTheme
 
getCaretPosition() - Method in class dog.gui.DTextComponent
Returns the position of the text insertion caret for the DTextComponent.
getCaretPosition() - Method in class dog.gui.DTextArea
Returns the position of the text insertion caret.
getCaretPositionPoint() - Method in class dog.gui.DTextArea
Returns the (x,y) coordinates of the text insertion caret.
getChildCount(DItem) - Method in class dog.gui.DList
Returns the number of children of the specified parent item.
getChildCount(Object) - Method in class dog.util.Tree
Returns the number of children of the specified object.
getChildren(DItem) - Method in class dog.gui.DChoice
Returns the children of the specified parent item.
getChildren(DItem) - Method in class dog.gui.DList
Returns the children of the specified parent item.
getChildren(Object) - Method in class dog.util.Tree
Returns an array of children of the specified object, or an empty array if the object is not a parent in the tree.
getCollapsed() - Method in class dog.gui.DList
Returns the collapsed items in this list.
getCollationKey(String) - Method in class dog.util.ObjectCollator
Transforms the String into a series of bits that can be compared bitwise to other CollationKeys.
getCollationKey(String) - Method in class dog.util.TreeCollator
Transforms the String into a series of bits that can be compared bitwise to other CollationKeys.
getColumn(String) - Method in class dog.gui.DList
Returns the content of the given column.
getColumnAlign(String) - Method in class dog.gui.DList
Returns the alignment of the given column (LEFT, CENTRE, or RIGHT), or -1 if the column does not exist.
getColumnNames() - Method in class dog.gui.DList
Returns the names of the columns in this list.
getColumns() - Method in class dog.gui.DTextField
Returns the number of columns in this text field.
getColumns() - Method in class dog.gui.DTextArea
Returns the number of columns in this text area.
getColumnWidth(String) - Method in class dog.gui.DList
Returns the width of the given column, or -1 if the column does not exist.
getComponent(Object) - Method in class dog.gui.DContainer
Returns the component in this container with the specified reference, or null if no such component exists (or is not Referential).
getContentPane() - Method in class dog.gui.DFrame
Returns the content pane.
getControl() - Method in class dog.gui.DTheme
 
getControlBackgroundImage() - Method in class dog.gui.DTheme
 
getControlDarkShadow() - Method in class dog.gui.DTheme
 
getControlDisabled() - Method in class dog.gui.DTheme
 
getControlHighlight() - Method in class dog.gui.DTheme
 
getControlInfo() - Method in class dog.gui.DTheme
 
getControlShadow() - Method in class dog.gui.DTheme
 
getControlTextColor() - Method in class dog.gui.DTheme
 
getControlTextFont() - Method in class dog.gui.DTheme
 
getCurrent() - Method in class dog.gui.DList
In single-select mode, returns the selected item in this list.
getCurrent() - Method in class dog.gui.DFolder
Returns the tab of the currently displayed page.
getCurrentReference() - Method in class dog.gui.DList
Returns the current item's reference.
getDateFormat() - Method in class dog.gui.DList
Returns the date formatter used to format dates in this list.
getDecomposition() - Method in class dog.util.ObjectCollator
Get the decomposition mode of this Collator.
getDecomposition() - Method in class dog.util.TreeCollator
Get the decomposition mode of this Collator.
getDefaultButton() - Method in class dog.gui.DWindow
Returns the default button in this container.
getDefaultButton() - Method in class dog.gui.DContainer
Returns the default button in this container.
getDefaultButton() - Method in class dog.gui.DApplet
Returns the default button in this container.
getDefaultButton() - Method in interface dog.gui.DRootPane
Returns the default button in this pane.
getDefaultButton() - Method in class dog.gui.DDialog
Returns the default button in this container.
getDefaultButton() - Method in class dog.gui.DFrame
Returns the default button in this container.
getDefaultToolkit() - Static method in class dog.gui.DComponent
Returns the default toolkit.
getDefaultToolkit() - Static method in class dog.gui.DContainer
Returns the default toolkit.
getDelay() - Static method in class dog.gui.TooltipManager
Returns the delay between the mouse entering a component and its tooltip being shown, in milliseconds.
getDepth(DItem) - Method in class dog.gui.DChoice
Returns the depth of the specified item in the hierarchical tree.
getDepth(DItem) - Method in class dog.gui.DList
Returns the depth of the specified item in the hierarchical tree.
getDepth(Object) - Method in class dog.util.Tree
Returns the depth of the specified object in the tree.
getDesktopColor() - Method in class dog.gui.DTheme
 
getEchoChar() - Method in class dog.gui.DTextField
Returns the character to be used for echoing.
getField(String) - Method in class dog.gui.DItem
Returns the field identified by the specified name.
getFieldNames() - Method in class dog.gui.DItem
Returns an array of the field names in the item.
getFocusColor() - Method in class dog.gui.DTheme
 
getFont() - Method in class dog.gui.DPopup
Returns the font of this popup.
getFont() - Method in interface dog.gui.DRootPane
Returns the font for this root pane.
getFontMetrics(Font) - Method in interface dog.gui.DRootPane
Returns the font metrics for the specified font in this root pane.
getFontStyle(DItem) - Method in class dog.gui.DList
Returns the specified item's font style in this list.
getFrame() - Method in class dog.gui.DWindow
Returns the frame this root pane represents or is part of.
getFrame() - Method in class dog.gui.DApplet
Returns the frame this root pane represents or is part of.
getFrame() - Method in interface dog.gui.DRootPane
Returns the frame this root pane represents or is part of.
getFrame() - Method in class dog.gui.DDialog
Returns the frame this root pane represents or is part of.
getFrame() - Method in class dog.gui.DFrame
Returns the frame this root pane represents or is part of.
getGlassPane() - Method in class dog.gui.DFrame
Returns the glass pane.
getGroup() - Method in class dog.gui.DCheckbox
Returns the group managing interdependencies between this checkbox and others.
getHAdjustable() - Method in class dog.gui.DScrollPane
Returns the Adjustable object which represents the state of the horizontal scrollbar.
getHgap() - Method in class dog.gui.BoxLayout
Returns the horizontal gap between components.
getHgap() - Method in class dog.gui.VerticalFlowLayout
Returns the horizontal gap between components.
getHighlightedTextColor() - Method in class dog.gui.DTheme
 
getHScrollbarHeight() - Method in class dog.gui.DScrollPane
Returns the height that would be occupied by a horizontal scrollbar, which is independent of whether it is currently displayed by the scroll pane or not.
getIcon() - Method in class dog.gui.DItem
Returns the icon.
getIcon() - Method in class dog.gui.DButton
Returns the icon.
getImage() - Method in class dog.gui.DPicture
Returns the image.
getImage(Image, ImageObserver) - Static method in class dog.gui.DComponent
Returns images for observers.
getImage(Image, ImageObserver) - Static method in class dog.gui.DContainer
Returns images for observers.
getImage(String, ImageObserver) - Static method in class dog.gui.DComponent
Returns images for observers.
getImage(String, ImageObserver) - Static method in class dog.gui.DContainer
Returns images for observers.
getImage(URL, ImageObserver) - Static method in class dog.gui.DComponent
Returns images for observers.
getImage(URL, ImageObserver) - Static method in class dog.gui.DContainer
Returns images for observers.
getInactiveControlTextColor() - Method in class dog.gui.DTheme
 
getInactiveSystemTextColor() - Method in class dog.gui.DTheme
 
getIndent() - Method in class dog.gui.DChoice
Returns the indentation of the items when displayed in tree form.
getIndent() - Method in class dog.gui.DList
Returns the indentation of the items when displayed in tree form.
getIndices() - Method in class dog.gui.ItemCollator
Returns the indices on which items are compared with this collator.
getIndices() - Method in class dog.gui.DList
Returns the names of the columns that the list is sorted on.
getIndicesDescending() - Method in class dog.gui.ItemCollator
Returns the sort directions for the indices on which items are compared with this collator.
getInsets() - Method in interface dog.gui.DRootPane
Returns the insets of this root pane.
getInsets() - Method in class dog.gui.DGroup
Returns the insets of this group.
getInterval() - Method in class dog.util.Timer
Returns this timer's interval.
getItem(Object) - Method in class dog.gui.DChoice
Returns the item in this choice with the specified reference, or null if no such item exists.
getItem(Object) - Method in class dog.gui.DList
Returns the item in this list with the specified reference, or null if no such item exists.
getItemCount() - Method in class dog.gui.DChoice
Returns the number of items in the choice.
getItemCount() - Method in class dog.gui.DList
Returns the number of items in the list.
getItemCount() - Method in class dog.gui.DMenu
Returns the number of items in this menu.
getItems() - Method in class dog.gui.DChoice
Returns all the items in the choice.
getItems() - Method in class dog.gui.DList
Returns all the items in the list.
getItems() - Method in class dog.gui.DMenubar
Returns the items in this menu.
getItems() - Method in class dog.gui.DMenu
Returns the items in this menu.
getLabel() - Method in class dog.gui.DLabel
Returns the text of this label.
getLabel() - Method in class dog.gui.DItem
Returns the label.
getLabel() - Method in class dog.gui.DCheckbox
Returns the label.
getLabel() - Method in class dog.gui.DTooltip
Returns the text of this tooltip.
getLabel() - Method in class dog.gui.DMenu.Separator
Always returns a hyphen.
getLabel() - Method in class dog.gui.DGroup
Returns this group's label.
getLayout() - Method in class dog.gui.DFrame
Returns the layout manager for this pane.
getMaximum() - Method in class dog.gui.DScrollbar
Returns the maximum value of this scrollbar.
getMaximum() - Method in class dog.gui.DSpinbox
Returns the maximum value of this spinbox.
getMaximum() - Method in class dog.gui.DProgress
Returns the maximum value of this progress indicator.
getMaximum() - Method in class dog.util.StatusEvent
Returns the end point of the operation.
getMaximumSize() - Method in class dog.gui.DChoice
Returns the maximum size for this choice.
getMaximumSize() - Method in class dog.gui.DWindow
Returns the maximum size for a DWindow.
getMaximumSize() - Method in class dog.gui.DApplet
Returns the maximum size for this container.
getMaximumSize() - Method in class dog.gui.DDialog
Returns the maximum size for a gui frame.
getMaximumSize() - Method in class dog.gui.DFrame
Returns the maximum size for a gui frame.
getMenuBackground() - Method in class dog.gui.DTheme
 
getMenuDisabledForeground() - Method in class dog.gui.DTheme
 
getMenuForeground() - Method in class dog.gui.DTheme
 
getMenuSelectedBackground() - Method in class dog.gui.DTheme
 
getMenuSelectedForeground() - Method in class dog.gui.DTheme
 
getMenuTextFont() - Method in class dog.gui.DTheme
 
getMilliseconds() - Method in class dog.util.TimerEvent
Returns the number of milliseconds since this timer last activated the listener.
getMinimum() - Method in class dog.gui.DScrollbar
Returns the minimum value of this scrollbar.
getMinimum() - Method in class dog.gui.DSpinbox
Returns the minimum value of this spinbox.
getMinimum() - Method in class dog.gui.DProgress
Returns the minimum value of this progress indicator.
getMinimum() - Method in class dog.util.StatusEvent
Returns the start point of the operation.
getMinimumSize() - Method in class dog.gui.DChoice
Returns the minimum size for this choice.
getMinimumSize() - Method in class dog.gui.DLabel
Returns the minimum size for this label.
getMinimumSize() - Method in class dog.gui.DWindow
Returns the minimum size for a DWindow.
getMinimumSize() - Method in class dog.gui.DSpinbox
Returns the minimum size for this component.
getMinimumSize() - Method in class dog.gui.DFrameset
Returns the minimum size of this frameset.
getMinimumSize() - Method in class dog.gui.DProgress
Returns the minimum size for this progress indicator.
getMinimumSize() - Method in class dog.gui.DCheckbox
Returns the minimum size for this checkbox.
getMinimumSize() - Method in class dog.gui.DButton
Returns the minimum size for this button.
getMinimumSize() - Method in class dog.gui.DTooltip
Returns the minimum size for this tooltip.
getMinimumSize() - Method in class dog.gui.DFolder
 
getMinimumSize() - Method in class dog.gui.DPicture
Returns the minimum size for this component (the image size).
getMinimumSize() - Method in class dog.gui.DTextField
Returns the minimum size for this component.
getMinimumSize() - Method in class dog.gui.DTextArea
Returns the minimum size for this component.
getMinimumSize() - Method in class dog.gui.DDialog
Returns the minimum size for a gui frame.
getMinimumSize() - Method in class dog.gui.DFrame
Returns the minimum size for a gui frame.
getMode() - Method in class dog.gui.DWindow
Returns the rendering mode for the background image.
getMode() - Method in class dog.gui.DList
Returns the mode this list displays its items according to.
getMode() - Method in class dog.gui.DApplet
Returns the rendering mode for the background image.
getMode() - Method in class dog.gui.DPicture
Returns the rendering mode for the background image.
getMode() - Method in interface dog.gui.DRootPane
Returns the rendering mode for the background image.
getMode() - Method in class dog.gui.DDialog
Returns the rendering mode for the background image.
getMode() - Method in class dog.gui.DFrame
Returns the rendering mode for the background image.
getMonospacedFont() - Method in class dog.gui.DTheme
 
getOffset() - Method in class dog.gui.DPopup
Returns the screen offset for this popup given its constraints.
getOffset(Component) - Static method in class dog.gui.DPopup
Discovers the offset of the specified component.
getOperation() - Method in class dog.util.StatusEvent
Returns a string describing the operation being performed.
getOrientation() - Method in class dog.gui.DScrollbar
Returns the orientation for this scrollbar.
getOrientation() - Method in class dog.gui.DSpinbox
Don't know why this applies to Adjustables.
getOrientation() - Method in class dog.gui.DFrameset
Returns this frameset's orientation.
getOrientation() - Method in class dog.gui.BoxLayout
Returns the orientation of this layout (HORIZONTAL or VERTICAL).
getOrientation() - Method in class dog.gui.DProgress
Returns the orientation for this progress indicator.
getPage() - Method in class dog.gui.DFolder
Returns the currently displayed page.
getPage(DItem) - Method in class dog.gui.DFolder
Returns the page with the specified tab.
getParent(DItem) - Method in class dog.gui.DChoice
Returns the parent of the specified child item, or null if the child has no parent in this choice.
getParent(DItem) - Method in class dog.gui.DList
Returns the parent of the specified child item, or null if the child has no parent in this list.
getParent(Object) - Method in class dog.util.Tree
Returns the parent of the specified object, or null if the object is a root or not a child in the tree.
getParentItem() - Method in class dog.gui.DMenu
Returns the item that caused this submenu to be activated.
getPercent() - Method in class dog.gui.DProgress
Returns the percentage represented by this progress indicator.
getPoint(int) - Method in class dog.gui.DTextArea
Returns the coordinates represented by the specified text offset.
getPolicy() - Method in class dog.gui.DScrollPane
Returns the display policy for the scrollbars.
getPreferredIconSize(Rectangle) - Method in class dog.gui.DButton
Returns the preferred icon size for the specified bounds.
getPreferredLabelSize(FontMetrics) - Method in class dog.gui.DButton
Returns the preferred label size.
getPreferredSize() - Method in class dog.gui.DChoice
Returns the preferred size for this choice.
getPreferredSize() - Method in class dog.gui.DLabel
Returns the preferred size for this label.
getPreferredSize() - Method in class dog.gui.DScrollbar
Returns the preferred size of a scrollbar.
getPreferredSize() - Method in class dog.gui.DWindow
Returns the preferred size for a DWindow.
getPreferredSize() - Method in class dog.gui.DSpinbox
Returns the preferred size for this component.
getPreferredSize() - Method in class dog.gui.DList
 
getPreferredSize() - Method in class dog.gui.DScrollPane
 
getPreferredSize() - Method in class dog.gui.DMenubar
 
getPreferredSize() - Method in class dog.gui.DApplet
Returns the preferred size for this container.
getPreferredSize() - Method in class dog.gui.DFrameset
Returns the preferred size of this frameset.
getPreferredSize() - Method in class dog.gui.DProgress
Returns the preferred size for this progress indicator.
getPreferredSize() - Method in class dog.gui.DCheckbox
Returns the preferred size of this checkbox.
getPreferredSize() - Method in class dog.gui.DButton
Returns the preferred size of this button.
getPreferredSize() - Method in class dog.gui.DTooltip
Returns the preferred size for this tooltip.
getPreferredSize() - Method in class dog.gui.DFolder
 
getPreferredSize() - Method in class dog.gui.DMenu
Returns the preferred size of this menu.
getPreferredSize() - Method in class dog.gui.DPicture
Returns the preferred size for this component (the image size).
getPreferredSize() - Method in class dog.gui.DTextField
Returns the preferred size for this component.
getPreferredSize() - Method in class dog.gui.DTextArea
Returns the preferred size for this component.
getPreferredSize() - Method in class dog.gui.DDialog
Returns the preferred size for a gui frame.
getPreferredSize() - Method in class dog.gui.DFrame
Returns the preferred size for a gui frame.
getPrimary1() - Method in class dog.gui.DTheme
 
getPrimary2() - Method in class dog.gui.DTheme
 
getPrimary3() - Method in class dog.gui.DTheme
 
getPrimaryControl() - Method in class dog.gui.DTheme
 
getPrimaryControlDarkShadow() - Method in class dog.gui.DTheme
 
getPrimaryControlHighlight() - Method in class dog.gui.DTheme
 
getPrimaryControlInfo() - Method in class dog.gui.DTheme
 
getPrimaryControlShadow() - Method in class dog.gui.DTheme
 
getReference() - Method in class dog.gui.DComponent
Returns the object reference.
getReference() - Method in class dog.gui.DScrollbar
Returns the object reference.
getReference() - Method in class dog.gui.DContainer
Returns the object reference.
getReference() - Method in class dog.gui.DList
Returns the object reference.
getReference() - Method in class dog.gui.DItem
Returns the object reference.
getReference() - Method in class dog.gui.DCheckboxGroup
Returns the object reference.
getReference() - Method in interface dog.util.Referential
Returns the object reference.
getRootCount() - Method in class dog.gui.DChoice
Returns the number of root items in this choice.
getRootCount() - Method in class dog.gui.DList
Returns the number of root items in this list.
getRootCount() - Method in class dog.util.Tree
Returns the number of roots in this tree.
getRootPane() - Method in class dog.gui.DComponent
Returns the root pane for this component.
getRootPane() - Method in class dog.gui.DContainer
Returns the root pane for this component.
getRoots() - Method in class dog.gui.DChoice
Returns the root items in this choice.
getRoots() - Method in class dog.gui.DList
Returns the root items in this list.
getRoots() - Method in class dog.util.Tree
Returns the roots in this tree.
getRows() - Method in class dog.gui.DTextArea
Returns the number of rows in the text area.
getRows(FontMetrics, String, int) - Static method in class dog.gui.DComponent
Returns the array of strings resulting from attempting to fit a string into a specified width, according to the specified font metrics and splitting the original string at spaces.
getScrollbarVisibility() - Method in class dog.gui.DTextArea
Returns the scrollbar policy for this text area.
getScrollPosition() - Method in class dog.gui.DScrollPane
Returns the current x,y position within the child which is displayed at the 0,0 location of the scrolled panel's view port.
getSecondary1() - Method in class dog.gui.DTheme
 
getSecondary2() - Method in class dog.gui.DTheme
 
getSecondary3() - Method in class dog.gui.DTheme
 
getSelected() - Method in class dog.gui.DChoice
Returns the selected item in this list.
getSelected() - Method in class dog.gui.DList
Returns the selected items in this list.
getSelected() - Method in class dog.gui.DMenubar
Returns the selected item in this menu.
getSelected() - Method in class dog.gui.DMenu
Returns the selected item in this menu.
getSelectedBackground() - Method in class dog.gui.DTheme
 
getSelectedCheckbox() - Method in class dog.gui.DCheckboxGroup
Returns the current checkbox in this group.
getSelectedCount() - Method in class dog.gui.DList
Returns the number of selected items in this list.
getSelectedForeground() - Method in class dog.gui.DTheme
 
getSelectedObjects() - Method in class dog.gui.DChoice
Returns the selected items in this list.
getSelectedObjects() - Method in class dog.gui.DList
Returns the selected items in this list.
getSelectedReference() - Method in class dog.gui.DChoice
Returns the selected item's reference, if any.
getSelectedText() - Method in class dog.gui.DTextComponent
Returns the selected text contained in this DTextComponent.
getSelectionEnd() - Method in class dog.gui.DTextComponent
Returns the selected text's end position.
getSelectionEnd() - Method in class dog.gui.DTextArea
Returns the selected text's end position.
getSelectionEndPoint() - Method in class dog.gui.DTextArea
Returns the (x,y) coordinates of the selected text's end position.
getSelectionStart() - Method in class dog.gui.DTextComponent
Returns the selected text's start position.
getSelectionStart() - Method in class dog.gui.DTextArea
Returns the selected text's start position.
getSelectionStartPoint() - Method in class dog.gui.DTextArea
Returns the (x,y) coordinates of the selected text's start position.
getSeparatorBackground() - Method in class dog.gui.DTheme
 
getSeparatorForeground() - Method in class dog.gui.DTheme
 
getSize() - Method in interface dog.gui.DRootPane
Returns the size of this root pane.
getStrength() - Method in class dog.util.ObjectCollator
Returns this Collator's strength property.
getStrength() - Method in class dog.util.TreeCollator
Returns this Collator's strength property.
getSubTextFont() - Method in class dog.gui.DTheme
 
getSystemTextColor() - Method in class dog.gui.DTheme
 
getSystemTextFont() - Method in class dog.gui.DTheme
 
getTabs() - Method in class dog.gui.DFolder
Returns the tabs in this folder.
getText() - Method in class dog.gui.DLabel
Returns the text of this label.
getText() - Method in class dog.gui.DTextComponent
Returns the text contained in this DTextComponent.
getText() - Method in class dog.gui.DItem
This is an alias for getLabel().
getText() - Method in class dog.gui.DProgress
Returns the text displayed in the progress indicator if a format has been set.
getText() - Method in class dog.gui.DCheckbox
This is an alias for getLabel().
getText() - Method in class dog.gui.DTooltip
Returns the text of this tooltip.
getText() - Method in class dog.gui.DTextArea
Returns the entire text of this text area as a String.
getTextHighlightColor() - Method in class dog.gui.DTheme
 
getTheme() - Static method in class dog.gui.DTheme
 
getTimer() - Method in class dog.util.TimerEvent
Returns the timer that generated this event.
getTitle() - Method in class dog.gui.DWindow
Returns the title of this pane.
getTitle() - Method in class dog.gui.DApplet
Returns the title of this pane.
getTitle() - Method in interface dog.gui.DRootPane
Returns the title of this pane.
getTooltip() - Method in class dog.gui.DComponent
Returns the tooltip label for this component.
getTooltip() - Method in class dog.gui.DContainer
Returns the tooltip label for this component.
getTree() - Method in class dog.util.Tree
Returns all the objects in this tree in depth-first order.
getTreeCount() - Method in class dog.util.Tree
Returns the number of objects in this tree.
getTreeValidator() - Method in class dog.gui.DList
Returns the tree validator used to validate lazy items.
getType() - Method in class dog.util.StatusEvent
Returns the type of event (OPERATION_START, OPERATION_UPDATE, or OPERATION_END).
getUnitIncrement() - Method in class dog.gui.DScrollbar
Gets the unit increment for this scrollbar.
getUnitIncrement() - Method in class dog.gui.DSpinbox
Returns the amount by which the value increases or decreases when the spinbox buttons are pressed.
getUserBackgroundImage() - Method in class dog.gui.DTheme
 
getUserTextColor() - Method in class dog.gui.DTheme
 
getUserTextFont() - Method in class dog.gui.DTheme
 
getVAdjustable() - Method in class dog.gui.DScrollPane
Returns the Adjustable object which represents the state of the vertical scrollbar.
getValue() - Method in class dog.gui.DScrollbar
Returns the current value of this scrollbar.
getValue() - Method in class dog.gui.DSpinbox
Returns the current value of this spinbox.
getValue() - Method in class dog.gui.DProgress
Returns the current value of this progress indicator.
getValue() - Method in class dog.gui.DCheckbox
Indicates whether the checkbox is on or off.
getValue() - Method in class dog.util.StatusEvent
Returns the current point in the operation.
getVgap() - Method in class dog.gui.BoxLayout
Returns the vertical gap between components.
getVgap() - Method in class dog.gui.VerticalFlowLayout
Returns the vertical gap between components.
getViewportSize() - Method in class dog.gui.DScrollPane
Returns the current size of the scroll pane's view port.
getVisibleAmount() - Method in class dog.gui.DScrollbar
Returns the visible amount of this scrollbar.
getVisibleAmount() - Method in class dog.gui.DSpinbox
Don't know why this applies to Adjustables.
getVisibleItemCount() - Method in class dog.gui.DList
Returns the number of items that can visually fit into the list view area.
getVScrollbarWidth() - Method in class dog.gui.DScrollPane
Returns the width that would be occupied by a vertical scrollbar, which is independent of whether it is currently displayed by the scroll pane or not.
getWhite() - Method in class dog.gui.DTheme
 
getWindowBackground() - Method in class dog.gui.DTheme
 
getWindowTitleBackground() - Method in class dog.gui.DTheme
 
getWindowTitleFont() - Method in class dog.gui.DTheme
 
getWindowTitleForeground() - Method in class dog.gui.DTheme
 
getWindowTitleInactiveBackground() - Method in class dog.gui.DTheme
 
getWindowTitleInactiveForeground() - Method in class dog.gui.DTheme
 
group - Variable in class dog.gui.DCheckbox
The checkbox group that controls this checkbox.

H

hasChildren() - Method in class dog.gui.DChoice
Determines if this choice contains items that are children of other items.
hasChildren() - Method in class dog.gui.DList
Determines if this list contains items that are children of other items.
hasChildren() - Method in class dog.util.Tree
Indicates whether there are any children in this tree.
hasChildren(DItem) - Method in class dog.gui.DList
Indicates whether the specified parent item has any children.
hashCode() - Method in class dog.gui.DItem
Returns a hashcode value for storing this item in a hashtable.
hashCode() - Method in class dog.util.ObjectCollator
 
hashCode() - Method in class dog.util.TreeCollator
 
hasSubMenus() - Method in class dog.gui.DMenu
Indicates whether this menu contains submenus.
height - Variable in class dog.gui.DPopup
The desired height.
hideOnFocusLost - Variable in class dog.gui.DPopup
 
highlight - Variable in class dog.gui.DTheme
 
highlightText - Variable in class dog.gui.DTheme
 
horizontal - Variable in class dog.gui.DTextArea
The horizontal scrollbar.
HORIZONTAL - Static variable in class dog.gui.DScrollbar
The horizontal scrollbar variable.
HORIZONTAL - Static variable in class dog.gui.DFrameset
The horizontal orientation.
HORIZONTAL - Static variable in class dog.gui.BoxLayout
The horizontal orientation.
HORIZONTAL - Static variable in class dog.gui.DProgress
The horizontal orientation.

I

icon - Variable in class dog.gui.DItem
The icon image.
icon - Variable in class dog.gui.DButton
The button icon.
ICON - Static variable in class dog.gui.DList
Items are displayed as icons with the label below the icon.
image - Variable in class dog.gui.DPicture
The image.
imageUpdate(Image, int, int, int, int, int) - Method in class dog.gui.DWindow
The background image has arrived...
imageUpdate(Image, int, int, int, int, int) - Method in class dog.gui.DItem
The item's icon has arrived...
imageUpdate(Image, int, int, int, int, int) - Method in class dog.gui.DApplet
The background image has arrived...
imageUpdate(Image, int, int, int, int, int) - Method in class dog.gui.DButton
The button's icon has arrived...
imageUpdate(Image, int, int, int, int, int) - Method in class dog.gui.DPicture
The image has arrived...
imageUpdate(Image, int, int, int, int, int) - Method in class dog.gui.DDialog
The background image has arrived...
imageUpdate(Image, int, int, int, int, int) - Method in class dog.gui.DFrame
The background image has arrived...
indent - Variable in class dog.gui.DList
The amount by which items in the tree are indented.
indices - Variable in class dog.gui.DList
The sort indices and direction.
insert(char, boolean) - Method in class dog.gui.DTextComponent
Inserts the specified character at the current caret position.
insert(char, boolean) - Method in class dog.gui.DTextArea
Inserts the specified character at the current caret position.
insert(String, boolean) - Method in class dog.gui.DTextComponent
Inserts the specified text at the current caret position.
insert(String, boolean) - Method in class dog.gui.DTextArea
Inserts the specified string at the current caret position.
insets - Variable in class dog.gui.DGroup
The additional insets for this group.
INTEGER_TILE - Static variable in class dog.gui.DComponent
Tiles the background image in the panel, resizing the image such that it its dimensions are factors of the panel dimensions.
INTEGER_TILE - Static variable in interface dog.gui.DRootPane
Tiles the background image in the panel, resizing the image such that it its dimensions are factors of the panel dimensions.
invalidate() - Method in class dog.gui.DWindow
Flushes the offscreen buffer as part of invalidation.
invalidate() - Method in class dog.gui.DApplet
Flushes the offscreen buffer as part of invalidation.
invalidate() - Method in class dog.gui.DDialog
Flushes the offscreen buffer as part of invalidation.
invalidate() - Method in class dog.gui.DFrame
Flushes the offscreen buffer as part of invalidation.
isAllowUserResize() - Method in class dog.gui.DFrameset
Indicates whether this frameset can be resized by the user with the mouse.
isBold() - Method in class dog.gui.DButton
Indicates whether the button is to be drawn in a bold font.
isCancel() - Method in class dog.gui.DButton
Indicates whether this button is the cancel button in the gui.
isCollapsed(DItem) - Method in class dog.gui.DList
Indicates whether the specified item is collapsed in this list.
isDefault() - Method in class dog.gui.DButton
Indicates whether this button is the default button in the gui.
isDescending() - Method in class dog.util.ObjectCollator
Indicates whether this collator returns the opposite of any comparison.
isDescending() - Method in class dog.util.TreeCollator
Indicates whether this collator returns the opposite of any comparison.
isDimpled() - Method in class dog.gui.DScrollbar
Indicates whether to draw a dimple on the scrollbar.
isDimpled() - Method in class dog.gui.DFrameset
Indicates whether to draw a dimple on the borders between components when the scrollbar is user-resizeable.
isDragging() - Method in class dog.gui.DScrollbar
Indicates whether this scrollbar's value is being dragged by the user.
isEditable() - Method in class dog.gui.DTextComponent
Returns the boolean indicating whether this DTextComponent is editable or not.
isEnabled() - Static method in class dog.gui.TooltipManager
Indicates whether tooltips are enabled or disabled.
isEnabled(DItem) - Method in class dog.gui.DList
Indicates whether the specified item is enabled in this list.
isFilled() - Method in class dog.gui.DChoice
Indicates whether this choice is filled.
isFilled() - Method in class dog.gui.DSpinbox
Indicates whether this component is filled.
isFilled() - Method in class dog.gui.DList
Indicates whether this list is filled.
isFilled() - Method in class dog.gui.DTextField
Indicates whether this component is filled.
isFilled() - Method in class dog.gui.DTextArea
Indicates whether this component is filled.
isFocusTraversable() - Method in class dog.gui.DChoice
This component is focus-traversable if it is not disabled.
isFocusTraversable() - Method in class dog.gui.DSpinbox
This component is focus-traversable if it is not disabled.
isFocusTraversable() - Method in class dog.gui.DCheckbox
This component is focus-traversable if it is not disabled.
isFocusTraversable() - Method in class dog.gui.DMenu
This component is focus-traversable if it is not disabled.
isFocusTraversable() - Method in class dog.gui.DTextField
This component is focus-traversable if it is not disabled.
isFocusTraversable() - Method in class dog.gui.DTextArea
This component is focus-traversable if it is not disabled.
isIndexDescending(String) - Method in class dog.gui.DList
Indicates whether the list is sorted in reverse order on the specified column.
isLastItemDeselectable() - Method in class dog.gui.DList
Indicates whether the last selected item in the list can be deselected.
isLazy(DItem) - Method in class dog.gui.DList
Indicates whether the specified item is lazy in this list.
isMultipleMode() - Method in class dog.gui.DList
Indicates whether multiple items can be selected in the list.
isPreloadImages() - Static method in class dog.gui.DComponent
Indicates whether to preload images from files or URLs.
isPreloadImages() - Static method in class dog.gui.DContainer
Indicates whether to preload images from files or URLs.
isSelectable() - Method in class dog.gui.DList
Indicates whether items in the list can be selected.
isSelected(DItem) - Method in class dog.gui.DChoice
Indicates whether the specified item is selected in this list.
isSelected(DItem) - Method in class dog.gui.DList
Indicates whether the specified item is selected in this list.
isShowColumnLines() - Method in class dog.gui.DList
Indicates whether column lines are shown.
isShowTreeLines() - Method in class dog.gui.DList
Indicates whether tree lines are shown.
isSorted() - Method in class dog.gui.DList
Indicates whether this list is sorted.
isSticky() - Method in class dog.gui.DButton
Indicates the stickiness of the button.
isSuppressHorizontalScrollbar() - Method in class dog.gui.DList
Indicates whether this list suppresses the use of the horizontal scrollbar.
isSuppressVerticalScrollbar() - Method in class dog.gui.DList
Indicates whether this list suppresses the use of the vertical scrollbar.
ItemCollator - class dog.gui.ItemCollator.
A class for comparing items in a list.
ItemCollator() - Constructor for class dog.gui.ItemCollator
Creates an item collator with the default locale.
ItemCollator(Locale) - Constructor for class dog.gui.ItemCollator
Creates an item collator with the specified locale.
items - Variable in class dog.gui.DList
The items in this list.

L

label - Variable in class dog.gui.DLabel
The label text.
label - Variable in class dog.gui.DItem
The default text to display in the item.
label - Variable in class dog.gui.DCheckbox
The checkbox label.
label - Variable in class dog.gui.DTooltip
The tooltip label.
label - Variable in class dog.gui.DGroup
The label.
lastItemDeselectable - Variable in class dog.gui.DList
Whether to allow the last selected item in the list to be deselected.
layoutContainer(Container) - Method in class dog.gui.BoxLayout
Lays out the container.
layoutContainer(Container) - Method in class dog.gui.VerticalFlowLayout
Lays out the container.
LEFT - Static variable in class dog.gui.DSpinbox
The left alignment.
LEFT - Static variable in class dog.gui.DList
The left column alignment.
LEFT - Static variable in class dog.gui.DCheckbox
The left alignment.
LEFT - Static variable in class dog.gui.DButton
The left alignment.
LEFT - Static variable in class dog.gui.DPopup
The popup is aligned against the left edge of the component.
LEFT - Static variable in class dog.gui.DTextField
The left alignment.
LEFT - Static variable in class dog.gui.DTextArea
The left alignment.
LIST_HORIZONTAL - Static variable in class dog.gui.DList
Items are displayed as entries with the label to the east of the icon and the icon rescaled to the text height.
LIST_VERTICAL - Static variable in class dog.gui.DList
Items are displayed as entries with the label to the east of the icon and the icon rescaled to the text height.
listeners - Variable in class dog.gui.DItem
 
lostOwnership(Clipboard, Transferable) - Method in class dog.gui.DTextComponent
Required because we are a clipboard owner, but does not actually do anything.

M

MAXIMIZE - Static variable in class dog.gui.DComponent
Renders the background image to fit exactly into the panel, resizing its dimensions as necessary.
MAXIMIZE - Static variable in interface dog.gui.DRootPane
Renders the background image to fit exactly into the panel, resizing its dimensions as necessary.
MAXIMIZE_ASPECT - Static variable in class dog.gui.DComponent
Renders the background image to fit into the panel, preserving the aspect ratio.
MAXIMIZE_ASPECT - Static variable in interface dog.gui.DRootPane
Renders the background image to fit into the panel, preserving the aspect ratio.
MAXIMIZE_HORIZONTAL - Static variable in class dog.gui.DComponent
Renders the background image to fit the width of the image into the panel.
MAXIMIZE_HORIZONTAL - Static variable in interface dog.gui.DRootPane
Renders the background image to fit the width of the image into the panel.
MAXIMIZE_VERTICAL - Static variable in class dog.gui.DComponent
Renders the background image to fit the height of the image into the panel.
MAXIMIZE_VERTICAL - Static variable in interface dog.gui.DRootPane
Renders the background image to fit the height of the image into the panel.
maximum - Variable in class dog.gui.DScrollbar
The maximum value of the scrollbar.
maximum - Variable in class dog.gui.DSpinbox
The maximum value of the spinbox.
maximum - Variable in class dog.gui.DProgress
The maximum value of the progress indicator.
maximum - Variable in class dog.util.StatusEvent
 
minimum - Variable in class dog.gui.DScrollbar
The minimum value of the scrollbar.
minimum - Variable in class dog.gui.DSpinbox
The minimum value of the spinbox.
minimum - Variable in class dog.gui.DProgress
The minimum value of the progress indicator.
minimum - Variable in class dog.util.StatusEvent
 
minimumLayoutSize(Container) - Method in class dog.gui.BoxLayout
Returns the minimum dimensions needed to layout the components contained in the specified target container.
minimumLayoutSize(Container) - Method in class dog.gui.VerticalFlowLayout
Returns the minimum dimensions needed to layout the components contained in the specified target container.
MINLARGEICONSIZE - Static variable in class dog.gui.DList
The minimum size for large icons (32x32).
MINSMALLICONSIZE - Static variable in class dog.gui.DChoice
The minimum size that icons may be displayed at (16x16).
MINSMALLICONSIZE - Static variable in class dog.gui.DList
The minimum size for small icons (16x16).
MINSMALLICONSIZE - Static variable in class dog.gui.DFolder
The minimum size for small icons (16x16).
MINSMALLICONSIZE - Static variable in class dog.gui.DMenu
The minimum size that icons may be displayed at (16x16).
mode - Variable in class dog.gui.DWindow
The rendering mode for the background image.
mode - Variable in class dog.gui.DList
The mode of this view (LIST, FIELDS, or ICON).
mode - Variable in class dog.gui.DApplet
The rendering mode for the background image.
mode - Variable in class dog.gui.DPicture
The rendering mode for the image.
mode - Variable in class dog.gui.DDialog
The rendering mode for the background image.
mode - Variable in class dog.gui.DFrame
The rendering mode for the background image.
monospacedFont - Variable in class dog.gui.DTheme
 
MOVE - Static variable in class dog.gui.DPopup
Move the popup if it does not fit on the screen.
moveColumn(String, int) - Method in class dog.gui.DList
Moves the specified column in the list of columns.
moveDown(boolean) - Method in class dog.gui.DTextArea
Moves the caret down one line.
moveLeft(boolean) - Method in class dog.gui.DTextComponent
Moves the caret one character left.
moveLeft(boolean) - Method in class dog.gui.DTextArea
Moves the caret one character left.
moveLineEnd(boolean) - Method in class dog.gui.DTextComponent
Moves the caret to the end of the line.
moveLineEnd(boolean) - Method in class dog.gui.DTextArea
Moves the caret to the end of the line.
moveLineStart(boolean) - Method in class dog.gui.DTextComponent
Moves the caret to the start of the line.
moveLineStart(boolean) - Method in class dog.gui.DTextArea
Moves the caret to the start of the line.
moveRight(boolean) - Method in class dog.gui.DTextComponent
Moves the caret one character right.
moveRight(boolean) - Method in class dog.gui.DTextArea
Moves the caret one character right.
moveUp(boolean) - Method in class dog.gui.DTextArea
Moves the caret up one line.
moveWordLeft(boolean) - Method in class dog.gui.DTextComponent
Moves the caret one word left.
moveWordLeft(boolean) - Method in class dog.gui.DTextArea
Moves the caret one word left.
moveWordRight(boolean) - Method in class dog.gui.DTextComponent
Moves the caret one word right.
moveWordRight(boolean) - Method in class dog.gui.DTextArea
Moves the caret one word right.
ms - Variable in class dog.util.TimerEvent
 
multipleMode - Variable in class dog.gui.DList
Whether to allow multiple selections.

N

NONE - Static variable in class dog.gui.DSpinbox
 
NONE - Static variable in class dog.gui.DPopup
The popup is not aligned against a component.
NORTH - Static variable in class dog.gui.DComponent
The north alignment.
NORTH - Static variable in class dog.gui.DContainer
The north alignment.
NORTHEAST - Static variable in class dog.gui.DComponent
The northeast alignment.
NORTHEAST - Static variable in class dog.gui.DContainer
The northeast alignment.
NORTHWEST - Static variable in class dog.gui.DComponent
The northwest alignment.
NORTHWEST - Static variable in class dog.gui.DContainer
The northwest alignment.

O

ObjectCollator - class dog.util.ObjectCollator.
A class for comparing objects in a tree.
ObjectCollator() - Constructor for class dog.util.ObjectCollator
Constructs a ObjectCollator for the default locale.
ObjectCollator(Locale) - Constructor for class dog.util.ObjectCollator
Constructs a ObjectCollator for the specified locale.
operation - Variable in class dog.util.StatusEvent
 
OPERATION_END - Static variable in class dog.util.StatusEvent
 
OPERATION_START - Static variable in class dog.util.StatusEvent
 
OPERATION_UPDATE - Static variable in class dog.util.StatusEvent
 
orientation - Variable in class dog.gui.DScrollbar
The scrollbar's orientation, either horizontal or vertical.
orientation - Variable in class dog.gui.DFrameset
The orientation of the frameset.
orientation - Variable in class dog.gui.BoxLayout
The orientation of the layout.
orientation - Variable in class dog.gui.DProgress
The orientation.

P

pages - Variable in class dog.gui.DFolder
The tab to component mapping.
paint(Graphics) - Method in class dog.gui.DChoice
Paints this choice.
paint(Graphics) - Method in class dog.gui.DLabel
Paints this label.
paint(Graphics) - Method in class dog.gui.DScrollbar
Paints this scrollbar.
paint(Graphics) - Method in class dog.gui.DWindow
Paints the children into an offscreen buffer, then copies the entire image into the graphics context.
paint(Graphics) - Method in class dog.gui.DSpinbox
Paints this choice.
paint(Graphics) - Method in class dog.gui.DList
Paints the list.
paint(Graphics) - Method in class dog.gui.DScrollPane
 
paint(Graphics) - Method in class dog.gui.DMenubar
 
paint(Graphics) - Method in class dog.gui.DApplet
Paints the children into an offscreen buffer, then copies the entire image into the graphics context.
paint(Graphics) - Method in class dog.gui.DFrameset
 
paint(Graphics) - Method in class dog.gui.DProgress
Paints this progress indicator.
paint(Graphics) - Method in class dog.gui.DCheckbox
Paints this checkbox.
paint(Graphics) - Method in class dog.gui.DButton
Paints this button.
paint(Graphics) - Method in class dog.gui.DPopup
Paints the popup.
paint(Graphics) - Method in class dog.gui.DTooltip
Paints this tooltip.
paint(Graphics) - Method in class dog.gui.DFolder
Paints the folder.
paint(Graphics) - Method in class dog.gui.DMenu
Paints this menu.
paint(Graphics) - Method in class dog.gui.DPicture
Paints this component.
paint(Graphics) - Method in class dog.gui.DGroup
Paints this component.
paint(Graphics) - Method in class dog.gui.DTextField
Paints this choice.
paint(Graphics) - Method in class dog.gui.DTextArea
Paints this view.
paint(Graphics) - Method in class dog.gui.DDialog
Paints the children into an offscreen buffer, then copies the entire image into the graphics context.
paint(Graphics) - Method in class dog.gui.DFrame
Paints the children into an offscreen buffer, then copies the entire image into the graphics context.
paintBackground(Graphics) - Method in class dog.gui.DPopup
Paints the background.
paintImpl(Graphics) - Method in class dog.gui.DWindow
This method can be overridden to paint onto the window.
paintImpl(Graphics) - Method in class dog.gui.DApplet
This method can be overridden to paint onto the applet.
paintImpl(Graphics) - Method in class dog.gui.DDialog
This method can be overridden to paint onto the dialog.
paintImpl(Graphics) - Method in class dog.gui.DFrame
This method can be overridden to paint onto the frame.
paramString() - Method in class dog.gui.ItemCollator
 
paramString() - Method in class dog.gui.DComponent
Returns additional parameters about the component.
paramString() - Method in class dog.gui.DChoice
Returns the parameter string for this choice.
paramString() - Method in class dog.gui.DLabel
Returns the parameter string for this label.
paramString() - Method in class dog.gui.DScrollbar
Returns the String parameters for this scrollbar.
paramString() - Method in class dog.gui.DContainer
Returns additional parameters about the component.
paramString() - Method in class dog.gui.DTextComponent
Returns the parameter string for this component.
paramString() - Method in class dog.gui.DSpinbox
Returns a parameter string for this component.
paramString() - Method in class dog.gui.DList
Returns a shortish parameter string for the list.
paramString() - Method in class dog.gui.DScrollPane
Returns a parameter string for this component.
paramString() - Method in class dog.gui.DItem
Returns a parameter string for this object.
paramString() - Method in class dog.gui.DProgress
Returns the parameter string for this label.
paramString() - Method in class dog.gui.DCheckbox
Returns the parameter string for this component.
paramString() - Method in class dog.gui.DButton
Returns the parameter string for this button.
paramString() - Method in class dog.gui.DTooltip
Returns the parameter string for this label.
paramString() - Method in class dog.gui.DGroup
 
paramString() - Method in class dog.gui.DTextField
Returns a parameter string for this component.
paramString() - Method in class dog.gui.DTextArea
Returns a parameter string for this component.
paramString() - Method in class dog.util.ObjectCollator
 
paramString() - Method in class dog.util.TreeEvent
 
paramString() - Method in class dog.util.TreeCollator
 
parseColor(String) - Static method in class dog.gui.DComponent
Returns a colour matching the specified RGB string.
parseFont(String) - Static method in class dog.gui.DComponent
Returns a font matching the supplied font specification.
pasteSelection() - Method in class dog.gui.DTextComponent
Pastes the text in the clipboard into this component.
percentages - Variable in class dog.gui.DFrameset
The hashtable used to store the percentages represented by the contained components.
policy - Variable in class dog.gui.DScrollPane
The scrollbar display policy.
pos - Variable in class dog.gui.DTextArea
 
position - Variable in class dog.gui.DTextComponent
The caret position.
position - Variable in class dog.gui.DPopup
The position relative to the component to display the popup at.
preferredLayoutSize(Container) - Method in class dog.gui.BoxLayout
Returns the preferred dimensions for this layout given the components in the specified target container.
preferredLayoutSize(Container) - Method in class dog.gui.VerticalFlowLayout
Returns the preferred dimensions for this layout given the components in the specified target container.
PREFERREDWIDTH - Static variable in class dog.gui.DScrollbar
The preferred width for scrollbars.
primary1 - Variable in class dog.gui.DTheme
 
primary2 - Variable in class dog.gui.DTheme
 
primary3 - Variable in class dog.gui.DTheme
 
printArray(String, Object[], int) - Static method in class dog.util.Tree
 
printElements() - Method in class dog.util.Tree
 
processActionEvent(ActionEvent) - Method in class dog.gui.DSpinbox
Processes action events occurring on this component by dispatching them to any registered ActionListener objects.
processActionEvent(ActionEvent) - Method in class dog.gui.DList
Processes action events on this list by dispatching them to any registered ActionListeners.
processActionEvent(ActionEvent) - Method in class dog.gui.DMenubar
Processes action events on this menu by dispatching them to any registered ActionListeners.
processActionEvent(ActionEvent) - Method in class dog.gui.DCheckbox
Processes action events on this checkbox by dispatching them to any registered ActionListeners.
processActionEvent(ActionEvent) - Method in class dog.gui.DFolder
Processes action events on this choice by dispatching them to any registered ActionListeners.
processActionEvent(ActionEvent) - Method in class dog.gui.DMenu
Processes action events on this menu by dispatching them to any registered ActionListeners.
processActionEvent(ActionEvent) - Method in class dog.gui.DTextField
Processes action events occurring on this component by dispatching them to any registered ActionListener objects.
processActionEvent(ActionEvent) - Method in class dog.gui.DTextArea
Processes action events occurring on this component by dispatching them to any registered ActionListener objects.
processAdjustmentEvent(AdjustmentEvent) - Method in class dog.gui.DScrollbar
Processes adjustment events on this scrollbar by dispatching them to any registered AdjustmentListener objects.
processAdjustmentEvent(AdjustmentEvent) - Method in class dog.gui.DSpinbox
Processes adjustment events on this component by dispatching them to any registered AdjustmentListener objects.
processCancelAction(ActionEvent) - Method in class dog.gui.DComponent
Activates the cancel button in the nearest container.
processCancelAction(ActionEvent) - Method in class dog.gui.DWindow
Activates the cancel button in the container.
processCancelAction(ActionEvent) - Method in class dog.gui.DContainer
Activates the cancel button in the container.
processCancelAction(ActionEvent) - Method in class dog.gui.DApplet
Activates the cancel button in the container.
processCancelAction(ActionEvent) - Method in interface dog.gui.DRootPane
Activates the cancel button in the pane.
processCancelAction(ActionEvent) - Method in class dog.gui.DDialog
Activates the cancel button in the container.
processCancelAction(ActionEvent) - Method in class dog.gui.DFrame
Activates the cancel button in the container.
processDefaultAction(ActionEvent) - Method in class dog.gui.DComponent
Activates the default button in the nearest container.
processDefaultAction(ActionEvent) - Method in class dog.gui.DWindow
Activates the default button in the container.
processDefaultAction(ActionEvent) - Method in class dog.gui.DContainer
Activates the default button in the container.
processDefaultAction(ActionEvent) - Method in class dog.gui.DApplet
Activates the default button in the container.
processDefaultAction(ActionEvent) - Method in interface dog.gui.DRootPane
Activates the default button in the pane.
processDefaultAction(ActionEvent) - Method in class dog.gui.DDialog
Activates the default button in the container.
processDefaultAction(ActionEvent) - Method in class dog.gui.DFrame
Activates the default button in the container.
processEvent(AWTEvent) - Method in class dog.gui.DComponent
 
processEvent(AWTEvent) - Method in class dog.gui.DChoice
Processes events on this choice.
processEvent(AWTEvent) - Method in class dog.gui.DScrollbar
Processes events on this scrollbar.
processEvent(AWTEvent) - Method in class dog.gui.DContainer
 
processEvent(AWTEvent) - Method in class dog.gui.DTextComponent
Processes events on this component.
processEvent(AWTEvent) - Method in class dog.gui.DSpinbox
Processes events on this component.
processEvent(AWTEvent) - Method in class dog.gui.DList
Processes events on this list.
processEvent(AWTEvent) - Method in class dog.gui.DMenubar
Processes events on this menu.
processEvent(AWTEvent) - Method in class dog.gui.DCheckbox
Processes events on this checkbox.
processEvent(AWTEvent) - Method in class dog.gui.DFolder
Processes events on this choice.
processEvent(AWTEvent) - Method in class dog.gui.DMenu
Processes events on this menu.
processEvent(AWTEvent) - Method in class dog.gui.DTextField
Processes events on this component.
processEvent(AWTEvent) - Method in class dog.gui.DTextArea
Processes events on this component.
processFocusEvent(FocusEvent) - Method in class dog.gui.DChoice
Process focus events.
processFocusEvent(FocusEvent) - Method in class dog.gui.DSpinbox
Process focus events.
processFocusEvent(FocusEvent) - Method in class dog.gui.DCheckbox
Processes focus events on this checkbox by dispatching them to any registered FocusListener objects.
processFocusEvent(FocusEvent) - Method in class dog.gui.DPopup
If hideOnFocusLost is set, hides the popup when it loses focus.
processFocusEvent(FocusEvent) - Method in class dog.gui.DFolder
Process focus events.
processFocusEvent(FocusEvent) - Method in class dog.gui.DTextField
Process focus events.
processFocusEvent(FocusEvent) - Method in class dog.gui.DTextArea
Process focus events.
processItemEvent(ItemEvent) - Method in class dog.gui.DChoice
Processes item events on this component by dispatching them to any registered ItemListeners.
processItemEvent(ItemEvent) - Method in class dog.gui.DList
Processes item events on this list by dispatching them to any registered ItemListeners.
processKeyEvent(KeyEvent) - Method in class dog.gui.DChoice
Process key events.
processKeyEvent(KeyEvent) - Method in class dog.gui.DWindow
 
processKeyEvent(KeyEvent) - Method in class dog.gui.DSpinbox
Process key events.
processKeyEvent(KeyEvent) - Method in class dog.gui.DApplet
 
processKeyEvent(KeyEvent) - Method in class dog.gui.DCheckbox
Processes mouse events on this checkbox by dispatching them to any registered MouseListener objects.
processKeyEvent(KeyEvent) - Method in class dog.gui.DButton
Processes key events on this button by dispatching them to any registered KeyListeners.
processKeyEvent(KeyEvent) - Method in class dog.gui.DPopup
Hides the popup if the cancel button is pressed.
processKeyEvent(KeyEvent) - Method in class dog.gui.DMenu
Process key events.
processKeyEvent(KeyEvent) - Method in class dog.gui.DTextField
Process key events.
processKeyEvent(KeyEvent) - Method in class dog.gui.DTextArea
Process key events.
processKeyEvent(KeyEvent) - Method in class dog.gui.DDialog
 
processKeyEvent(KeyEvent) - Method in class dog.gui.DFrame
 
processMouseEvent(MouseEvent) - Method in class dog.gui.DComponent
 
processMouseEvent(MouseEvent) - Method in class dog.gui.DChoice
Process mouse events.
processMouseEvent(MouseEvent) - Method in class dog.gui.DScrollbar
Processes mouse events on this scrollbar by dispatching them to any registered MouseListener objects.
processMouseEvent(MouseEvent) - Method in class dog.gui.DContainer
 
processMouseEvent(MouseEvent) - Method in class dog.gui.DSpinbox
Process mouse events.
processMouseEvent(MouseEvent) - Method in class dog.gui.DList
Process mouse events.
processMouseEvent(MouseEvent) - Method in class dog.gui.DMenubar
 
processMouseEvent(MouseEvent) - Method in class dog.gui.DFrameset
Process mouse events.
processMouseEvent(MouseEvent) - Method in class dog.gui.DCheckbox
Processes mouse events on this checkbox by dispatching them to any registered MouseListener objects.
processMouseEvent(MouseEvent) - Method in class dog.gui.DButton
Processes mouse events on this button by dispatching them to any registered MouseListeners.
processMouseEvent(MouseEvent) - Method in class dog.gui.DFolder
Process mouse events.
processMouseEvent(MouseEvent) - Method in class dog.gui.DMenu
Process mouse events.
processMouseEvent(MouseEvent) - Method in class dog.gui.DTextField
Process mouse events.
processMouseEvent(MouseEvent) - Method in class dog.gui.DTextArea
Process mouse events.
processMouseMotionEvent(MouseEvent) - Method in class dog.gui.DComponent
 
processMouseMotionEvent(MouseEvent) - Method in class dog.gui.DChoice
Process mouse motion events.
processMouseMotionEvent(MouseEvent) - Method in class dog.gui.DScrollbar
Processes mouse motion events on this scrollbar by dispatching them to any registered MouseMotionListener objects.
processMouseMotionEvent(MouseEvent) - Method in class dog.gui.DContainer
 
processMouseMotionEvent(MouseEvent) - Method in class dog.gui.DSpinbox
Process mouse motion events.
processMouseMotionEvent(MouseEvent) - Method in class dog.gui.DList
Process mouse motion events.
processMouseMotionEvent(MouseEvent) - Method in class dog.gui.DMenubar
 
processMouseMotionEvent(MouseEvent) - Method in class dog.gui.DFrameset
Process mouse motion events.
processMouseMotionEvent(MouseEvent) - Method in class dog.gui.DCheckbox
Processes mouse motion events on this checkbox by dispatching them to any registered MouseMotionListener objects.
processMouseMotionEvent(MouseEvent) - Method in class dog.gui.DButton
Processes mouse motion events on this button by dispatching them to any registered MouseMotionListeners.
processMouseMotionEvent(MouseEvent) - Method in class dog.gui.DMenu
Process mouse motion events.
processMouseMotionEvent(MouseEvent) - Method in class dog.gui.DTextField
Process mouse motion events.
processMouseMotionEvent(MouseEvent) - Method in class dog.gui.DTextArea
Process mouse motion events.
processPropertyChangeEvent(String, Object, Object) - Method in class dog.gui.DItem
Processes property changes on this item.
processSelection(DItem, int, int) - Method in class dog.gui.DList
Processes an input event representing a selection.
processTextEvent(TextEvent) - Method in class dog.gui.DTextComponent
Processes text events occurring on this component by dispatching them to any registered TextListener objects.
propertyChange(PropertyChangeEvent) - Method in class dog.gui.DChoice
An item in this list changed state.
propertyChange(PropertyChangeEvent) - Method in class dog.gui.DList
An item in this list changed state.
propertyChange(PropertyChangeEvent) - Method in class dog.gui.DFolder
A tab may have changed state.

R

readFrom(Reader) - Method in class dog.gui.DTextArea
Reads into the textarea buffer from a Reader.
reference - Variable in class dog.gui.DComponent
 
reference - Variable in class dog.gui.DScrollbar
The object reference.
reference - Variable in class dog.gui.DContainer
 
reference - Variable in class dog.gui.DItem
The object reference associated with the item.
reference - Variable in class dog.gui.DCheckboxGroup
The object reference.
Referential - interface dog.util.Referential.
An interface implemented by objects that maintain an external object reference.
remove(Component) - Method in class dog.gui.DWindow
Removes the specified component from this pane.
remove(Component) - Method in class dog.gui.DApplet
Removes the specified component from this pane.
remove(Component) - Method in class dog.gui.DFolder
Removes a component from the folder.
remove(Component) - Method in interface dog.gui.DRootPane
Removes the specified component from this pane.
remove(Component) - Method in class dog.gui.DDialog
Removes the specified component from this pane.
remove(Component) - Method in class dog.gui.DFrame
Removes the specified component from this pane.
remove(DItem) - Method in class dog.gui.DChoice
Removes an item from the choice.
remove(DItem) - Method in class dog.gui.DList
Removes an item from the list.
remove(DItem) - Method in class dog.gui.DFolder
Removes the component associated with the specified tab from the folder.
remove(DItem[]) - Method in class dog.gui.DChoice
Removes items from the choice.
remove(DItem[]) - Method in class dog.gui.DList
Removes items from the list.
remove(int) - Method in class dog.gui.DFolder
Removes the component at the specified index from the folder.
remove(Object) - Method in class dog.util.Tree
Removes the specified object and all its children from the tree.
remove(Object[]) - Method in class dog.util.Tree
Removes the specified objects and all their children from the tree.
removeActionListener(ActionListener) - Method in class dog.gui.DSpinbox
Removes the specified action listener so that it no longer receives action events from this component.
removeActionListener(ActionListener) - Method in class dog.gui.DList
Removes the specified action listener so that it no longer receives action events from this list.
removeActionListener(ActionListener) - Method in class dog.gui.DMenubar
Removes the specified action listener so it no longer receives action events from this menu.
removeActionListener(ActionListener) - Method in class dog.gui.DCheckbox
Removes the specified action listener so it no longer receives action events from this component.
removeActionListener(ActionListener) - Method in class dog.gui.DFolder
Removes the specified action listener so that it no longer receives action events from this folder.
removeActionListener(ActionListener) - Method in class dog.gui.DMenu
Removes the specified action listener so it no longer receives action events from this menu.
removeActionListener(ActionListener) - Method in class dog.gui.DTextField
Removes the specified action listener so that it no longer receives action events from this component.
removeActionListener(ActionListener) - Method in class dog.gui.DTextArea
Removes the specified action listener so that it no longer receives action events from this component.
removeAdjustmentListener(AdjustmentListener) - Method in class dog.gui.DScrollbar
Removes the specified adjustment listener so that it no longer receives adjustment events from this scrollbar.
removeAdjustmentListener(AdjustmentListener) - Method in class dog.gui.DSpinbox
Removes the specified adjustment listener so that it no longer receives adjustment events from this component.
removeAll() - Method in class dog.gui.DWindow
Removes all components from this pane.
removeAll() - Method in class dog.gui.DApplet
Removes all components from this pane.
removeAll() - Method in class dog.gui.DDialog
Removes all components from this pane.
removeAll() - Method in class dog.gui.DFrame
Removes all components from this pane.
removeAllColumns() - Method in class dog.gui.DList
Removes all the columns from the list.
removeAllIndices() - Method in class dog.gui.DList
Removes all the sort indices from the list.
removeCheckbox(DCheckbox) - Method in class dog.gui.DCheckboxGroup
Removes a checkbox from this group.
removeChildren(DItem) - Method in class dog.gui.DChoice
Removes an item's children from the list.
removeChildren(DItem) - Method in class dog.gui.DList
Removes an item's children from the list.
removeChildren(Object) - Method in class dog.util.Tree
Recursively removes the specified object's children from the tree.
removeColumn(String) - Method in class dog.gui.DList
Removes a column from the list.
removeField(String) - Method in class dog.gui.DItem
Removes the field identified by the specified name.
removeIndex(String) - Method in class dog.gui.DList
Removes a sort index from the list.
removeItemListener(ItemListener) - Method in class dog.gui.DChoice
Removes the specified item listener so that it no longer receives item events from this choice.
removeItemListener(ItemListener) - Method in class dog.gui.DList
Removes the specified item listener so that it no longer receives item events from this list.
removeLayoutComponent(Component) - Method in class dog.gui.BoxLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class dog.gui.VerticalFlowLayout
Removes the specified component from the layout.
removePropertyChangeListener(PropertyChangeListener) - Method in class dog.gui.DComponent
Removes a property change listener so it no longer receives notification of changes to this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class dog.gui.DChoice
Removes the specified property change listener so it no longer receives property change events from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class dog.gui.DWindow
Removes a property change listener so it no longer receives notification of changes to this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class dog.gui.DContainer
Removes a property change listener so it no longer receives notification of changes to this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class dog.gui.DItem
Removes the specified property change listener so it no longer receives property change events from this item.
removePropertyChangeListener(PropertyChangeListener) - Method in class dog.gui.DApplet
Removes a property change listener so it no longer receives notification of changes to this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class dog.gui.DFolder
Removes the specified property change listener so it no longer receives property change events from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class dog.gui.DDialog
Removes a property change listener so it no longer receives notification of changes to this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class dog.gui.DFrame
Removes a property change listener so it no longer receives notification of changes to this component.
removeStatusListener(StatusListener) - Method in interface dog.util.StatusSource
Removes a status listener from this source.
removeTextListener(TextListener) - Method in class dog.gui.DTextComponent
Removes the specified text event listener so that it no longer receives text events from this DTextComponent
removeVetoableChangeListener(VetoableChangeListener) - Method in class dog.gui.DList
Removes the specified vetoable change listener so it no longer receives vetoable change events from this component.
removeVetoableChangeListener(VetoableChangeListener) - Method in class dog.gui.DFolder
Removes the specified vetoable change listener so it no longer receives vetoable change events from this component.
replace(DItem[]) - Method in class dog.gui.DList
Convenience method for replacing all the items with the specified set.
RESIZE - Static variable in class dog.gui.DPopup
Shrink the popup if it does not fit on the screen.
RIGHT - Static variable in class dog.gui.DSpinbox
The right alignment.
RIGHT - Static variable in class dog.gui.DList
The right column alignment.
RIGHT - Static variable in class dog.gui.DCheckbox
The right alignment.
RIGHT - Static variable in class dog.gui.DButton
The right alignment.
RIGHT - Static variable in class dog.gui.DPopup
The popup is aligned against the right edge of the component.
RIGHT - Static variable in class dog.gui.DTextField
The right alignment.
RIGHT - Static variable in class dog.gui.DTextArea
The right alignment.
rows - Variable in class dog.gui.DTextArea
The number of rows in the DTextArea.
run() - Method in class dog.gui.TooltipManager
Waits for delay milliseconds and then shows the tooltip.
run() - Method in class dog.util.Timer
Runs this timer.

S

SCROLLBARS_ALWAYS - Static variable in class dog.gui.DScrollPane
Specifies that horizontal/vertical scrollbars should always be shown regardless of the respective sizes of the scrollpane and child.
SCROLLBARS_AS_NEEDED - Static variable in class dog.gui.DScrollPane
Specifies that horizontal/vertical scrollbar should be shown only when the size of the child exceeds the size of the scrollpane in the horizontal/vertical dimension.
SCROLLBARS_BOTH - Static variable in class dog.gui.DTextArea
Create and display both vertical and horizontal scrollbars.
SCROLLBARS_HORIZONTAL_ONLY - Static variable in class dog.gui.DTextArea
Create and display horizontal scrollbar only.
SCROLLBARS_NEVER - Static variable in class dog.gui.DScrollPane
Specifies that horizontal/vertical scrollbars should never be shown regardless of the respective sizes of the scrollpane and child.
SCROLLBARS_NONE - Static variable in class dog.gui.DTextArea
Do not create or display any scrollbars for the text area.
SCROLLBARS_VERTICAL_ONLY - Static variable in class dog.gui.DTextArea
Create and display vertical scrollbar only.
scrollbarVisibility - Variable in class dog.gui.DTextArea
The scrollbar policy.
scrollTo(DItem) - Method in class dog.gui.DList
Scrolls the view so that the specified item is in sight, if it exists.
secondary1 - Variable in class dog.gui.DTheme
 
secondary2 - Variable in class dog.gui.DTheme
 
secondary3 - Variable in class dog.gui.DTheme
 
select(DItem, int) - Method in class dog.gui.DMenubar
 
select(int, int) - Method in class dog.gui.DTextComponent
Selects the text found between the specified start and end locations.
select(int, int) - Method in class dog.gui.DTextArea
Selects the text found between the specified start and end locations.
select(Point, Point) - Method in class dog.gui.DTextArea
Selects the text found between the specified start and end coordinates.
selectable - Variable in class dog.gui.DList
Whether to allow items in the list to be selected.
selectAll() - Method in class dog.gui.DTextComponent
Selects all the text in the DTextComponent.
selectAll() - Method in class dog.gui.DTextArea
Selects all the text.
selectionEnd - Variable in class dog.gui.DTextComponent
The selection end.
selectionStart - Variable in class dog.gui.DTextComponent
The selection start.
selEnd - Variable in class dog.gui.DTextArea
 
selStart - Variable in class dog.gui.DTextArea
 
setActionCommand(String) - Method in class dog.gui.DCheckbox
Sets the action command.
setAlign(int) - Method in class dog.gui.DLabel
Sets the alignment of this label.
setAlign(int) - Method in class dog.gui.DSpinbox
Sets the alignment of the text in this spinbox.
setAlign(int) - Method in class dog.gui.DCheckbox
Sets the checkbox alignment.
setAlign(int) - Method in class dog.gui.DButton
Sets the button alignment.
setAlign(int) - Method in class dog.gui.DGroup
Sets the label alignment.
setAlign(int) - Method in class dog.gui.DTextField
Sets the alignment of the text in this text field.
setAlign(int) - Method in class dog.gui.DTextArea
Sets the alignment of the text in this text area.
setAlignment(int) - Method in class dog.gui.VerticalFlowLayout
Sets the alignment value for this layout.
setAllowUserResize(boolean) - Method in class dog.gui.DFrameset
Sets whether this frameset can be resized by the user with the mouse.
setBackgroundImage(Image) - Method in class dog.gui.DWindow
Sets the background image.
setBackgroundImage(Image) - Method in class dog.gui.DApplet
Sets the background image.
setBackgroundImage(Image) - Method in interface dog.gui.DRootPane
Sets the background image.
setBackgroundImage(Image) - Method in class dog.gui.DDialog
Sets the background image.
setBackgroundImage(Image) - Method in class dog.gui.DFrame
Sets the background image.
setBackgroundImage(String) - Method in class dog.gui.DWindow
Sets the background image from a file.
setBackgroundImage(String) - Method in class dog.gui.DApplet
Sets the background image from a file.
setBackgroundImage(String) - Method in interface dog.gui.DRootPane
Sets the background image from a file.
setBackgroundImage(String) - Method in class dog.gui.DDialog
Sets the background image from a file.
setBackgroundImage(String) - Method in class dog.gui.DFrame
Sets the background image from a file.
setBackgroundImage(URL) - Method in class dog.gui.DWindow
Sets the background image from a URL.
setBackgroundImage(URL) - Method in class dog.gui.DApplet
Sets the background image from a URL.
setBackgroundImage(URL) - Method in interface dog.gui.DRootPane
Sets the background image from a URL.
setBackgroundImage(URL) - Method in class dog.gui.DDialog
Sets the background image from a URL.
setBackgroundImage(URL) - Method in class dog.gui.DFrame
Sets the background image from a URL.
setBlockIncrement(int) - Method in class dog.gui.DScrollbar
Sets the block increment for this scrollbar.
setBlockIncrement(int) - Method in class dog.gui.DSpinbox
Sets the amount by which the value increases or decreases when the spinbox buttons are pressed.
setBold(boolean) - Method in class dog.gui.DButton
Sets the boldness of the button.
setCancel(boolean) - Method in class dog.gui.DButton
Sets this button to be the cancel button in the gui or not.
setCancelButton(DButton) - Method in class dog.gui.DWindow
Sets the cancel button in this container.
setCancelButton(DButton) - Method in class dog.gui.DContainer
Sets the cancel button in this container.
setCancelButton(DButton) - Method in class dog.gui.DApplet
Sets the cancel button in this container.
setCancelButton(DButton) - Method in interface dog.gui.DRootPane
Sets the cancel button in this pane.
setCancelButton(DButton) - Method in class dog.gui.DDialog
Sets the cancel button in this container.
setCancelButton(DButton) - Method in class dog.gui.DFrame
Sets the cancel button in this container.
setCollapsed(DItem[], boolean) - Method in class dog.gui.DList
Set the specified items to be collapsed or expanded.
setCollapsed(DItem, boolean) - Method in class dog.gui.DList
Sets the specified item to be collapsed or expanded.
setColumns(int) - Method in class dog.gui.DTextField
Sets the number of columns for this text field.
setColumns(int) - Method in class dog.gui.DTextArea
Sets the number of columns for this text area.
setComponent(DComponent, Point) - Static method in class dog.gui.TooltipManager
Sets the component for which a tooltip should be displayed.
setComponent(DContainer, Point) - Static method in class dog.gui.TooltipManager
Sets the component for which a tooltip should be displayed.
setConstraints(Component, int, int) - Method in class dog.gui.DPopup
Sets the constraints for this popup.
setConstraints(Component, int, int, int, int) - Method in class dog.gui.DPopup
Sets the constraints for this popup.
setCurrent(DItem) - Method in class dog.gui.DFolder
Sets the page to be displayed by its tab.
setCursor(Cursor) - Method in interface dog.gui.DRootPane
Sets the cursor on this root pane.
setDateFormat(DateFormat) - Method in class dog.gui.DList
Sets the date formatter used to format dates in this list.
setDecomposition(int) - Method in class dog.util.ObjectCollator
Set the decomposition mode of this Collator.
setDecomposition(int) - Method in class dog.util.TreeCollator
Set the decomposition mode of this Collator.
setDefault(boolean) - Method in class dog.gui.DButton
Sets this button to be the default button in the gui or not.
setDefaultButton(DButton) - Method in class dog.gui.DWindow
Sets the default button in this container.
setDefaultButton(DButton) - Method in class dog.gui.DContainer
Sets the default button in this container.
setDefaultButton(DButton) - Method in class dog.gui.DApplet
Sets the default button in this container.
setDefaultButton(DButton) - Method in interface dog.gui.DRootPane
Sets the default button in this pane.
setDefaultButton(DButton) - Method in class dog.gui.DDialog
Sets the default button in this container.
setDefaultButton(DButton) - Method in class dog.gui.DFrame
Sets the default button in this container.
setDelay(long) - Static method in class dog.gui.TooltipManager
Sets the delay between the mouse entering a component and its tooltip being shown.
setDescending(boolean) - Method in class dog.util.ObjectCollator
Sets whether this collator returns the opposite of any comparison.
setDescending(boolean) - Method in class dog.util.TreeCollator
Sets whether this collator returns the opposite of any comparison.
setDimpled(boolean) - Method in class dog.gui.DScrollbar
Sets whether to draw a dimple on the scrollbar.
setDimpled(boolean) - Method in class dog.gui.DFrameset
Sets whether to draw a dimple on the borders between components when the scrollbar is user-resizeable.
setEchoChar(char) - Method in class dog.gui.DTextField
Sets the echo character for this text field.
setEditable(boolean) - Method in class dog.gui.DTextComponent
Sets the specified boolean to indicate whether or not this DTextComponent should be editable.
setEnabled(boolean) - Method in class dog.gui.DComponent
Overrides setEnabled to repaint the component.
setEnabled(boolean) - Method in class dog.gui.DContainer
Overrides setEnabled to repaint the component.
setEnabled(boolean) - Method in class dog.gui.DButton
Sets whether or not this button is enabled.
setEnabled(boolean) - Static method in class dog.gui.TooltipManager
Enables or disables tooltips.
setEnabled(DItem[], boolean) - Method in class dog.gui.DList
Set the specified items to be enabled or not.
setEnabled(DItem, boolean) - Method in class dog.gui.DList
Sets the specified item to be enabled or not.
setFilled(boolean) - Method in class dog.gui.DChoice
Sets whether to fill this choice with the fill colour.
setFilled(boolean) - Method in class dog.gui.DSpinbox
Sets whether to fill this component with the fill colour.
setFilled(boolean) - Method in class dog.gui.DList
Sets whether to fill this list with the fill colour.
setFilled(boolean) - Method in class dog.gui.DTextField
Sets whether to fill this component with the fill colour.
setFilled(boolean) - Method in class dog.gui.DTextArea
Sets whether to fill this component with the fill colour.
setFontStyle(DItem[], int) - Method in class dog.gui.DList
Set the specified items' font style.
setFontStyle(DItem, int) - Method in class dog.gui.DList
Sets the specified item's font style.
setFormat(String) - Method in class dog.gui.DProgress
Sets the format for text to be displayed in the progress indicator.
setGroup(DCheckboxGroup) - Method in class dog.gui.DCheckbox
Sets the group managing interdependencies between this checkbox and others.
setHgap(int) - Method in class dog.gui.BoxLayout
Sets the horizontal gap between components.
setHgap(int) - Method in class dog.gui.VerticalFlowLayout
Sets the horizontal gap between components.
setIcon(Image) - Method in class dog.gui.DItem
Sets the icon.
setIcon(Image) - Method in class dog.gui.DButton
Sets the icon.
setIcon(String) - Method in class dog.gui.DItem
Sets the icon from a file.
setIcon(String) - Method in class dog.gui.DButton
Sets the icon from a file.
setIcon(URL) - Method in class dog.gui.DItem
Sets the icon from a URL.
setIcon(URL) - Method in class dog.gui.DButton
Sets the icon from a URL.
setImage(Image) - Method in class dog.gui.DPicture
Sets the image.
setImage(String) - Method in class dog.gui.DPicture
Sets the image from a file.
setImage(URL) - Method in class dog.gui.DPicture
Sets the image from a URL.
setIndent(int) - Method in class dog.gui.DChoice
Sets the indentation of the items when displayed in tree form.
setIndent(int) - Method in class dog.gui.DList
Sets the indentation of the items when displayed in tree form.
setIndices(String[], boolean[]) - Method in class dog.gui.ItemCollator
Sets the indices on which items are compared with this collator.
setInsets(Insets) - Method in class dog.gui.DGroup
Sets the additional insets for this group.
setInterval(long) - Method in class dog.util.Timer
Sets this timer's interval.
setLabel(String) - Method in class dog.gui.DLabel
Sets the text of this label.
setLabel(String) - Method in class dog.gui.DItem
Sets the label.
setLabel(String) - Method in class dog.gui.DCheckbox
Sets the label.
setLabel(String) - Method in class dog.gui.DTooltip
Sets the text of this tooltip.
setLabel(String) - Method in class dog.gui.DGroup
Sets this group's label.
setLastItemDeselectable(boolean) - Method in class dog.gui.DList
Sets whether to allow the last selected item in the list to be deselected.
setLayout(LayoutManager) - Method in class dog.gui.DWindow
Sets the layout manager for this pane.
setLayout(LayoutManager) - Method in class dog.gui.DScrollPane
Overrides setting the layout manager for this container, as this is controlled by the scrollpane.
setLayout(LayoutManager) - Method in class dog.gui.DApplet
Sets the layout manager for this pane.
setLayout(LayoutManager) - Method in class dog.gui.DDialog
Sets the layout manager for this pane.
setLayout(LayoutManager) - Method in class dog.gui.DFrame
Sets the layout manager for this pane.
setLazy(DItem[], boolean) - Method in class dog.gui.DList
Set the specified items to be lazy or not.
setLazy(DItem, boolean) - Method in class dog.gui.DList
Sets the specified item to be lazy or not.
setMaximum(int) - Method in class dog.gui.DScrollbar
Sets the maximum value for this scrollbar.
setMaximum(int) - Method in class dog.gui.DSpinbox
Sets the maximum value for this spinbox.
setMaximum(int) - Method in class dog.gui.DProgress
Sets the maximum value for this progress indicator.
setMinimum(int) - Method in class dog.gui.DScrollbar
Sets the minimum value for this scrollbar.
setMinimum(int) - Method in class dog.gui.DSpinbox
Sets the minimum value for this spinbox.
setMinimum(int) - Method in class dog.gui.DProgress
Sets the minimum value for this progress indicator.
setMode(int) - Method in class dog.gui.DWindow
Sets the rendering mode for the background image.
setMode(int) - Method in class dog.gui.DList
Sets the mode this list displays its items according to.
setMode(int) - Method in class dog.gui.DApplet
Sets the rendering mode for the background image.
setMode(int) - Method in class dog.gui.DPicture
Sets the rendering mode for the background image.
setMode(int) - Method in interface dog.gui.DRootPane
Sets the rendering mode for the background image.
setMode(int) - Method in class dog.gui.DDialog
Sets the rendering mode for the background image.
setMode(int) - Method in class dog.gui.DFrame
Sets the rendering mode for the background image.
setMultipleMode(boolean) - Method in class dog.gui.DList
Sets whether to allow selection of multiple items in the list.
setOrientation(int) - Method in class dog.gui.DScrollbar
Sets the orientation for this scrollbar.
setOrientation(int) - Method in class dog.gui.DSpinbox
Don't know why this applies to Adjustables.
setOrientation(int) - Method in class dog.gui.DFrameset
Sets this frameset's orientation.
setOrientation(int) - Method in class dog.gui.BoxLayout
Sets the orientation value for this layout.
setOrientation(int) - Method in class dog.gui.DProgress
Sets the orientation for this progress indicator.
setParameters(int, int) - Method in class dog.gui.DProgress
Sets the parameters for this progress indicator.
setParameters(int, int, int, int, int) - Method in class dog.gui.DScrollbar
Sets the parameters for this scrollbar.
setPreloadImages(boolean) - Static method in class dog.gui.DComponent
Sets whether to preload images from files or URLs.
setPreloadImages(boolean) - Static method in class dog.gui.DContainer
Sets whether to preload images from files or URLs.
setReference(Object) - Method in class dog.gui.DComponent
Sets the object reference.
setReference(Object) - Method in class dog.gui.DScrollbar
Sets the object reference.
setReference(Object) - Method in class dog.gui.DContainer
Sets the object reference.
setReference(Object) - Method in class dog.gui.DList
Sets the object reference.
setReference(Object) - Method in class dog.gui.DItem
Sets the object reference.
setReference(Object) - Method in class dog.gui.DCheckboxGroup
Sets the object reference.
setReference(Object) - Method in interface dog.util.Referential
Sets the object reference.
setRows(int) - Method in class dog.gui.DTextArea
Sets the number of rows for this text area.
setScrollbarVisibility(int) - Method in class dog.gui.DTextArea
Sets the scrollbar policy for this text area.
setScrollPosition(int, int) - Method in class dog.gui.DScrollPane
Scrolls to the specified position within the view.
setScrollPosition(Point) - Method in class dog.gui.DScrollPane
Scrolls to the specified position within the child component.
setSelectable(boolean) - Method in class dog.gui.DList
Sets whether to allow items in the list to be selected.
setSelected(DItem) - Method in class dog.gui.DChoice
Sets the selected item.
setSelected(DItem[], boolean) - Method in class dog.gui.DList
Set the specified items to be selected or unselected.
setSelected(DItem, boolean) - Method in class dog.gui.DList
Sets the specified item to be selected or unselected.
setSelected(Object) - Method in class dog.gui.DChoice
Sets the selected item to be the first item in the choice with the specified reference.
setSelectedCheckbox(DCheckbox) - Method in class dog.gui.DCheckboxGroup
Sets the current checkbox in this group.
setSelectionEnd(int) - Method in class dog.gui.DTextComponent
Sets the selection end to the specified position.
setSelectionEnd(int) - Method in class dog.gui.DTextArea
Sets the selection end to the specified position.
setSelectionStart(int) - Method in class dog.gui.DTextComponent
Sets the selection start to the specified position.
setSelectionStart(int) - Method in class dog.gui.DTextArea
Sets the selection start to the specified position.
setShowColumnLines(boolean) - Method in class dog.gui.DList
Sets whether to show column lines.
setShowTreeLines(boolean) - Method in class dog.gui.DList
Sets whether to show tree lines.
setSize(int, int) - Method in class dog.gui.DPopup
Sets the size of this popup.
setSorted(boolean) - Method in class dog.gui.DList
Sets whether to sort this list.
setSticky(boolean) - Method in class dog.gui.DButton
Sets the stickiness of the button.
setStrength(int) - Method in class dog.util.ObjectCollator
Sets this Collator's strength property.
setStrength(int) - Method in class dog.util.TreeCollator
Sets this Collator's strength property.
setSuppressHorizontalScrollbar(boolean) - Method in class dog.gui.DList
Sets whether to suppress the horizontal scrollbar.
setSuppressVerticalScrollbar(boolean) - Method in class dog.gui.DList
Sets whether to suppress the vertical scrollbar.
setText(String) - Method in class dog.gui.DLabel
Sets the text of this label.
setText(String) - Method in class dog.gui.DTextComponent
Sets the text of this DTextComponent to the specified text.
setText(String) - Method in class dog.gui.DItem
This is an alias for setLabel().
setText(String) - Method in class dog.gui.DCheckbox
This is an alias for setLabel().
setText(String) - Method in class dog.gui.DTooltip
Sets the text of this tooltip.
setText(String) - Method in class dog.gui.DTextField
Sets the text in this component, up to the first newline character in the specified input.
setText(String) - Method in class dog.gui.DTextArea
Sets the entire text of this text area.
setTheme(DTheme) - Static method in class dog.gui.DTheme
 
setTitle(String) - Method in class dog.gui.DWindow
Sets the title of this pane.
setTitle(String) - Method in class dog.gui.DApplet
Sets the title of this pane.
setTitle(String) - Method in interface dog.gui.DRootPane
Sets the title of this pane.
setTooltip(String) - Method in class dog.gui.DComponent
Sets the tooltip label for this component.
setTooltip(String) - Method in class dog.gui.DContainer
Sets the tooltip label for this component.
setTreeValidator(TreeValidator) - Method in class dog.gui.DList
Sets the tree validator used to validate lazy items.
setUnitIncrement(int) - Method in class dog.gui.DScrollbar
Sets the unit increment for this scrollbar.
setUnitIncrement(int) - Method in class dog.gui.DSpinbox
Sets the amount by which the value increases or decreases when the spinbox buttons are pressed.
setValue(boolean) - Method in class dog.gui.DCheckbox
Sets the checkbox state.
setValue(int) - Method in class dog.gui.DScrollbar
Sets the value of this scrollbar to the specified value.
setValue(int) - Method in class dog.gui.DSpinbox
Sets the value of this spinbox to the specified value.
setValue(int) - Method in class dog.gui.DProgress
Sets the value of this progress indicator to the specified value.
setValues(int, int, int) - Method in class dog.gui.DSpinbox
Sets the values for this spinbox.
setValues(int, int, int) - Method in class dog.gui.DProgress
Sets the values for this progress indicator.
setValues(int, int, int, int) - Method in class dog.gui.DScrollbar
Sets the values for this scrollbar.
setVgap(int) - Method in class dog.gui.BoxLayout
Sets the vertical gap between components.
setVgap(int) - Method in class dog.gui.VerticalFlowLayout
Sets the vertical gap between components.
setVisible(boolean) - Method in class dog.gui.DPopup
Shows this popup.
setVisibleAmount(int) - Method in class dog.gui.DScrollbar
Sets the visible amount of this scrollbar, which is the range of values represented by the width of the scroll bar's bubble.
setVisibleAmount(int) - Method in class dog.gui.DSpinbox
Don't know why this applies to Adjustables.
showColumnLines - Variable in class dog.gui.DList
Should vertical lines be drawn separating the columns?
showTreeLines - Variable in class dog.gui.DList
Should tree lines be drawn to child items in a tree?
smallFont - Variable in class dog.gui.DTheme
 
sort(ObjectCollator) - Method in class dog.util.Tree
Sorts the objects in the tree according to the specified object collator.
sorted - Variable in class dog.gui.DList
Whether to sort this list.
SOUTH - Static variable in class dog.gui.DComponent
The south alignment.
SOUTH - Static variable in class dog.gui.DContainer
The south alignment.
SOUTHEAST - Static variable in class dog.gui.DComponent
The southeast alignment.
SOUTHEAST - Static variable in class dog.gui.DContainer
The southeast alignment.
SOUTHWEST - Static variable in class dog.gui.DComponent
The southwest alignment.
SOUTHWEST - Static variable in class dog.gui.DContainer
The southwest alignment.
StatusEvent - class dog.util.StatusEvent.
A status message.
StatusEvent(Object, int, String) - Constructor for class dog.util.StatusEvent
Creates a new status event with the specified type and operation.
StatusEvent(Object, int, String, int, int, int) - Constructor for class dog.util.StatusEvent
Creates a new status event representing an update of the specified operation.
StatusListener - interface dog.util.StatusListener.
A callback interface for passing status messages.
statusOperationEnded(StatusEvent) - Method in interface dog.util.StatusListener
An operation completed.
statusOperationStarted(StatusEvent) - Method in interface dog.util.StatusListener
An operation started.
statusProgressUpdate(StatusEvent) - Method in interface dog.util.StatusListener
A progress update occurred.
StatusSource - interface dog.util.StatusSource.
An interface for defining that an object can pass status messages.
sticky - Variable in class dog.gui.DButton
The button stickiness.
suppressHorizontalScrollbar - Variable in class dog.gui.DList
Whether to suppress the horizontal scrollbar.
suppressVerticalScrollbar - Variable in class dog.gui.DList
Whether to suppress the vertical scrollbar, if necessary.
systemFont - Variable in class dog.gui.DTheme
 

T

tabs - Variable in class dog.gui.DFolder
The tabs.
tabWidth - Variable in class dog.gui.DTextArea
Number of spaces to expand tabs to.
text - Variable in class dog.gui.DTextComponent
The value of the text.
textListener - Variable in class dog.gui.DTextComponent
 
textRows - Variable in class dog.gui.DTextArea
 
TILE - Static variable in class dog.gui.DComponent
Tiles the background image in the panel from the top left-hand corner.
TILE - Static variable in interface dog.gui.DRootPane
Tiles the background image in the panel from the top left-hand corner.
Timer - class dog.util.Timer.
A timer class that wakes up listeners after a specified number of milliseconds.
Timer(TimerListener) - Constructor for class dog.util.Timer
Constructs a timer.
Timer(TimerListener, long) - Constructor for class dog.util.Timer
Constructs a timer with the specified interval, and starts it.
Timer(TimerListener, long, boolean) - Constructor for class dog.util.Timer
Constructs a timer with the specified interval, indicating whether or not to start it.
TimerEvent - class dog.util.TimerEvent.
A timer event.
timerFired(TimerEvent) - Method in class dog.gui.DScrollbar
The timer fired.
timerFired(TimerEvent) - Method in class dog.gui.DSpinbox
The timer fired, blink the caret.
timerFired(TimerEvent) - Method in class dog.gui.DTextField
The timer fired, blink the caret.
timerFired(TimerEvent) - Method in class dog.gui.DTextArea
The timer fired, blink the caret.
timerFired(TimerEvent) - Method in interface dog.util.TimerListener
 
TimerListener - interface dog.util.TimerListener.
Interface for classes that wnat to recieve timer events.
tooltip - Variable in class dog.gui.DComponent
 
tooltip - Variable in class dog.gui.DContainer
 
TooltipManager - class dog.gui.TooltipManager.
The tooltip manager.
TOP - Static variable in class dog.gui.VerticalFlowLayout
The top alignment variable.
toString() - Method in class dog.gui.DComponent
Returns a string description of this component.
toString() - Method in class dog.gui.DContainer
Returns a string description of this component.
toString() - Method in class dog.gui.DItem
Returns a string description of this object.
toString() - Method in class dog.gui.BoxLayout
Returns the string representation of this layout's values.
toString() - Method in class dog.gui.VerticalFlowLayout
Returns the string representation of this layout's values.
toString() - Method in class dog.util.ObjectCollator
Provides a string description of this object.
toString() - Method in class dog.util.Tree
 
toString() - Method in class dog.util.TreeCollator
Provides a string description of this object.
Tree - class dog.util.Tree.
A utility class for manipulating objects in a tree structure.
Tree() - Constructor for class dog.util.Tree
Constructs an empty tree.
Tree(int) - Constructor for class dog.util.Tree
Constructs an empty tree with the specified capacity increment.
TreeCollator - class dog.util.TreeCollator.
A class for comparing objects in a tree.
TreeCollator() - Constructor for class dog.util.TreeCollator
Constructs a TreeCollator for the default locale.
TreeCollator(Locale) - Constructor for class dog.util.TreeCollator
Constructs a TreeCollator for the specified locale.
TreeEvent - class dog.util.TreeEvent.
A tree event.
TreeEvent(ItemSelectable, int, Object, int) - Constructor for class dog.util.TreeEvent
Constructs a TreeEvent object with the specified ItemSelectable source, type, item, and item select state.
treeValidator - Variable in class dog.gui.DList
The object used to validate lazy items.
TreeValidator - interface dog.gui.TreeValidator.
An interface a DList can call in order to validate lazy items in a tree.
type - Variable in class dog.util.StatusEvent
 

U

unitIncrement - Variable in class dog.gui.DScrollbar
The amount by which the scrollbar value will change when the user clicks one of the up or down buttons.
unitIncrement - Variable in class dog.gui.DSpinbox
The amount by which the spinbox increments or decrements its value.
UNKNOWN - Static variable in class dog.util.StatusEvent
 
UP - Static variable in class dog.gui.DSpinbox
 
update(Graphics) - Method in class dog.gui.DLabel
Updates the graphics context for this label.
update(Graphics) - Method in class dog.gui.DScrollbar
Updates the graphics context for this scrollbar.
update(Graphics) - Method in class dog.gui.DWindow
Update does not erase the background before painting (why bother?).
update(Graphics) - Method in class dog.gui.DSpinbox
Updates this component's graphics context.
update(Graphics) - Method in class dog.gui.DApplet
Update does not erase the background before painting (why bother?).
update(Graphics) - Method in class dog.gui.DCheckbox
Updates this checkbox's graphics context.
update(Graphics) - Method in class dog.gui.DTextField
Updates this component's graphics context.
update(Graphics) - Method in class dog.gui.DDialog
Update does not erase the background before painting (why bother?).
update(Graphics) - Method in class dog.gui.DFrame
Update does not erase the background before painting (why bother?).
userBackgroundImage - Variable in class dog.gui.DTheme
 
userFont - Variable in class dog.gui.DTheme
 

V

validate(DList, DItem) - Method in interface dog.gui.TreeValidator
The list calls this method when it wants to validate a lazy item.
value - Variable in class dog.gui.DScrollbar
The value of the scrollbar.
value - Variable in class dog.gui.DSpinbox
The value in the spinbox.
value - Variable in class dog.gui.DProgress
The value of the progress indicator.
value - Variable in class dog.gui.DCheckbox
The value of the checkbox.
value - Variable in class dog.util.StatusEvent
 
vertical - Variable in class dog.gui.DList
The vertical scrollbar.
vertical - Variable in class dog.gui.DTextArea
The vertical scrollbar.
VERTICAL - Static variable in class dog.gui.DScrollbar
The vertical scrollbar variable.
VERTICAL - Static variable in class dog.gui.DFrameset
The vertical orientation.
VERTICAL - Static variable in class dog.gui.BoxLayout
The vertical orientation.
VERTICAL - Static variable in class dog.gui.DProgress
The vertical orientation.
VerticalFlowLayout - class dog.gui.VerticalFlowLayout.
A vertical flow layout is used to lay out components in a panel.
VerticalFlowLayout() - Constructor for class dog.gui.VerticalFlowLayout
Constructs a new layout with a centered alignment and a default 5-unit horizontal and vertical gap.
VerticalFlowLayout(int) - Constructor for class dog.gui.VerticalFlowLayout
Constructs a new layout with the specified alignment and a default 5-unit horizontal and vertical gap.
VerticalFlowLayout(int, int, int) - Constructor for class dog.gui.VerticalFlowLayout
Constructs a new layout with the specified alignment and gap values.
VerticalFlowLayout(int, int, int, boolean) - Constructor for class dog.gui.VerticalFlowLayout
Constructs a new layout with the specified alignment and gap values.
visibleAmount - Variable in class dog.gui.DScrollbar
The size of the visible portion of the scrollbar.

W

WEST - Static variable in class dog.gui.DComponent
The west alignment.
WEST - Static variable in class dog.gui.DContainer
The west alignment.
white - Variable in class dog.gui.DTheme
 
width - Variable in class dog.gui.DPopup
The desired width.
windowTitleFont - Variable in class dog.gui.DTheme
 
writeTo(Writer) - Method in class dog.gui.DTextArea
Writes the textarea buffer into a Writer.

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