A B C D F G I J L M P R S

A

addButton(String, int, int, int, int) - Method in class BreezyGUI.GBApplet
Adds a Button with the specified name to the specified position, with the specified width and height.
addButton(String, int, int, int, int) - Method in class BreezyGUI.GBDialog
Adds a Button with the specified name to the specified position, with the specified width and height.
addButton(String, int, int, int, int) - Method in class BreezyGUI.GBFrame
Adds a Button with the specified name to the specified position, with the specified width and height.
addCheckbox(String, int, int, int, int) - Method in class BreezyGUI.GBApplet
Adds a CheckBox to the specified position, with the specified width and height.
addCheckbox(String, int, int, int, int) - Method in class BreezyGUI.GBDialog
Adds a CheckBox to the specified position, with the specified width and height.
addCheckbox(String, int, int, int, int) - Method in class BreezyGUI.GBFrame
Adds a CheckBox to the specified position, with the specified width and height.
addChoice(int, int, int, int) - Method in class BreezyGUI.GBApplet
Adds a Choice (pull down list) to the specified position, with the specified width and height.
addChoice(int, int, int, int) - Method in class BreezyGUI.GBDialog
Adds a Choice (pull down list) to the specified position, with the specified width and height.
addChoice(int, int, int, int) - Method in class BreezyGUI.GBFrame
Adds a Choice (pull down list) to the specified position, with the specified width and height.
addDoubleField(double, int, int, int, int) - Method in class BreezyGUI.GBApplet
Adds a DoubleField containing the specified number to the specified position, with the specified width and height.
addDoubleField(double, int, int, int, int) - Method in class BreezyGUI.GBDialog
Adds a DoubleField containing the specified number to the specified position, with the specified width and height.
addDoubleField(double, int, int, int, int) - Method in class BreezyGUI.GBFrame
Adds a DoubleField containing the specified number to the specified position, with the specified width and height.
addIntegerField(int, int, int, int, int) - Method in class BreezyGUI.GBApplet
Adds an IntegerField containing the specified integer to the specified position, with the specified width and height.
addIntegerField(int, int, int, int, int) - Method in class BreezyGUI.GBDialog
Adds an IntegerField containing the specified integer to the specified position, with the specified width and height.
addIntegerField(int, int, int, int, int) - Method in class BreezyGUI.GBFrame
Adds an IntegerField containing the specified integer to the specified position, with the specified width and height.
addLabel(String, int, int, int, int) - Method in class BreezyGUI.GBApplet
Adds a label with the specified name to the specified position, with the specified width and height.
addLabel(String, int, int, int, int) - Method in class BreezyGUI.GBDialog
Adds a label with the specified name to the specified position, with the specified width and height.
addLabel(String, int, int, int, int) - Method in class BreezyGUI.GBFrame
Adds a label with the specified name to the specified position, with the specified width and height.
addList(int, int, int, int) - Method in class BreezyGUI.GBApplet
Adds a List (a scrolling list) to the specified position, with the specified width and height.
addList(int, int, int, int) - Method in class BreezyGUI.GBDialog
Adds a List (a scrolling list) to the specified position, with the specified width and height.
addList(int, int, int, int) - Method in class BreezyGUI.GBFrame
Adds a List (a scrolling list) to the specified position, with the specified width and height.
addMenuItem(String, String) - Method in class BreezyGUI.GBFrame
Adds an item with the specified name to a menu with the specified name in the window.
addTextArea(String, int, int, int, int) - Method in class BreezyGUI.GBApplet
Adds a TextArea containing the specified string to the specified position, with the specified width and height.
addTextArea(String, int, int, int, int) - Method in class BreezyGUI.GBDialog
Adds a TextArea containing the specified string to the specified position, with the specified width and height.
addTextArea(String, int, int, int, int) - Method in class BreezyGUI.GBFrame
Adds a TextArea containing the specified string to the specified position, with the specified width and height.
addTextField(String, int, int, int, int) - Method in class BreezyGUI.GBApplet
Adds a TextField containing the specified string to the specified position, with the specified width and height.
addTextField(String, int, int, int, int) - Method in class BreezyGUI.GBDialog
Adds a TextField containing the specified string to the specified position, with the specified width and height.
addTextField(String, int, int, int, int) - Method in class BreezyGUI.GBFrame
Adds a TextField containing the specified string to the specified position, with the specified width and height.

B

buttonClicked(Button) - Method in class BreezyGUI.GBApplet
The application must implement this method in order to handle button clicks.
buttonClicked(Button) - Method in class BreezyGUI.GBDialog
The application must implement this method in order to handle button clicks.
buttonClicked(Button) - Method in class BreezyGUI.GBFrame
The application must implement this method in order to handle button clicks.

C

Console - class BreezyGUI.Console.
The class Console contains methods for terminal I/O.
Console() - Constructor for class BreezyGUI.Console
 

D

DoubleField - class BreezyGUI.DoubleField.
A DoubleField is a component that allows the editing of a double (floating-point number), and allows the user to avoid messy conversions to and from strings.
DoubleField(double) - Constructor for class BreezyGUI.DoubleField
Creates a DoubleField containing the specified number.

F

Format - class BreezyGUI.Format.
The class Format contains methods to format data that are left-justified, right-justified, or centered within a given number of columns.
Format() - Constructor for class BreezyGUI.Format
 

G

GBApplet - class BreezyGUI.GBApplet.
The class GBApplet (short for Grid Bag Applet) provides a high-level applet window.
GBApplet() - Constructor for class BreezyGUI.GBApplet
Creates a GBApplet.
GBDialog - class BreezyGUI.GBDialog.
The class GBDialog (short for Grid Bag Dialog) provides a high-level dialog window.
GBDialog(Frame) - Constructor for class BreezyGUI.GBDialog
Creates a GBDialog whose parent is the application mainFrame.
GBFrame - class BreezyGUI.GBFrame.
The class GBFrame (short for Grid Bag Frame) provides a high-level application window.
GBFrame() - Constructor for class BreezyGUI.GBFrame
Creates a GBFrame application window.
getDlgCloseIndicator() - Method in class BreezyGUI.GBDialog
Returns the current dialog close indicator.
getNumber() - Method in class BreezyGUI.DoubleField
Returns the number in the DoubleField, or 0 if the data in the field do not represent a valid floating-point number.
getNumber() - Method in class BreezyGUI.IntegerField
Returns the number in the IntegerField, or 0 if the data in the field do not represent a valid integer.
getPrecision() - Method in class BreezyGUI.DoubleField
Returns the precision of the number displayed in the DoubleField.

I

IntegerField - class BreezyGUI.IntegerField.
An IntegerField is a component that allows the editing of an integer (whole number), and allows the user to avoid messy conversions to and from strings.
IntegerField(int) - Constructor for class BreezyGUI.IntegerField
Creates an IntegerField containing the specified number.
isValid() - Method in class BreezyGUI.DoubleField
Returns true if the data in the DoubleField represent a floating-point number, or false otherwise.
isValid() - Method in class BreezyGUI.IntegerField
Returns true if the data in the IntegerField represent an integer, or false otherwise.

J

justify(char, char, int) - Static method in class BreezyGUI.Format
Converts a character to a string and returns it formatted formatted according to the justification type and the specified width.
justify(char, double, int, int) - Static method in class BreezyGUI.Format
Converts a double to a string and returns it formatted according to the justification type and the specified width and precision.
justify(char, long, int) - Static method in class BreezyGUI.Format
Converts a long to a string and returns it formatted formatted according to the justification type and the specified width.
justify(char, String, int) - Static method in class BreezyGUI.Format
Returns a string that is formatted according to the justification type and the specified width.

L

listDoubleClicked(List, String) - Method in class BreezyGUI.GBApplet
The application must implement this method in order to handle a double click on an item in a scrolling list.
listDoubleClicked(List, String) - Method in class BreezyGUI.GBDialog
The application must implement this method in order to handle a double click on an item in a scrolling list.
listDoubleClicked(List, String) - Method in class BreezyGUI.GBFrame
The application must implement this method in order to handle a double click on an item in a scrolling list.
listItemSelected(List) - Method in class BreezyGUI.GBApplet
The application must implement this method in order to handle a selection (single click) on an item in a scrolling list.
listItemSelected(List) - Method in class BreezyGUI.GBDialog
The application must implement this method in order to handle a selection (single click) on an item in a scrolling list.
listItemSelected(List) - Method in class BreezyGUI.GBFrame
The application must implement this method in order to handle a selection (single click) on an item in a scrolling list.

M

menuItemSelected(MenuItem) - Method in class BreezyGUI.GBFrame
The application must implement this method in order to handle menu events.
MessageBox - class BreezyGUI.MessageBox.
A MessageBox is a dialog that displays a message and waits for the user to select OK.
messageBox(double) - Method in class BreezyGUI.GBApplet
Pops up a message box containing the number and an OK button.
messageBox(double) - Method in class BreezyGUI.GBDialog
Pops up a message box containing the number and an OK button.
messageBox(double) - Method in class BreezyGUI.GBFrame
Pops up a message box containing the number and an OK button.
MessageBox(Frame, String) - Constructor for class BreezyGUI.MessageBox
Creates a MessageBox.
messageBox(Object) - Method in class BreezyGUI.GBApplet
Pops up a message box containing the string representation of the object and an OK button.
messageBox(Object) - Method in class BreezyGUI.GBDialog
Pops up a message box containing the string representation of the object and an OK button.
messageBox(Object) - Method in class BreezyGUI.GBFrame
Pops up a message box containing the string representation of the object and an OK button.
messageBox(String) - Method in class BreezyGUI.GBApplet
Pops up a message box containing the string and an OK button.
messageBox(String) - Method in class BreezyGUI.GBDialog
Pops up a message box containing the string and an OK button.
messageBox(String) - Method in class BreezyGUI.GBFrame
Pops up a message box containing the string and an OK button.
mouseClicked(int, int) - Method in class BreezyGUI.GBApplet
The application must implement this method in order to handle mouse clicks in the window.
mouseClicked(int, int) - Method in class BreezyGUI.GBDialog
The application must implement this method in order to handle mouse clicks in the window.
mouseClicked(int, int) - Method in class BreezyGUI.GBFrame
The application must implement this method in order to handle mouse clicks in the window.
mouseDragged(int, int) - Method in class BreezyGUI.GBApplet
The application must implement this method in order to handle mouse dragged events in the window.
mouseDragged(int, int) - Method in class BreezyGUI.GBDialog
The application must implement this method in order to handle mouse dragged events in the window.
mouseDragged(int, int) - Method in class BreezyGUI.GBFrame
The application must implement this method in order to handle mouse dragged events in the window.
mouseMoved(int, int) - Method in class BreezyGUI.GBApplet
The application must implement this method in order to handle mouse moved events in the window.
mouseMoved(int, int) - Method in class BreezyGUI.GBDialog
The application must implement this method in order to handle mouse moved events in the window.
mouseMoved(int, int) - Method in class BreezyGUI.GBFrame
The application must implement this method in order to handle mouse moved events in the window.
mousePressed(int, int) - Method in class BreezyGUI.GBApplet
The application must implement this method in order to handle mouse pressed events in the window.
mousePressed(int, int) - Method in class BreezyGUI.GBDialog
The application must implement this method in order to handle mouse pressed events in the window.
mousePressed(int, int) - Method in class BreezyGUI.GBFrame
The application must implement this method in order to handle mouse pressed events in the window.
mouseReleased(int, int) - Method in class BreezyGUI.GBApplet
The application must implement this method in order to handle mouse released events in the window.
mouseReleased(int, int) - Method in class BreezyGUI.GBDialog
The application must implement this method in order to handle mouse released events in the window.
mouseReleased(int, int) - Method in class BreezyGUI.GBFrame
The application must implement this method in order to handle mouse released events in the window.

P

pause() - Static method in class BreezyGUI.Console
Used with non-GUI applications (tester programs) to pause execution until the user hits the Enter key.
pause() - Static method in class BreezyGUI.GBFrame
Used with non-GUI applications (tester programs) to pause execution until the user hits the Enter key.

R

readChar(String) - Static method in class BreezyGUI.Console
Prompts the user and waits for character input.
readDouble(String) - Static method in class BreezyGUI.Console
Prompts the user and waits for double input.
readInt(String) - Static method in class BreezyGUI.Console
Prompts the user and waits for integer input.
readLine(String) - Static method in class BreezyGUI.Console
Prompts the user and waits for string input.

S

setDlgCloseIndicator(String) - Method in class BreezyGUI.GBDialog
Allows the client to reset the dialog close indicator, which by default is "Cancel".
setNumber(double) - Method in class BreezyGUI.DoubleField
Sets the number displayed in the DoubleField to the specified value.
setNumber(int) - Method in class BreezyGUI.IntegerField
Sets the number displayed in the IntegerField to the specified value.
setPrecision(int) - Method in class BreezyGUI.DoubleField
Sets the precision of the number displayed in the DoubleField to the specified value.

A B C D F G I J L M P R S