Uses of Class
sv.Controller

Packages that use Controller
sv.net   
sv.view   
 

Uses of Controller in sv.net
 

Methods in sv.net with parameters of type Controller
 void NetDaemon.setController(Controller c)
          Set instance of the controller of the running game; maybe necessary to communicate while playing
 

Uses of Controller in sv.view
 

Methods in sv.view that return Controller
 Controller ScoreBoard.getController()
           
 Controller Board.getController()
           
 Controller MouseFieldAdapter.getController()
          get controller
 Controller View.getController()
          used by other view objects to get direct access to controller
 

Methods in sv.view with parameters of type Controller
 void ScoreBoard.setController(Controller c)
           
 void Board.setController(Controller c)
           
 void MouseFieldAdapter.setController(Controller c)
          set controller
 void View.setController(Controller c)
          set controller for future use
 

Constructors in sv.view with parameters of type Controller
OptScreen(Controller con)
          creates the option screen