Package | Description |
---|---|
controller | |
view |
Modifier and Type | Field and Description |
---|---|
private OceanGUIInterface |
Controller.myOceanGUI
The oceanGUI is a part of the GUI
|
private OceanGUIInterface |
Listener.myOceanGUI
The view interface
|
Modifier and Type | Method and Description |
---|---|
private OceanGUIInterface |
Controller.getMyOceanGUI()
Gets the my oceanGUI attribute.
|
protected OceanGUIInterface |
Listener.getMyOceanGUI() |
Modifier and Type | Method and Description |
---|---|
private void |
Controller.setMyOceanGUI(OceanGUIInterface view)
Sets the myOceanGUI attribute.
|
protected void |
Listener.setMyView(OceanGUIInterface myOceanGUI)
Sets the myOceanGUI attribute.
|
Constructor and Description |
---|
ButtonListener(OceanInterface model,
OceanGUIInterface view)
Instantiates a new button listener.
|
Controller(OceanInterface model,
OceanGUIInterface view) |
Listener(OceanInterface model,
OceanGUIInterface view) |
MouseListener(OceanInterface model,
OceanGUIInterface view)
Instantiates a new mouse listener.
|
Modifier and Type | Class and Description |
---|---|
class |
OceanGUI
The Class OceanGUI.
|