Javadoc
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@609 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
3193477354
commit
51b7fbe822
156 changed files with 22852 additions and 2001 deletions
|
@ -2,12 +2,12 @@
|
|||
<!--NewPage-->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:04:59 CEST 2011 -->
|
||||
<!-- Generated by javadoc (build 1.6.0_22) on Tue Jul 05 21:51:55 CEST 2011 -->
|
||||
<TITLE>
|
||||
IPlayerPanel
|
||||
</TITLE>
|
||||
|
||||
<META NAME="date" CONTENT="2011-05-10">
|
||||
<META NAME="date" CONTENT="2011-07-05">
|
||||
|
||||
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
|
||||
|
||||
|
@ -55,8 +55,8 @@ function windowTitle()
|
|||
|
||||
<TR>
|
||||
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
||||
<A HREF="../../jrummikub/view/IHandPanel.html" title="interface in jrummikub.view"><B>PREV CLASS</B></A>
|
||||
<A HREF="../../jrummikub/view/IStoneCollectionPanel.html" title="interface in jrummikub.view"><B>NEXT CLASS</B></A></FONT></TD>
|
||||
<A HREF="../../jrummikub/view/ILoginPanel.html" title="interface in jrummikub.view"><B>PREV CLASS</B></A>
|
||||
<A HREF="../../jrummikub/view/IQuitWarningPanel.html" title="interface in jrummikub.view"><B>NEXT CLASS</B></A></FONT></TD>
|
||||
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
||||
<A HREF="../../index.html?jrummikub/view/IPlayerPanel.html" target="_top"><B>FRAMES</B></A>
|
||||
<A HREF="IPlayerPanel.html" target="_top"><B>NO FRAMES</B></A>
|
||||
|
@ -126,11 +126,11 @@ The player panel that contains a player's board and other user interfaces
|
|||
</TR>
|
||||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||||
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
||||
<CODE> <A HREF="../../jrummikub/view/IHandPanel.html" title="interface in jrummikub.view">IHandPanel</A></CODE></FONT></TD>
|
||||
<TD><CODE><B><A HREF="../../jrummikub/view/IPlayerPanel.html#getHandPanel()">getHandPanel</A></B>()</CODE>
|
||||
<CODE> <A HREF="../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A></CODE></FONT></TD>
|
||||
<TD><CODE><B><A HREF="../../jrummikub/view/IPlayerPanel.html#getRedealEvent()">getRedealEvent</A></B>()</CODE>
|
||||
|
||||
<BR>
|
||||
</TD>
|
||||
The redeal event is emitted when the player wants to get new stones</TD>
|
||||
</TR>
|
||||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||||
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
||||
|
@ -147,13 +147,22 @@ The player panel that contains a player's board and other user interfaces
|
|||
<TD><CODE><B><A HREF="../../jrummikub/view/IPlayerPanel.html#getSortByRunsEvent()">getSortByRunsEvent</A></B>()</CODE>
|
||||
|
||||
<BR>
|
||||
The sort by runs event is emitted when the player wants to sort his stones
|
||||
by runs</TD>
|
||||
The sort by runs event is emitted when the player wants to sort his
|
||||
stones by runs</TD>
|
||||
</TR>
|
||||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||||
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
||||
<CODE> void</CODE></FONT></TD>
|
||||
<TD><CODE><B><A HREF="../../jrummikub/view/IPlayerPanel.html#setTimeLeft(int)">setTimeLeft</A></B>(int time)</CODE>
|
||||
<TD><CODE><B><A HREF="../../jrummikub/view/IPlayerPanel.html#setEndTurnMode(jrummikub.control.turn.TurnMode)">setEndTurnMode</A></B>(<A HREF="../../jrummikub/control/turn/TurnMode.html" title="enum in jrummikub.control.turn">TurnMode</A> turnMode)</CODE>
|
||||
|
||||
<BR>
|
||||
Sets the buttons available to end the turn</TD>
|
||||
</TR>
|
||||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||||
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
||||
<CODE> void</CODE></FONT></TD>
|
||||
<TD><CODE><B><A HREF="../../jrummikub/view/IPlayerPanel.html#setTime(int, int)">setTime</A></B>(int time,
|
||||
int totalTime)</CODE>
|
||||
|
||||
<BR>
|
||||
Sets the time the player has left for his turn</TD>
|
||||
|
@ -172,27 +181,16 @@ The player panel that contains a player's board and other user interfaces
|
|||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<A NAME="getHandPanel()"><!-- --></A><H3>
|
||||
getHandPanel</H3>
|
||||
<A NAME="setTime(int, int)"><!-- --></A><H3>
|
||||
setTime</H3>
|
||||
<PRE>
|
||||
<A HREF="../../jrummikub/view/IHandPanel.html" title="interface in jrummikub.view">IHandPanel</A> <B>getHandPanel</B>()</PRE>
|
||||
<DL>
|
||||
<DD><DL>
|
||||
|
||||
<DT><B>Returns:</B><DD>the board where the players hand stones are displayed</DL>
|
||||
</DD>
|
||||
</DL>
|
||||
<HR>
|
||||
|
||||
<A NAME="setTimeLeft(int)"><!-- --></A><H3>
|
||||
setTimeLeft</H3>
|
||||
<PRE>
|
||||
void <B>setTimeLeft</B>(int time)</PRE>
|
||||
void <B>setTime</B>(int time,
|
||||
int totalTime)</PRE>
|
||||
<DL>
|
||||
<DD>Sets the time the player has left for his turn
|
||||
<P>
|
||||
<DD><DL>
|
||||
<DT><B>Parameters:</B><DD><CODE>time</CODE> - the time left</DL>
|
||||
<DT><B>Parameters:</B><DD><CODE>time</CODE> - the time left<DD><CODE>totalTime</CODE> - total time for a turn</DL>
|
||||
</DD>
|
||||
</DL>
|
||||
<HR>
|
||||
|
@ -217,8 +215,8 @@ getSortByRunsEvent</H3>
|
|||
<PRE>
|
||||
<A HREF="../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A> <B>getSortByRunsEvent</B>()</PRE>
|
||||
<DL>
|
||||
<DD>The sort by runs event is emitted when the player wants to sort his stones
|
||||
by runs
|
||||
<DD>The sort by runs event is emitted when the player wants to sort his
|
||||
stones by runs
|
||||
<P>
|
||||
<DD><DL>
|
||||
|
||||
|
@ -239,6 +237,33 @@ getEndTurnEvent</H3>
|
|||
<DT><B>Returns:</B><DD>the event</DL>
|
||||
</DD>
|
||||
</DL>
|
||||
<HR>
|
||||
|
||||
<A NAME="getRedealEvent()"><!-- --></A><H3>
|
||||
getRedealEvent</H3>
|
||||
<PRE>
|
||||
<A HREF="../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A> <B>getRedealEvent</B>()</PRE>
|
||||
<DL>
|
||||
<DD>The redeal event is emitted when the player wants to get new stones
|
||||
<P>
|
||||
<DD><DL>
|
||||
|
||||
<DT><B>Returns:</B><DD>the event</DL>
|
||||
</DD>
|
||||
</DL>
|
||||
<HR>
|
||||
|
||||
<A NAME="setEndTurnMode(jrummikub.control.turn.TurnMode)"><!-- --></A><H3>
|
||||
setEndTurnMode</H3>
|
||||
<PRE>
|
||||
void <B>setEndTurnMode</B>(<A HREF="../../jrummikub/control/turn/TurnMode.html" title="enum in jrummikub.control.turn">TurnMode</A> turnMode)</PRE>
|
||||
<DL>
|
||||
<DD>Sets the buttons available to end the turn
|
||||
<P>
|
||||
<DD><DL>
|
||||
<DT><B>Parameters:</B><DD><CODE>turnMode</CODE> - the <A HREF="../../jrummikub/control/turn/TurnMode.html" title="enum in jrummikub.control.turn"><CODE>TurnMode</CODE></A></DL>
|
||||
</DD>
|
||||
</DL>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<HR>
|
||||
|
||||
|
@ -270,8 +295,8 @@ getEndTurnEvent</H3>
|
|||
|
||||
<TR>
|
||||
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
||||
<A HREF="../../jrummikub/view/IHandPanel.html" title="interface in jrummikub.view"><B>PREV CLASS</B></A>
|
||||
<A HREF="../../jrummikub/view/IStoneCollectionPanel.html" title="interface in jrummikub.view"><B>NEXT CLASS</B></A></FONT></TD>
|
||||
<A HREF="../../jrummikub/view/ILoginPanel.html" title="interface in jrummikub.view"><B>PREV CLASS</B></A>
|
||||
<A HREF="../../jrummikub/view/IQuitWarningPanel.html" title="interface in jrummikub.view"><B>NEXT CLASS</B></A></FONT></TD>
|
||||
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
||||
<A HREF="../../index.html?jrummikub/view/IPlayerPanel.html" target="_top"><B>FRAMES</B></A>
|
||||
<A HREF="IPlayerPanel.html" target="_top"><B>NO FRAMES</B></A>
|
||||
|
|
Reference in a new issue