diff options
author | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-21 21:54:31 +0000 |
---|---|---|
committer | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-21 21:54:31 +0000 |
commit | df7d7981b56a4560c95ea7e9b194080e93398ecf (patch) | |
tree | b3ae4f02d23ae1f7f4951c776ee8d91b0047dd6f /doc/serialized-form.html | |
parent | 2d073129857a42ab4195cd433c8be152e357033f (diff) |
GREAT PACKAGE RESHUFFLE: Everything is now organised into frontend, backend and common (to frontend and backend) packages. Things may have been broken. Doc refresh.
Diffstat (limited to 'doc/serialized-form.html')
-rw-r--r-- | doc/serialized-form.html | 506 |
1 files changed, 261 insertions, 245 deletions
diff --git a/doc/serialized-form.html b/doc/serialized-form.html index a9a17a3..6bedf5f 100644 --- a/doc/serialized-form.html +++ b/doc/serialized-form.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Mon Mar 21 17:00:03 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Mon Mar 21 21:53:12 GMT 2011 --> <TITLE> Serialized Form </TITLE> @@ -88,16 +88,16 @@ Serialized Form</H1> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="center"><FONT SIZE="+2"> -<B>Package</B> <B>uk.org.ury.database.exceptions</B></FONT></TH> +<B>Package</B> <B>uk.org.ury.backend.database.exceptions</B></FONT></TH> </TR> </TABLE> <P> -<A NAME="uk.org.ury.database.exceptions.ConnectionFailureException"><!-- --></A> +<A NAME="uk.org.ury.backend.database.exceptions.ConnectionFailureException"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/database/exceptions/ConnectionFailureException.html" title="class in uk.org.ury.database.exceptions">uk.org.ury.database.exceptions.ConnectionFailureException</A> extends java.lang.Exception implements Serializable</B></FONT></TH> +<B>Class <A HREF="uk/org/ury/backend/database/exceptions/ConnectionFailureException.html" title="class in uk.org.ury.backend.database.exceptions">uk.org.ury.backend.database.exceptions.ConnectionFailureException</A> extends java.lang.Exception implements Serializable</B></FONT></TH> </TR> </TABLE> @@ -107,11 +107,11 @@ Serialized Form</H1> <P> <P> -<A NAME="uk.org.ury.database.exceptions.MissingCredentialsException"><!-- --></A> +<A NAME="uk.org.ury.backend.database.exceptions.MissingCredentialsException"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.database.exceptions">uk.org.ury.database.exceptions.MissingCredentialsException</A> extends java.lang.Exception implements Serializable</B></FONT></TH> +<B>Class <A HREF="uk/org/ury/backend/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.backend.database.exceptions">uk.org.ury.backend.database.exceptions.MissingCredentialsException</A> extends java.lang.Exception implements Serializable</B></FONT></TH> </TR> </TABLE> @@ -121,11 +121,11 @@ Serialized Form</H1> <P> <P> -<A NAME="uk.org.ury.database.exceptions.MissingPropertyException"><!-- --></A> +<A NAME="uk.org.ury.backend.database.exceptions.MissingPropertyException"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/database/exceptions/MissingPropertyException.html" title="class in uk.org.ury.database.exceptions">uk.org.ury.database.exceptions.MissingPropertyException</A> extends java.lang.Exception implements Serializable</B></FONT></TH> +<B>Class <A HREF="uk/org/ury/backend/database/exceptions/MissingPropertyException.html" title="class in uk.org.ury.backend.database.exceptions">uk.org.ury.backend.database.exceptions.MissingPropertyException</A> extends java.lang.Exception implements Serializable</B></FONT></TH> </TR> </TABLE> @@ -135,11 +135,11 @@ Serialized Form</H1> <P> <P> -<A NAME="uk.org.ury.database.exceptions.QueryFailureException"><!-- --></A> +<A NAME="uk.org.ury.backend.database.exceptions.QueryFailureException"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions">uk.org.ury.database.exceptions.QueryFailureException</A> extends java.lang.Exception implements Serializable</B></FONT></TH> +<B>Class <A HREF="uk/org/ury/backend/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.backend.database.exceptions">uk.org.ury.backend.database.exceptions.QueryFailureException</A> extends java.lang.Exception implements Serializable</B></FONT></TH> </TR> </TABLE> @@ -152,6 +152,208 @@ Serialized Form</H1> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="center"><FONT SIZE="+2"> +<B>Package</B> <B>uk.org.ury.backend.server.exceptions</B></FONT></TH> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.backend.server.exceptions.BadRequestException"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Class <A HREF="uk/org/ury/backend/server/exceptions/BadRequestException.html" title="class in uk.org.ury.backend.server.exceptions">uk.org.ury.backend.server.exceptions.BadRequestException</A> extends <A HREF="uk/org/ury/backend/server/exceptions/HandlingException.html" title="class in uk.org.ury.backend.server.exceptions">HandlingException</A> implements Serializable</B></FONT></TH> +</TR> +</TABLE> + +<P> +<B>serialVersionUID: </B>1825771401085225357L + +<P> + +<P> +<A NAME="uk.org.ury.backend.server.exceptions.HandleFailureException"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Class <A HREF="uk/org/ury/backend/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.backend.server.exceptions">uk.org.ury.backend.server.exceptions.HandleFailureException</A> extends <A HREF="uk/org/ury/backend/server/exceptions/HandlingException.html" title="class in uk.org.ury.backend.server.exceptions">HandlingException</A> implements Serializable</B></FONT></TH> +</TR> +</TABLE> + +<P> +<B>serialVersionUID: </B>-397479334359858162L + +<P> + +<P> +<A NAME="uk.org.ury.backend.server.exceptions.HandlerNotFoundException"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Class <A HREF="uk/org/ury/backend/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.backend.server.exceptions">uk.org.ury.backend.server.exceptions.HandlerNotFoundException</A> extends <A HREF="uk/org/ury/backend/server/exceptions/HandlingException.html" title="class in uk.org.ury.backend.server.exceptions">HandlingException</A> implements Serializable</B></FONT></TH> +</TR> +</TABLE> + +<P> +<B>serialVersionUID: </B>-397479334359858162L + +<P> + +<P> +<A NAME="uk.org.ury.backend.server.exceptions.HandlerSetupFailureException"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Class <A HREF="uk/org/ury/backend/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.backend.server.exceptions">uk.org.ury.backend.server.exceptions.HandlerSetupFailureException</A> extends <A HREF="uk/org/ury/backend/server/exceptions/HandlingException.html" title="class in uk.org.ury.backend.server.exceptions">HandlingException</A> implements Serializable</B></FONT></TH> +</TR> +</TABLE> + +<P> +<B>serialVersionUID: </B>-397479334359858162L + +<P> + +<P> +<A NAME="uk.org.ury.backend.server.exceptions.HandlingException"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Class <A HREF="uk/org/ury/backend/server/exceptions/HandlingException.html" title="class in uk.org.ury.backend.server.exceptions">uk.org.ury.backend.server.exceptions.HandlingException</A> extends java.lang.Exception implements Serializable</B></FONT></TH> +</TR> +</TABLE> + +<P> +<B>serialVersionUID: </B>-397479334359858162L + +<P> + +<P> +<A NAME="uk.org.ury.backend.server.exceptions.NotAHandlerException"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Class <A HREF="uk/org/ury/backend/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.backend.server.exceptions">uk.org.ury.backend.server.exceptions.NotAHandlerException</A> extends <A HREF="uk/org/ury/backend/server/exceptions/HandlingException.html" title="class in uk.org.ury.backend.server.exceptions">HandlingException</A> implements Serializable</B></FONT></TH> +</TR> +</TABLE> + +<P> +<B>serialVersionUID: </B>-7268289187311868036L + +<P> + +<P> +<A NAME="uk.org.ury.backend.server.exceptions.UnknownFunctionException"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Class <A HREF="uk/org/ury/backend/server/exceptions/UnknownFunctionException.html" title="class in uk.org.ury.backend.server.exceptions">uk.org.ury.backend.server.exceptions.UnknownFunctionException</A> extends <A HREF="uk/org/ury/backend/server/exceptions/HandlingException.html" title="class in uk.org.ury.backend.server.exceptions">HandlingException</A> implements Serializable</B></FONT></TH> +</TR> +</TABLE> + +<P> +<B>serialVersionUID: </B>-7557785978712465975L + +<P> +<HR SIZE="4" NOSHADE> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="center"><FONT SIZE="+2"> +<B>Package</B> <B>uk.org.ury.common.library.exceptions</B></FONT></TH> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.common.library.exceptions.EmptySearchException"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Class <A HREF="uk/org/ury/common/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.common.library.exceptions">uk.org.ury.common.library.exceptions.EmptySearchException</A> extends java.lang.Exception implements Serializable</B></FONT></TH> +</TR> +</TABLE> + +<P> +<B>serialVersionUID: </B>-397479334359858162L + +<P> +<HR SIZE="4" NOSHADE> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="center"><FONT SIZE="+2"> +<B>Package</B> <B>uk.org.ury.common.protocol.exceptions</B></FONT></TH> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.common.protocol.exceptions.DecodeFailureException"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Class <A HREF="uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions">uk.org.ury.common.protocol.exceptions.DecodeFailureException</A> extends java.lang.Exception implements Serializable</B></FONT></TH> +</TR> +</TABLE> + +<P> +<B>serialVersionUID: </B>-3972492943653273528L + +<P> + +<P> +<A NAME="uk.org.ury.common.protocol.exceptions.InvalidMessageException"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Class <A HREF="uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.common.protocol.exceptions">uk.org.ury.common.protocol.exceptions.InvalidMessageException</A> extends java.lang.Exception implements Serializable</B></FONT></TH> +</TR> +</TABLE> + +<P> +<B>serialVersionUID: </B>-3972492943653273528L + +<P> +<HR SIZE="4" NOSHADE> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="center"><FONT SIZE="+2"> +<B>Package</B> <B>uk.org.ury.common.show</B></FONT></TH> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.common.show.ShowChannel"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Class <A HREF="uk/org/ury/common/show/ShowChannel.html" title="class in uk.org.ury.common.show">uk.org.ury.common.show.ShowChannel</A> extends javax.swing.AbstractListModel implements Serializable</B></FONT></TH> +</TR> +</TABLE> + +<P> +<B>serialVersionUID: </B>-4651104185166068150L + +<P> +<A NAME="serializedForm"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> +<B>Serialized Fields</B></FONT></TH> +</TR> +</TABLE> + +<H3> +items</H3> +<PRE> +java.util.List<E> <B>items</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR SIZE="4" NOSHADE> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="center"><FONT SIZE="+2"> <B>Package</B> <B>uk.org.ury.frontend</B></FONT></TH> </TR> </TABLE> @@ -413,35 +615,43 @@ master</H3> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="center"><FONT SIZE="+2"> -<B>Package</B> <B>uk.org.ury.frontend.exceptions</B></FONT></TH> +<B>Package</B> <B>uk.org.ury.frontend.cpanels.menu</B></FONT></TH> </TR> </TABLE> <P> -<A NAME="uk.org.ury.frontend.exceptions.LoadFailureException"><!-- --></A> +<A NAME="uk.org.ury.frontend.cpanels.menu.DemoControlPanel"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">uk.org.ury.frontend.exceptions.LoadFailureException</A> extends java.lang.Exception implements Serializable</B></FONT></TH> +<B>Class <A HREF="uk/org/ury/frontend/cpanels/menu/DemoControlPanel.html" title="class in uk.org.ury.frontend.cpanels.menu">uk.org.ury.frontend.cpanels.menu.DemoControlPanel</A> extends <A HREF="uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend">FrontendControlPanel</A> implements Serializable</B></FONT></TH> </TR> </TABLE> <P> -<B>serialVersionUID: </B>-7353531873142099828L +<B>serialVersionUID: </B>7558888612002013312L <P> +<HR SIZE="4" NOSHADE> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="center"><FONT SIZE="+2"> +<B>Package</B> <B>uk.org.ury.frontend.cpanels.show</B></FONT></TH> +</TR> +</TABLE> <P> -<A NAME="uk.org.ury.frontend.exceptions.UICreationFailureException"><!-- --></A> +<A NAME="uk.org.ury.frontend.cpanels.show.LibraryControlPanel"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/frontend/exceptions/UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions">uk.org.ury.frontend.exceptions.UICreationFailureException</A> extends java.lang.Exception implements Serializable</B></FONT></TH> +<B>Class <A HREF="uk/org/ury/frontend/cpanels/show/LibraryControlPanel.html" title="class in uk.org.ury.frontend.cpanels.show">uk.org.ury.frontend.cpanels.show.LibraryControlPanel</A> extends <A HREF="uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend">FrontendControlPanel</A> implements Serializable</B></FONT></TH> </TR> </TABLE> <P> -<B>serialVersionUID: </B>-7353531873142099828L +<B>serialVersionUID: </B>-4260057656619439704L <P> <HR SIZE="4" NOSHADE> @@ -449,21 +659,35 @@ master</H3> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="center"><FONT SIZE="+2"> -<B>Package</B> <B>uk.org.ury.library.exceptions</B></FONT></TH> +<B>Package</B> <B>uk.org.ury.frontend.exceptions</B></FONT></TH> </TR> </TABLE> <P> -<A NAME="uk.org.ury.library.exceptions.EmptySearchException"><!-- --></A> +<A NAME="uk.org.ury.frontend.exceptions.LoadFailureException"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.library.exceptions">uk.org.ury.library.exceptions.EmptySearchException</A> extends java.lang.Exception implements Serializable</B></FONT></TH> +<B>Class <A HREF="uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">uk.org.ury.frontend.exceptions.LoadFailureException</A> extends java.lang.Exception implements Serializable</B></FONT></TH> </TR> </TABLE> <P> -<B>serialVersionUID: </B>-397479334359858162L +<B>serialVersionUID: </B>-7353531873142099828L + +<P> + +<P> +<A NAME="uk.org.ury.frontend.exceptions.UICreationFailureException"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Class <A HREF="uk/org/ury/frontend/exceptions/UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions">uk.org.ury.frontend.exceptions.UICreationFailureException</A> extends java.lang.Exception implements Serializable</B></FONT></TH> +</TR> +</TABLE> + +<P> +<B>serialVersionUID: </B>-7353531873142099828L <P> <HR SIZE="4" NOSHADE> @@ -471,16 +695,16 @@ master</H3> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="center"><FONT SIZE="+2"> -<B>Package</B> <B>uk.org.ury.library.viewer</B></FONT></TH> +<B>Package</B> <B>uk.org.ury.frontend.modules.library</B></FONT></TH> </TR> </TABLE> <P> -<A NAME="uk.org.ury.library.viewer.LibraryTableModel"><!-- --></A> +<A NAME="uk.org.ury.frontend.modules.library.LibraryTableModel"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">uk.org.ury.library.viewer.LibraryTableModel</A> extends javax.swing.table.AbstractTableModel implements Serializable</B></FONT></TH> +<B>Class <A HREF="uk/org/ury/frontend/modules/library/LibraryTableModel.html" title="class in uk.org.ury.frontend.modules.library">uk.org.ury.frontend.modules.library.LibraryTableModel</A> extends javax.swing.table.AbstractTableModel implements Serializable</B></FONT></TH> </TR> </TABLE> @@ -506,11 +730,11 @@ java.util.List<E> <B>data</B></PRE> </DL> <P> -<A NAME="uk.org.ury.library.viewer.LibraryViewerPanel"><!-- --></A> +<A NAME="uk.org.ury.frontend.modules.library.LibraryViewerPanel"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/library/viewer/LibraryViewerPanel.html" title="class in uk.org.ury.library.viewer">uk.org.ury.library.viewer.LibraryViewerPanel</A> extends <A HREF="uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> implements Serializable</B></FONT></TH> +<B>Class <A HREF="uk/org/ury/frontend/modules/library/LibraryViewerPanel.html" title="class in uk.org.ury.frontend.modules.library">uk.org.ury.frontend.modules.library.LibraryViewerPanel</A> extends <A HREF="uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> implements Serializable</B></FONT></TH> </TR> </TABLE> @@ -638,196 +862,38 @@ java.util.ResourceBundle <B>rb</B></PRE> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="center"><FONT SIZE="+2"> -<B>Package</B> <B>uk.org.ury.protocol.exceptions</B></FONT></TH> -</TR> -</TABLE> - -<P> -<A NAME="uk.org.ury.protocol.exceptions.DecodeFailureException"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions">uk.org.ury.protocol.exceptions.DecodeFailureException</A> extends java.lang.Exception implements Serializable</B></FONT></TH> -</TR> -</TABLE> - -<P> -<B>serialVersionUID: </B>-3972492943653273528L - -<P> - -<P> -<A NAME="uk.org.ury.protocol.exceptions.InvalidMessageException"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions">uk.org.ury.protocol.exceptions.InvalidMessageException</A> extends java.lang.Exception implements Serializable</B></FONT></TH> -</TR> -</TABLE> - -<P> -<B>serialVersionUID: </B>-3972492943653273528L - -<P> -<HR SIZE="4" NOSHADE> - -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="center"><FONT SIZE="+2"> -<B>Package</B> <B>uk.org.ury.server.exceptions</B></FONT></TH> +<B>Package</B> <B>uk.org.ury.frontend.modules.menu</B></FONT></TH> </TR> </TABLE> <P> -<A NAME="uk.org.ury.server.exceptions.BadRequestException"><!-- --></A> +<A NAME="uk.org.ury.frontend.modules.menu.DemoMenuPanel"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions">uk.org.ury.server.exceptions.BadRequestException</A> extends <A HREF="uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A> implements Serializable</B></FONT></TH> +<B>Class <A HREF="uk/org/ury/frontend/modules/menu/DemoMenuPanel.html" title="class in uk.org.ury.frontend.modules.menu">uk.org.ury.frontend.modules.menu.DemoMenuPanel</A> extends <A HREF="uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> implements Serializable</B></FONT></TH> </TR> </TABLE> <P> -<B>serialVersionUID: </B>1825771401085225357L - -<P> - -<P> -<A NAME="uk.org.ury.server.exceptions.HandleFailureException"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">uk.org.ury.server.exceptions.HandleFailureException</A> extends <A HREF="uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A> implements Serializable</B></FONT></TH> -</TR> -</TABLE> - -<P> -<B>serialVersionUID: </B>-397479334359858162L - -<P> - -<P> -<A NAME="uk.org.ury.server.exceptions.HandlerNotFoundException"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions">uk.org.ury.server.exceptions.HandlerNotFoundException</A> extends <A HREF="uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A> implements Serializable</B></FONT></TH> -</TR> -</TABLE> - -<P> -<B>serialVersionUID: </B>-397479334359858162L - -<P> - -<P> -<A NAME="uk.org.ury.server.exceptions.HandlerSetupFailureException"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions">uk.org.ury.server.exceptions.HandlerSetupFailureException</A> extends <A HREF="uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A> implements Serializable</B></FONT></TH> -</TR> -</TABLE> - -<P> -<B>serialVersionUID: </B>-397479334359858162L - -<P> - -<P> -<A NAME="uk.org.ury.server.exceptions.HandlingException"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">uk.org.ury.server.exceptions.HandlingException</A> extends java.lang.Exception implements Serializable</B></FONT></TH> -</TR> -</TABLE> - -<P> -<B>serialVersionUID: </B>-397479334359858162L - -<P> - -<P> -<A NAME="uk.org.ury.server.exceptions.NotAHandlerException"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions">uk.org.ury.server.exceptions.NotAHandlerException</A> extends <A HREF="uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A> implements Serializable</B></FONT></TH> -</TR> -</TABLE> - -<P> -<B>serialVersionUID: </B>-7268289187311868036L - -<P> - -<P> -<A NAME="uk.org.ury.server.exceptions.UnknownFunctionException"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/server/exceptions/UnknownFunctionException.html" title="class in uk.org.ury.server.exceptions">uk.org.ury.server.exceptions.UnknownFunctionException</A> extends <A HREF="uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A> implements Serializable</B></FONT></TH> -</TR> -</TABLE> - -<P> -<B>serialVersionUID: </B>-7557785978712465975L - -<P> -<HR SIZE="4" NOSHADE> - -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="center"><FONT SIZE="+2"> -<B>Package</B> <B>uk.org.ury.show</B></FONT></TH> -</TR> -</TABLE> - -<P> -<A NAME="uk.org.ury.show.ShowChannel"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show">uk.org.ury.show.ShowChannel</A> extends javax.swing.AbstractListModel implements Serializable</B></FONT></TH> -</TR> -</TABLE> - -<P> -<B>serialVersionUID: </B>-4651104185166068150L +<B>serialVersionUID: </B>5268978856289909262L <P> -<A NAME="serializedForm"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> -<B>Serialized Fields</B></FONT></TH> -</TR> -</TABLE> - -<H3> -items</H3> -<PRE> -java.util.List<E> <B>items</B></PRE> -<DL> -<DL> -</DL> -</DL> <HR SIZE="4" NOSHADE> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="center"><FONT SIZE="+2"> -<B>Package</B> <B>uk.org.ury.show.viewer</B></FONT></TH> +<B>Package</B> <B>uk.org.ury.frontend.modules.show</B></FONT></TH> </TR> </TABLE> <P> -<A NAME="uk.org.ury.show.viewer.ChannelPanel"><!-- --></A> +<A NAME="uk.org.ury.frontend.modules.show.ChannelPanel"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/show/viewer/ChannelPanel.html" title="class in uk.org.ury.show.viewer">uk.org.ury.show.viewer.ChannelPanel</A> extends <A HREF="uk/org/ury/frontend/FrontendPanel.html" title="class in uk.org.ury.frontend">FrontendPanel</A> implements Serializable</B></FONT></TH> +<B>Class <A HREF="uk/org/ury/frontend/modules/show/ChannelPanel.html" title="class in uk.org.ury.frontend.modules.show">uk.org.ury.frontend.modules.show.ChannelPanel</A> extends <A HREF="uk/org/ury/frontend/FrontendPanel.html" title="class in uk.org.ury.frontend">FrontendPanel</A> implements Serializable</B></FONT></TH> </TR> </TABLE> @@ -889,25 +955,11 @@ javax.swing.JButton <B>stopButton</B></PRE> </DL> <P> -<A NAME="uk.org.ury.show.viewer.LibraryControlPanel"><!-- --></A> +<A NAME="uk.org.ury.frontend.modules.show.ShowViewerPanel"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/show/viewer/LibraryControlPanel.html" title="class in uk.org.ury.show.viewer">uk.org.ury.show.viewer.LibraryControlPanel</A> extends <A HREF="uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend">FrontendControlPanel</A> implements Serializable</B></FONT></TH> -</TR> -</TABLE> - -<P> -<B>serialVersionUID: </B>-4260057656619439704L - -<P> - -<P> -<A NAME="uk.org.ury.show.viewer.ShowViewerPanel"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/show/viewer/ShowViewerPanel.html" title="class in uk.org.ury.show.viewer">uk.org.ury.show.viewer.ShowViewerPanel</A> extends <A HREF="uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> implements Serializable</B></FONT></TH> +<B>Class <A HREF="uk/org/ury/frontend/modules/show/ShowViewerPanel.html" title="class in uk.org.ury.frontend.modules.show">uk.org.ury.frontend.modules.show.ShowViewerPanel</A> extends <A HREF="uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> implements Serializable</B></FONT></TH> </TR> </TABLE> @@ -942,11 +994,11 @@ javax.swing.JPanel <B>binGroupPanel</B></PRE> </DL> <P> -<A NAME="uk.org.ury.show.viewer.TrackBin"><!-- --></A> +<A NAME="uk.org.ury.frontend.modules.show.TrackBin"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/show/viewer/TrackBin.html" title="class in uk.org.ury.show.viewer">uk.org.ury.show.viewer.TrackBin</A> extends <A HREF="uk/org/ury/frontend/FrontendPanel.html" title="class in uk.org.ury.frontend">FrontendPanel</A> implements Serializable</B></FONT></TH> +<B>Class <A HREF="uk/org/ury/frontend/modules/show/TrackBin.html" title="class in uk.org.ury.frontend.modules.show">uk.org.ury.frontend.modules.show.TrackBin</A> extends <A HREF="uk/org/ury/frontend/FrontendPanel.html" title="class in uk.org.ury.frontend">FrontendPanel</A> implements Serializable</B></FONT></TH> </TR> </TABLE> @@ -970,42 +1022,6 @@ javax.swing.JLabel <B>binName</B></PRE> <DL> </DL> </DL> -<HR SIZE="4" NOSHADE> - -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="center"><FONT SIZE="+2"> -<B>Package</B> <B>uk.org.ury.testrig</B></FONT></TH> -</TR> -</TABLE> - -<P> -<A NAME="uk.org.ury.testrig.DemoControlPanel"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/testrig/DemoControlPanel.html" title="class in uk.org.ury.testrig">uk.org.ury.testrig.DemoControlPanel</A> extends <A HREF="uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend">FrontendControlPanel</A> implements Serializable</B></FONT></TH> -</TR> -</TABLE> - -<P> -<B>serialVersionUID: </B>7558888612002013312L - -<P> - -<P> -<A NAME="uk.org.ury.testrig.DemoMenuPanel"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Class <A HREF="uk/org/ury/testrig/DemoMenuPanel.html" title="class in uk.org.ury.testrig">uk.org.ury.testrig.DemoMenuPanel</A> extends <A HREF="uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> implements Serializable</B></FONT></TH> -</TR> -</TABLE> - -<P> -<B>serialVersionUID: </B>5268978856289909262L - -<P> <P> <HR> |