Uses of Package
de.unifreiburg.twodeedoo.view

Packages that use de.unifreiburg.twodeedoo.view
de.unifreiburg.twodeedoo.model Game model (actors) 
de.unifreiburg.twodeedoo.model.test Test helpers for the model layer. 
de.unifreiburg.twodeedoo.scene Scene management (Scene, Puppets) 
de.unifreiburg.twodeedoo.scene.test Test helpers for the scene layer. 
de.unifreiburg.twodeedoo.view Swing component to display scenes, schedule activities and dispatch keys. 
de.unifreiburg.twodeedoo.world A world simulator (like DrScheme's world teachpack) for twodeedoo. 
 

Classes in de.unifreiburg.twodeedoo.view used by de.unifreiburg.twodeedoo.model
IActivity
          I'm a toplevel schedulable.
IGameController
          Control the execution of the game from within an Activity: switch to other activity, quit, restart.
IKeyHandler
          Handler of keyboard events, but mostly independent from AWT.
ISchedulable
          I want to run from time to time.
 

Classes in de.unifreiburg.twodeedoo.view used by de.unifreiburg.twodeedoo.model.test
IActivity
          I'm a toplevel schedulable.
IGameController
          Control the execution of the game from within an Activity: switch to other activity, quit, restart.
IKeyHandler
          Handler of keyboard events, but mostly independent from AWT.
ISchedulable
          I want to run from time to time.
 

Classes in de.unifreiburg.twodeedoo.view used by de.unifreiburg.twodeedoo.scene
IBrush
          I can paint myself to some location of your choice on a Graphics.
IPainter
          I can paint something onto a Graphics when I'm told to.
 

Classes in de.unifreiburg.twodeedoo.view used by de.unifreiburg.twodeedoo.scene.test
IPainter
          I can paint something onto a Graphics when I'm told to.
 

Classes in de.unifreiburg.twodeedoo.view used by de.unifreiburg.twodeedoo.view
IActivity
          I'm a toplevel schedulable.
IBrush
          I can paint myself to some location of your choice on a Graphics.
IGameController
          Control the execution of the game from within an Activity: switch to other activity, quit, restart.
IGameControlListener
          Someone who wants to know that a game in a SceneView has requested the game to quit or to restart.
IKeyHandler
          Handler of keyboard events, but mostly independent from AWT.
IPainter
          I can paint something onto a Graphics when I'm told to.
ISchedulable
          I want to run from time to time.
 

Classes in de.unifreiburg.twodeedoo.view used by de.unifreiburg.twodeedoo.world
IActivity
          I'm a toplevel schedulable.
IGameController
          Control the execution of the game from within an Activity: switch to other activity, quit, restart.
IKeyHandler
          Handler of keyboard events, but mostly independent from AWT.
IPainter
          I can paint something onto a Graphics when I'm told to.
ISchedulable
          I want to run from time to time.