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/view/IPlayerPanel.html | 85 +++++++++++++++++++++++------------- 1 file changed, 55 insertions(+), 30 deletions(-) (limited to 'doc/jrummikub/view/IPlayerPanel.html') diff --git a/doc/jrummikub/view/IPlayerPanel.html b/doc/jrummikub/view/IPlayerPanel.html index a3fbaca..ff40acb 100644 --- a/doc/jrummikub/view/IPlayerPanel.html +++ b/doc/jrummikub/view/IPlayerPanel.html @@ -2,12 +2,12 @@ - + IPlayerPanel - + @@ -55,8 +55,8 @@ function windowTitle() PREV CLASS  - NEXT CLASSPREV CLASS  + NEXT CLASS FRAMES    NO FRAMES   @@ -126,11 +126,11 @@ The player panel that contains a player's board and other user interfaces - IHandPanel -getHandPanel() + IEvent +getRedealEvent()
-            +          The redeal event is emitted when the player wants to get new stones @@ -147,13 +147,22 @@ The player panel that contains a player's board and other user interfaces getSortByRunsEvent()
-          The sort by runs event is emitted when the player wants to sort his stones - by runs +          The sort by runs event is emitted when the player wants to sort his + stones by runs  void -setTimeLeft(int time) +setEndTurnMode(TurnMode turnMode) + +
+          Sets the buttons available to end the turn + + + + void +setTime(int time, + int totalTime)
          Sets the time the player has left for his turn @@ -172,27 +181,16 @@ The player panel that contains a player's board and other user interfaces -

-getHandPanel

+

+setTime

-IHandPanel getHandPanel()
-
-
- -
Returns:
the board where the players hand stones are displayed
-
-
-
- -

-setTimeLeft

-
-void setTimeLeft(int time)
+void setTime(int time, + int totalTime)
Sets the time the player has left for his turn

-
Parameters:
time - the time left
+
Parameters:
time - the time left
totalTime - total time for a turn

@@ -217,8 +215,8 @@ getSortByRunsEvent
 IEvent getSortByRunsEvent()
-
The sort by runs event is emitted when the player wants to sort his stones - by runs +
The sort by runs event is emitted when the player wants to sort his + stones by runs

@@ -239,6 +237,33 @@ getEndTurnEvent
Returns:
the event
+
+ +

+getRedealEvent

+
+IEvent getRedealEvent()
+
+
The redeal event is emitted when the player wants to get new stones +

+

+ +
Returns:
the event
+
+
+
+ +

+setEndTurnMode

+
+void setEndTurnMode(TurnMode turnMode)
+
+
Sets the buttons available to end the turn +

+

+
Parameters:
turnMode - the TurnMode
+
+

@@ -270,8 +295,8 @@ getEndTurnEvent PREV CLASS  - NEXT CLASSPREV CLASS  + NEXT CLASS
FRAMES    NO FRAMES   -- cgit v1.2.3