- aboutButton - Variable in class view.ButtonPanel
-
The about button.
- AboutFrame - Class in view
-
The Class AboutFrame.
- AboutFrame() - Constructor for class view.AboutFrame
-
Instantiates a new about frame.
- actionPerformed(ActionEvent) - Method in class controller.ButtonListener
-
This method gets an ActionEvent (with button was pressed) and execute the
specific code.
- addButton - Variable in class view.ButtonPanel
-
The add button.
- addButtonListeners() - Method in class controller.Controller
-
Adds the button listeners to OceanGUI.
- addComponentsToButtonPanel() - Method in class view.ButtonPanel
-
Adds the components to button panel.
- addComponentsToFrame() - Method in class view.StatusPanel
-
Adds the components to frame.
- addFCodeToArea() - Method in class view.AboutFrame
-
Adds the f code to area.
- addLayoutAndLabels() - Method in class view.AboutFrame
-
Adds the layout and labels.
- addListeners(ActionListener) - Method in class view.ButtonPanel
-
Adds the listeners.
- addMouseControllers() - Method in class controller.Controller
-
Adds the mouse controller to OceanGUI.
- addMouseListeners(MouseListener, MouseWheelListener) - Method in class view.OceanGUI
-
Add the mouse listeners.
- addMouseListeners(MouseListener, MouseWheelListener) - Method in interface view.OceanGUIInterface
-
Adds a the mouseListener to the GUI.
- addNewlySpawnedObjectsToOcean(LinkedList<OceanObject>) - Method in class model.Ocean
-
Adds the newly spawned objects to ocean.
- addOceanObject(OceanObject) - Method in class model.Ocean
-
This method adds the given object to the list.
- addOceanObject(OceanObject) - Method in interface model.OceanInterface
-
With this method, you add a new object to the
OceanObjectList (also to the ocean).
- addToQuoteArea() - Method in class view.AboutFrame
-
Adds the to quote area.
- age - Variable in class model.Ocean
-
The ocean's age.
- age - Variable in class model.OceanObject
-
The age of an oceanobject.
- allgemein - Variable in class view.AboutFrame
-
The general label.
- animationDelay - Variable in class model.Ocean
-
The delay between to steps of the animation.