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/IPlayerPanel.html | 305 +++++++++++++++++++++++++++++++++++ 1 file changed, 305 insertions(+) create mode 100644 doc/jrummikub/view/IPlayerPanel.html (limited to 'doc/jrummikub/view/IPlayerPanel.html') diff --git a/doc/jrummikub/view/IPlayerPanel.html b/doc/jrummikub/view/IPlayerPanel.html new file mode 100644 index 0000000..18721d5 --- /dev/null +++ b/doc/jrummikub/view/IPlayerPanel.html @@ -0,0 +1,305 @@ + + + + + + +IPlayerPanel + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +jrummikub.view +
+Interface IPlayerPanel

+
+
All Known Implementing Classes:
PlayerPanel
+
+
+
+
public interface IPlayerPanel
+ + +

+The player panel that contains a player's board and other user interfaces +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ IEventgetEndTurnEvent() + +
+          The end turn event is emitted when the player wants to end his turn
+ IHandPanelgetHandPanel() + +
+           
+ IEventgetSortByGroupsEvent() + +
+          The sort by groups event is emitted when the player wants to sort his + stones by groups
+ IEventgetSortByRunsEvent() + +
+          The sort by runs event is emitted when the player wants to sort his stones + by runs
+ voidsetTimeLeft(int time) + +
+          Sets the time the player has left for his turn
+  +

+ + + + + + + + +
+Method Detail
+ +

+getHandPanel

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

+setTimeLeft

+
+void setTimeLeft(int time)
+
+
Sets the time the player has left for his turn +

+

+
Parameters:
time - the time left
+
+
+
+ +

+getSortByGroupsEvent

+
+IEvent getSortByGroupsEvent()
+
+
The sort by groups event is emitted when the player wants to sort his + stones by groups +

+

+ +
Returns:
the event
+
+
+
+ +

+getSortByRunsEvent

+
+IEvent getSortByRunsEvent()
+
+
The sort by runs event is emitted when the player wants to sort his stones + by runs +

+

+ +
Returns:
the event
+
+
+
+ +

+getEndTurnEvent

+
+IEvent getEndTurnEvent()
+
+
The end turn event is emitted when the player wants to end his turn +

+

+ +
Returns:
the event
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3