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