diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2011-05-10 17:05:58 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2011-05-10 17:05:58 +0200 |
commit | 34a8bf5a275f2f2db10267b30dce386a1c927db4 (patch) | |
tree | 3c779c193c7932144044828bec04cf05c40b15a0 /doc/jrummikub/view/IStonePanel.html | |
parent | 670fcf2613f6db2a4bfdaa91ac9d90001a90359e (diff) | |
download | JRummikub-34a8bf5a275f2f2db10267b30dce386a1c927db4.tar JRummikub-34a8bf5a275f2f2db10267b30dce386a1c927db4.zip |
Fix a comment and update documentation
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@233 72836036-5685-4462-b002-a69064685172
Diffstat (limited to 'doc/jrummikub/view/IStonePanel.html')
-rw-r--r-- | doc/jrummikub/view/IStonePanel.html | 27 |
1 files changed, 14 insertions, 13 deletions
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 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Tue May 10 16:57:34 CEST 2011 --> +<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:04:59 CEST 2011 --> <TITLE> IStonePanel </TITLE> @@ -103,7 +103,8 @@ Interface IStonePanel</H2> </PRE> <P> -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 <P> <P> @@ -126,7 +127,7 @@ An interface for view elements that can emit click events for clicks on stones <BR> 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</TD> + etc.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> @@ -135,7 +136,7 @@ An interface for view elements that can emit click events for clicks on stones <BR> 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</TD> + etc.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> @@ -168,9 +169,9 @@ getStoneClickEvent</H3> <P> <DD><DL> -<DT><B>Returns:</B><DD>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</DL> +<DT><B>Returns:</B><DD>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</DL> </DD> </DL> <HR> @@ -185,9 +186,9 @@ getRangeClickEvent</H3> <P> <DD><DL> -<DT><B>Returns:</B><DD>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</DL> +<DT><B>Returns:</B><DD>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</DL> </DD> </DL> <HR> @@ -202,9 +203,9 @@ getSetClickEvent</H3> <P> <DD><DL> -<DT><B>Returns:</B><DD>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</DL> +<DT><B>Returns:</B><DD>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</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> |