Uses of Class
vooga.replay.core.AbstractVoogaReplay

Packages that use AbstractVoogaReplay
vooga.replay.core This package contains major classes used for interfacing with Replay and used for the backend and frontend. 
vooga.replay.eventListeners This package contains classes handling event listeners. 
vooga.users.user Contains the User object as well as a "database" that allows other components to access the various users of VOOGA along with their information. 
 

Uses of AbstractVoogaReplay in vooga.replay.core
 

Subclasses of AbstractVoogaReplay in vooga.replay.core
 class UserActionReplay
          This class represents the method of replay which resimulates all the user actions.
 

Uses of AbstractVoogaReplay in vooga.replay.eventListeners
 

Constructors in vooga.replay.eventListeners with parameters of type AbstractVoogaReplay
ReplayAction.ReplayThread(AbstractVoogaReplay inputReplay, GameEngine inputGameEngine)
           
ReplayMarkPointAction(VoogaSave voogaSave, AbstractVoogaReplay voogaReplay, javax.swing.JList replayPointsList)
           
 

Uses of AbstractVoogaReplay in vooga.users.user
 

Methods in vooga.users.user that return types with arguments of type AbstractVoogaReplay
 java.util.Collection<AbstractVoogaReplay> VoogaUser.getGameSaves(java.lang.String gameName)
          Returns a Collection of all the AbstractGames associated with game for this user