|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IActivity | |
---|---|
de.unifreiburg.twodeedoo.model | Game model (actors) |
de.unifreiburg.twodeedoo.model.test | Test helpers for the model 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. |
Uses of IActivity in de.unifreiburg.twodeedoo.model |
---|
Classes in de.unifreiburg.twodeedoo.model that implement IActivity | |
---|---|
class |
CompositeActor
Simple Composite of IActor s. |
Uses of IActivity in de.unifreiburg.twodeedoo.model.test |
---|
Classes in de.unifreiburg.twodeedoo.model.test that implement IActivity | |
---|---|
class |
ErrorActivity
Implementation of ICompositeActor which raises UnimplementedStubCalledException
for each method call. |
Methods in de.unifreiburg.twodeedoo.model.test with parameters of type IActivity | |
---|---|
void |
FakeGameController.switchToActivity(IActivity newActivity)
|
Uses of IActivity in de.unifreiburg.twodeedoo.view |
---|
Classes in de.unifreiburg.twodeedoo.view that implement IActivity | |
---|---|
class |
NullActivity
An activity which does nothing. |
Methods in de.unifreiburg.twodeedoo.view with parameters of type IActivity | |
---|---|
void |
SceneView.switchToActivity(IActivity newActivity)
|
void |
IGameController.switchToActivity(IActivity newActivity)
Tell the simulator to run a new activity instead of the current activity. |
Uses of IActivity in de.unifreiburg.twodeedoo.world |
---|
Classes in de.unifreiburg.twodeedoo.world that implement IActivity | |
---|---|
class |
WorldAdapter
Adapter from the world package's IWorld to twodeedoo's
Activity+Painter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |