All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- 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.
- 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.
- DoubleField(double).
Constructor for class BreezyGUI.DoubleField
- Creates a DoubleField containing the specified number.
- Format().
Constructor for class BreezyGUI.Format
-
- GBApplet().
Constructor for class BreezyGUI.GBApplet
- Creates a GBApplet.
- GBDialog(Frame).
Constructor for class BreezyGUI.GBDialog
- Creates a GBDialog whose parent is the application mainFrame.
- 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.
- 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.
- 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.
- 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.
- menuItemSelected(MenuItem).
Method in class BreezyGUI.GBFrame
- The application must implement this method in order to handle menu events.
- 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.
- pause().
Static method in class BreezyGUI.GBFrame
- Used with non-GUI applications (tester programs) to pause execution
until the user hits the Enter key.
- 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.