From 51b7fbe822bd9a3804c061f0b844884769d7ddba Mon Sep 17 00:00:00 2001 From: Ida Massow Date: Wed, 6 Jul 2011 16:36:06 +0200 Subject: Javadoc git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@609 72836036-5685-4462-b002-a69064685172 --- doc/jrummikub/model/class-use/IHand.html | 100 +++++++++++++++++++++++++------ 1 file changed, 81 insertions(+), 19 deletions(-) (limited to 'doc/jrummikub/model/class-use/IHand.html') diff --git a/doc/jrummikub/model/class-use/IHand.html b/doc/jrummikub/model/class-use/IHand.html index 70e4ca9..66060e7 100644 --- a/doc/jrummikub/model/class-use/IHand.html +++ b/doc/jrummikub/model/class-use/IHand.html @@ -2,12 +2,12 @@ - + Uses of Interface jrummikub.model.IHand - + @@ -90,7 +90,7 @@ function windowTitle() Packages that use IHand -jrummikub.control +jrummikub.control.turn    @@ -100,11 +100,11 @@ Packages that use + +Uses of IHand in jrummikub.control.turn
-Uses of IHand in jrummikub.control
  @@ -112,25 +112,47 @@ Uses of -Constructors in jrummikub.control with parameters of type IHand +Fields in jrummikub.control.turn declared as IHand -TurnControl(IHand hand, - ITable table, - IView view) + +private  IHand +ITurnControl.TurnInfo.hand + +
+            + + + +private  IHand +ITurnControl.TurnInfo.oldHand + +
+            + + +  +

+ + + + + + + + +          Gets the current player's hand - + +          Gets the current player's hand at the beginning of the turn
Methods in jrummikub.control.turn that return IHand
+ IHandITurnControl.TurnInfo.getHand()
-          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) + + IHandITurnControl.TurnInfo.getOldHand()
-          Test only constructor
  @@ -163,16 +185,24 @@ Uses of -Methods in jrummikub.model that return IHand +Fields in jrummikub.model declared as IHand - IHand -Player.getHand() +private  IHand +Player.hand
            + +  +

+ + + + + @@ -181,6 +211,38 @@ Uses of + + + +
Methods in jrummikub.model that return IHand
 IHand + IHandPlayer.getHand() + +
+           
+  +

+ + + + + + + + + + + + +
Methods in jrummikub.model with parameters of type IHand
+ voidIPlayer.setHand(IHand hand) + +
+          Set the current hand of the player
+ voidPlayer.setHand(IHand hand) + +
+           
 

-- cgit v1.2.3