From 34a8bf5a275f2f2db10267b30dce386a1c927db4 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 10 May 2011 17:05:58 +0200 Subject: Fix a comment and update documentation git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@233 72836036-5685-4462-b002-a69064685172 --- doc/jrummikub/view/IStonePanel.html | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'doc/jrummikub/view/IStonePanel.html') diff --git a/doc/jrummikub/view/IStonePanel.html b/doc/jrummikub/view/IStonePanel.html index 516f2a9..0953e9b 100644 --- a/doc/jrummikub/view/IStonePanel.html +++ b/doc/jrummikub/view/IStonePanel.html @@ -2,7 +2,7 @@ - + IStonePanel @@ -103,7 +103,8 @@ Interface IStonePanel

-An interface for view elements that can emit click events for clicks on stones +An interface for view elements that can emit click events for clicks on + stones

@@ -126,7 +127,7 @@ An interface for view elements that can emit click events for clicks on stones
          the range click event is emitted when the player clicks on the table/hand/ - etc. and wants to select a range instead of a single stone + etc. @@ -135,7 +136,7 @@ An interface for view elements that can emit click events for clicks on stones
          the set click event is emitted when the player clicks on the table/hand/ - etc. and wants to select a whole set instead of a single stone + etc. @@ -168,9 +169,9 @@ getStoneClickEvent

-
Returns:
the event; the first parameter is the position of the click in grid - coordinates, the second is true when the player wants to add stones - to his selection instead of replacing them
+
Returns:
the event; the first parameter is the stone that was clicked on, + the second is true when the player wants to add stones to his + selection instead of replacing them

@@ -185,9 +186,9 @@ getRangeClickEvent

-
Returns:
the event; the first parameter is the position of the click in grid - coordinates, the second is true when the player wants to add stones - to his selection instead of replacing them
+
Returns:
the event; the first parameter is the stone that was clicked on, + the second is true when the player wants to add stones to his + selection instead of replacing them

@@ -202,9 +203,9 @@ getSetClickEvent

-
Returns:
the event; the first parameter is the position of the click in grid - coordinates, the second is true when the player wants to add stones - to his selection instead of replacing them
+
Returns:
the event; the first parameter the stone that was clicked on, the + second is true when the player wants to add stones to his selection + instead of replacing them
-- cgit v1.2.3