- Bubble - Class in model
-
The Class Bubble.
- Bubble(int, String, int[], OceanInterface, int) - Constructor for class model.Bubble
-
Instantiates a new bubble.
- BUBBLE - Static variable in class model.Ocean
-
The Constant BUBBLE.
- bubblePosition - Variable in class model.CokeCanBubbleGeneratorThread
-
The bubble position.
- ButtonListener - Class in controller
-
The listener interface for receiving button events.
- ButtonListener(OceanInterface, OceanGUIInterface) - Constructor for class controller.ButtonListener
-
Instantiates a new button listener.
- ButtonListener.EmptyStringException - Exception in controller
-
The Class EmptyStringException.
- ButtonListener.EmptyStringException() - Constructor for exception controller.ButtonListener.EmptyStringException
-
- ButtonListener.ExcessWhitespaceException - Exception in controller
-
This exception is thrown whenever there is excess white space in the text
input fields.
- ButtonListener.ExcessWhitespaceException() - Constructor for exception controller.ButtonListener.ExcessWhitespaceException
-
- ButtonListener.MaximumAgeNegativeException - Exception in controller
-
This exception is thrown whenever the maximum age in the maximum age
field is negative.
- ButtonListener.MaximumAgeNegativeException() - Constructor for exception controller.ButtonListener.MaximumAgeNegativeException
-
- ButtonPanel - Class in view
-
The Class ButtonPanel that contains all buttons and other input fields.
- ButtonPanel() - Constructor for class view.ButtonPanel
-
Instantiates a new button panel.
- buttonPanel - Variable in class view.OceanGUI
-
The button panel.