A B D F G I J K L M P R S T W

A

actionPerformed(ActionEvent) - Method in class BreezySwing.MessageBox
 
addButton(String, int, int, int, int) - Method in class BreezySwing.GBFrame
Adds a JButton with the specified name to the specified position, with the specified width and height.
addButton(String, int, int, int, int) - Method in class BreezySwing.GBApplet
Adds a JButton with the specified name to the specified position, with the specified width and height.
addButton(String, int, int, int, int) - Method in class BreezySwing.GBDialog
Adds a JButton with the specified name to the specified position, with the specified width and height.
addCheckBox(String, int, int, int, int) - Method in class BreezySwing.GBFrame
Adds a JCheckBox to the specified position, with the specified width and height.
addCheckBox(String, int, int, int, int) - Method in class BreezySwing.GBApplet
Adds a JCheckBox to the specified position, with the specified width and height.
addCheckBox(String, int, int, int, int) - Method in class BreezySwing.GBDialog
Adds a JCheckBox to the specified position, with the specified width and height.
addComboBox(int, int, int, int) - Method in class BreezySwing.GBFrame
Adds a JComboBox (pull down list) to the specified position, with the specified width and height.
addComboBox(int, int, int, int) - Method in class BreezySwing.GBApplet
Adds a JComboBox (pull down list) to the specified position, with the specified width and height.
addComboBox(int, int, int, int) - Method in class BreezySwing.GBDialog
Adds a JComboBox (pull down list) to the specified position, with the specified width and height.
addDoubleField(double, int, int, int, int) - Method in class BreezySwing.GBFrame
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 BreezySwing.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 BreezySwing.GBDialog
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 BreezySwing.GBFrame
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 BreezySwing.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 BreezySwing.GBDialog
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 BreezySwing.GBFrame
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 BreezySwing.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 BreezySwing.GBDialog
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 BreezySwing.GBFrame
Adds a JList (a scrolling list) to the specified position, with the specified width and height.
addList(int, int, int, int) - Method in class BreezySwing.GBApplet
Adds a JList (a scrolling list) to the specified position, with the specified width and height.
addList(int, int, int, int) - Method in class BreezySwing.GBDialog
Adds a JList (a scrolling list) to the specified position, with the specified width and height.
addMenuItem(String, String) - Method in class BreezySwing.GBFrame
Adds an item with the specified name to a menu with the specified name in the window.
addPanel(GBPanel, int, int, int, int) - Method in class BreezySwing.GBFrame
Adds a GBPanel to the specified position, with the specified width and height.
addPanel(GBPanel, int, int, int, int) - Method in class BreezySwing.GBApplet
Adds a GBPanel to the specified position, with the specified width and height.
addPanel(GBPanel, int, int, int, int) - Method in class BreezySwing.GBDialog
Adds a GBPanel to the specified position, with the specified width and height.
addRadioButton(String, int, int, int, int) - Method in class BreezySwing.GBFrame
Adds a JRadioButton to the specified position, with the specified width and height.
addRadioButton(String, int, int, int, int) - Method in class BreezySwing.GBApplet
Adds a JRadioButton to the specified position, with the specified width and height.
addRadioButton(String, int, int, int, int) - Method in class BreezySwing.GBDialog
Adds a JRadioButton to the specified position, with the specified width and height.
addTextArea(String, int, int, int, int) - Method in class BreezySwing.GBFrame
Adds a JTextArea containing the specified string to the specified position, with the specified width and height.
addTextArea(String, int, int, int, int) - Method in class BreezySwing.GBApplet
Adds a JTextArea containing the specified string to the specified position, with the specified width and height.
addTextArea(String, int, int, int, int) - Method in class BreezySwing.GBDialog
Adds a JTextArea containing the specified string to the specified position, with the specified width and height.
addTextField(String, int, int, int, int) - Method in class BreezySwing.GBFrame
Adds a JTextField containing the specified string to the specified position, with the specified width and height.
addTextField(String, int, int, int, int) - Method in class BreezySwing.GBApplet
Adds a JTextField containing the specified string to the specified position, with the specified width and height.
addTextField(String, int, int, int, int) - Method in class BreezySwing.GBDialog
Adds a JTextField containing the specified string to the specified position, with the specified width and height.

B

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

D

DoubleField - class BreezySwing.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 BreezySwing.DoubleField
Creates a DoubleField containing the specified number.

F

Format - class BreezySwing.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 BreezySwing.Format
 

G

GBApplet - class BreezySwing.GBApplet.
The class GBApplet (short for Grid Bag Applet) provides a high-level applet window.
GBApplet() - Constructor for class BreezySwing.GBApplet
Creates a GBApplet.
GBDialog - class BreezySwing.GBDialog.
The class GBDialog (short for Grid Bag Dialog) provides a high-level dialog window.
GBDialog(JFrame) - Constructor for class BreezySwing.GBDialog
Creates a GBDialog whose parent is the application mainFrame.
GBFrame - class BreezySwing.GBFrame.
The class GBFrame (short for Grid Bag Frame) provides a high-level application window.
GBFrame() - Constructor for class BreezySwing.GBFrame
Creates a GBFrame application window.
GBPanel - class BreezySwing.GBPanel.
The class GBFrame (short for Grid Bag Panel) provides a high-level panel.
GBPanel() - Constructor for class BreezySwing.GBPanel
Creates a panel.
getDlgCloseIndicator() - Method in class BreezySwing.GBDialog
Returns the current dialog close indicator.
getNumber() - Method in class BreezySwing.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 BreezySwing.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 BreezySwing.DoubleField
Returns the precision of the number displayed in the DoubleField.

I

IntegerField - class BreezySwing.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 BreezySwing.IntegerField
Creates an IntegerField containing the specified number.
isValid() - Method in class BreezySwing.DoubleField
Returns true if the data in the DoubleField represent a floating-point number, or false otherwise.
isValid() - Method in class BreezySwing.IntegerField
Returns true if the data in the IntegerField represent an integer, or false otherwise.

J

justify(char, char, int) - Static method in class BreezySwing.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 BreezySwing.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 BreezySwing.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 BreezySwing.Format
 

K

KeyboardReader - class TerminalIO.KeyboardReader.
The class KeyboardReader contains input methods for terminal I/O.
KeyboardReader() - Constructor for class TerminalIO.KeyboardReader
 

L

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

M

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

P

pause() - Method in class TerminalIO.KeyboardReader
Used with non-GUI applications to prevents a "fly-by" disappearance of the terminal window in some environments by pausing execution until the user presses the Enter key.
pause() - Static method in class BreezySwing.GBFrame
Used with non-GUI applications (tester programs) to pause execution until the user hits the Enter key.
print(boolean) - Method in class TerminalIO.ScreenWriter
Prints 'true' or 'false'.
print(char) - Method in class TerminalIO.ScreenWriter
Prints a character.
print(double) - Method in class TerminalIO.ScreenWriter
Prints a double.
print(float) - Method in class TerminalIO.ScreenWriter
Prints a float.
print(int) - Method in class TerminalIO.ScreenWriter
Prints an integer.
print(long) - Method in class TerminalIO.ScreenWriter
Prints a long.
print(Object) - Method in class TerminalIO.ScreenWriter
Prints the string representation of an object.
print(String) - Method in class TerminalIO.ScreenWriter
Prints a string.
println() - Method in class TerminalIO.ScreenWriter
Prints a new line.
println(boolean) - Method in class TerminalIO.ScreenWriter
Prints a boolean followed by a new line.
println(char) - Method in class TerminalIO.ScreenWriter
Prints a char followed by a new line.
println(double) - Method in class TerminalIO.ScreenWriter
Prints a double followed by a new line.
println(float) - Method in class TerminalIO.ScreenWriter
Prints a float followed by a new line.
println(int) - Method in class TerminalIO.ScreenWriter
Prints an integer followed by a new line.
println(long) - Method in class TerminalIO.ScreenWriter
Prints a long followed by a new line.
println(Object) - Method in class TerminalIO.ScreenWriter
Prints the string representation of an object followed by a new line.
println(String) - Method in class TerminalIO.ScreenWriter
Prints a string followed by a new line.

R

readChar() - Method in class TerminalIO.KeyboardReader
Waits for character input without prompting the user.
readChar(String) - Method in class TerminalIO.KeyboardReader
Prompts the user and waits for character input.
readDouble() - Method in class TerminalIO.KeyboardReader
Waits for double input without prompting the user.
readDouble(String) - Method in class TerminalIO.KeyboardReader
Prompts the user and waits for double input.
readInt() - Method in class TerminalIO.KeyboardReader
Waits for integer input without prompting the user.
readInt(String) - Method in class TerminalIO.KeyboardReader
Prompts the user and waits for integer input.
readLine() - Method in class TerminalIO.KeyboardReader
Waits for string input without prompting the user.
readLine(String) - Method in class TerminalIO.KeyboardReader
Prompts the user and waits for string input.

S

ScreenWriter - class TerminalIO.ScreenWriter.
The class ScreenWriter contains output methods for terminal I/O.
ScreenWriter() - Constructor for class TerminalIO.ScreenWriter
 
setDlgCloseIndicator(String) - Method in class BreezySwing.GBDialog
Allows the client to reset the dialog close indicator, which by default is "Cancel".
setLookAndFeel(String) - Method in class BreezySwing.GBFrame
Allows the application to set the look and feel of the window and all its subcomponents to a platform-specific look and feel.
setLookAndFeel(String) - Method in class BreezySwing.GBApplet
Allows the application to set the look and feel of the window and all its subcomponents to a platform-specific look and feel.
setLookAndFeel(String) - Method in class BreezySwing.GBDialog
Allows the application to set the look and feel of the window and all its subcomponents to a platform-specific look and feel.
setNumber(double) - Method in class BreezySwing.DoubleField
Sets the number displayed in the DoubleField to the specified value.
setNumber(int) - Method in class BreezySwing.IntegerField
Sets the number displayed in the IntegerField to the specified value.
setPrecision(int) - Method in class BreezySwing.DoubleField
Sets the precision of the number displayed in the DoubleField to the specified value.
setSize(int, int) - Method in class BreezySwing.GBFrame
 
setSize(int, int) - Method in class BreezySwing.GBDialog
 

T

TerminalIO - package TerminalIO
 
testJustify() - Static method in class BreezySwing.Format
 

W

windowActivated(WindowEvent) - Method in class BreezySwing.MessageBox
 
windowClosed(WindowEvent) - Method in class BreezySwing.MessageBox
 
windowClosing(WindowEvent) - Method in class BreezySwing.MessageBox
 
windowDeactivated(WindowEvent) - Method in class BreezySwing.MessageBox
 
windowDeiconified(WindowEvent) - Method in class BreezySwing.MessageBox
 
windowIconified(WindowEvent) - Method in class BreezySwing.MessageBox
 
windowOpened(WindowEvent) - Method in class BreezySwing.MessageBox
 

A B D F G I J K L M P R S T W