Fix a comment and update documentation
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@233 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
670fcf2613
commit
34a8bf5a27
157 changed files with 274 additions and 268 deletions
|
@ -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>
|
||||
AbstractStonePanel
|
||||
</TITLE>
|
||||
|
@ -269,7 +269,7 @@ Base class for panels that draw 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">
|
||||
|
@ -278,7 +278,7 @@ Base class for panels that draw 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">
|
||||
|
@ -594,9 +594,9 @@ public <A HREF="../../../jrummikub/util/Event2.html" title="class in jrummikub.u
|
|||
</DD>
|
||||
<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>
|
||||
|
@ -615,9 +615,9 @@ public <A HREF="../../../jrummikub/util/Event2.html" title="class in jrummikub.u
|
|||
</DD>
|
||||
<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>
|
||||
|
@ -636,9 +636,9 @@ public <A HREF="../../../jrummikub/util/Event2.html" title="class in jrummikub.u
|
|||
</DD>
|
||||
<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 ========= -->
|
||||
|
|
Reference in a new issue