|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvooga.replay.core.Replay
public class Replay
This class is instantiated when the arcade is made and is the class that other modules communicate to the Replay through.
Constructor Summary | |
---|---|
Replay(VoogaGUI voogaGUI)
|
Method Summary | |
---|---|
static javax.swing.JMenuItem |
getGameHistoryMenuItem(java.lang.String user,
VoogaGUI voogaGUI)
Gets the Load Game History MenuItem which should be added to the Users menu. |
VoogaSave |
getVoogaSave(int frameID)
Gets the VoogaSave associated with the frame ID |
void |
setVoogaSave(int frameID,
VoogaSave voogaSave)
Saves the frameID and VoogaSave object associated with it in a map |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Replay(VoogaGUI voogaGUI)
Method Detail |
---|
public static javax.swing.JMenuItem getGameHistoryMenuItem(java.lang.String user, VoogaGUI voogaGUI)
user
-
public VoogaSave getVoogaSave(int frameID)
myFrameID
-
public void setVoogaSave(int frameID, VoogaSave voogaSave)
frameID
- voogaSave
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |