diff options
author | Ida Massow <massow@informatik.uni-luebeck.de> | 2011-07-06 16:36:06 +0200 |
---|---|---|
committer | Ida Massow <massow@informatik.uni-luebeck.de> | 2011-07-06 16:36:06 +0200 |
commit | 51b7fbe822bd9a3804c061f0b844884769d7ddba (patch) | |
tree | 152d79321131936d1bc49e959d2a7a2628c592cb /doc/jrummikub/view/package-summary.html | |
parent | 3193477354fc63477a3f42c94023fa84c129adf1 (diff) | |
download | JRummikub-51b7fbe822bd9a3804c061f0b844884769d7ddba.tar JRummikub-51b7fbe822bd9a3804c061f0b844884769d7ddba.zip |
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@609 72836036-5685-4462-b002-a69064685172
Diffstat (limited to 'doc/jrummikub/view/package-summary.html')
-rw-r--r-- | doc/jrummikub/view/package-summary.html | 63 |
1 files changed, 61 insertions, 2 deletions
diff --git a/doc/jrummikub/view/package-summary.html b/doc/jrummikub/view/package-summary.html index 6bea81c..d96b6a2 100644 --- a/doc/jrummikub/view/package-summary.html +++ b/doc/jrummikub/view/package-summary.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:05:05 CEST 2011 --> +<!-- Generated by javadoc (build 1.6.0_22) on Tue Jul 05 21:52:00 CEST 2011 --> <TITLE> jrummikub.view </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"> @@ -93,14 +93,43 @@ Package jrummikub.view <TD>An interface for view elements that can emit click events</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../jrummikub/view/IConnectPanel.html" title="interface in jrummikub.view">IConnectPanel</A></B></TD> +<TD>Panel shown during connection process and showing errors</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../jrummikub/view/IGameListPanel.html" title="interface in jrummikub.view">IGameListPanel</A></B></TD> +<TD>Panel showing all offered games in the chosen channel</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../jrummikub/view/IHandPanel.html" title="interface in jrummikub.view">IHandPanel</A></B></TD> <TD>The view for a player's hand that displays his stones</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../jrummikub/view/ILoginPanel.html" title="interface in jrummikub.view">ILoginPanel</A></B></TD> +<TD>LoginPanel for network game</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../jrummikub/view/IPlayerPanel.html" title="interface in jrummikub.view">IPlayerPanel</A></B></TD> <TD>The player panel that contains a player's board and other user interfaces</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../jrummikub/view/IQuitWarningPanel.html" title="interface in jrummikub.view">IQuitWarningPanel</A></B></TD> +<TD>Warning panel shown to if the emitted event would cancel the current game</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../jrummikub/view/IScorePanel.html" title="interface in jrummikub.view">IScorePanel</A></B></TD> +<TD>The panel the scores are displayed in</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../jrummikub/view/ISettingsPanel.html" title="interface in jrummikub.view">ISettingsPanel</A></B></TD> +<TD>The panel for the game setup</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../jrummikub/view/ISidePanel.html" title="interface in jrummikub.view">ISidePanel</A></B></TD> +<TD>Side panel to show all players and relevant player information in round + order, game settings and stone heap size</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../jrummikub/view/IStoneCollectionPanel.html" title="interface in jrummikub.view">IStoneCollectionPanel</A></B></TD> <TD>The view of the collection that shows the stones a player has selected</TD> </TR> @@ -121,6 +150,36 @@ Package jrummikub.view <P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Enum Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../jrummikub/view/IQuitWarningPanel.QuitMode.html" title="enum in jrummikub.view">IQuitWarningPanel.QuitMode</A></B></TD> +<TD>Enum summarizing the different events invoking the quit warning panel</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../jrummikub/view/ISettingsPanel.SettingsError.html" title="enum in jrummikub.view">ISettingsPanel.SettingsError</A></B></TD> +<TD>Specifies the different kinds of settings errors that can be displayed</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../jrummikub/view/ISettingsPanel.SettingsMode.html" title="enum in jrummikub.view">ISettingsPanel.SettingsMode</A></B></TD> +<TD>SettingsPanel can be used with different functions in different situations</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../jrummikub/view/IView.BottomPanelType.html" title="enum in jrummikub.view">IView.BottomPanelType</A></B></TD> +<TD>Different types of bottom panels</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../jrummikub/view/LoginError.html" title="enum in jrummikub.view">LoginError</A></B></TD> +<TD>Enum summarizing the different kinds of login errors</TD> +</TR> +</TABLE> + + +<P> <DL> </DL> <HR> |