git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@609 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Ida Massow 2011-07-06 16:36:06 +02:00
parent 3193477354
commit 51b7fbe822
156 changed files with 22852 additions and 2001 deletions

View file

@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:05:06 CEST 2011 -->
<!-- Generated by javadoc (build 1.6.0_22) on Tue Jul 05 21:52:00 CEST 2011 -->
<TITLE>
Uses of Package jrummikub.util
</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">
@ -94,6 +94,14 @@ Packages that use <A HREF="../../jrummikub/util/package-summary.html">jrummikub.
<TD>&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#jrummikub.control.network"><B>jrummikub.control.network</B></A></TD>
<TD>&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#jrummikub.control.turn"><B>jrummikub.control.turn</B></A></TD>
<TD>&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#jrummikub.model"><B>jrummikub.model</B></A></TD>
<TD>&nbsp;&nbsp;</TD>
</TR>
@ -119,14 +127,177 @@ Packages that use <A HREF="../../jrummikub/util/package-summary.html">jrummikub.
Classes in <A HREF="../../jrummikub/util/package-summary.html">jrummikub.util</A> used by <A HREF="../../jrummikub/control/package-summary.html">jrummikub.control</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/Connection.html#jrummikub.control"><B>Connection</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A Connection object can be used to remove a listener from a event</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/Event.html#jrummikub.control"><B>Event</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Simple parameterless event generator</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/Event1.html#jrummikub.control"><B>Event1</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Simple single parameter event generator</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/Event3.html#jrummikub.control"><B>Event3</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Simple single parameter event generator</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/IEvent.html#jrummikub.control"><B>IEvent</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Interface for classes that can generate parameterless events</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/IEvent1.html#jrummikub.control"><B>IEvent1</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Interface for classes that can generate events having a single parameter</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/IEvent3.html#jrummikub.control"><B>IEvent3</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Interface for classes that can generate events having a two parameters</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/LoginData.html#jrummikub.control"><B>LoginData</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Data needed for the login in one data type (name, server, password, channel)</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/Pair.html#jrummikub.control"><B>Pair</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A pair of objects</TD>
</TR>
</TABLE>
&nbsp;
<P>
<A NAME="jrummikub.control.network"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../jrummikub/util/package-summary.html">jrummikub.util</A> used by <A HREF="../../jrummikub/control/network/package-summary.html">jrummikub.control.network</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/Connection.html#jrummikub.control.network"><B>Connection</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A Connection object can be used to remove a listener from a event</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/Event.html#jrummikub.control.network"><B>Event</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Simple parameterless event generator</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/Event1.html#jrummikub.control.network"><B>Event1</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Simple single parameter event generator</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/Event2.html#jrummikub.control.network"><B>Event2</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Simple single parameter event generator</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/GameData.html#jrummikub.control.network"><B>GameData</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Class summarizing the game data important for unique and sensible network
representation and use</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/IEvent.html#jrummikub.control.network"><B>IEvent</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Interface for classes that can generate parameterless events</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/IEvent1.html#jrummikub.control.network"><B>IEvent1</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Interface for classes that can generate events having a single parameter</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/IEvent2.html#jrummikub.control.network"><B>IEvent2</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Interface for classes that can generate events having a two parameters</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/LoginData.html#jrummikub.control.network"><B>LoginData</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Data needed for the login in one data type (name, server, password, channel)</TD>
</TR>
</TABLE>
&nbsp;
<P>
<A NAME="jrummikub.control.turn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../jrummikub/util/package-summary.html">jrummikub.util</A> used by <A HREF="../../jrummikub/control/turn/package-summary.html">jrummikub.control.turn</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/Connection.html#jrummikub.control.turn"><B>Connection</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A Connection object can be used to remove a listener from a event</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/Event.html#jrummikub.control.turn"><B>Event</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Simple parameterless event generator</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/Event1.html#jrummikub.control.turn"><B>Event1</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Simple single parameter event generator</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/Event2.html#jrummikub.control.turn"><B>Event2</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Simple single parameter event generator</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/IEvent.html#jrummikub.control.turn"><B>IEvent</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Interface for classes that can generate parameterless events</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/IEvent1.html#jrummikub.control.turn"><B>IEvent1</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Interface for classes that can generate events having a single parameter</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/IEvent2.html#jrummikub.control.turn"><B>IEvent2</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Interface for classes that can generate events having a two parameters</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/Pair.html#jrummikub.control.turn"><B>Pair</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A pair of objects</TD>
</TR>
@ -175,6 +346,12 @@ Classes in <A HREF="../../jrummikub/util/package-summary.html">jrummikub.util</A
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/IEvent2.html#jrummikub.util"><B>IEvent2</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Interface for classes that can generate events having a two parameters</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/IEvent3.html#jrummikub.util"><B>IEvent3</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Interface for classes that can generate events having a two parameters</TD>
</TR>
@ -194,6 +371,13 @@ Classes in <A HREF="../../jrummikub/util/package-summary.html">jrummikub.util</A
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/IListener2.html#jrummikub.util"><B>IListener2</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Interface for classes that can receive parameterless events having a two
parameters</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/IListener3.html#jrummikub.util"><B>IListener3</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Interface for classes that can receive parameterless events having a two
parameters</TD>
@ -214,6 +398,13 @@ Classes in <A HREF="../../jrummikub/util/package-summary.html">jrummikub.util</A
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Simple single parameter event generator</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/GameData.html#jrummikub.view"><B>GameData</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Class summarizing the game data important for unique and sensible network
representation and use</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/IEvent.html#jrummikub.view"><B>IEvent</B></A></B>
<BR>
@ -232,6 +423,12 @@ Classes in <A HREF="../../jrummikub/util/package-summary.html">jrummikub.util</A
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Interface for classes that can generate events having a two parameters</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/LoginData.html#jrummikub.view"><B>LoginData</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Data needed for the login in one data type (name, server, password, channel)</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/Pair.html#jrummikub.view"><B>Pair</B></A></B>
<BR>
@ -247,6 +444,12 @@ Classes in <A HREF="../../jrummikub/util/package-summary.html">jrummikub.util</A
Classes in <A HREF="../../jrummikub/util/package-summary.html">jrummikub.util</A> used by <A HREF="../../jrummikub/view/impl/package-summary.html">jrummikub.view.impl</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/Event.html#jrummikub.view.impl"><B>Event</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Simple parameterless event generator</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/Event1.html#jrummikub.view.impl"><B>Event1</B></A></B>
<BR>
@ -259,6 +462,13 @@ Classes in <A HREF="../../jrummikub/util/package-summary.html">jrummikub.util</A
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Simple single parameter event generator</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/GameData.html#jrummikub.view.impl"><B>GameData</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Class summarizing the game data important for unique and sensible network
representation and use</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/IEvent.html#jrummikub.view.impl"><B>IEvent</B></A></B>
<BR>
@ -271,6 +481,18 @@ Classes in <A HREF="../../jrummikub/util/package-summary.html">jrummikub.util</A
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Interface for classes that can generate events having a single parameter</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/IEvent2.html#jrummikub.view.impl"><B>IEvent2</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Interface for classes that can generate events having a two parameters</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/LoginData.html#jrummikub.view.impl"><B>LoginData</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Data needed for the login in one data type (name, server, password, channel)</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jrummikub/util/class-use/Pair.html#jrummikub.view.impl"><B>Pair</B></A></B>
<BR>