From 670fcf2613f6db2a4bfdaa91ac9d90001a90359e Mon Sep 17 00:00:00 2001 From: Ida Massow Date: Tue, 10 May 2011 16:59:40 +0200 Subject: docs fertig und vorher repariert git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@232 72836036-5685-4462-b002-a69064685172 --- doc/jrummikub/view/class-use/IView.html | 238 ++++++++++++++++++++++++++++++++ 1 file changed, 238 insertions(+) create mode 100644 doc/jrummikub/view/class-use/IView.html (limited to 'doc/jrummikub/view/class-use/IView.html') diff --git a/doc/jrummikub/view/class-use/IView.html b/doc/jrummikub/view/class-use/IView.html new file mode 100644 index 0000000..f6cadd8 --- /dev/null +++ b/doc/jrummikub/view/class-use/IView.html @@ -0,0 +1,238 @@ + + + + + + +Uses of Interface jrummikub.view.IView + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
jrummikub.view.IView

+
+ + + + + + + + + + + + + +
+Packages that use IView
jrummikub.control  
jrummikub.view.impl  
+  +

+ + + + + +
+Uses of IView in jrummikub.control
+  +

+ + + + + + + + + + + + + + + + + + + + +
Constructors in jrummikub.control with parameters of type IView
GameControl(IView view) + +
+          Constructor
RoundControl(IGameState gameState, + IView view) + +
+          Create a new RoundControl using the given gameState and view
TurnControl(IHand hand, + ITable table, + IView view) + +
+          Create a new TurnControl using a given hand (of the active player), a given + table and a given view for user interaction.
TurnControl(IHand hand, + ITable table, + IView view, + ITurnTimer testTimer) + +
+          Test only constructor
TurnTimer(IView view) + +
+          Create a new timer using a given view to display the current time left
+  +

+ + + + + +
+Uses of IView in jrummikub.view.impl
+  +

+ + + + + + + + + +
Classes in jrummikub.view.impl that implement IView
+ classView + +
+          Implementation of the top-level view interface
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3