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:
Matthias Schiffer 2011-05-10 17:05:58 +02:00
parent 670fcf2613
commit 34a8bf5a27
157 changed files with 274 additions and 268 deletions

View file

@ -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>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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 ========= -->

View file

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue May 10 16:57:36 CEST 2011 -->
<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:05:00 CEST 2011 -->
<TITLE>
HandPanel
</TITLE>

View file

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue May 10 16:57:37 CEST 2011 -->
<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:05:01 CEST 2011 -->
<TITLE>
PlayerPanel
</TITLE>

View file

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue May 10 16:57:38 CEST 2011 -->
<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:05:01 CEST 2011 -->
<TITLE>
StartTurnPanel
</TITLE>

View file

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue May 10 16:57:39 CEST 2011 -->
<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:05:02 CEST 2011 -->
<TITLE>
StoneCollectionPanel
</TITLE>

View file

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue May 10 16:57:40 CEST 2011 -->
<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:05:03 CEST 2011 -->
<TITLE>
StonePainter
</TITLE>

View file

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue May 10 16:57:40 CEST 2011 -->
<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:05:03 CEST 2011 -->
<TITLE>
TablePanel
</TITLE>

View file

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue May 10 16:57:41 CEST 2011 -->
<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:05:03 CEST 2011 -->
<TITLE>
View
</TITLE>

View file

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue May 10 16:57:42 CEST 2011 -->
<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:05:04 CEST 2011 -->
<TITLE>
WinPanel
</TITLE>

View file

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue May 10 16:57:44 CEST 2011 -->
<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:05:06 CEST 2011 -->
<TITLE>
Uses of Class jrummikub.view.impl.AbstractStonePanel
</TITLE>

View file

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue May 10 16:57:44 CEST 2011 -->
<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:05:06 CEST 2011 -->
<TITLE>
Uses of Class jrummikub.view.impl.HandPanel
</TITLE>

View file

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue May 10 16:57:44 CEST 2011 -->
<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:05:06 CEST 2011 -->
<TITLE>
Uses of Class jrummikub.view.impl.PlayerPanel
</TITLE>

View file

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue May 10 16:57:44 CEST 2011 -->
<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:05:06 CEST 2011 -->
<TITLE>
Uses of Class jrummikub.view.impl.StartTurnPanel
</TITLE>

View file

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue May 10 16:57:44 CEST 2011 -->
<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:05:06 CEST 2011 -->
<TITLE>
Uses of Class jrummikub.view.impl.StoneCollectionPanel
</TITLE>

View file

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue May 10 16:57:43 CEST 2011 -->
<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:05:06 CEST 2011 -->
<TITLE>
Uses of Class jrummikub.view.impl.StonePainter
</TITLE>

View file

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue May 10 16:57:44 CEST 2011 -->
<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:05:06 CEST 2011 -->
<TITLE>
Uses of Class jrummikub.view.impl.TablePanel
</TITLE>

View file

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue May 10 16:57:43 CEST 2011 -->
<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:05:06 CEST 2011 -->
<TITLE>
Uses of Class jrummikub.view.impl.View
</TITLE>

View file

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue May 10 16:57:44 CEST 2011 -->
<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:05:06 CEST 2011 -->
<TITLE>
Uses of Class jrummikub.view.impl.WinPanel
</TITLE>

View file

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue May 10 16:57:42 CEST 2011 -->
<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:05:05 CEST 2011 -->
<TITLE>
jrummikub.view.impl
</TITLE>

View file

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue May 10 16:57:42 CEST 2011 -->
<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:05:05 CEST 2011 -->
<TITLE>
jrummikub.view.impl
</TITLE>

View file

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue May 10 16:57:43 CEST 2011 -->
<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:05:05 CEST 2011 -->
<TITLE>
jrummikub.view.impl Class Hierarchy
</TITLE>

View file

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue May 10 16:57:44 CEST 2011 -->
<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:05:06 CEST 2011 -->
<TITLE>
Uses of Package jrummikub.view.impl
</TITLE>