diff options
author | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-20 16:38:51 +0000 |
---|---|---|
committer | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-20 16:38:51 +0000 |
commit | cee53b021632c95f1b4882664a31ca639a9b0700 (patch) | |
tree | 436215d8d67a659f20ca6d911bc4e9b7a23a4675 | |
parent | 0a4133a08038b1d867a78be20dd6afafbd0b09d1 (diff) |
Rewrite of server to use HttpCore example code; beginning of code reformat from GNU style to Java conventions. Code now includes Apache license code.
247 files changed, 21488 insertions, 3294 deletions
diff --git a/doc/allclasses-frame.html b/doc/allclasses-frame.html index 5b817fb..73bb778 100644 --- a/doc/allclasses-frame.html +++ b/doc/allclasses-frame.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:56 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> All Classes </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> @@ -23,10 +23,18 @@ All Classes <TR> <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend" target="classFrame">AbstractFrontendModule</A> <BR> +<A HREF="uk/org/ury/testrig/ApplicationLauncher.html" title="class in uk.org.ury.testrig" target="classFrame">ApplicationLauncher</A> +<BR> <A HREF="uk/org/ury/config/Auth.html" title="class in uk.org.ury.config" target="classFrame">Auth</A> <BR> +<A HREF="uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions" target="classFrame">BadRequestException</A> +<BR> <A HREF="uk/org/ury/show/viewer/ChannelPanel.html" title="class in uk.org.ury.show.viewer" target="classFrame">ChannelPanel</A> <BR> +<A HREF="uk/org/ury/client/Client.html" title="class in uk.org.ury.client" target="classFrame">Client</A> +<BR> +<A HREF="uk/org/ury/client/test/ClientTest.html" title="class in uk.org.ury.client.test" target="classFrame">ClientTest</A> +<BR> <A HREF="uk/org/ury/config/ConfigReader.html" title="class in uk.org.ury.config" target="classFrame">ConfigReader</A> <BR> <A HREF="uk/org/ury/database/exceptions/ConnectionFailureException.html" title="class in uk.org.ury.database.exceptions" target="classFrame">ConnectionFailureException</A> @@ -37,15 +45,19 @@ All Classes <BR> <A HREF="uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database" target="classFrame">DatabaseItem</A> <BR> +<A HREF="uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions" target="classFrame">DecodeFailureException</A> +<BR> <A HREF="uk/org/ury/testrig/DemoControlPanel.html" title="class in uk.org.ury.testrig" target="classFrame">DemoControlPanel</A> <BR> <A HREF="uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig" target="classFrame">DemoMenu</A> <BR> <A HREF="uk/org/ury/testrig/DemoMenuPanel.html" title="class in uk.org.ury.testrig" target="classFrame">DemoMenuPanel</A> <BR> +<A HREF="uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol" target="classFrame">Directive</A> +<BR> <A HREF="uk/org/ury/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.library.exceptions" target="classFrame">EmptySearchException</A> <BR> -<A HREF="uk/org/ury/frontend/FrontendAppletPanel.html" title="class in uk.org.ury.frontend" target="classFrame">FrontendAppletPanel</A> +<A HREF="uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend" target="classFrame">FrontendApplet</A> <BR> <A HREF="uk/org/ury/frontend/FrontendBanner.html" title="class in uk.org.ury.frontend" target="classFrame">FrontendBanner</A> <BR> @@ -65,15 +77,29 @@ All Classes <BR> <A HREF="uk/org/ury/frontend/FrontendSubBanner.html" title="class in uk.org.ury.frontend" target="classFrame">FrontendSubBanner</A> <BR> +<A HREF="uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions" target="classFrame">HandleFailureException</A> +<BR> +<A HREF="uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions" target="classFrame">HandlerNotFoundException</A> +<BR> +<A HREF="uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions" target="classFrame">HandlerSetupFailureException</A> +<BR> +<A HREF="uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions" target="classFrame">HandlingException</A> +<BR> <A HREF="uk/org/ury/frontend/HintField.html" title="class in uk.org.ury.frontend" target="classFrame">HintField</A> <BR> +<A HREF="uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions" target="classFrame">InvalidMessageException</A> +<BR> +<A HREF="uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig" target="classFrame"><I>Launcher</I></A> +<BR> <A HREF="uk/org/ury/show/viewer/LibraryControlPanel.html" title="class in uk.org.ury.show.viewer" target="classFrame">LibraryControlPanel</A> <BR> -<A HREF="uk/org/ury/library/LibraryItem.html" title="class in uk.org.ury.library" target="classFrame">LibraryItem</A> +<A HREF="uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item" target="classFrame">LibraryItem</A> +<BR> +<A HREF="uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item" target="classFrame">LibraryItemProperty</A> <BR> -<A HREF="uk/org/ury/library/LibraryItemProperty.html" title="enum in uk.org.ury.library" target="classFrame">LibraryItemProperty</A> +<A HREF="uk/org/ury/library/LibraryRequestHandler.html" title="class in uk.org.ury.library" target="classFrame">LibraryRequestHandler</A> <BR> -<A HREF="uk/org/ury/library/LibraryTableModel.html" title="class in uk.org.ury.library" target="classFrame">LibraryTableModel</A> +<A HREF="uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer" target="classFrame">LibraryTableModel</A> <BR> <A HREF="uk/org/ury/library/LibraryUtils.html" title="class in uk.org.ury.library" target="classFrame">LibraryUtils</A> <BR> @@ -81,17 +107,31 @@ All Classes <BR> <A HREF="uk/org/ury/library/viewer/LibraryViewerPanel.html" title="class in uk.org.ury.library.viewer" target="classFrame">LibraryViewerPanel</A> <BR> +<A HREF="uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions" target="classFrame">LoadFailureException</A> +<BR> <A HREF="uk/org/ury/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.database.exceptions" target="classFrame">MissingCredentialsException</A> <BR> <A HREF="uk/org/ury/database/exceptions/MissingPropertyException.html" title="class in uk.org.ury.database.exceptions" target="classFrame">MissingPropertyException</A> <BR> +<A HREF="uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions" target="classFrame">NotAHandlerException</A> +<BR> +<A HREF="uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol" target="classFrame">ProtocolUtils</A> +<BR> <A HREF="uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions" target="classFrame">QueryFailureException</A> <BR> +<A HREF="uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server" target="classFrame"><I>RequestHandler</I></A> +<BR> +<A HREF="uk/org/ury/server/Server.html" title="class in uk.org.ury.server" target="classFrame">Server</A> +<BR> +<A HREF="uk/org/ury/server/ServerProtocol.html" title="class in uk.org.ury.server" target="classFrame">ServerProtocol</A> +<BR> +<A HREF="uk/org/ury/server/ServerRequestHandler.html" title="class in uk.org.ury.server" target="classFrame">ServerRequestHandler</A> +<BR> <A HREF="uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show" target="classFrame">ShowChannel</A> <BR> -<A HREF="uk/org/ury/show/ShowItem.html" title="class in uk.org.ury.show" target="classFrame">ShowItem</A> +<A HREF="uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item" target="classFrame">ShowItem</A> <BR> -<A HREF="uk/org/ury/show/ShowItemProperty.html" title="enum in uk.org.ury.show" target="classFrame">ShowItemProperty</A> +<A HREF="uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item" target="classFrame">ShowItemProperty</A> <BR> <A HREF="uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show" target="classFrame">ShowUtils</A> <BR> @@ -99,6 +139,8 @@ All Classes <BR> <A HREF="uk/org/ury/show/viewer/ShowViewerPanel.html" title="class in uk.org.ury.show.viewer" target="classFrame">ShowViewerPanel</A> <BR> +<A HREF="uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol" target="classFrame">Status</A> +<BR> <A HREF="uk/org/ury/show/viewer/TrackBin.html" title="class in uk.org.ury.show.viewer" target="classFrame">TrackBin</A> <BR> <A HREF="uk/org/ury/frontend/exceptions/UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions" target="classFrame">UICreationFailureException</A> diff --git a/doc/allclasses-noframe.html b/doc/allclasses-noframe.html index b680097..b8dfe7d 100644 --- a/doc/allclasses-noframe.html +++ b/doc/allclasses-noframe.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:56 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> All Classes </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> @@ -23,10 +23,18 @@ All Classes <TR> <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend">AbstractFrontendModule</A> <BR> +<A HREF="uk/org/ury/testrig/ApplicationLauncher.html" title="class in uk.org.ury.testrig">ApplicationLauncher</A> +<BR> <A HREF="uk/org/ury/config/Auth.html" title="class in uk.org.ury.config">Auth</A> <BR> +<A HREF="uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions">BadRequestException</A> +<BR> <A HREF="uk/org/ury/show/viewer/ChannelPanel.html" title="class in uk.org.ury.show.viewer">ChannelPanel</A> <BR> +<A HREF="uk/org/ury/client/Client.html" title="class in uk.org.ury.client">Client</A> +<BR> +<A HREF="uk/org/ury/client/test/ClientTest.html" title="class in uk.org.ury.client.test">ClientTest</A> +<BR> <A HREF="uk/org/ury/config/ConfigReader.html" title="class in uk.org.ury.config">ConfigReader</A> <BR> <A HREF="uk/org/ury/database/exceptions/ConnectionFailureException.html" title="class in uk.org.ury.database.exceptions">ConnectionFailureException</A> @@ -37,15 +45,19 @@ All Classes <BR> <A HREF="uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A> <BR> +<A HREF="uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions">DecodeFailureException</A> +<BR> <A HREF="uk/org/ury/testrig/DemoControlPanel.html" title="class in uk.org.ury.testrig">DemoControlPanel</A> <BR> <A HREF="uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig">DemoMenu</A> <BR> <A HREF="uk/org/ury/testrig/DemoMenuPanel.html" title="class in uk.org.ury.testrig">DemoMenuPanel</A> <BR> +<A HREF="uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol">Directive</A> +<BR> <A HREF="uk/org/ury/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.library.exceptions">EmptySearchException</A> <BR> -<A HREF="uk/org/ury/frontend/FrontendAppletPanel.html" title="class in uk.org.ury.frontend">FrontendAppletPanel</A> +<A HREF="uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A> <BR> <A HREF="uk/org/ury/frontend/FrontendBanner.html" title="class in uk.org.ury.frontend">FrontendBanner</A> <BR> @@ -65,15 +77,29 @@ All Classes <BR> <A HREF="uk/org/ury/frontend/FrontendSubBanner.html" title="class in uk.org.ury.frontend">FrontendSubBanner</A> <BR> +<A HREF="uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A> +<BR> +<A HREF="uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions">HandlerNotFoundException</A> +<BR> +<A HREF="uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions">HandlerSetupFailureException</A> +<BR> +<A HREF="uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A> +<BR> <A HREF="uk/org/ury/frontend/HintField.html" title="class in uk.org.ury.frontend">HintField</A> <BR> +<A HREF="uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions">InvalidMessageException</A> +<BR> +<A HREF="uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig"><I>Launcher</I></A> +<BR> <A HREF="uk/org/ury/show/viewer/LibraryControlPanel.html" title="class in uk.org.ury.show.viewer">LibraryControlPanel</A> <BR> -<A HREF="uk/org/ury/library/LibraryItem.html" title="class in uk.org.ury.library">LibraryItem</A> +<A HREF="uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A> +<BR> +<A HREF="uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A> <BR> -<A HREF="uk/org/ury/library/LibraryItemProperty.html" title="enum in uk.org.ury.library">LibraryItemProperty</A> +<A HREF="uk/org/ury/library/LibraryRequestHandler.html" title="class in uk.org.ury.library">LibraryRequestHandler</A> <BR> -<A HREF="uk/org/ury/library/LibraryTableModel.html" title="class in uk.org.ury.library">LibraryTableModel</A> +<A HREF="uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A> <BR> <A HREF="uk/org/ury/library/LibraryUtils.html" title="class in uk.org.ury.library">LibraryUtils</A> <BR> @@ -81,17 +107,31 @@ All Classes <BR> <A HREF="uk/org/ury/library/viewer/LibraryViewerPanel.html" title="class in uk.org.ury.library.viewer">LibraryViewerPanel</A> <BR> +<A HREF="uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A> +<BR> <A HREF="uk/org/ury/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.database.exceptions">MissingCredentialsException</A> <BR> <A HREF="uk/org/ury/database/exceptions/MissingPropertyException.html" title="class in uk.org.ury.database.exceptions">MissingPropertyException</A> <BR> +<A HREF="uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions">NotAHandlerException</A> +<BR> +<A HREF="uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol">ProtocolUtils</A> +<BR> <A HREF="uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions">QueryFailureException</A> <BR> +<A HREF="uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server"><I>RequestHandler</I></A> +<BR> +<A HREF="uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> +<BR> +<A HREF="uk/org/ury/server/ServerProtocol.html" title="class in uk.org.ury.server">ServerProtocol</A> +<BR> +<A HREF="uk/org/ury/server/ServerRequestHandler.html" title="class in uk.org.ury.server">ServerRequestHandler</A> +<BR> <A HREF="uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show">ShowChannel</A> <BR> -<A HREF="uk/org/ury/show/ShowItem.html" title="class in uk.org.ury.show">ShowItem</A> +<A HREF="uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A> <BR> -<A HREF="uk/org/ury/show/ShowItemProperty.html" title="enum in uk.org.ury.show">ShowItemProperty</A> +<A HREF="uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A> <BR> <A HREF="uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show">ShowUtils</A> <BR> @@ -99,6 +139,8 @@ All Classes <BR> <A HREF="uk/org/ury/show/viewer/ShowViewerPanel.html" title="class in uk.org.ury.show.viewer">ShowViewerPanel</A> <BR> +<A HREF="uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol">Status</A> +<BR> <A HREF="uk/org/ury/show/viewer/TrackBin.html" title="class in uk.org.ury.show.viewer">TrackBin</A> <BR> <A HREF="uk/org/ury/frontend/exceptions/UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions">UICreationFailureException</A> diff --git a/doc/constant-values.html b/doc/constant-values.html index 2d64792..e09905e 100644 --- a/doc/constant-values.html +++ b/doc/constant-values.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Constant Field Values </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> @@ -100,6 +100,24 @@ uk.org.*</FONT></TH> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="3">uk.org.ury.server.<A HREF="uk/org/ury/server/ServerProtocol.html" title="class in uk.org.ury.server">ServerProtocol</A></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<A NAME="uk.org.ury.server.ServerProtocol.GET_HEADER"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> +<CODE>public static final java.lang.String</CODE></FONT></TD> +<TD ALIGN="left"><CODE><A HREF="uk/org/ury/server/ServerProtocol.html#GET_HEADER">GET_HEADER</A></CODE></TD> +<TD ALIGN="right"><CODE>"HTTP/1.1 200 OK\n"</CODE></TD> +</TR> +</FONT></TD> +</TR> +</TABLE> + +<P> + +<P> + +<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="3">uk.org.ury.show.<A HREF="uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show">ShowUtils</A></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> @@ -115,6 +133,24 @@ uk.org.*</FONT></TH> <P> <P> + +<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="3">uk.org.ury.testrig.<A HREF="uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig">Launcher</A></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<A NAME="uk.org.ury.testrig.Launcher.DEFAULT_MODULE_NAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> +<CODE>public static final java.lang.String</CODE></FONT></TD> +<TD ALIGN="left"><CODE><A HREF="uk/org/ury/testrig/Launcher.html#DEFAULT_MODULE_NAME">DEFAULT_MODULE_NAME</A></CODE></TD> +<TD ALIGN="right"><CODE>"testrig.DemoMenu"</CODE></TD> +</TR> +</FONT></TD> +</TR> +</TABLE> + +<P> + +<P> <HR> diff --git a/doc/deprecated-list.html b/doc/deprecated-list.html index 65a757f..480c71f 100644 --- a/doc/deprecated-list.html +++ b/doc/deprecated-list.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:56 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Deprecated List </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> diff --git a/doc/help-doc.html b/doc/help-doc.html index 52d4416..dbfa0f8 100644 --- a/doc/help-doc.html +++ b/doc/help-doc.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:56 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> API Help </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> diff --git a/doc/index-files/index-1.html b/doc/index-files/index-1.html index fe3d35a..888aa74 100644 --- a/doc/index-files/index-1.html +++ b/doc/index-files/index-1.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> A-Index </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> @@ -78,19 +78,25 @@ function windowTitle() <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> <A NAME="_A_"><!-- --></A><H2> <B>A</B></H2> <DL> <DT><A HREF="../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend"><B>AbstractFrontendModule</B></A> - Class in <A HREF="../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A><DD>An abstract implementation of the FrontendModule interface.<DT><A HREF="../uk/org/ury/frontend/AbstractFrontendModule.html#AbstractFrontendModule()"><B>AbstractFrontendModule()</B></A> - Constructor for class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend">AbstractFrontendModule</A> <DD> -<DT><A HREF="../uk/org/ury/show/ShowChannel.html#add(int, uk.org.ury.show.ShowItem)"><B>add(int, ShowItem)</B></A> - +<DT><A HREF="../uk/org/ury/show/ShowChannel.html#add(int, uk.org.ury.show.item.ShowItem)"><B>add(int, ShowItem)</B></A> - Method in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show">ShowChannel</A> <DD>Add a new item to the channel. -<DT><A HREF="../uk/org/ury/show/ShowChannel.html#add(uk.org.ury.show.ShowItem)"><B>add(ShowItem)</B></A> - +<DT><A HREF="../uk/org/ury/show/ShowChannel.html#add(uk.org.ury.show.item.ShowItem)"><B>add(ShowItem)</B></A> - Method in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show">ShowChannel</A> <DD>Add a new item to the end of the channel. +<DT><A HREF="../uk/org/ury/testrig/ApplicationLauncher.html" title="class in uk.org.ury.testrig"><B>ApplicationLauncher</B></A> - Class in <A HREF="../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A><DD>An application-based entry point into the frontend.<DT><A HREF="../uk/org/ury/testrig/ApplicationLauncher.html#ApplicationLauncher()"><B>ApplicationLauncher()</B></A> - +Constructor for class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/ApplicationLauncher.html" title="class in uk.org.ury.testrig">ApplicationLauncher</A> +<DD> +<DT><A HREF="../uk/org/ury/database/DatabaseItem.html#asResponse()"><B>asResponse()</B></A> - +Method in class uk.org.ury.database.<A HREF="../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A> +<DD>Retrieve a map of string representations of the properties. <DT><A HREF="../uk/org/ury/config/Auth.html" title="class in uk.org.ury.config"><B>Auth</B></A> - Class in <A HREF="../uk/org/ury/config/package-summary.html">uk.org.ury.config</A><DD>A login authorisation configuration<DT><A HREF="../uk/org/ury/config/Auth.html#Auth(java.lang.String, java.lang.String)"><B>Auth(String, String)</B></A> - Constructor for class uk.org.ury.config.<A HREF="../uk/org/ury/config/Auth.html" title="class in uk.org.ury.config">Auth</A> <DD>Create a login auth object @@ -148,7 +154,7 @@ Constructor for class uk.org.ury.config.<A HREF="../uk/org/ury/config/Auth.html" <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> </BODY> </HTML> diff --git a/doc/index-files/index-10.html b/doc/index-files/index-10.html index aa8a428..a8824ad 100644 --- a/doc/index-files/index-10.html +++ b/doc/index-files/index-10.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:56 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> L-Index </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> @@ -78,36 +78,46 @@ function windowTitle() <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> <A NAME="_L_"><!-- --></A><H2> <B>L</B></H2> <DL> -<DT><A HREF="../uk/org/ury/show/viewer/LibraryControlPanel.html" title="class in uk.org.ury.show.viewer"><B>LibraryControlPanel</B></A> - Class in <A HREF="../uk/org/ury/show/viewer/package-summary.html">uk.org.ury.show.viewer</A><DD>Control panel for the demo system.<DT><A HREF="../uk/org/ury/show/viewer/LibraryControlPanel.html#LibraryControlPanel()"><B>LibraryControlPanel()</B></A> - +<DT><A HREF="../uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig"><B>Launcher</B></A> - Interface in <A HREF="../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A><DD>Interface for entry points into the frontend.<DT><A HREF="../uk/org/ury/show/viewer/LibraryControlPanel.html" title="class in uk.org.ury.show.viewer"><B>LibraryControlPanel</B></A> - Class in <A HREF="../uk/org/ury/show/viewer/package-summary.html">uk.org.ury.show.viewer</A><DD>Control panel for the demo system.<DT><A HREF="../uk/org/ury/show/viewer/LibraryControlPanel.html#LibraryControlPanel()"><B>LibraryControlPanel()</B></A> - Constructor for class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/LibraryControlPanel.html" title="class in uk.org.ury.show.viewer">LibraryControlPanel</A> <DD>Construct a new LibraryControlPanel. -<DT><A HREF="../uk/org/ury/library/LibraryItem.html" title="class in uk.org.ury.library"><B>LibraryItem</B></A> - Class in <A HREF="../uk/org/ury/library/package-summary.html">uk.org.ury.library</A><DD>An item in the URY library.<DT><A HREF="../uk/org/ury/library/LibraryItem.html#LibraryItem(java.util.Map)"><B>LibraryItem(Map<LibraryItemProperty, String>)</B></A> - -Constructor for class uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryItem.html" title="class in uk.org.ury.library">LibraryItem</A> +<DT><A HREF="../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item"><B>LibraryItem</B></A> - Class in <A HREF="../uk/org/ury/library/item/package-summary.html">uk.org.ury.library.item</A><DD>An item in the URY library.<DT><A HREF="../uk/org/ury/library/item/LibraryItem.html#LibraryItem(java.util.Map)"><B>LibraryItem(Map<LibraryItemProperty, String>)</B></A> - +Constructor for class uk.org.ury.library.item.<A HREF="../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A> <DD> -<DT><A HREF="../uk/org/ury/library/LibraryItemProperty.html" title="enum in uk.org.ury.library"><B>LibraryItemProperty</B></A> - Enum in <A HREF="../uk/org/ury/library/package-summary.html">uk.org.ury.library</A><DD>The parameters that are stored in the LibraryItem.<DT><A HREF="../uk/org/ury/library/LibraryTableModel.html" title="class in uk.org.ury.library"><B>LibraryTableModel</B></A> - Class in <A HREF="../uk/org/ury/library/package-summary.html">uk.org.ury.library</A><DD>A table model for the library viewer.<DT><A HREF="../uk/org/ury/library/LibraryTableModel.html#LibraryTableModel(java.util.List)"><B>LibraryTableModel(List<LibraryItem>)</B></A> - -Constructor for class uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryTableModel.html" title="class in uk.org.ury.library">LibraryTableModel</A> +<DT><A HREF="../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item"><B>LibraryItemProperty</B></A> - Enum in <A HREF="../uk/org/ury/library/item/package-summary.html">uk.org.ury.library.item</A><DD>The parameters that are stored in the LibraryItem.<DT><A HREF="../uk/org/ury/library/LibraryRequestHandler.html" title="class in uk.org.ury.library"><B>LibraryRequestHandler</B></A> - Class in <A HREF="../uk/org/ury/library/package-summary.html">uk.org.ury.library</A><DD>A request handler for library queries.<DT><A HREF="../uk/org/ury/library/LibraryRequestHandler.html#LibraryRequestHandler()"><B>LibraryRequestHandler()</B></A> - +Constructor for class uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryRequestHandler.html" title="class in uk.org.ury.library">LibraryRequestHandler</A> +<DD> +<DT><A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer"><B>LibraryTableModel</B></A> - Class in <A HREF="../uk/org/ury/library/viewer/package-summary.html">uk.org.ury.library.viewer</A><DD>A table model for the library viewer.<DT><A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html#LibraryTableModel(java.util.List)"><B>LibraryTableModel(List<LibraryItem>)</B></A> - +Constructor for class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A> <DD>Construct a new table model. <DT><A HREF="../uk/org/ury/library/LibraryUtils.html" title="class in uk.org.ury.library"><B>LibraryUtils</B></A> - Class in <A HREF="../uk/org/ury/library/package-summary.html">uk.org.ury.library</A><DD>A set of common utility routines to facilitate the extraction of library items from the library areas of the URY database.<DT><A HREF="../uk/org/ury/library/LibraryUtils.html#LibraryUtils()"><B>LibraryUtils()</B></A> - Constructor for class uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryUtils.html" title="class in uk.org.ury.library">LibraryUtils</A> <DD> -<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer"><B>LibraryViewer</B></A> - Class in <A HREF="../uk/org/ury/library/viewer/package-summary.html">uk.org.ury.library.viewer</A><DD> <DT><A HREF="../uk/org/ury/library/viewer/LibraryViewer.html#LibraryViewer()"><B>LibraryViewer()</B></A> - +<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer"><B>LibraryViewer</B></A> - Class in <A HREF="../uk/org/ury/library/viewer/package-summary.html">uk.org.ury.library.viewer</A><DD>Module for investigating the track library.<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewer.html#LibraryViewer()"><B>LibraryViewer()</B></A> - Constructor for class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer">LibraryViewer</A> <DD>Construct a new LibraryViewer as a frontend object. <DT><A HREF="../uk/org/ury/library/viewer/LibraryViewerPanel.html" title="class in uk.org.ury.library.viewer"><B>LibraryViewerPanel</B></A> - Class in <A HREF="../uk/org/ury/library/viewer/package-summary.html">uk.org.ury.library.viewer</A><DD>Frontend panel providing access to an underlying library viewer.<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewerPanel.html#LibraryViewerPanel(uk.org.ury.library.viewer.LibraryViewer, uk.org.ury.frontend.FrontendMaster)"><B>LibraryViewerPanel(LibraryViewer, FrontendMaster)</B></A> - Constructor for class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryViewerPanel.html" title="class in uk.org.ury.library.viewer">LibraryViewerPanel</A> <DD>Construct a new LibraryViewerPanel. -<DT><A HREF="../uk/org/ury/frontend/FrontendAppletPanel.html#loadModule(java.lang.String)"><B>loadModule(String)</B></A> - -Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendAppletPanel.html" title="class in uk.org.ury.frontend">FrontendAppletPanel</A> +<DT><A HREF="../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions"><B>LoadFailureException</B></A> - Exception in <A HREF="../uk/org/ury/frontend/exceptions/package-summary.html">uk.org.ury.frontend.exceptions</A><DD>Exception thrown when the loading of a new frontend module fails.<DT><A HREF="../uk/org/ury/frontend/exceptions/LoadFailureException.html#LoadFailureException()"><B>LoadFailureException()</B></A> - +Constructor for exception uk.org.ury.frontend.exceptions.<A HREF="../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A> +<DD>Construct a new LoadFailureException with a + default reason. +<DT><A HREF="../uk/org/ury/frontend/exceptions/LoadFailureException.html#LoadFailureException(java.lang.String)"><B>LoadFailureException(String)</B></A> - +Constructor for exception uk.org.ury.frontend.exceptions.<A HREF="../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A> +<DD>Construct a new LoadFailureException. +<DT><A HREF="../uk/org/ury/frontend/FrontendApplet.html#loadModule(java.lang.String)"><B>loadModule(String)</B></A> - +Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A> <DD>Load a module into the frontend frame. -<DT><A HREF="../uk/org/ury/frontend/FrontendAppletPanel.html#loadModule(java.lang.String, java.lang.String)"><B>loadModule(String, String)</B></A> - -Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendAppletPanel.html" title="class in uk.org.ury.frontend">FrontendAppletPanel</A> -<DD>Load a module into the frontend frame, additionally installing - a control panel to communicate with the previous module. +<DT><A HREF="../uk/org/ury/frontend/FrontendApplet.html#loadModule(java.lang.String, java.lang.String)"><B>loadModule(String, String)</B></A> - +Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A> +<DD>Load a module into the frontend frame, additionally installing a control + panel to communicate with the previous module. <DT><A HREF="../uk/org/ury/frontend/FrontendFrame.html#loadModule(java.lang.String)"><B>loadModule(String)</B></A> - Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendFrame.html" title="class in uk.org.ury.frontend">FrontendFrame</A> <DD>Load a module into the frontend frame. @@ -179,7 +189,7 @@ Method in class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoMenu.html" <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> </BODY> </HTML> diff --git a/doc/index-files/index-11.html b/doc/index-files/index-11.html index 414c5ef..6cae7cd 100644 --- a/doc/index-files/index-11.html +++ b/doc/index-files/index-11.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:56 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> M-Index </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> @@ -78,12 +78,15 @@ function windowTitle() <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> <A NAME="_M_"><!-- --></A><H2> <B>M</B></H2> <DL> -<DT><A HREF="../uk/org/ury/testrig/DemoMenu.html#main(java.lang.String[])"><B>main(String[])</B></A> - -Static method in class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig">DemoMenu</A> +<DT><A HREF="../uk/org/ury/server/Server.html#main(java.lang.String[])"><B>main(String[])</B></A> - +Static method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> +<DD>The main method, which serves to create a server. +<DT><A HREF="../uk/org/ury/testrig/ApplicationLauncher.html#main(java.lang.String[])"><B>main(String[])</B></A> - +Static method in class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/ApplicationLauncher.html" title="class in uk.org.ury.testrig">ApplicationLauncher</A> <DD>Main method. <DT><A HREF="../uk/org/ury/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.database.exceptions"><B>MissingCredentialsException</B></A> - Exception in <A HREF="../uk/org/ury/database/exceptions/package-summary.html">uk.org.ury.database.exceptions</A><DD>Exception thrown when the database credentials required to log into the URY database under a user class are missing, @@ -156,7 +159,7 @@ Constructor for exception uk.org.ury.database.exceptions.<A HREF="../uk/org/ury/ <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> </BODY> </HTML> diff --git a/doc/index-files/index-12.html b/doc/index-files/index-12.html index d0810f7..98ffbc9 100644 --- a/doc/index-files/index-12.html +++ b/doc/index-files/index-12.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:56 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> N-Index </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> @@ -78,10 +78,15 @@ function windowTitle() <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> <A NAME="_N_"><!-- --></A><H2> <B>N</B></H2> <DL> +<DT><A HREF="../uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions"><B>NotAHandlerException</B></A> - Exception in <A HREF="../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A><DD>Exception thrown if the class requested as a handler by the client + is, in fact, not a handler (it does not implement RequestHandler).<DT><A HREF="../uk/org/ury/server/exceptions/NotAHandlerException.html#NotAHandlerException(java.lang.String)"><B>NotAHandlerException(String)</B></A> - +Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions">NotAHandlerException</A> +<DD>Construct a NotAHandlerException with the name of the class that + is not a handler. <DT><A HREF="../uk/org/ury/show/ShowUtils.html#NUM_CHANNELS"><B>NUM_CHANNELS</B></A> - Static variable in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show">ShowUtils</A> <DD>The number of channels reserved for show items. @@ -139,7 +144,7 @@ Static variable in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowUtils.h <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> </BODY> </HTML> diff --git a/doc/index-files/index-13.html b/doc/index-files/index-13.html index a6f269e..0d582d8 100644 --- a/doc/index-files/index-13.html +++ b/doc/index-files/index-13.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:56 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> -Q-Index +P-Index </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> @@ -15,7 +15,7 @@ Q-Index function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Q-Index"; + parent.document.title="P-Index"; } } </SCRIPT> @@ -78,18 +78,24 @@ function windowTitle() <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> -<A NAME="_Q_"><!-- --></A><H2> -<B>Q</B></H2> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> +<A NAME="_P_"><!-- --></A><H2> +<B>P</B></H2> <DL> -<DT><A HREF="../uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions"><B>QueryFailureException</B></A> - Exception in <A HREF="../uk/org/ury/database/exceptions/package-summary.html">uk.org.ury.database.exceptions</A><DD>Exception thrown when the database backend fails to execute - a query.<DT><A HREF="../uk/org/ury/database/exceptions/QueryFailureException.html#QueryFailureException()"><B>QueryFailureException()</B></A> - -Constructor for exception uk.org.ury.database.exceptions.<A HREF="../uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions">QueryFailureException</A> -<DD>Construct a new QueryFailureException with a - default reason. -<DT><A HREF="../uk/org/ury/database/exceptions/QueryFailureException.html#QueryFailureException(java.lang.String)"><B>QueryFailureException(String)</B></A> - -Constructor for exception uk.org.ury.database.exceptions.<A HREF="../uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions">QueryFailureException</A> -<DD>Construct a new QueryFailureException. +<DT><A HREF="../uk/org/ury/server/Server.html#parseQueryString(java.lang.String)"><B>parseQueryString(String)</B></A> - +Method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> +<DD>Parse a query string, populating a key-value map of the + URL-unescaped results. +<DT><A HREF="../uk/org/ury/server/Server.html#processBuffer(java.util.List, java.io.PrintWriter)"><B>processBuffer(List<String>, PrintWriter)</B></A> - +Method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> +<DD> +<DT><A HREF="../uk/org/ury/server/ServerProtocol.html#processInput(java.lang.String)"><B>processInput(String)</B></A> - +Method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/ServerProtocol.html" title="class in uk.org.ury.server">ServerProtocol</A> +<DD> +<DT><A HREF="../uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol"><B>ProtocolUtils</B></A> - Class in <A HREF="../uk/org/ury/protocol/package-summary.html">uk.org.ury.protocol</A><DD>Utilities for converting between strings encoded in the response protocol and + collections of items, as well as validating and unpicking protocol messages.<DT><A HREF="../uk/org/ury/protocol/ProtocolUtils.html#ProtocolUtils()"><B>ProtocolUtils()</B></A> - +Constructor for class uk.org.ury.protocol.<A HREF="../uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol">ProtocolUtils</A> +<DD> </DL> <HR> @@ -144,7 +150,7 @@ Constructor for exception uk.org.ury.database.exceptions.<A HREF="../uk/org/ury/ <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> </BODY> </HTML> diff --git a/doc/index-files/index-14.html b/doc/index-files/index-14.html index f405e56..6811312 100644 --- a/doc/index-files/index-14.html +++ b/doc/index-files/index-14.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:56 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> -R-Index +Q-Index </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> @@ -15,7 +15,7 @@ R-Index function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="R-Index"; + parent.document.title="Q-Index"; } } </SCRIPT> @@ -78,40 +78,18 @@ function windowTitle() <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> -<A NAME="_R_"><!-- --></A><H2> -<B>R</B></H2> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> +<A NAME="_Q_"><!-- --></A><H2> +<B>Q</B></H2> <DL> -<DT><A HREF="../uk/org/ury/frontend/FrontendError.html#reportFatal(java.lang.String, uk.org.ury.frontend.FrontendFrame)"><B>reportFatal(String, FrontendFrame)</B></A> - -Static method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendError.html" title="class in uk.org.ury.frontend">FrontendError</A> -<DD>Create an error dialogue to report a fatal error. -<DT><A HREF="../uk/org/ury/frontend/FrontendError.html#reportFatal(java.lang.String, uk.org.ury.frontend.FrontendAppletPanel)"><B>reportFatal(String, FrontendAppletPanel)</B></A> - -Static method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendError.html" title="class in uk.org.ury.frontend">FrontendError</A> -<DD> -<DT><A HREF="../uk/org/ury/frontend/FrontendAppletPanel.html#restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)"><B>restoreModule(FrontendModulePanel, FrontendControlPanel)</B></A> - -Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendAppletPanel.html" title="class in uk.org.ury.frontend">FrontendAppletPanel</A> -<DD>Restore an existing module and control panel into the frontend - frame. -<DT><A HREF="../uk/org/ury/frontend/FrontendFrame.html#restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)"><B>restoreModule(FrontendModulePanel, FrontendControlPanel)</B></A> - -Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendFrame.html" title="class in uk.org.ury.frontend">FrontendFrame</A> -<DD>Restore an existing module and control panel into the frontend - frame. -<DT><A HREF="../uk/org/ury/frontend/FrontendMaster.html#restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)"><B>restoreModule(FrontendModulePanel, FrontendControlPanel)</B></A> - -Method in interface uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A> -<DD>Restore an existing module and control panel into the frontend - master. -<DT><A HREF="../uk/org/ury/testrig/DemoMenu.html#run()"><B>run()</B></A> - -Method in class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig">DemoMenu</A> -<DD>Run the demo menu, creating a user interface. -<DT><A HREF="../uk/org/ury/frontend/FrontendModule.html#runFrontend(uk.org.ury.frontend.FrontendMaster)"><B>runFrontend(FrontendMaster)</B></A> - -Method in interface uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend">FrontendModule</A> -<DD>Begin execution of the frontend module. -<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewer.html#runFrontend(uk.org.ury.frontend.FrontendMaster)"><B>runFrontend(FrontendMaster)</B></A> - -Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer">LibraryViewer</A> -<DD>Run the library viewer frontend. -<DT><A HREF="../uk/org/ury/show/viewer/ShowViewer.html#runFrontend(uk.org.ury.frontend.FrontendMaster)"><B>runFrontend(FrontendMaster)</B></A> - -Method in class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer">ShowViewer</A> -<DD>Run the library viewer frontend. +<DT><A HREF="../uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions"><B>QueryFailureException</B></A> - Exception in <A HREF="../uk/org/ury/database/exceptions/package-summary.html">uk.org.ury.database.exceptions</A><DD>Exception thrown when the database backend fails to execute + a query.<DT><A HREF="../uk/org/ury/database/exceptions/QueryFailureException.html#QueryFailureException()"><B>QueryFailureException()</B></A> - +Constructor for exception uk.org.ury.database.exceptions.<A HREF="../uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions">QueryFailureException</A> +<DD>Construct a new QueryFailureException with a + default reason. +<DT><A HREF="../uk/org/ury/database/exceptions/QueryFailureException.html#QueryFailureException(java.lang.String)"><B>QueryFailureException(String)</B></A> - +Constructor for exception uk.org.ury.database.exceptions.<A HREF="../uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions">QueryFailureException</A> +<DD>Construct a new QueryFailureException. </DL> <HR> @@ -166,7 +144,7 @@ Method in class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowVi <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> </BODY> </HTML> diff --git a/doc/index-files/index-15.html b/doc/index-files/index-15.html index e56cc06..933479c 100644 --- a/doc/index-files/index-15.html +++ b/doc/index-files/index-15.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:56 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> -S-Index +R-Index </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> @@ -15,7 +15,7 @@ S-Index function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="S-Index"; + parent.document.title="R-Index"; } } </SCRIPT> @@ -78,67 +78,46 @@ function windowTitle() <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> -<A NAME="_S_"><!-- --></A><H2> -<B>S</B></H2> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> +<A NAME="_R_"><!-- --></A><H2> +<B>R</B></H2> <DL> -<DT><A HREF="../uk/org/ury/library/LibraryUtils.html#search(uk.org.ury.database.DatabaseDriver, java.lang.String)"><B>search(DatabaseDriver, String)</B></A> - -Static method in class uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryUtils.html" title="class in uk.org.ury.library">LibraryUtils</A> -<DD>Perform a library search. -<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewerPanel.html#search()"><B>search()</B></A> - -Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryViewerPanel.html" title="class in uk.org.ury.library.viewer">LibraryViewerPanel</A> -<DD>Action method for performing a search, bound by the UI XML - manifest to the search field and button. -<DT><A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html#search()"><B>search()</B></A> - -Method in class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html" title="class in uk.org.ury.show.viewer">ShowViewerPanel</A> -<DD>Initialise the library viewer for the purposes of adding tracks - and/or browsing the library. -<DT><A HREF="../uk/org/ury/frontend/FrontendPanel.html#setMaster(uk.org.ury.frontend.FrontendMaster)"><B>setMaster(FrontendMaster)</B></A> - -Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendPanel.html" title="class in uk.org.ury.frontend">FrontendPanel</A> -<DD>Set the frontend master. -<DT><A HREF="../uk/org/ury/frontend/FrontendControlPanel.html#setPanels(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendModulePanel)"><B>setPanels(FrontendModulePanel, FrontendModulePanel)</B></A> - -Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend">FrontendControlPanel</A> -<DD>Set the parent and child panels that this ControlPanel - facilitates intercommunication. -<DT><A HREF="../uk/org/ury/frontend/FrontendControlPanel.html#setPreviousCPanel(uk.org.ury.frontend.FrontendControlPanel)"><B>setPreviousCPanel(FrontendControlPanel)</B></A> - -Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend">FrontendControlPanel</A> -<DD>Set the previous control panel (if any), so that it can be - restored when this control panel returns control to the - parent. -<DT><A HREF="../uk/org/ury/frontend/FrontendSubBanner.html#setText(java.lang.String)"><B>setText(String)</B></A> - -Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendSubBanner.html" title="class in uk.org.ury.frontend">FrontendSubBanner</A> +<DT><A HREF="../uk/org/ury/frontend/FrontendError.html#reportFatal(java.lang.String, uk.org.ury.frontend.FrontendFrame)"><B>reportFatal(String, FrontendFrame)</B></A> - +Static method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendError.html" title="class in uk.org.ury.frontend">FrontendError</A> +<DD>Create an error dialogue to report a fatal error. +<DT><A HREF="../uk/org/ury/frontend/FrontendError.html#reportFatal(java.lang.String, uk.org.ury.frontend.FrontendApplet)"><B>reportFatal(String, FrontendApplet)</B></A> - +Static method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendError.html" title="class in uk.org.ury.frontend">FrontendError</A> <DD> -<DT><A HREF="../uk/org/ury/frontend/FrontendBanner.html#setTitle(java.lang.String)"><B>setTitle(String)</B></A> - -Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendBanner.html" title="class in uk.org.ury.frontend">FrontendBanner</A> -<DD>Change the title displayed on the banner. -<DT><A HREF="../uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show"><B>ShowChannel</B></A> - Class in <A HREF="../uk/org/ury/show/package-summary.html">uk.org.ury.show</A><DD>A channel of ShowItems in a show.<DT><A HREF="../uk/org/ury/show/ShowChannel.html#ShowChannel()"><B>ShowChannel()</B></A> - -Constructor for class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show">ShowChannel</A> -<DD>Construct a new, empty channel. -<DT><A HREF="../uk/org/ury/show/ShowItem.html" title="class in uk.org.ury.show"><B>ShowItem</B></A> - Class in <A HREF="../uk/org/ury/show/package-summary.html">uk.org.ury.show</A><DD>An item in the show database.<DT><A HREF="../uk/org/ury/show/ShowItem.html#ShowItem(java.util.Map)"><B>ShowItem(Map<ShowItemProperty, String>)</B></A> - -Constructor for class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowItem.html" title="class in uk.org.ury.show">ShowItem</A> -<DD>Construct a new ShowItem. -<DT><A HREF="../uk/org/ury/show/ShowItemProperty.html" title="enum in uk.org.ury.show"><B>ShowItemProperty</B></A> - Enum in <A HREF="../uk/org/ury/show/package-summary.html">uk.org.ury.show</A><DD>Enumeration of the parameters that are stored in a ShowItem.<DT><A HREF="../uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show"><B>ShowUtils</B></A> - Class in <A HREF="../uk/org/ury/show/package-summary.html">uk.org.ury.show</A><DD>A set of common utility routines to facilitate the extraction of - show items from the show storage areas of the URY database.<DT><A HREF="../uk/org/ury/show/ShowUtils.html#ShowUtils()"><B>ShowUtils()</B></A> - -Constructor for class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show">ShowUtils</A> -<DD> -<DT><A HREF="../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer"><B>ShowViewer</B></A> - Class in <A HREF="../uk/org/ury/show/viewer/package-summary.html">uk.org.ury.show.viewer</A><DD>Frontend module for viewing show details.<DT><A HREF="../uk/org/ury/show/viewer/ShowViewer.html#ShowViewer()"><B>ShowViewer()</B></A> - -Constructor for class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer">ShowViewer</A> -<DD>Construct a new ShowViewer as a frontend object. -<DT><A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html" title="class in uk.org.ury.show.viewer"><B>ShowViewerPanel</B></A> - Class in <A HREF="../uk/org/ury/show/viewer/package-summary.html">uk.org.ury.show.viewer</A><DD>Frontend panel providing access to an underlying lshow viewer.<DT><A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html#ShowViewerPanel(uk.org.ury.show.viewer.ShowViewer, uk.org.ury.frontend.FrontendMaster)"><B>ShowViewerPanel(ShowViewer, FrontendMaster)</B></A> - -Constructor for class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html" title="class in uk.org.ury.show.viewer">ShowViewerPanel</A> -<DD>Construct a new ShowViewerPanel. -<DT><A HREF="../uk/org/ury/library/LibraryItemProperty.html#sql"><B>sql</B></A> - -Variable in enum uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryItemProperty.html" title="enum in uk.org.ury.library">LibraryItemProperty</A> -<DD> -<DT><A HREF="../uk/org/ury/show/ShowItemProperty.html#sql"><B>sql</B></A> - -Variable in enum uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowItemProperty.html" title="enum in uk.org.ury.show">ShowItemProperty</A> -<DD> -<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewer.html#start()"><B>start()</B></A> - +<DT><A HREF="../uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server"><B>RequestHandler</B></A> - Interface in <A HREF="../uk/org/ury/server/package-summary.html">uk.org.ury.server</A><DD>Interface for classes that can handle requests addressed to their + class name from the main server.<DT><A HREF="../uk/org/ury/protocol/ProtocolUtils.html#responseIsOK(java.util.Map)"><B>responseIsOK(Map<?, ?>)</B></A> - +Static method in class uk.org.ury.protocol.<A HREF="../uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol">ProtocolUtils</A> +<DD>Check if a response is flagged as having OK status. +<DT><A HREF="../uk/org/ury/frontend/FrontendApplet.html#restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)"><B>restoreModule(FrontendModulePanel, FrontendControlPanel)</B></A> - +Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A> +<DD>Restore an existing module and control panel into the frontend frame. +<DT><A HREF="../uk/org/ury/frontend/FrontendFrame.html#restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)"><B>restoreModule(FrontendModulePanel, FrontendControlPanel)</B></A> - +Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendFrame.html" title="class in uk.org.ury.frontend">FrontendFrame</A> +<DD>Restore an existing module and control panel into the frontend + frame. +<DT><A HREF="../uk/org/ury/frontend/FrontendMaster.html#restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)"><B>restoreModule(FrontendModulePanel, FrontendControlPanel)</B></A> - +Method in interface uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A> +<DD>Restore an existing module and control panel into the frontend + master. +<DT><A HREF="../uk/org/ury/testrig/DemoMenu.html#run()"><B>run()</B></A> - +Method in class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig">DemoMenu</A> +<DD>Run the demo menu, creating a user interface. +<DT><A HREF="../uk/org/ury/frontend/FrontendModule.html#runFrontend(uk.org.ury.frontend.FrontendMaster)"><B>runFrontend(FrontendMaster)</B></A> - +Method in interface uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend">FrontendModule</A> +<DD>Begin execution of the frontend module. +<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewer.html#runFrontend(uk.org.ury.frontend.FrontendMaster)"><B>runFrontend(FrontendMaster)</B></A> - Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer">LibraryViewer</A> -<DD>Run the library viewer frontend as an applet. -<DT><A HREF="../uk/org/ury/show/viewer/ShowViewer.html#start()"><B>start()</B></A> - +<DD>Run the library viewer frontend. +<DT><A HREF="../uk/org/ury/show/viewer/ShowViewer.html#runFrontend(uk.org.ury.frontend.FrontendMaster)"><B>runFrontend(FrontendMaster)</B></A> - Method in class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer">ShowViewer</A> -<DD>Run the library viewer frontend as an applet. +<DD>Run the library viewer frontend. +<DT><A HREF="../uk/org/ury/testrig/DemoMenu.html#runFrontend(uk.org.ury.frontend.FrontendMaster)"><B>runFrontend(FrontendMaster)</B></A> - +Method in class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig">DemoMenu</A> +<DD>Run the demo menu in frontend mode. </DL> <HR> @@ -193,7 +172,7 @@ Method in class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowVi <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> </BODY> </HTML> diff --git a/doc/index-files/index-16.html b/doc/index-files/index-16.html index 0e7c50a..3eab2a9 100644 --- a/doc/index-files/index-16.html +++ b/doc/index-files/index-16.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:56 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> -T-Index +S-Index </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> @@ -15,7 +15,7 @@ T-Index function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="T-Index"; + parent.document.title="S-Index"; } } </SCRIPT> @@ -78,17 +78,83 @@ function windowTitle() <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> -<A NAME="_T_"><!-- --></A><H2> -<B>T</B></H2> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> +<A NAME="_S_"><!-- --></A><H2> +<B>S</B></H2> <DL> -<DT><A HREF="../uk/org/ury/show/ShowItem.html#toString()"><B>toString()</B></A> - -Method in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowItem.html" title="class in uk.org.ury.show">ShowItem</A> +<DT><A HREF="../uk/org/ury/library/LibraryUtils.html#search(uk.org.ury.database.DatabaseDriver, java.lang.String)"><B>search(DatabaseDriver, String)</B></A> - +Static method in class uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryUtils.html" title="class in uk.org.ury.library">LibraryUtils</A> +<DD>Perform a library search. +<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewerPanel.html#search()"><B>search()</B></A> - +Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryViewerPanel.html" title="class in uk.org.ury.library.viewer">LibraryViewerPanel</A> +<DD>Action method for performing a search, bound by the UI XML manifest to + the search field and button. +<DT><A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html#search()"><B>search()</B></A> - +Method in class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html" title="class in uk.org.ury.show.viewer">ShowViewerPanel</A> +<DD>Initialise the library viewer for the purposes of adding tracks + and/or browsing the library. +<DT><A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server"><B>Server</B></A> - Class in <A HREF="../uk/org/ury/server/package-summary.html">uk.org.ury.server</A><DD>The unified URY server, accepting requests over HTTP.<DT><A HREF="../uk/org/ury/server/Server.html#Server()"><B>Server()</B></A> - +Constructor for class uk.org.ury.server.<A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> <DD> -<DT><A HREF="../uk/org/ury/show/viewer/TrackBin.html" title="class in uk.org.ury.show.viewer"><B>TrackBin</B></A> - Class in <A HREF="../uk/org/ury/show/viewer/package-summary.html">uk.org.ury.show.viewer</A><DD>A panel displaying track bin contents.<DT><A HREF="../uk/org/ury/show/viewer/TrackBin.html#TrackBin(java.lang.String)"><B>TrackBin(String)</B></A> - -Constructor for class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/TrackBin.html" title="class in uk.org.ury.show.viewer">TrackBin</A> -<DD>Construct a new TrackBin. -</DL> +<DT><A HREF="../uk/org/ury/server/ServerProtocol.html" title="class in uk.org.ury.server"><B>ServerProtocol</B></A> - Class in <A HREF="../uk/org/ury/server/package-summary.html">uk.org.ury.server</A><DD>The BAPS server protocol (a minimal implementation of HTTP 1.1) handler.<DT><A HREF="../uk/org/ury/server/ServerProtocol.html#ServerProtocol()"><B>ServerProtocol()</B></A> - +Constructor for class uk.org.ury.server.<A HREF="../uk/org/ury/server/ServerProtocol.html" title="class in uk.org.ury.server">ServerProtocol</A> +<DD> +<DT><A HREF="../uk/org/ury/server/ServerRequestHandler.html" title="class in uk.org.ury.server"><B>ServerRequestHandler</B></A> - Class in <A HREF="../uk/org/ury/server/package-summary.html">uk.org.ury.server</A><DD>A request handler for server queries.<DT><A HREF="../uk/org/ury/server/ServerRequestHandler.html#ServerRequestHandler()"><B>ServerRequestHandler()</B></A> - +Constructor for class uk.org.ury.server.<A HREF="../uk/org/ury/server/ServerRequestHandler.html" title="class in uk.org.ury.server">ServerRequestHandler</A> +<DD> +<DT><A HREF="../uk/org/ury/frontend/FrontendPanel.html#setMaster(uk.org.ury.frontend.FrontendMaster)"><B>setMaster(FrontendMaster)</B></A> - +Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendPanel.html" title="class in uk.org.ury.frontend">FrontendPanel</A> +<DD>Set the frontend master. +<DT><A HREF="../uk/org/ury/frontend/FrontendControlPanel.html#setPanels(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendModulePanel)"><B>setPanels(FrontendModulePanel, FrontendModulePanel)</B></A> - +Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend">FrontendControlPanel</A> +<DD>Set the parent and child panels that this ControlPanel + facilitates intercommunication. +<DT><A HREF="../uk/org/ury/frontend/FrontendControlPanel.html#setPreviousCPanel(uk.org.ury.frontend.FrontendControlPanel)"><B>setPreviousCPanel(FrontendControlPanel)</B></A> - +Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend">FrontendControlPanel</A> +<DD>Set the previous control panel (if any), so that it can be + restored when this control panel returns control to the + parent. +<DT><A HREF="../uk/org/ury/frontend/FrontendSubBanner.html#setText(java.lang.String)"><B>setText(String)</B></A> - +Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendSubBanner.html" title="class in uk.org.ury.frontend">FrontendSubBanner</A> +<DD> +<DT><A HREF="../uk/org/ury/frontend/FrontendBanner.html#setTitle(java.lang.String)"><B>setTitle(String)</B></A> - +Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendBanner.html" title="class in uk.org.ury.frontend">FrontendBanner</A> +<DD>Change the title displayed on the banner. +<DT><A HREF="../uk/org/ury/client/test/ClientTest.html#setUp()"><B>setUp()</B></A> - +Method in class uk.org.ury.client.test.<A HREF="../uk/org/ury/client/test/ClientTest.html" title="class in uk.org.ury.client.test">ClientTest</A> +<DD> +<DT><A HREF="../uk/org/ury/frontend/FrontendApplet.html#setupUI()"><B>setupUI()</B></A> - +Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A> +<DD>Set up the user interface of the frame. +<DT><A HREF="../uk/org/ury/frontend/FrontendFrame.html#setupUI()"><B>setupUI()</B></A> - +Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendFrame.html" title="class in uk.org.ury.frontend">FrontendFrame</A> +<DD>Set up the user interface of the frame. +<DT><A HREF="../uk/org/ury/frontend/FrontendMaster.html#setupUI()"><B>setupUI()</B></A> - +Method in interface uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A> +<DD>Set up the frontend master's user interface. +<DT><A HREF="../uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show"><B>ShowChannel</B></A> - Class in <A HREF="../uk/org/ury/show/package-summary.html">uk.org.ury.show</A><DD>A channel of ShowItems in a show.<DT><A HREF="../uk/org/ury/show/ShowChannel.html#ShowChannel()"><B>ShowChannel()</B></A> - +Constructor for class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show">ShowChannel</A> +<DD>Construct a new, empty channel. +<DT><A HREF="../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item"><B>ShowItem</B></A> - Class in <A HREF="../uk/org/ury/show/item/package-summary.html">uk.org.ury.show.item</A><DD>An item in the show database.<DT><A HREF="../uk/org/ury/show/item/ShowItem.html#ShowItem(java.util.Map)"><B>ShowItem(Map<ShowItemProperty, String>)</B></A> - +Constructor for class uk.org.ury.show.item.<A HREF="../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A> +<DD>Construct a new ShowItem. +<DT><A HREF="../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item"><B>ShowItemProperty</B></A> - Enum in <A HREF="../uk/org/ury/show/item/package-summary.html">uk.org.ury.show.item</A><DD>Enumeration of the parameters that are stored in a ShowItem.<DT><A HREF="../uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show"><B>ShowUtils</B></A> - Class in <A HREF="../uk/org/ury/show/package-summary.html">uk.org.ury.show</A><DD>A set of common utility routines to facilitate the extraction of + show items from the show storage areas of the URY database.<DT><A HREF="../uk/org/ury/show/ShowUtils.html#ShowUtils()"><B>ShowUtils()</B></A> - +Constructor for class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show">ShowUtils</A> +<DD> +<DT><A HREF="../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer"><B>ShowViewer</B></A> - Class in <A HREF="../uk/org/ury/show/viewer/package-summary.html">uk.org.ury.show.viewer</A><DD>Frontend module for viewing show details.<DT><A HREF="../uk/org/ury/show/viewer/ShowViewer.html#ShowViewer()"><B>ShowViewer()</B></A> - +Constructor for class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer">ShowViewer</A> +<DD>Construct a new ShowViewer as a frontend object. +<DT><A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html" title="class in uk.org.ury.show.viewer"><B>ShowViewerPanel</B></A> - Class in <A HREF="../uk/org/ury/show/viewer/package-summary.html">uk.org.ury.show.viewer</A><DD>Frontend panel providing access to an underlying show viewer.<DT><A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html#ShowViewerPanel(uk.org.ury.show.viewer.ShowViewer, uk.org.ury.frontend.FrontendMaster)"><B>ShowViewerPanel(ShowViewer, FrontendMaster)</B></A> - +Constructor for class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html" title="class in uk.org.ury.show.viewer">ShowViewerPanel</A> +<DD>Construct a new ShowViewerPanel. +<DT><A HREF="../uk/org/ury/library/item/LibraryItemProperty.html#sql"><B>sql</B></A> - +Variable in enum uk.org.ury.library.item.<A HREF="../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A> +<DD> +<DT><A HREF="../uk/org/ury/show/item/ShowItemProperty.html#sql"><B>sql</B></A> - +Variable in enum uk.org.ury.show.item.<A HREF="../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A> +<DD> +<DT><A HREF="../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol"><B>Status</B></A> - Enum in <A HREF="../uk/org/ury/protocol/package-summary.html">uk.org.ury.protocol</A><DD>Statuses that can follow the STATUS directory.</DL> <HR> @@ -142,7 +208,7 @@ Constructor for class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> </BODY> </HTML> diff --git a/doc/index-files/index-17.html b/doc/index-files/index-17.html index 91dc96d..2e809b2 100644 --- a/doc/index-files/index-17.html +++ b/doc/index-files/index-17.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:56 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> -U-Index +T-Index </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> @@ -15,7 +15,7 @@ U-Index function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="U-Index"; + parent.document.title="T-Index"; } } </SCRIPT> @@ -78,18 +78,23 @@ function windowTitle() <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> -<A NAME="_U_"><!-- --></A><H2> -<B>U</B></H2> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> +<A NAME="_T_"><!-- --></A><H2> +<B>T</B></H2> <DL> -<DT><A HREF="../uk/org/ury/frontend/exceptions/UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions"><B>UICreationFailureException</B></A> - Exception in <A HREF="../uk/org/ury/frontend/exceptions/package-summary.html">uk.org.ury.frontend.exceptions</A><DD>Exception thrown when the creation of a UI element fails.<DT><A HREF="../uk/org/ury/frontend/exceptions/UICreationFailureException.html#UICreationFailureException()"><B>UICreationFailureException()</B></A> - -Constructor for exception uk.org.ury.frontend.exceptions.<A HREF="../uk/org/ury/frontend/exceptions/UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions">UICreationFailureException</A> -<DD>Construct a new UICreationFailureException with a - default reason. -<DT><A HREF="../uk/org/ury/frontend/exceptions/UICreationFailureException.html#UICreationFailureException(java.lang.String)"><B>UICreationFailureException(String)</B></A> - -Constructor for exception uk.org.ury.frontend.exceptions.<A HREF="../uk/org/ury/frontend/exceptions/UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions">UICreationFailureException</A> -<DD>Construct a new UICreationFailureException. -<DT><A HREF="../uk/org/ury/config/package-summary.html"><B>uk.org.ury.config</B></A> - package uk.org.ury.config<DD> <DT><A HREF="../uk/org/ury/database/package-summary.html"><B>uk.org.ury.database</B></A> - package uk.org.ury.database<DD> <DT><A HREF="../uk/org/ury/database/exceptions/package-summary.html"><B>uk.org.ury.database.exceptions</B></A> - package uk.org.ury.database.exceptions<DD> <DT><A HREF="../uk/org/ury/frontend/package-summary.html"><B>uk.org.ury.frontend</B></A> - package uk.org.ury.frontend<DD> <DT><A HREF="../uk/org/ury/frontend/exceptions/package-summary.html"><B>uk.org.ury.frontend.exceptions</B></A> - package uk.org.ury.frontend.exceptions<DD> <DT><A HREF="../uk/org/ury/library/package-summary.html"><B>uk.org.ury.library</B></A> - package uk.org.ury.library<DD> <DT><A HREF="../uk/org/ury/library/exceptions/package-summary.html"><B>uk.org.ury.library.exceptions</B></A> - package uk.org.ury.library.exceptions<DD> <DT><A HREF="../uk/org/ury/library/viewer/package-summary.html"><B>uk.org.ury.library.viewer</B></A> - package uk.org.ury.library.viewer<DD> <DT><A HREF="../uk/org/ury/show/package-summary.html"><B>uk.org.ury.show</B></A> - package uk.org.ury.show<DD> <DT><A HREF="../uk/org/ury/show/viewer/package-summary.html"><B>uk.org.ury.show.viewer</B></A> - package uk.org.ury.show.viewer<DD> <DT><A HREF="../uk/org/ury/testrig/package-summary.html"><B>uk.org.ury.testrig</B></A> - package uk.org.ury.testrig<DD> <DT><A HREF="../uk/org/ury/database/UserClass.html" title="enum in uk.org.ury.database"><B>UserClass</B></A> - Enum in <A HREF="../uk/org/ury/database/package-summary.html">uk.org.ury.database</A><DD>The various user classes of the database driver.</DL> +<DT><A HREF="../uk/org/ury/client/test/ClientTest.html#tearDown()"><B>tearDown()</B></A> - +Method in class uk.org.ury.client.test.<A HREF="../uk/org/ury/client/test/ClientTest.html" title="class in uk.org.ury.client.test">ClientTest</A> +<DD> +<DT><A HREF="../uk/org/ury/client/test/ClientTest.html#testGet()"><B>testGet()</B></A> - +Method in class uk.org.ury.client.test.<A HREF="../uk/org/ury/client/test/ClientTest.html" title="class in uk.org.ury.client.test">ClientTest</A> +<DD>Test method for <A HREF="../uk/org/ury/client/Client.html#get(java.lang.String)"><CODE>Client.get(java.lang.String)</CODE></A>. +<DT><A HREF="../uk/org/ury/show/item/ShowItem.html#toString()"><B>toString()</B></A> - +Method in class uk.org.ury.show.item.<A HREF="../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A> +<DD> +<DT><A HREF="../uk/org/ury/show/viewer/TrackBin.html" title="class in uk.org.ury.show.viewer"><B>TrackBin</B></A> - Class in <A HREF="../uk/org/ury/show/viewer/package-summary.html">uk.org.ury.show.viewer</A><DD>A panel displaying track bin contents.<DT><A HREF="../uk/org/ury/show/viewer/TrackBin.html#TrackBin(java.lang.String)"><B>TrackBin(String)</B></A> - +Constructor for class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/TrackBin.html" title="class in uk.org.ury.show.viewer">TrackBin</A> +<DD>Construct a new TrackBin. +</DL> <HR> @@ -143,7 +148,7 @@ Constructor for exception uk.org.ury.frontend.exceptions.<A HREF="../uk/org/ury/ <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> </BODY> </HTML> diff --git a/doc/index-files/index-18.html b/doc/index-files/index-18.html index 2d007e7..47e99d5 100644 --- a/doc/index-files/index-18.html +++ b/doc/index-files/index-18.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:56 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> -V-Index +U-Index </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> @@ -15,7 +15,7 @@ V-Index function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="V-Index"; + parent.document.title="U-Index"; } } </SCRIPT> @@ -56,7 +56,7 @@ function windowTitle() <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index-17.html"><B>PREV LETTER</B></A> - NEXT LETTER</FONT></TD> + <A HREF="index-19.html"><B>NEXT LETTER</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?index-filesindex-18.html" target="_top"><B>FRAMES</B></A> <A HREF="index-18.html" target="_top"><B>NO FRAMES</B></A> @@ -78,32 +78,18 @@ function windowTitle() <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> -<A NAME="_V_"><!-- --></A><H2> -<B>V</B></H2> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> +<A NAME="_U_"><!-- --></A><H2> +<B>U</B></H2> <DL> -<DT><A HREF="../uk/org/ury/database/UserClass.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - -Static method in enum uk.org.ury.database.<A HREF="../uk/org/ury/database/UserClass.html" title="enum in uk.org.ury.database">UserClass</A> -<DD>Returns the enum constant of this type with the specified name. -<DT><A HREF="../uk/org/ury/library/LibraryItemProperty.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - -Static method in enum uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryItemProperty.html" title="enum in uk.org.ury.library">LibraryItemProperty</A> -<DD>Returns the enum constant of this type with the specified name. -<DT><A HREF="../uk/org/ury/show/ShowItemProperty.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - -Static method in enum uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowItemProperty.html" title="enum in uk.org.ury.show">ShowItemProperty</A> -<DD>Returns the enum constant of this type with the specified name. -<DT><A HREF="../uk/org/ury/database/UserClass.html#values()"><B>values()</B></A> - -Static method in enum uk.org.ury.database.<A HREF="../uk/org/ury/database/UserClass.html" title="enum in uk.org.ury.database">UserClass</A> -<DD>Returns an array containing the constants of this enum type, in -the order they are declared. -<DT><A HREF="../uk/org/ury/library/LibraryItemProperty.html#values()"><B>values()</B></A> - -Static method in enum uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryItemProperty.html" title="enum in uk.org.ury.library">LibraryItemProperty</A> -<DD>Returns an array containing the constants of this enum type, in -the order they are declared. -<DT><A HREF="../uk/org/ury/show/ShowItemProperty.html#values()"><B>values()</B></A> - -Static method in enum uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowItemProperty.html" title="enum in uk.org.ury.show">ShowItemProperty</A> -<DD>Returns an array containing the constants of this enum type, in -the order they are declared. -</DL> +<DT><A HREF="../uk/org/ury/frontend/exceptions/UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions"><B>UICreationFailureException</B></A> - Exception in <A HREF="../uk/org/ury/frontend/exceptions/package-summary.html">uk.org.ury.frontend.exceptions</A><DD>Exception thrown when the creation of a UI element fails.<DT><A HREF="../uk/org/ury/frontend/exceptions/UICreationFailureException.html#UICreationFailureException()"><B>UICreationFailureException()</B></A> - +Constructor for exception uk.org.ury.frontend.exceptions.<A HREF="../uk/org/ury/frontend/exceptions/UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions">UICreationFailureException</A> +<DD>Construct a new UICreationFailureException with a + default reason. +<DT><A HREF="../uk/org/ury/frontend/exceptions/UICreationFailureException.html#UICreationFailureException(java.lang.String)"><B>UICreationFailureException(String)</B></A> - +Constructor for exception uk.org.ury.frontend.exceptions.<A HREF="../uk/org/ury/frontend/exceptions/UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions">UICreationFailureException</A> +<DD>Construct a new UICreationFailureException. +<DT><A HREF="../uk/org/ury/client/package-summary.html"><B>uk.org.ury.client</B></A> - package uk.org.ury.client<DD> <DT><A HREF="../uk/org/ury/client/test/package-summary.html"><B>uk.org.ury.client.test</B></A> - package uk.org.ury.client.test<DD> <DT><A HREF="../uk/org/ury/config/package-summary.html"><B>uk.org.ury.config</B></A> - package uk.org.ury.config<DD> <DT><A HREF="../uk/org/ury/database/package-summary.html"><B>uk.org.ury.database</B></A> - package uk.org.ury.database<DD> <DT><A HREF="../uk/org/ury/database/exceptions/package-summary.html"><B>uk.org.ury.database.exceptions</B></A> - package uk.org.ury.database.exceptions<DD> <DT><A HREF="../uk/org/ury/frontend/package-summary.html"><B>uk.org.ury.frontend</B></A> - package uk.org.ury.frontend<DD> <DT><A HREF="../uk/org/ury/frontend/exceptions/package-summary.html"><B>uk.org.ury.frontend.exceptions</B></A> - package uk.org.ury.frontend.exceptions<DD> <DT><A HREF="../uk/org/ury/library/package-summary.html"><B>uk.org.ury.library</B></A> - package uk.org.ury.library<DD> <DT><A HREF="../uk/org/ury/library/exceptions/package-summary.html"><B>uk.org.ury.library.exceptions</B></A> - package uk.org.ury.library.exceptions<DD> <DT><A HREF="../uk/org/ury/library/item/package-summary.html"><B>uk.org.ury.library.item</B></A> - package uk.org.ury.library.item<DD> <DT><A HREF="../uk/org/ury/library/viewer/package-summary.html"><B>uk.org.ury.library.viewer</B></A> - package uk.org.ury.library.viewer<DD> <DT><A HREF="../uk/org/ury/protocol/package-summary.html"><B>uk.org.ury.protocol</B></A> - package uk.org.ury.protocol<DD> <DT><A HREF="../uk/org/ury/protocol/exceptions/package-summary.html"><B>uk.org.ury.protocol.exceptions</B></A> - package uk.org.ury.protocol.exceptions<DD> <DT><A HREF="../uk/org/ury/server/package-summary.html"><B>uk.org.ury.server</B></A> - package uk.org.ury.server<DD> <DT><A HREF="../uk/org/ury/server/exceptions/package-summary.html"><B>uk.org.ury.server.exceptions</B></A> - package uk.org.ury.server.exceptions<DD> <DT><A HREF="../uk/org/ury/show/package-summary.html"><B>uk.org.ury.show</B></A> - package uk.org.ury.show<DD> <DT><A HREF="../uk/org/ury/show/item/package-summary.html"><B>uk.org.ury.show.item</B></A> - package uk.org.ury.show.item<DD> <DT><A HREF="../uk/org/ury/show/viewer/package-summary.html"><B>uk.org.ury.show.viewer</B></A> - package uk.org.ury.show.viewer<DD> <DT><A HREF="../uk/org/ury/testrig/package-summary.html"><B>uk.org.ury.testrig</B></A> - package uk.org.ury.testrig<DD> <DT><A HREF="../uk/org/ury/database/UserClass.html" title="enum in uk.org.ury.database"><B>UserClass</B></A> - Enum in <A HREF="../uk/org/ury/database/package-summary.html">uk.org.ury.database</A><DD>The various user classes of the database driver.</DL> <HR> @@ -135,7 +121,7 @@ the order they are declared. <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index-17.html"><B>PREV LETTER</B></A> - NEXT LETTER</FONT></TD> + <A HREF="index-19.html"><B>NEXT LETTER</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?index-filesindex-18.html" target="_top"><B>FRAMES</B></A> <A HREF="index-18.html" target="_top"><B>NO FRAMES</B></A> @@ -157,7 +143,7 @@ the order they are declared. <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> </BODY> </HTML> diff --git a/doc/index-files/index-19.html b/doc/index-files/index-19.html new file mode 100644 index 0000000..64fc42e --- /dev/null +++ b/doc/index-files/index-19.html @@ -0,0 +1,177 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +V-Index +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="V-Index"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="index-18.html"><B>PREV LETTER</B></A> + NEXT LETTER</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../index.html?index-filesindex-19.html" target="_top"><B>FRAMES</B></A> + <A HREF="index-19.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> +<A NAME="_V_"><!-- --></A><H2> +<B>V</B></H2> +<DL> +<DT><A HREF="../uk/org/ury/database/UserClass.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - +Static method in enum uk.org.ury.database.<A HREF="../uk/org/ury/database/UserClass.html" title="enum in uk.org.ury.database">UserClass</A> +<DD>Returns the enum constant of this type with the specified name. +<DT><A HREF="../uk/org/ury/library/item/LibraryItemProperty.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - +Static method in enum uk.org.ury.library.item.<A HREF="../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A> +<DD>Returns the enum constant of this type with the specified name. +<DT><A HREF="../uk/org/ury/protocol/Directive.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - +Static method in enum uk.org.ury.protocol.<A HREF="../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol">Directive</A> +<DD>Returns the enum constant of this type with the specified name. +<DT><A HREF="../uk/org/ury/protocol/Status.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - +Static method in enum uk.org.ury.protocol.<A HREF="../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol">Status</A> +<DD>Returns the enum constant of this type with the specified name. +<DT><A HREF="../uk/org/ury/show/item/ShowItemProperty.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - +Static method in enum uk.org.ury.show.item.<A HREF="../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A> +<DD>Returns the enum constant of this type with the specified name. +<DT><A HREF="../uk/org/ury/database/UserClass.html#values()"><B>values()</B></A> - +Static method in enum uk.org.ury.database.<A HREF="../uk/org/ury/database/UserClass.html" title="enum in uk.org.ury.database">UserClass</A> +<DD>Returns an array containing the constants of this enum type, in +the order they are declared. +<DT><A HREF="../uk/org/ury/library/item/LibraryItemProperty.html#values()"><B>values()</B></A> - +Static method in enum uk.org.ury.library.item.<A HREF="../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A> +<DD>Returns an array containing the constants of this enum type, in +the order they are declared. +<DT><A HREF="../uk/org/ury/protocol/Directive.html#values()"><B>values()</B></A> - +Static method in enum uk.org.ury.protocol.<A HREF="../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol">Directive</A> +<DD>Returns an array containing the constants of this enum type, in +the order they are declared. +<DT><A HREF="../uk/org/ury/protocol/Status.html#values()"><B>values()</B></A> - +Static method in enum uk.org.ury.protocol.<A HREF="../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol">Status</A> +<DD>Returns an array containing the constants of this enum type, in +the order they are declared. +<DT><A HREF="../uk/org/ury/show/item/ShowItemProperty.html#values()"><B>values()</B></A> - +Static method in enum uk.org.ury.show.item.<A HREF="../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A> +<DD>Returns an array containing the constants of this enum type, in +the order they are declared. +</DL> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="index-18.html"><B>PREV LETTER</B></A> + NEXT LETTER</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../index.html?index-filesindex-19.html" target="_top"><B>FRAMES</B></A> + <A HREF="index-19.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> + +</BODY> +</HTML> diff --git a/doc/index-files/index-2.html b/doc/index-files/index-2.html index a4248ea..9e90266 100644 --- a/doc/index-files/index-2.html +++ b/doc/index-files/index-2.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> B-Index </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> @@ -78,7 +78,7 @@ function windowTitle() <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> <A NAME="_B_"><!-- --></A><H2> <B>B</B></H2> <DL> @@ -88,6 +88,17 @@ Method in class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/Librar <DT><A HREF="../uk/org/ury/testrig/DemoControlPanel.html#back()"><B>back()</B></A> - Method in class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoControlPanel.html" title="class in uk.org.ury.testrig">DemoControlPanel</A> <DD>Go back to the previous module. +<DT><A HREF="../uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions"><B>BadRequestException</B></A> - Exception in <A HREF="../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A><DD>Exception thrown when the server meets a malformed request, or + part of one.<DT><A HREF="../uk/org/ury/server/exceptions/BadRequestException.html#BadRequestException()"><B>BadRequestException()</B></A> - +Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions">BadRequestException</A> +<DD>Construct a new BadRequestException with a default reason. +<DT><A HREF="../uk/org/ury/server/exceptions/BadRequestException.html#BadRequestException(java.lang.Throwable)"><B>BadRequestException(Throwable)</B></A> - +Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions">BadRequestException</A> +<DD>Construct a new HandlerNotFoundException with a chained + exception. +<DT><A HREF="../uk/org/ury/server/ServerProtocol.html#buffer"><B>buffer</B></A> - +Variable in class uk.org.ury.server.<A HREF="../uk/org/ury/server/ServerProtocol.html" title="class in uk.org.ury.server">ServerProtocol</A> +<DD> </DL> <HR> @@ -142,7 +153,7 @@ Method in class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoControlPan <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> </BODY> </HTML> diff --git a/doc/index-files/index-3.html b/doc/index-files/index-3.html index 5bfa492..87e13f7 100644 --- a/doc/index-files/index-3.html +++ b/doc/index-files/index-3.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> C-Index </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> @@ -78,13 +78,19 @@ function windowTitle() <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> <A NAME="_C_"><!-- --></A><H2> <B>C</B></H2> <DL> -<DT><A HREF="../uk/org/ury/show/viewer/ChannelPanel.html" title="class in uk.org.ury.show.viewer"><B>ChannelPanel</B></A> - Class in <A HREF="../uk/org/ury/show/viewer/package-summary.html">uk.org.ury.show.viewer</A><DD>A panel displaying channel informstion.<DT><A HREF="../uk/org/ury/show/viewer/ChannelPanel.html#ChannelPanel(int, uk.org.ury.show.ShowChannel)"><B>ChannelPanel(int, ShowChannel)</B></A> - +<DT><A HREF="../uk/org/ury/show/viewer/ChannelPanel.html" title="class in uk.org.ury.show.viewer"><B>ChannelPanel</B></A> - Class in <A HREF="../uk/org/ury/show/viewer/package-summary.html">uk.org.ury.show.viewer</A><DD>A panel displaying channel information.<DT><A HREF="../uk/org/ury/show/viewer/ChannelPanel.html#ChannelPanel(int, uk.org.ury.show.ShowChannel)"><B>ChannelPanel(int, ShowChannel)</B></A> - Constructor for class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ChannelPanel.html" title="class in uk.org.ury.show.viewer">ChannelPanel</A> <DD>Construct a new ChannelPanel. +<DT><A HREF="../uk/org/ury/client/Client.html" title="class in uk.org.ury.client"><B>Client</B></A> - Class in <A HREF="../uk/org/ury/client/package-summary.html">uk.org.ury.client</A><DD> <DT><A HREF="../uk/org/ury/client/Client.html#Client()"><B>Client()</B></A> - +Constructor for class uk.org.ury.client.<A HREF="../uk/org/ury/client/Client.html" title="class in uk.org.ury.client">Client</A> +<DD> +<DT><A HREF="../uk/org/ury/client/test/ClientTest.html" title="class in uk.org.ury.client.test"><B>ClientTest</B></A> - Class in <A HREF="../uk/org/ury/client/test/package-summary.html">uk.org.ury.client.test</A><DD>JUnit test for the low-level client logic.<DT><A HREF="../uk/org/ury/client/test/ClientTest.html#ClientTest()"><B>ClientTest()</B></A> - +Constructor for class uk.org.ury.client.test.<A HREF="../uk/org/ury/client/test/ClientTest.html" title="class in uk.org.ury.client.test">ClientTest</A> +<DD> <DT><A HREF="../uk/org/ury/database/UserClass.html#configName"><B>configName</B></A> - Variable in enum uk.org.ury.database.<A HREF="../uk/org/ury/database/UserClass.html" title="enum in uk.org.ury.database">UserClass</A> <DD>The name of the tag in the configuration file that contains @@ -154,7 +160,7 @@ Constructor for exception uk.org.ury.database.exceptions.<A HREF="../uk/org/ury/ <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> </BODY> </HTML> diff --git a/doc/index-files/index-4.html b/doc/index-files/index-4.html index 392ef08..0b2e075 100644 --- a/doc/index-files/index-4.html +++ b/doc/index-files/index-4.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> D-Index </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> @@ -78,7 +78,7 @@ function windowTitle() <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> <A NAME="_D_"><!-- --></A><H2> <B>D</B></H2> <DL> @@ -95,6 +95,15 @@ Constructor for class uk.org.ury.database.<A HREF="../uk/org/ury/database/Databa a SQL database.<DT><A HREF="../uk/org/ury/database/DatabaseItem.html#DatabaseItem(java.util.Map)"><B>DatabaseItem(Map<E, T>)</B></A> - Constructor for class uk.org.ury.database.<A HREF="../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A> <DD>Construct a new item from an existing list of properties. +<DT><A HREF="../uk/org/ury/protocol/ProtocolUtils.html#decode(java.lang.String)"><B>decode(String)</B></A> - +Static method in class uk.org.ury.protocol.<A HREF="../uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol">ProtocolUtils</A> +<DD>Decode a protocol string into a key-value map. +<DT><A HREF="../uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions"><B>DecodeFailureException</B></A> - Exception in <A HREF="../uk/org/ury/protocol/exceptions/package-summary.html">uk.org.ury.protocol.exceptions</A><DD>Exception thrown when the protocol decoder fails.<DT><A HREF="../uk/org/ury/protocol/exceptions/DecodeFailureException.html#DecodeFailureException(java.lang.String)"><B>DecodeFailureException(String)</B></A> - +Constructor for exception uk.org.ury.protocol.exceptions.<A HREF="../uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions">DecodeFailureException</A> +<DD>Construct a new DecodeFailureException with a reason. +<DT><A HREF="../uk/org/ury/testrig/Launcher.html#DEFAULT_MODULE_NAME"><B>DEFAULT_MODULE_NAME</B></A> - +Static variable in interface uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig">Launcher</A> +<DD> <DT><A HREF="../uk/org/ury/testrig/DemoControlPanel.html" title="class in uk.org.ury.testrig"><B>DemoControlPanel</B></A> - Class in <A HREF="../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A><DD>Control panel for the demo system.<DT><A HREF="../uk/org/ury/testrig/DemoControlPanel.html#DemoControlPanel()"><B>DemoControlPanel()</B></A> - Constructor for class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoControlPanel.html" title="class in uk.org.ury.testrig">DemoControlPanel</A> <DD>Constructs a new DemoControlPanel. @@ -104,6 +113,9 @@ Constructor for class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoMenu <DT><A HREF="../uk/org/ury/testrig/DemoMenuPanel.html" title="class in uk.org.ury.testrig"><B>DemoMenuPanel</B></A> - Class in <A HREF="../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A><DD> <DT><A HREF="../uk/org/ury/testrig/DemoMenuPanel.html#DemoMenuPanel(uk.org.ury.frontend.FrontendMaster)"><B>DemoMenuPanel(FrontendMaster)</B></A> - Constructor for class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoMenuPanel.html" title="class in uk.org.ury.testrig">DemoMenuPanel</A> <DD>Construct a new DemoMenuPanel. +<DT><A HREF="../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol"><B>Directive</B></A> - Enum in <A HREF="../uk/org/ury/protocol/package-summary.html">uk.org.ury.protocol</A><DD>Directives supported by the protocol.<DT><A HREF="../uk/org/ury/server/Server.html#doConnection(java.net.Socket)"><B>doConnection(Socket)</B></A> - +Method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> +<DD> <DT><A HREF="../uk/org/ury/library/viewer/LibraryViewer.html#doSearch(java.lang.String)"><B>doSearch(String)</B></A> - Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer">LibraryViewer</A> <DD>Do a library search. @@ -161,7 +173,7 @@ Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/ <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> </BODY> </HTML> diff --git a/doc/index-files/index-5.html b/doc/index-files/index-5.html index 17a9150..563446c 100644 --- a/doc/index-files/index-5.html +++ b/doc/index-files/index-5.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> E-Index </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> @@ -78,7 +78,7 @@ function windowTitle() <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> <A NAME="_E_"><!-- --></A><H2> <B>E</B></H2> <DL> @@ -90,6 +90,9 @@ Constructor for exception uk.org.ury.library.exceptions.<A HREF="../uk/org/ury/l <DT><A HREF="../uk/org/ury/library/exceptions/EmptySearchException.html#EmptySearchException(java.lang.String)"><B>EmptySearchException(String)</B></A> - Constructor for exception uk.org.ury.library.exceptions.<A HREF="../uk/org/ury/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.library.exceptions">EmptySearchException</A> <DD>Construct a new EmptySearchException. +<DT><A HREF="../uk/org/ury/protocol/ProtocolUtils.html#encode(java.util.Map)"><B>encode(Map<String, Object>)</B></A> - +Static method in class uk.org.ury.protocol.<A HREF="../uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol">ProtocolUtils</A> +<DD>Encode a key-value map into a protocol string. <DT><A HREF="../uk/org/ury/database/DatabaseDriver.html#executeQuery(java.lang.String, int)"><B>executeQuery(String, int)</B></A> - Method in class uk.org.ury.database.<A HREF="../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A> <DD>Execute an unprepared SQL statement with no arguments. @@ -150,7 +153,7 @@ Method in class uk.org.ury.database.<A HREF="../uk/org/ury/database/DatabaseDriv <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> </BODY> </HTML> diff --git a/doc/index-files/index-6.html b/doc/index-files/index-6.html index d73164c..ae3effa 100644 --- a/doc/index-files/index-6.html +++ b/doc/index-files/index-6.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> F-Index </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> @@ -78,12 +78,12 @@ function windowTitle() <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> <A NAME="_F_"><!-- --></A><H2> <B>F</B></H2> <DL> -<DT><A HREF="../uk/org/ury/frontend/FrontendAppletPanel.html#fatalError(java.lang.String)"><B>fatalError(String)</B></A> - -Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendAppletPanel.html" title="class in uk.org.ury.frontend">FrontendAppletPanel</A> +<DT><A HREF="../uk/org/ury/frontend/FrontendApplet.html#fatalError(java.lang.String)"><B>fatalError(String)</B></A> - +Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A> <DD>Report a fatal error, <DT><A HREF="../uk/org/ury/frontend/FrontendFrame.html#fatalError(java.lang.String)"><B>fatalError(String)</B></A> - Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendFrame.html" title="class in uk.org.ury.frontend">FrontendFrame</A> @@ -91,9 +91,9 @@ Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendFram <DT><A HREF="../uk/org/ury/frontend/FrontendMaster.html#fatalError(java.lang.String)"><B>fatalError(String)</B></A> - Method in interface uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A> <DD>Report a fatal error, -<DT><A HREF="../uk/org/ury/frontend/FrontendAppletPanel.html" title="class in uk.org.ury.frontend"><B>FrontendAppletPanel</B></A> - Class in <A HREF="../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A><DD>A frame that hosts a FrontendModulePanel, used for serving frontend - panels in a window (application mode).<DT><A HREF="../uk/org/ury/frontend/FrontendAppletPanel.html#FrontendAppletPanel(uk.org.ury.frontend.FrontendModulePanel)"><B>FrontendAppletPanel(FrontendModulePanel)</B></A> - -Constructor for class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendAppletPanel.html" title="class in uk.org.ury.frontend">FrontendAppletPanel</A> +<DT><A HREF="../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend"><B>FrontendApplet</B></A> - Class in <A HREF="../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A><DD>A frame that hosts a FrontendModulePanel, used for serving frontend panels in + a window (application mode).<DT><A HREF="../uk/org/ury/frontend/FrontendApplet.html#FrontendApplet()"><B>FrontendApplet()</B></A> - +Constructor for class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A> <DD> <DT><A HREF="../uk/org/ury/frontend/FrontendBanner.html" title="class in uk.org.ury.frontend"><B>FrontendBanner</B></A> - Class in <A HREF="../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A><DD>A banner, displaying a title, intended for use at the top of the frontend frame.<DT><A HREF="../uk/org/ury/frontend/FrontendBanner.html#FrontendBanner(java.lang.String)"><B>FrontendBanner(String)</B></A> - @@ -107,9 +107,9 @@ Constructor for class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/Fronte Constructor for class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendError.html" title="class in uk.org.ury.frontend">FrontendError</A> <DD> <DT><A HREF="../uk/org/ury/frontend/FrontendFrame.html" title="class in uk.org.ury.frontend"><B>FrontendFrame</B></A> - Class in <A HREF="../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A><DD>A frame that hosts a FrontendModulePanel, used for serving frontend - panels in a window (application mode).<DT><A HREF="../uk/org/ury/frontend/FrontendFrame.html#FrontendFrame(uk.org.ury.frontend.FrontendModulePanel)"><B>FrontendFrame(FrontendModulePanel)</B></A> - + panels in a window (application mode).<DT><A HREF="../uk/org/ury/frontend/FrontendFrame.html#FrontendFrame(java.lang.String)"><B>FrontendFrame(String)</B></A> - Constructor for class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendFrame.html" title="class in uk.org.ury.frontend">FrontendFrame</A> -<DD> +<DD>Construct a new FrontendFrame given an initial frontend module. <DT><A HREF="../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend"><B>FrontendMaster</B></A> - Interface in <A HREF="../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A><DD>Interface for classes providing the parent unit of a frontend session.<DT><A HREF="../uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend"><B>FrontendModule</B></A> - Interface in <A HREF="../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A><DD>Interface for all system modules that are to be reachable from the frontend array.<DT><A HREF="../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend"><B>FrontendModulePanel</B></A> - Class in <A HREF="../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A><DD>A frontend user interface panel.<DT><A HREF="../uk/org/ury/frontend/FrontendModulePanel.html#FrontendModulePanel(uk.org.ury.frontend.FrontendModule, uk.org.ury.frontend.FrontendMaster)"><B>FrontendModulePanel(FrontendModule, FrontendMaster)</B></A> - @@ -183,7 +183,7 @@ Constructor for class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/Fronte <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> </BODY> </HTML> diff --git a/doc/index-files/index-7.html b/doc/index-files/index-7.html index f6447e1..6fac977 100644 --- a/doc/index-files/index-7.html +++ b/doc/index-files/index-7.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> G-Index </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> @@ -78,16 +78,22 @@ function windowTitle() <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> <A NAME="_G_"><!-- --></A><H2> <B>G</B></H2> <DL> +<DT><A HREF="../uk/org/ury/client/Client.html#get(java.lang.String)"><B>get(String)</B></A> - +Method in class uk.org.ury.client.<A HREF="../uk/org/ury/client/Client.html" title="class in uk.org.ury.client">Client</A> +<DD>Get a raw response from the server. <DT><A HREF="../uk/org/ury/database/DatabaseItem.html#get(E)"><B>get(E)</B></A> - Method in class uk.org.ury.database.<A HREF="../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A> <DD>Query this item for a property. <DT><A HREF="../uk/org/ury/show/ShowChannel.html#get(int)"><B>get(int)</B></A> - Method in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show">ShowChannel</A> <DD>Retrieve an item from the channel. +<DT><A HREF="../uk/org/ury/server/ServerProtocol.html#GET_HEADER"><B>GET_HEADER</B></A> - +Static variable in class uk.org.ury.server.<A HREF="../uk/org/ury/server/ServerProtocol.html" title="class in uk.org.ury.server">ServerProtocol</A> +<DD> <DT><A HREF="../uk/org/ury/show/viewer/ShowViewer.html#getBins()"><B>getBins()</B></A> - Method in class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer">ShowViewer</A> <DD> @@ -98,24 +104,30 @@ Static method in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowUtils.htm <DT><A HREF="../uk/org/ury/show/viewer/ShowViewer.html#getChannels()"><B>getChannels()</B></A> - Method in class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer">ShowViewer</A> <DD> -<DT><A HREF="../uk/org/ury/library/LibraryTableModel.html#getColumnClass(int)"><B>getColumnClass(int)</B></A> - -Method in class uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryTableModel.html" title="class in uk.org.ury.library">LibraryTableModel</A> +<DT><A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html#getColumnClass(int)"><B>getColumnClass(int)</B></A> - +Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A> <DD> -<DT><A HREF="../uk/org/ury/library/LibraryTableModel.html#getColumnCount()"><B>getColumnCount()</B></A> - -Method in class uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryTableModel.html" title="class in uk.org.ury.library">LibraryTableModel</A> +<DT><A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html#getColumnCount()"><B>getColumnCount()</B></A> - +Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A> <DD> -<DT><A HREF="../uk/org/ury/library/LibraryTableModel.html#getColumnName(int)"><B>getColumnName(int)</B></A> - -Method in class uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryTableModel.html" title="class in uk.org.ury.library">LibraryTableModel</A> +<DT><A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html#getColumnName(int)"><B>getColumnName(int)</B></A> - +Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A> <DD> <DT><A HREF="../uk/org/ury/config/ConfigReader.html#getDatabase()"><B>getDatabase()</B></A> - Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/ConfigReader.html" title="class in uk.org.ury.config">ConfigReader</A> <DD>Get the database configuration +<DT><A HREF="../uk/org/ury/server/Server.html#getDatabaseConnection(uk.org.ury.database.UserClass)"><B>getDatabaseConnection(UserClass)</B></A> - +Method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> +<DD>Get a database connection using the given user class. <DT><A HREF="../uk/org/ury/config/Database.html#getDb()"><B>getDb()</B></A> - Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/Database.html" title="class in uk.org.ury.config">Database</A> <DD>Get the name of the database <DT><A HREF="../uk/org/ury/show/ShowChannel.html#getElementAt(int)"><B>getElementAt(int)</B></A> - Method in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show">ShowChannel</A> <DD>List model retrieval wrapper for get. +<DT><A HREF="../uk/org/ury/library/item/LibraryItemProperty.html#getFromSQL(java.lang.String)"><B>getFromSQL(String)</B></A> - +Static method in enum uk.org.ury.library.item.<A HREF="../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A> +<DD>Retrieve a LibraryItemProperty given its SQL identifier. <DT><A HREF="../uk/org/ury/config/Database.html#getHost()"><B>getHost()</B></A> - Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/Database.html" title="class in uk.org.ury.config">Database</A> <DD>Get the hostname of the database server @@ -125,16 +137,16 @@ Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/ <DT><A HREF="../uk/org/ury/frontend/FrontendModulePanel.html#getModule()"><B>getModule()</B></A> - Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> <DD>Retrieve the module that this panel is serving as a view into. -<DT><A HREF="../uk/org/ury/frontend/FrontendModulePanel.html#getName()"><B>getName()</B></A> - +<DT><A HREF="../uk/org/ury/frontend/FrontendModulePanel.html#getModuleName()"><B>getModuleName()</B></A> - Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> <DD> -<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewerPanel.html#getName()"><B>getName()</B></A> - +<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewerPanel.html#getModuleName()"><B>getModuleName()</B></A> - Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryViewerPanel.html" title="class in uk.org.ury.library.viewer">LibraryViewerPanel</A> <DD> -<DT><A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html#getName()"><B>getName()</B></A> - +<DT><A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html#getModuleName()"><B>getModuleName()</B></A> - Method in class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html" title="class in uk.org.ury.show.viewer">ShowViewerPanel</A> <DD> -<DT><A HREF="../uk/org/ury/testrig/DemoMenuPanel.html#getName()"><B>getName()</B></A> - +<DT><A HREF="../uk/org/ury/testrig/DemoMenuPanel.html#getModuleName()"><B>getModuleName()</B></A> - Method in class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoMenuPanel.html" title="class in uk.org.ury.testrig">DemoMenuPanel</A> <DD> <DT><A HREF="../uk/org/ury/config/Auth.html#getPass()"><B>getPass()</B></A> - @@ -146,11 +158,20 @@ Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/Database.html" t <DT><A HREF="../uk/org/ury/show/ShowUtils.html#getPublicFolders(uk.org.ury.database.DatabaseDriver)"><B>getPublicFolders(DatabaseDriver)</B></A> - Static method in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show">ShowUtils</A> <DD>Return the names of the public track folders, or "bins". +<DT><A HREF="../uk/org/ury/frontend/FrontendApplet.html#getResourceDirectory()"><B>getResourceDirectory()</B></A> - +Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A> +<DD> +<DT><A HREF="../uk/org/ury/frontend/FrontendFrame.html#getResourceDirectory()"><B>getResourceDirectory()</B></A> - +Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendFrame.html" title="class in uk.org.ury.frontend">FrontendFrame</A> +<DD> +<DT><A HREF="../uk/org/ury/frontend/FrontendMaster.html#getResourceDirectory()"><B>getResourceDirectory()</B></A> - +Method in interface uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A> +<DD> <DT><A HREF="../uk/org/ury/config/ConfigReader.html#getRoAuth()"><B>getRoAuth()</B></A> - Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/ConfigReader.html" title="class in uk.org.ury.config">ConfigReader</A> <DD>Get the read only login auth configuration -<DT><A HREF="../uk/org/ury/library/LibraryTableModel.html#getRowCount()"><B>getRowCount()</B></A> - -Method in class uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryTableModel.html" title="class in uk.org.ury.library">LibraryTableModel</A> +<DT><A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html#getRowCount()"><B>getRowCount()</B></A> - +Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A> <DD> <DT><A HREF="../uk/org/ury/config/ConfigReader.html#getRwAuth()"><B>getRwAuth()</B></A> - Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/ConfigReader.html" title="class in uk.org.ury.config">ConfigReader</A> @@ -161,8 +182,11 @@ Method in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowChannel.html" ti <DT><A HREF="../uk/org/ury/config/Auth.html#getUser()"><B>getUser()</B></A> - Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/Auth.html" title="class in uk.org.ury.config">Auth</A> <DD>Get the username of the login -<DT><A HREF="../uk/org/ury/library/LibraryTableModel.html#getValueAt(int, int)"><B>getValueAt(int, int)</B></A> - -Method in class uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryTableModel.html" title="class in uk.org.ury.library">LibraryTableModel</A> +<DT><A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html#getValueAt(int, int)"><B>getValueAt(int, int)</B></A> - +Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A> +<DD> +<DT><A HREF="../uk/org/ury/server/Server.html#getVersion()"><B>getVersion()</B></A> - +Method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> <DD> </DL> <HR> @@ -218,7 +242,7 @@ Method in class uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryTableMo <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> </BODY> </HTML> diff --git a/doc/index-files/index-8.html b/doc/index-files/index-8.html index 285f452..86db5a8 100644 --- a/doc/index-files/index-8.html +++ b/doc/index-files/index-8.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> H-Index </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> @@ -78,10 +78,58 @@ function windowTitle() <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> <A NAME="_H_"><!-- --></A><H2> <B>H</B></H2> <DL> +<DT><A HREF="../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions"><B>HandleFailureException</B></A> - Exception in <A HREF="../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A><DD>Generic exception thrown when a server request handler fails to + handle a request.<DT><A HREF="../uk/org/ury/server/exceptions/HandleFailureException.html#HandleFailureException()"><B>HandleFailureException()</B></A> - +Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A> +<DD>Construct a new HandleFailureException with a + default reason. +<DT><A HREF="../uk/org/ury/server/exceptions/HandleFailureException.html#HandleFailureException(java.lang.String)"><B>HandleFailureException(String)</B></A> - +Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A> +<DD>Construct a new HandleFailureException. +<DT><A HREF="../uk/org/ury/server/Server.html#handleGet(java.util.List)"><B>handleGet(List<String>)</B></A> - +Method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> +<DD>Handle a HTTP GET request. +<DT><A HREF="../uk/org/ury/library/LibraryRequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.server.Server)"><B>handleGetRequest(Map<String, String>, Server)</B></A> - +Method in class uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryRequestHandler.html" title="class in uk.org.ury.library">LibraryRequestHandler</A> +<DD>Handle a server GET request (that is, a request for data + output). +<DT><A HREF="../uk/org/ury/server/RequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.server.Server)"><B>handleGetRequest(Map<String, String>, Server)</B></A> - +Method in interface uk.org.ury.server.<A HREF="../uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server">RequestHandler</A> +<DD>Handle a server GET request (that is, a request for data + output). +<DT><A HREF="../uk/org/ury/server/ServerRequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.server.Server)"><B>handleGetRequest(Map<String, String>, Server)</B></A> - +Method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/ServerRequestHandler.html" title="class in uk.org.ury.server">ServerRequestHandler</A> +<DD>Handle a server GET request (that is, a request for data + output). +<DT><A HREF="../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions"><B>HandlerNotFoundException</B></A> - Exception in <A HREF="../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A><DD>Exception thrown when the server request handler requested + by the client is not * found in the class space.<DT><A HREF="../uk/org/ury/server/exceptions/HandlerNotFoundException.html#HandlerNotFoundException()"><B>HandlerNotFoundException()</B></A> - +Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions">HandlerNotFoundException</A> +<DD>Construct a new HandlerNotFoundException with a + default reason. +<DT><A HREF="../uk/org/ury/server/exceptions/HandlerNotFoundException.html#HandlerNotFoundException(java.lang.String, java.lang.Throwable)"><B>HandlerNotFoundException(String, Throwable)</B></A> - +Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions">HandlerNotFoundException</A> +<DD>Construct a new HandlerNotFoundException with a class name and + chained exception. +<DT><A HREF="../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions"><B>HandlerSetupFailureException</B></A> - Exception in <A HREF="../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A><DD>Exception thrown when the server request handler requested + by the client cannot be set up to process the request.<DT><A HREF="../uk/org/ury/server/exceptions/HandlerSetupFailureException.html#HandlerSetupFailureException()"><B>HandlerSetupFailureException()</B></A> - +Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions">HandlerSetupFailureException</A> +<DD>Construct a new HandlerNotFoundException with a + default reason. +<DT><A HREF="../uk/org/ury/server/exceptions/HandlerSetupFailureException.html#HandlerSetupFailureException(java.lang.String, java.lang.Throwable)"><B>HandlerSetupFailureException(String, Throwable)</B></A> - +Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions">HandlerSetupFailureException</A> +<DD>Construct a new HandlerSetupFailureException with a class name + and chained exception. +<DT><A HREF="../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions"><B>HandlingException</B></A> - Exception in <A HREF="../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A><DD>Generic exception thrown when the server cannot handle a request.<DT><A HREF="../uk/org/ury/server/exceptions/HandlingException.html#HandlingException(java.lang.String)"><B>HandlingException(String)</B></A> - +Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A> +<DD>Construct a HandlingException with a reason. +<DT><A HREF="../uk/org/ury/server/exceptions/HandlingException.html#HandlingException(java.lang.String, java.lang.Throwable)"><B>HandlingException(String, Throwable)</B></A> - +Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A> +<DD>Construct a HandlingException with a reason and a cause to + chain. <DT><A HREF="../uk/org/ury/database/DatabaseItem.html#has(E)"><B>has(E)</B></A> - Method in class uk.org.ury.database.<A HREF="../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A> <DD>Check whether a property has been set in the item. @@ -146,7 +194,7 @@ Constructor for class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/HintFi <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> </BODY> </HTML> diff --git a/doc/index-files/index-9.html b/doc/index-files/index-9.html index 3b1e941..1abc931 100644 --- a/doc/index-files/index-9.html +++ b/doc/index-files/index-9.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> I-Index </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> @@ -78,22 +78,17 @@ function windowTitle() <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> <A NAME="_I_"><!-- --></A><H2> <B>I</B></H2> <DL> -<DT><A HREF="../uk/org/ury/frontend/AbstractFrontendModule.html#init()"><B>init()</B></A> - -Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend">AbstractFrontendModule</A> -<DD>Initialise the module as an applet. -<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewer.html#init()"><B>init()</B></A> - -Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer">LibraryViewer</A> -<DD>Initialise the library viewer frontend as an applet. -<DT><A HREF="../uk/org/ury/show/viewer/ShowViewer.html#init()"><B>init()</B></A> - -Method in class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer">ShowViewer</A> -<DD>Initialise the library viewer frontend as an applet. -<DT><A HREF="../uk/org/ury/testrig/DemoMenu.html#init()"><B>init()</B></A> - -Method in class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig">DemoMenu</A> -<DD>Initialise the menu as an applet. +<DT><A HREF="../uk/org/ury/frontend/FrontendApplet.html#init()"><B>init()</B></A> - +Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A> +<DD>Main method. +<DT><A HREF="../uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions"><B>InvalidMessageException</B></A> - Exception in <A HREF="../uk/org/ury/protocol/exceptions/package-summary.html">uk.org.ury.protocol.exceptions</A><DD>Generic exception thrown when a protocol function cannot process a + message due to an issue with the message.<DT><A HREF="../uk/org/ury/protocol/exceptions/InvalidMessageException.html#InvalidMessageException(java.lang.String)"><B>InvalidMessageException(String)</B></A> - +Constructor for exception uk.org.ury.protocol.exceptions.<A HREF="../uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions">InvalidMessageException</A> +<DD>Construct a new InvalidMessageException with a reason. </DL> <HR> @@ -148,7 +143,7 @@ Method in class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoMenu.html" <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> </BODY> </HTML> diff --git a/doc/index.html b/doc/index.html index 158e2d8..4e70ba9 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc on Tue Mar 15 10:21:56 GMT 2011--> +<!-- Generated by javadoc on Sun Mar 20 03:05:38 GMT 2011--> <TITLE> Generated Documentation (Untitled) </TITLE> diff --git a/doc/overview-frame.html b/doc/overview-frame.html index 785bbe5..f7d4b10 100644 --- a/doc/overview-frame.html +++ b/doc/overview-frame.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> Overview List </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> @@ -30,6 +30,10 @@ Overview List <FONT size="+1" CLASS="FrameHeadingFont"> Packages</FONT> <BR> +<FONT CLASS="FrameItemFont"><A HREF="uk/org/ury/client/package-frame.html" target="packageFrame">uk.org.ury.client</A></FONT> +<BR> +<FONT CLASS="FrameItemFont"><A HREF="uk/org/ury/client/test/package-frame.html" target="packageFrame">uk.org.ury.client.test</A></FONT> +<BR> <FONT CLASS="FrameItemFont"><A HREF="uk/org/ury/config/package-frame.html" target="packageFrame">uk.org.ury.config</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="uk/org/ury/database/package-frame.html" target="packageFrame">uk.org.ury.database</A></FONT> @@ -44,10 +48,22 @@ Packages</FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="uk/org/ury/library/exceptions/package-frame.html" target="packageFrame">uk.org.ury.library.exceptions</A></FONT> <BR> +<FONT CLASS="FrameItemFont"><A HREF="uk/org/ury/library/item/package-frame.html" target="packageFrame">uk.org.ury.library.item</A></FONT> +<BR> <FONT CLASS="FrameItemFont"><A HREF="uk/org/ury/library/viewer/package-frame.html" target="packageFrame">uk.org.ury.library.viewer</A></FONT> <BR> +<FONT CLASS="FrameItemFont"><A HREF="uk/org/ury/protocol/package-frame.html" target="packageFrame">uk.org.ury.protocol</A></FONT> +<BR> +<FONT CLASS="FrameItemFont"><A HREF="uk/org/ury/protocol/exceptions/package-frame.html" target="packageFrame">uk.org.ury.protocol.exceptions</A></FONT> +<BR> +<FONT CLASS="FrameItemFont"><A HREF="uk/org/ury/server/package-frame.html" target="packageFrame">uk.org.ury.server</A></FONT> +<BR> +<FONT CLASS="FrameItemFont"><A HREF="uk/org/ury/server/exceptions/package-frame.html" target="packageFrame">uk.org.ury.server.exceptions</A></FONT> +<BR> <FONT CLASS="FrameItemFont"><A HREF="uk/org/ury/show/package-frame.html" target="packageFrame">uk.org.ury.show</A></FONT> <BR> +<FONT CLASS="FrameItemFont"><A HREF="uk/org/ury/show/item/package-frame.html" target="packageFrame">uk.org.ury.show.item</A></FONT> +<BR> <FONT CLASS="FrameItemFont"><A HREF="uk/org/ury/show/viewer/package-frame.html" target="packageFrame">uk.org.ury.show.viewer</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="uk/org/ury/testrig/package-frame.html" target="packageFrame">uk.org.ury.testrig</A></FONT> diff --git a/doc/overview-summary.html b/doc/overview-summary.html index a6deb18..a671d89 100644 --- a/doc/overview-summary.html +++ b/doc/overview-summary.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:56 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Overview </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> @@ -86,6 +86,14 @@ function windowTitle() <B>Packages</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="20%"><B><A HREF="uk/org/ury/client/package-summary.html">uk.org.ury.client</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="20%"><B><A HREF="uk/org/ury/client/test/package-summary.html">uk.org.ury.client.test</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="20%"><B><A HREF="uk/org/ury/config/package-summary.html">uk.org.ury.config</A></B></TD> <TD> </TD> </TR> @@ -114,14 +122,38 @@ function windowTitle() <TD> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="20%"><B><A HREF="uk/org/ury/library/item/package-summary.html">uk.org.ury.library.item</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="20%"><B><A HREF="uk/org/ury/library/viewer/package-summary.html">uk.org.ury.library.viewer</A></B></TD> <TD> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="20%"><B><A HREF="uk/org/ury/protocol/package-summary.html">uk.org.ury.protocol</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="20%"><B><A HREF="uk/org/ury/protocol/exceptions/package-summary.html">uk.org.ury.protocol.exceptions</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="20%"><B><A HREF="uk/org/ury/server/package-summary.html">uk.org.ury.server</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="20%"><B><A HREF="uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="20%"><B><A HREF="uk/org/ury/show/package-summary.html">uk.org.ury.show</A></B></TD> <TD> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="20%"><B><A HREF="uk/org/ury/show/item/package-summary.html">uk.org.ury.show.item</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="20%"><B><A HREF="uk/org/ury/show/viewer/package-summary.html">uk.org.ury.show.viewer</A></B></TD> <TD> </TD> </TR> diff --git a/doc/overview-tree.html b/doc/overview-tree.html index e85da6d..adf3094 100644 --- a/doc/overview-tree.html +++ b/doc/overview-tree.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Class Hierarchy </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> @@ -84,20 +84,24 @@ function windowTitle() Hierarchy For All Packages</H2> </CENTER> <DL> -<DT><B>Package Hierarchies:</B><DD><A HREF="uk/org/ury/config/package-tree.html">uk.org.ury.config</A>, <A HREF="uk/org/ury/database/package-tree.html">uk.org.ury.database</A>, <A HREF="uk/org/ury/database/exceptions/package-tree.html">uk.org.ury.database.exceptions</A>, <A HREF="uk/org/ury/frontend/package-tree.html">uk.org.ury.frontend</A>, <A HREF="uk/org/ury/frontend/exceptions/package-tree.html">uk.org.ury.frontend.exceptions</A>, <A HREF="uk/org/ury/library/package-tree.html">uk.org.ury.library</A>, <A HREF="uk/org/ury/library/exceptions/package-tree.html">uk.org.ury.library.exceptions</A>, <A HREF="uk/org/ury/library/viewer/package-tree.html">uk.org.ury.library.viewer</A>, <A HREF="uk/org/ury/show/package-tree.html">uk.org.ury.show</A>, <A HREF="uk/org/ury/show/viewer/package-tree.html">uk.org.ury.show.viewer</A>, <A HREF="uk/org/ury/testrig/package-tree.html">uk.org.ury.testrig</A></DL> +<DT><B>Package Hierarchies:</B><DD><A HREF="uk/org/ury/client/package-tree.html">uk.org.ury.client</A>, <A HREF="uk/org/ury/client/test/package-tree.html">uk.org.ury.client.test</A>, <A HREF="uk/org/ury/config/package-tree.html">uk.org.ury.config</A>, <A HREF="uk/org/ury/database/package-tree.html">uk.org.ury.database</A>, <A HREF="uk/org/ury/database/exceptions/package-tree.html">uk.org.ury.database.exceptions</A>, <A HREF="uk/org/ury/frontend/package-tree.html">uk.org.ury.frontend</A>, <A HREF="uk/org/ury/frontend/exceptions/package-tree.html">uk.org.ury.frontend.exceptions</A>, <A HREF="uk/org/ury/library/package-tree.html">uk.org.ury.library</A>, <A HREF="uk/org/ury/library/exceptions/package-tree.html">uk.org.ury.library.exceptions</A>, <A HREF="uk/org/ury/library/item/package-tree.html">uk.org.ury.library.item</A>, <A HREF="uk/org/ury/library/viewer/package-tree.html">uk.org.ury.library.viewer</A>, <A HREF="uk/org/ury/protocol/package-tree.html">uk.org.ury.protocol</A>, <A HREF="uk/org/ury/protocol/exceptions/package-tree.html">uk.org.ury.protocol.exceptions</A>, <A HREF="uk/org/ury/server/package-tree.html">uk.org.ury.server</A>, <A HREF="uk/org/ury/server/exceptions/package-tree.html">uk.org.ury.server.exceptions</A>, <A HREF="uk/org/ury/show/package-tree.html">uk.org.ury.show</A>, <A HREF="uk/org/ury/show/item/package-tree.html">uk.org.ury.show.item</A>, <A HREF="uk/org/ury/show/viewer/package-tree.html">uk.org.ury.show.viewer</A>, <A HREF="uk/org/ury/testrig/package-tree.html">uk.org.ury.testrig</A></DL> <HR> <H2> Class Hierarchy </H2> <UL> <LI TYPE="circle">java.lang.Object<UL> +<LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend"><B>AbstractFrontendModule</B></A> (implements uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend">FrontendModule</A>) +<UL> +<LI TYPE="circle">uk.org.ury.testrig.<A HREF="uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig"><B>DemoMenu</B></A><LI TYPE="circle">uk.org.ury.library.viewer.<A HREF="uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer"><B>LibraryViewer</B></A><LI TYPE="circle">uk.org.ury.show.viewer.<A HREF="uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer"><B>ShowViewer</B></A></UL> <LI TYPE="circle">javax.swing.AbstractListModel (implements javax.swing.ListModel, java.io.Serializable) <UL> <LI TYPE="circle">uk.org.ury.show.<A HREF="uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show"><B>ShowChannel</B></A></UL> <LI TYPE="circle">javax.swing.table.AbstractTableModel (implements java.io.Serializable, javax.swing.table.TableModel) <UL> -<LI TYPE="circle">uk.org.ury.library.<A HREF="uk/org/ury/library/LibraryTableModel.html" title="class in uk.org.ury.library"><B>LibraryTableModel</B></A></UL> -<LI TYPE="circle">uk.org.ury.config.<A HREF="uk/org/ury/config/Auth.html" title="class in uk.org.ury.config"><B>Auth</B></A><LI TYPE="circle">java.awt.Component (implements java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable) +<LI TYPE="circle">uk.org.ury.library.viewer.<A HREF="uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer"><B>LibraryTableModel</B></A></UL> +<LI TYPE="circle">uk.org.ury.testrig.<A HREF="uk/org/ury/testrig/ApplicationLauncher.html" title="class in uk.org.ury.testrig"><B>ApplicationLauncher</B></A> (implements uk.org.ury.testrig.<A HREF="uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig">Launcher</A>) +<LI TYPE="circle">uk.org.ury.config.<A HREF="uk/org/ury/config/Auth.html" title="class in uk.org.ury.config"><B>Auth</B></A><LI TYPE="circle">uk.org.ury.client.<A HREF="uk/org/ury/client/Client.html" title="class in uk.org.ury.client"><B>Client</B></A><LI TYPE="circle">uk.org.ury.client.test.<A HREF="uk/org/ury/client/test/ClientTest.html" title="class in uk.org.ury.client.test"><B>ClientTest</B></A><LI TYPE="circle">java.awt.Component (implements java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable) <UL> <LI TYPE="circle">java.awt.Container<UL> <LI TYPE="circle">javax.swing.JComponent (implements java.io.Serializable) @@ -107,13 +111,13 @@ Class Hierarchy <LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendSubBanner.html" title="class in uk.org.ury.frontend"><B>FrontendSubBanner</B></A></UL> <LI TYPE="circle">javax.swing.JPanel (implements javax.accessibility.Accessible) <UL> -<LI TYPE="circle">uk.org.ury.show.viewer.<A HREF="uk/org/ury/show/viewer/ChannelPanel.html" title="class in uk.org.ury.show.viewer"><B>ChannelPanel</B></A><LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendBanner.html" title="class in uk.org.ury.frontend"><B>FrontendBanner</B></A><LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendPanel.html" title="class in uk.org.ury.frontend"><B>FrontendPanel</B></A><UL> -<LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend"><B>FrontendControlPanel</B></A><UL> +<LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendBanner.html" title="class in uk.org.ury.frontend"><B>FrontendBanner</B></A><LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendPanel.html" title="class in uk.org.ury.frontend"><B>FrontendPanel</B></A><UL> +<LI TYPE="circle">uk.org.ury.show.viewer.<A HREF="uk/org/ury/show/viewer/ChannelPanel.html" title="class in uk.org.ury.show.viewer"><B>ChannelPanel</B></A><LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend"><B>FrontendControlPanel</B></A><UL> <LI TYPE="circle">uk.org.ury.testrig.<A HREF="uk/org/ury/testrig/DemoControlPanel.html" title="class in uk.org.ury.testrig"><B>DemoControlPanel</B></A><LI TYPE="circle">uk.org.ury.show.viewer.<A HREF="uk/org/ury/show/viewer/LibraryControlPanel.html" title="class in uk.org.ury.show.viewer"><B>LibraryControlPanel</B></A></UL> <LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend"><B>FrontendModulePanel</B></A><UL> <LI TYPE="circle">uk.org.ury.testrig.<A HREF="uk/org/ury/testrig/DemoMenuPanel.html" title="class in uk.org.ury.testrig"><B>DemoMenuPanel</B></A><LI TYPE="circle">uk.org.ury.library.viewer.<A HREF="uk/org/ury/library/viewer/LibraryViewerPanel.html" title="class in uk.org.ury.library.viewer"><B>LibraryViewerPanel</B></A><LI TYPE="circle">uk.org.ury.show.viewer.<A HREF="uk/org/ury/show/viewer/ShowViewerPanel.html" title="class in uk.org.ury.show.viewer"><B>ShowViewerPanel</B></A></UL> -</UL> <LI TYPE="circle">uk.org.ury.show.viewer.<A HREF="uk/org/ury/show/viewer/TrackBin.html" title="class in uk.org.ury.show.viewer"><B>TrackBin</B></A></UL> +</UL> <LI TYPE="circle">javax.swing.text.JTextComponent (implements javax.accessibility.Accessible, javax.swing.Scrollable) <UL> <LI TYPE="circle">javax.swing.JTextArea<UL> @@ -125,10 +129,8 @@ Class Hierarchy <LI TYPE="circle">java.applet.Applet<UL> <LI TYPE="circle">javax.swing.JApplet (implements javax.accessibility.Accessible, javax.swing.RootPaneContainer) <UL> -<LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend"><B>AbstractFrontendModule</B></A> (implements uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend">FrontendModule</A>) -<UL> -<LI TYPE="circle">uk.org.ury.library.viewer.<A HREF="uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer"><B>LibraryViewer</B></A><LI TYPE="circle">uk.org.ury.show.viewer.<A HREF="uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer"><B>ShowViewer</B></A></UL> -<LI TYPE="circle">uk.org.ury.testrig.<A HREF="uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig"><B>DemoMenu</B></A></UL> +<LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend"><B>FrontendApplet</B></A> (implements uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A>, uk.org.ury.testrig.<A HREF="uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig">Launcher</A>) +</UL> </UL> </UL> <LI TYPE="circle">java.awt.Window (implements javax.accessibility.Accessible) @@ -137,7 +139,6 @@ Class Hierarchy <UL> <LI TYPE="circle">javax.swing.JFrame (implements javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants) <UL> -<LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendAppletPanel.html" title="class in uk.org.ury.frontend"><B>FrontendAppletPanel</B></A> (implements uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A>) <LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendFrame.html" title="class in uk.org.ury.frontend"><B>FrontendFrame</B></A> (implements uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A>) </UL> </UL> @@ -145,11 +146,15 @@ Class Hierarchy </UL> </UL> <LI TYPE="circle">uk.org.ury.config.<A HREF="uk/org/ury/config/ConfigReader.html" title="class in uk.org.ury.config"><B>ConfigReader</B></A><LI TYPE="circle">uk.org.ury.config.<A HREF="uk/org/ury/config/Database.html" title="class in uk.org.ury.config"><B>Database</B></A><LI TYPE="circle">uk.org.ury.database.<A HREF="uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database"><B>DatabaseDriver</B></A><LI TYPE="circle">uk.org.ury.database.<A HREF="uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database"><B>DatabaseItem</B></A><E,T><UL> -<LI TYPE="circle">uk.org.ury.library.<A HREF="uk/org/ury/library/LibraryItem.html" title="class in uk.org.ury.library"><B>LibraryItem</B></A><LI TYPE="circle">uk.org.ury.show.<A HREF="uk/org/ury/show/ShowItem.html" title="class in uk.org.ury.show"><B>ShowItem</B></A></UL> -<LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendError.html" title="class in uk.org.ury.frontend"><B>FrontendError</B></A><LI TYPE="circle">uk.org.ury.library.<A HREF="uk/org/ury/library/LibraryUtils.html" title="class in uk.org.ury.library"><B>LibraryUtils</B></A><LI TYPE="circle">uk.org.ury.show.<A HREF="uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show"><B>ShowUtils</B></A><LI TYPE="circle">java.lang.Throwable (implements java.io.Serializable) +<LI TYPE="circle">uk.org.ury.library.item.<A HREF="uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item"><B>LibraryItem</B></A><LI TYPE="circle">uk.org.ury.show.item.<A HREF="uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item"><B>ShowItem</B></A></UL> +<LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendError.html" title="class in uk.org.ury.frontend"><B>FrontendError</B></A><LI TYPE="circle">uk.org.ury.library.<A HREF="uk/org/ury/library/LibraryRequestHandler.html" title="class in uk.org.ury.library"><B>LibraryRequestHandler</B></A> (implements uk.org.ury.server.<A HREF="uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server">RequestHandler</A>) +<LI TYPE="circle">uk.org.ury.library.<A HREF="uk/org/ury/library/LibraryUtils.html" title="class in uk.org.ury.library"><B>LibraryUtils</B></A><LI TYPE="circle">uk.org.ury.protocol.<A HREF="uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol"><B>ProtocolUtils</B></A><LI TYPE="circle">uk.org.ury.server.<A HREF="uk/org/ury/server/Server.html" title="class in uk.org.ury.server"><B>Server</B></A><LI TYPE="circle">uk.org.ury.server.<A HREF="uk/org/ury/server/ServerProtocol.html" title="class in uk.org.ury.server"><B>ServerProtocol</B></A><LI TYPE="circle">uk.org.ury.server.<A HREF="uk/org/ury/server/ServerRequestHandler.html" title="class in uk.org.ury.server"><B>ServerRequestHandler</B></A> (implements uk.org.ury.server.<A HREF="uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server">RequestHandler</A>) +<LI TYPE="circle">uk.org.ury.show.<A HREF="uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show"><B>ShowUtils</B></A><LI TYPE="circle">java.lang.Throwable (implements java.io.Serializable) <UL> <LI TYPE="circle">java.lang.Exception<UL> -<LI TYPE="circle">uk.org.ury.database.exceptions.<A HREF="uk/org/ury/database/exceptions/ConnectionFailureException.html" title="class in uk.org.ury.database.exceptions"><B>ConnectionFailureException</B></A><LI TYPE="circle">uk.org.ury.library.exceptions.<A HREF="uk/org/ury/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.library.exceptions"><B>EmptySearchException</B></A><LI TYPE="circle">uk.org.ury.database.exceptions.<A HREF="uk/org/ury/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.database.exceptions"><B>MissingCredentialsException</B></A><LI TYPE="circle">uk.org.ury.database.exceptions.<A HREF="uk/org/ury/database/exceptions/MissingPropertyException.html" title="class in uk.org.ury.database.exceptions"><B>MissingPropertyException</B></A><LI TYPE="circle">uk.org.ury.database.exceptions.<A HREF="uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions"><B>QueryFailureException</B></A><LI TYPE="circle">uk.org.ury.frontend.exceptions.<A HREF="uk/org/ury/frontend/exceptions/UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions"><B>UICreationFailureException</B></A></UL> +<LI TYPE="circle">uk.org.ury.database.exceptions.<A HREF="uk/org/ury/database/exceptions/ConnectionFailureException.html" title="class in uk.org.ury.database.exceptions"><B>ConnectionFailureException</B></A><LI TYPE="circle">uk.org.ury.protocol.exceptions.<A HREF="uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions"><B>DecodeFailureException</B></A><LI TYPE="circle">uk.org.ury.library.exceptions.<A HREF="uk/org/ury/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.library.exceptions"><B>EmptySearchException</B></A><LI TYPE="circle">uk.org.ury.server.exceptions.<A HREF="uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions"><B>HandlingException</B></A><UL> +<LI TYPE="circle">uk.org.ury.server.exceptions.<A HREF="uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions"><B>BadRequestException</B></A><LI TYPE="circle">uk.org.ury.server.exceptions.<A HREF="uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions"><B>HandleFailureException</B></A><LI TYPE="circle">uk.org.ury.server.exceptions.<A HREF="uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions"><B>HandlerNotFoundException</B></A><LI TYPE="circle">uk.org.ury.server.exceptions.<A HREF="uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions"><B>HandlerSetupFailureException</B></A><LI TYPE="circle">uk.org.ury.server.exceptions.<A HREF="uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions"><B>NotAHandlerException</B></A></UL> +<LI TYPE="circle">uk.org.ury.protocol.exceptions.<A HREF="uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions"><B>InvalidMessageException</B></A><LI TYPE="circle">uk.org.ury.frontend.exceptions.<A HREF="uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions"><B>LoadFailureException</B></A><LI TYPE="circle">uk.org.ury.database.exceptions.<A HREF="uk/org/ury/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.database.exceptions"><B>MissingCredentialsException</B></A><LI TYPE="circle">uk.org.ury.database.exceptions.<A HREF="uk/org/ury/database/exceptions/MissingPropertyException.html" title="class in uk.org.ury.database.exceptions"><B>MissingPropertyException</B></A><LI TYPE="circle">uk.org.ury.database.exceptions.<A HREF="uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions"><B>QueryFailureException</B></A><LI TYPE="circle">uk.org.ury.frontend.exceptions.<A HREF="uk/org/ury/frontend/exceptions/UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions"><B>UICreationFailureException</B></A></UL> </UL> </UL> </UL> @@ -157,7 +162,7 @@ Class Hierarchy Interface Hierarchy </H2> <UL> -<LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend"><B>FrontendMaster</B></A><LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend"><B>FrontendModule</B></A></UL> +<LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend"><B>FrontendMaster</B></A><LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend"><B>FrontendModule</B></A><LI TYPE="circle">uk.org.ury.testrig.<A HREF="uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig"><B>Launcher</B></A><LI TYPE="circle">uk.org.ury.server.<A HREF="uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server"><B>RequestHandler</B></A></UL> <H2> Enum Hierarchy </H2> @@ -165,7 +170,7 @@ Enum Hierarchy <LI TYPE="circle">java.lang.Object<UL> <LI TYPE="circle">java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) <UL> -<LI TYPE="circle">uk.org.ury.show.<A HREF="uk/org/ury/show/ShowItemProperty.html" title="enum in uk.org.ury.show"><B>ShowItemProperty</B></A><LI TYPE="circle">uk.org.ury.library.<A HREF="uk/org/ury/library/LibraryItemProperty.html" title="enum in uk.org.ury.library"><B>LibraryItemProperty</B></A><LI TYPE="circle">uk.org.ury.database.<A HREF="uk/org/ury/database/UserClass.html" title="enum in uk.org.ury.database"><B>UserClass</B></A></UL> +<LI TYPE="circle">uk.org.ury.protocol.<A HREF="uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol"><B>Directive</B></A><LI TYPE="circle">uk.org.ury.protocol.<A HREF="uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol"><B>Status</B></A><LI TYPE="circle">uk.org.ury.show.item.<A HREF="uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item"><B>ShowItemProperty</B></A><LI TYPE="circle">uk.org.ury.library.item.<A HREF="uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item"><B>LibraryItemProperty</B></A><LI TYPE="circle">uk.org.ury.database.<A HREF="uk/org/ury/database/UserClass.html" title="enum in uk.org.ury.database"><B>UserClass</B></A></UL> </UL> </UL> <HR> diff --git a/doc/package-list b/doc/package-list index 651f7ca..1d2873c 100644 --- a/doc/package-list +++ b/doc/package-list @@ -1,3 +1,5 @@ +uk.org.ury.client +uk.org.ury.client.test uk.org.ury.config uk.org.ury.database uk.org.ury.database.exceptions @@ -5,7 +7,13 @@ uk.org.ury.frontend uk.org.ury.frontend.exceptions uk.org.ury.library uk.org.ury.library.exceptions +uk.org.ury.library.item uk.org.ury.library.viewer +uk.org.ury.protocol +uk.org.ury.protocol.exceptions +uk.org.ury.server +uk.org.ury.server.exceptions uk.org.ury.show +uk.org.ury.show.item uk.org.ury.show.viewer uk.org.ury.testrig diff --git a/doc/serialized-form.html b/doc/serialized-form.html index b98d4ce..119b4c6 100644 --- a/doc/serialized-form.html +++ b/doc/serialized-form.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Serialized Form </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> @@ -157,25 +157,11 @@ Serialized Form</H1> </TABLE> <P> -<A NAME="uk.org.ury.frontend.AbstractFrontendModule"><!-- --></A> +<A NAME="uk.org.ury.frontend.FrontendApplet"><!-- --></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/AbstractFrontendModule.html" title="class in uk.org.ury.frontend">uk.org.ury.frontend.AbstractFrontendModule</A> extends javax.swing.JApplet implements Serializable</B></FONT></TH> -</TR> -</TABLE> - -<P> -<B>serialVersionUID: </B>5309585577127763538L - -<P> - -<P> -<A NAME="uk.org.ury.frontend.FrontendAppletPanel"><!-- --></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/FrontendAppletPanel.html" title="class in uk.org.ury.frontend">uk.org.ury.frontend.FrontendAppletPanel</A> extends javax.swing.JFrame implements Serializable</B></FONT></TH> +<B>Class <A HREF="uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">uk.org.ury.frontend.FrontendApplet</A> extends javax.swing.JApplet implements Serializable</B></FONT></TH> </TR> </TABLE> @@ -192,15 +178,6 @@ Serialized Form</H1> </TABLE> <H3> -banner</H3> -<PRE> -<A HREF="uk/org/ury/frontend/FrontendBanner.html" title="class in uk.org.ury.frontend">FrontendBanner</A> <B>banner</B></PRE> -<DL> -<DL> -</DL> -</DL> -<HR> -<H3> child</H3> <PRE> <A HREF="uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> <B>child</B></PRE> @@ -441,11 +418,11 @@ master</H3> </TABLE> <P> -<A NAME="uk.org.ury.frontend.exceptions.UICreationFailureException"><!-- --></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/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/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> @@ -453,44 +430,20 @@ master</H3> <B>serialVersionUID: </B>-7353531873142099828L <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.library</B></FONT></TH> -</TR> -</TABLE> <P> -<A NAME="uk.org.ury.library.LibraryTableModel"><!-- --></A> +<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/library/LibraryTableModel.html" title="class in uk.org.ury.library">uk.org.ury.library.LibraryTableModel</A> extends javax.swing.table.AbstractTableModel implements Serializable</B></FONT></TH> +<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>-1744980619128903509L +<B>serialVersionUID: </B>-7353531873142099828L <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> -data</H3> -<PRE> -java.util.List<E> <B>data</B></PRE> -<DL> -<DL> -</DL> -</DL> <HR SIZE="4" NOSHADE> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> @@ -523,16 +476,16 @@ java.util.List<E> <B>data</B></PRE> </TABLE> <P> -<A NAME="uk.org.ury.library.viewer.LibraryViewer"><!-- --></A> +<A NAME="uk.org.ury.library.viewer.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/LibraryViewer.html" title="class in uk.org.ury.library.viewer">uk.org.ury.library.viewer.LibraryViewer</A> extends <A HREF="uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend">AbstractFrontendModule</A> implements Serializable</B></FONT></TH> +<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> </TR> </TABLE> <P> -<B>serialVersionUID: </B>-2782366476480563739L +<B>serialVersionUID: </B>-1744980619128903509L <P> <A NAME="serializedForm"><!-- --></A> @@ -544,36 +497,9 @@ java.util.List<E> <B>data</B></PRE> </TABLE> <H3> -dd</H3> -<PRE> -<A HREF="uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A> <B>dd</B></PRE> -<DL> -<DL> -</DL> -</DL> -<HR> -<H3> -libraryList</H3> -<PRE> -java.util.List<E> <B>libraryList</B></PRE> -<DL> -<DL> -</DL> -</DL> -<HR> -<H3> -panel</H3> -<PRE> -<A HREF="uk/org/ury/library/viewer/LibraryViewerPanel.html" title="class in uk.org.ury.library.viewer">LibraryViewerPanel</A> <B>panel</B></PRE> -<DL> -<DL> -</DL> -</DL> -<HR> -<H3> -config</H3> +data</H3> <PRE> -<A HREF="uk/org/ury/config/ConfigReader.html" title="class in uk.org.ury.config">ConfigReader</A> <B>config</B></PRE> +java.util.List<E> <B>data</B></PRE> <DL> <DL> </DL> @@ -646,6 +572,15 @@ javax.swing.JPanel <B>searchingPanel</B></PRE> </DL> <HR> <H3> +searchingLabel</H3> +<PRE> +javax.swing.JLabel <B>searchingLabel</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> +<H3> searchField</H3> <PRE> javax.swing.JTextField <B>searchField</B></PRE> @@ -664,6 +599,24 @@ javax.swing.JButton <B>searchButton</B></PRE> </DL> <HR> <H3> +searchForLabel</H3> +<PRE> +javax.swing.JLabel <B>searchForLabel</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> +<H3> +hint</H3> +<PRE> +<A HREF="uk/org/ury/frontend/HintField.html" title="class in uk.org.ury.frontend">HintField</A> <B>hint</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> +<H3> searchFailureMessage</H3> <PRE> java.lang.String <B>searchFailureMessage</B></PRE> @@ -671,6 +624,143 @@ java.lang.String <B>searchFailureMessage</B></PRE> <DL> </DL> </DL> +<HR> +<H3> +rb</H3> +<PRE> +java.util.ResourceBundle <B>rb</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.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> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.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/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> +</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> <HR SIZE="4" NOSHADE> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> @@ -723,7 +813,7 @@ java.util.List<E> <B>items</B></PRE> <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 javax.swing.JPanel implements Serializable</B></FONT></TH> +<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> </TR> </TABLE> @@ -799,63 +889,6 @@ javax.swing.JButton <B>stopButton</B></PRE> <P> <P> -<A NAME="uk.org.ury.show.viewer.ShowViewer"><!-- --></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/ShowViewer.html" title="class in uk.org.ury.show.viewer">uk.org.ury.show.viewer.ShowViewer</A> extends <A HREF="uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend">AbstractFrontendModule</A> implements Serializable</B></FONT></TH> -</TR> -</TABLE> - -<P> -<B>serialVersionUID: </B>-2782366476480563739L - -<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> -dd</H3> -<PRE> -<A HREF="uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A> <B>dd</B></PRE> -<DL> -<DL> -</DL> -</DL> -<HR> -<H3> -channels</H3> -<PRE> -<A HREF="uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show">ShowChannel</A>[] <B>channels</B></PRE> -<DL> -<DL> -</DL> -</DL> -<HR> -<H3> -panel</H3> -<PRE> -<A HREF="uk/org/ury/show/viewer/ShowViewerPanel.html" title="class in uk.org.ury.show.viewer">ShowViewerPanel</A> <B>panel</B></PRE> -<DL> -<DL> -</DL> -</DL> -<HR> -<H3> -config</H3> -<PRE> -<A HREF="uk/org/ury/config/ConfigReader.html" title="class in uk.org.ury.config">ConfigReader</A> <B>config</B></PRE> -<DL> -<DL> -</DL> -</DL> - -<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"> @@ -899,7 +932,7 @@ javax.swing.JPanel <B>binGroupPanel</B></PRE> <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 javax.swing.JPanel implements Serializable</B></FONT></TH> +<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> </TR> </TABLE> @@ -947,36 +980,6 @@ javax.swing.JLabel <B>binName</B></PRE> <P> <P> -<A NAME="uk.org.ury.testrig.DemoMenu"><!-- --></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/DemoMenu.html" title="class in uk.org.ury.testrig">uk.org.ury.testrig.DemoMenu</A> extends javax.swing.JApplet implements Serializable</B></FONT></TH> -</TR> -</TABLE> - -<P> -<B>serialVersionUID: </B>-5264235507636809476L - -<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> -master</H3> -<PRE> -<A HREF="uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A> <B>master</B></PRE> -<DL> -<DL> -</DL> -</DL> - -<P> <A NAME="uk.org.ury.testrig.DemoMenuPanel"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> diff --git a/doc/uk/org/ury/client/Client.html b/doc/uk/org/ury/client/Client.html new file mode 100644 index 0000000..bcebbd1 --- /dev/null +++ b/doc/uk/org/ury/client/Client.html @@ -0,0 +1,259 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:32 GMT 2011 --> +<TITLE> +Client +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Client"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Client.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + NEXT CLASS</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/client/Client.html" target="_top"><B>FRAMES</B></A> + <A HREF="Client.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.client</FONT> +<BR> +Class Client</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.client.Client</B> +</PRE> +<HR> +<DL> +<DT><PRE>public class <B>Client</B><DT>extends java.lang.Object</DL> +</PRE> + +<P> +<HR> + +<P> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../uk/org/ury/client/Client.html#Client()">Client</A></B>()</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.util.Map<?,?></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/client/Client.html#get(java.lang.String)">get</A></B>(java.lang.String file)</CODE> + +<BR> + Get a raw response from the server.</TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="Client()"><!-- --></A><H3> +Client</H3> +<PRE> +public <B>Client</B>()</PRE> +<DL> +</DL> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></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>Method Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="get(java.lang.String)"><!-- --></A><H3> +get</H3> +<PRE> +public java.util.Map<?,?> <B>get</B>(java.lang.String file) + throws <A HREF="../../../../uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions">DecodeFailureException</A></PRE> +<DL> +<DD>Get a raw response from the server. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>file</CODE> - The "file", including path and query string, to + fetch from the server. +<DT><B>Returns:</B><DD>The response from the server, as a key-value map. +<DT><B>Throws:</B> +<DD><CODE><A HREF="../../../../uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions">DecodeFailureException</A></CODE> - if the decode failed.</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Client.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + NEXT CLASS</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/client/Client.html" target="_top"><B>FRAMES</B></A> + <A HREF="Client.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/client/class-use/Client.html b/doc/uk/org/ury/client/class-use/Client.html new file mode 100644 index 0000000..8c4a5ad --- /dev/null +++ b/doc/uk/org/ury/client/class-use/Client.html @@ -0,0 +1,144 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.client.Client +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.client.Client"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/org/ury/client/Client.html" title="class in uk.org.ury.client"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/client//class-useClient.html" target="_top"><B>FRAMES</B></A> + <A HREF="Client.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.client.Client</B></H2> +</CENTER> +No usage of uk.org.ury.client.Client +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/org/ury/client/Client.html" title="class in uk.org.ury.client"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/client//class-useClient.html" target="_top"><B>FRAMES</B></A> + <A HREF="Client.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/client/package-frame.html b/doc/uk/org/ury/client/package-frame.html new file mode 100644 index 0000000..9705c67 --- /dev/null +++ b/doc/uk/org/ury/client/package-frame.html @@ -0,0 +1,32 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +uk.org.ury.client +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + + +</HEAD> + +<BODY BGCOLOR="white"> +<FONT size="+1" CLASS="FrameTitleFont"> +<A HREF="../../../../uk/org/ury/client/package-summary.html" target="classFrame">uk.org.ury.client</A></FONT> +<TABLE BORDER="0" WIDTH="100%" SUMMARY=""> +<TR> +<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> +Classes</FONT> +<FONT CLASS="FrameItemFont"> +<BR> +<A HREF="Client.html" title="class in uk.org.ury.client" target="classFrame">Client</A></FONT></TD> +</TR> +</TABLE> + + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/client/package-summary.html b/doc/uk/org/ury/client/package-summary.html new file mode 100644 index 0000000..e4e7b74 --- /dev/null +++ b/doc/uk/org/ury/client/package-summary.html @@ -0,0 +1,157 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +uk.org.ury.client +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="uk.org.ury.client"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV PACKAGE + <A HREF="../../../../uk/org/ury/client/test/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/client/package-summary.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<H2> +Package uk.org.ury.client +</H2> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Class Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../uk/org/ury/client/Client.html" title="class in uk.org.ury.client">Client</A></B></TD> +<TD> </TD> +</TR> +</TABLE> + + +<P> +<DL> +</DL> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV PACKAGE + <A HREF="../../../../uk/org/ury/client/test/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/client/package-summary.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/client/package-tree.html b/doc/uk/org/ury/client/package-tree.html new file mode 100644 index 0000000..0254747 --- /dev/null +++ b/doc/uk/org/ury/client/package-tree.html @@ -0,0 +1,153 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +uk.org.ury.client Class Hierarchy +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="uk.org.ury.client Class Hierarchy"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + <A HREF="../../../../uk/org/ury/client/test/package-tree.html"><B>NEXT</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/client/package-tree.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +Hierarchy For Package uk.org.ury.client +</H2> +</CENTER> +<DL> +<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../overview-tree.html">All Packages</A></DL> +<HR> +<H2> +Class Hierarchy +</H2> +<UL> +<LI TYPE="circle">java.lang.Object<UL> +<LI TYPE="circle">uk.org.ury.client.<A HREF="../../../../uk/org/ury/client/Client.html" title="class in uk.org.ury.client"><B>Client</B></A></UL> +</UL> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + <A HREF="../../../../uk/org/ury/client/test/package-tree.html"><B>NEXT</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/client/package-tree.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/client/package-use.html b/doc/uk/org/ury/client/package-use.html new file mode 100644 index 0000000..c30a691 --- /dev/null +++ b/doc/uk/org/ury/client/package-use.html @@ -0,0 +1,144 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Package uk.org.ury.client +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Package uk.org.ury.client"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/client/package-use.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Package<br>uk.org.ury.client</B></H2> +</CENTER> +No usage of uk.org.ury.client +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/client/package-use.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/client/test/ClientTest.html b/doc/uk/org/ury/client/test/ClientTest.html new file mode 100644 index 0000000..b0c3c74 --- /dev/null +++ b/doc/uk/org/ury/client/test/ClientTest.html @@ -0,0 +1,306 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:36 GMT 2011 --> +<TITLE> +ClientTest +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ClientTest"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ClientTest.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + NEXT CLASS</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/client/test/ClientTest.html" target="_top"><B>FRAMES</B></A> + <A HREF="ClientTest.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.client.test</FONT> +<BR> +Class ClientTest</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.client.test.ClientTest</B> +</PRE> +<HR> +<DL> +<DT><PRE>public class <B>ClientTest</B><DT>extends java.lang.Object</DL> +</PRE> + +<P> +JUnit test for the low-level client logic. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +</DL> +<HR> + +<P> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/client/test/ClientTest.html#ClientTest()">ClientTest</A></B>()</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</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="../../../../../uk/org/ury/client/test/ClientTest.html#setUp()">setUp</A></B>()</CODE> + +<BR> + </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="../../../../../uk/org/ury/client/test/ClientTest.html#tearDown()">tearDown</A></B>()</CODE> + +<BR> + </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="../../../../../uk/org/ury/client/test/ClientTest.html#testGet()">testGet</A></B>()</CODE> + +<BR> + Test method for <A HREF="../../../../../uk/org/ury/client/Client.html#get(java.lang.String)"><CODE>Client.get(java.lang.String)</CODE></A>.</TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="ClientTest()"><!-- --></A><H3> +ClientTest</H3> +<PRE> +public <B>ClientTest</B>()</PRE> +<DL> +</DL> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></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>Method Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="setUp()"><!-- --></A><H3> +setUp</H3> +<PRE> +public void <B>setUp</B>() + throws java.lang.Exception</PRE> +<DL> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>java.lang.Exception</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="tearDown()"><!-- --></A><H3> +tearDown</H3> +<PRE> +public void <B>tearDown</B>() + throws java.lang.Exception</PRE> +<DL> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>java.lang.Exception</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="testGet()"><!-- --></A><H3> +testGet</H3> +<PRE> +public void <B>testGet</B>()</PRE> +<DL> +<DD>Test method for <A HREF="../../../../../uk/org/ury/client/Client.html#get(java.lang.String)"><CODE>Client.get(java.lang.String)</CODE></A>. +<P> +<DD><DL> +</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ClientTest.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + NEXT CLASS</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/client/test/ClientTest.html" target="_top"><B>FRAMES</B></A> + <A HREF="ClientTest.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/client/test/class-use/ClientTest.html b/doc/uk/org/ury/client/test/class-use/ClientTest.html new file mode 100644 index 0000000..67b587f --- /dev/null +++ b/doc/uk/org/ury/client/test/class-use/ClientTest.html @@ -0,0 +1,144 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.client.test.ClientTest +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.client.test.ClientTest"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/client/test/ClientTest.html" title="class in uk.org.ury.client.test"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/client/test//class-useClientTest.html" target="_top"><B>FRAMES</B></A> + <A HREF="ClientTest.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.client.test.ClientTest</B></H2> +</CENTER> +No usage of uk.org.ury.client.test.ClientTest +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/client/test/ClientTest.html" title="class in uk.org.ury.client.test"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/client/test//class-useClientTest.html" target="_top"><B>FRAMES</B></A> + <A HREF="ClientTest.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/client/test/package-frame.html b/doc/uk/org/ury/client/test/package-frame.html new file mode 100644 index 0000000..4e0ac01 --- /dev/null +++ b/doc/uk/org/ury/client/test/package-frame.html @@ -0,0 +1,32 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +uk.org.ury.client.test +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + + +</HEAD> + +<BODY BGCOLOR="white"> +<FONT size="+1" CLASS="FrameTitleFont"> +<A HREF="../../../../../uk/org/ury/client/test/package-summary.html" target="classFrame">uk.org.ury.client.test</A></FONT> +<TABLE BORDER="0" WIDTH="100%" SUMMARY=""> +<TR> +<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> +Classes</FONT> +<FONT CLASS="FrameItemFont"> +<BR> +<A HREF="ClientTest.html" title="class in uk.org.ury.client.test" target="classFrame">ClientTest</A></FONT></TD> +</TR> +</TABLE> + + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/client/test/package-summary.html b/doc/uk/org/ury/client/test/package-summary.html new file mode 100644 index 0000000..aae901a --- /dev/null +++ b/doc/uk/org/ury/client/test/package-summary.html @@ -0,0 +1,157 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +uk.org.ury.client.test +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="uk.org.ury.client.test"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/client/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../../uk/org/ury/config/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/client/test/package-summary.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<H2> +Package uk.org.ury.client.test +</H2> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Class Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../uk/org/ury/client/test/ClientTest.html" title="class in uk.org.ury.client.test">ClientTest</A></B></TD> +<TD>JUnit test for the low-level client logic.</TD> +</TR> +</TABLE> + + +<P> +<DL> +</DL> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/client/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../../uk/org/ury/config/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/client/test/package-summary.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/client/test/package-tree.html b/doc/uk/org/ury/client/test/package-tree.html new file mode 100644 index 0000000..5125d90 --- /dev/null +++ b/doc/uk/org/ury/client/test/package-tree.html @@ -0,0 +1,153 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +uk.org.ury.client.test Class Hierarchy +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="uk.org.ury.client.test Class Hierarchy"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/client/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../../uk/org/ury/config/package-tree.html"><B>NEXT</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/client/test/package-tree.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +Hierarchy For Package uk.org.ury.client.test +</H2> +</CENTER> +<DL> +<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../overview-tree.html">All Packages</A></DL> +<HR> +<H2> +Class Hierarchy +</H2> +<UL> +<LI TYPE="circle">java.lang.Object<UL> +<LI TYPE="circle">uk.org.ury.client.test.<A HREF="../../../../../uk/org/ury/client/test/ClientTest.html" title="class in uk.org.ury.client.test"><B>ClientTest</B></A></UL> +</UL> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/client/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../../uk/org/ury/config/package-tree.html"><B>NEXT</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/client/test/package-tree.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/client/test/package-use.html b/doc/uk/org/ury/client/test/package-use.html new file mode 100644 index 0000000..299afcd --- /dev/null +++ b/doc/uk/org/ury/client/test/package-use.html @@ -0,0 +1,144 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Package uk.org.ury.client.test +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Package uk.org.ury.client.test"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/client/test/package-use.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Package<br>uk.org.ury.client.test</B></H2> +</CENTER> +No usage of uk.org.ury.client.test +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/client/test/package-use.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/config/Auth.html b/doc/uk/org/ury/config/Auth.html index 7413bf2..733df47 100644 --- a/doc/uk/org/ury/config/Auth.html +++ b/doc/uk/org/ury/config/Auth.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> Auth </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/config/ConfigReader.html b/doc/uk/org/ury/config/ConfigReader.html index 6c49f23..4f7e8b5 100644 --- a/doc/uk/org/ury/config/ConfigReader.html +++ b/doc/uk/org/ury/config/ConfigReader.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> ConfigReader </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/config/Database.html b/doc/uk/org/ury/config/Database.html index 521acf8..c763c87 100644 --- a/doc/uk/org/ury/config/Database.html +++ b/doc/uk/org/ury/config/Database.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> Database </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/config/class-use/Auth.html b/doc/uk/org/ury/config/class-use/Auth.html index ec1cf32..f787985 100644 --- a/doc/uk/org/ury/config/class-use/Auth.html +++ b/doc/uk/org/ury/config/class-use/Auth.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.config.Auth </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/config/class-use/ConfigReader.html b/doc/uk/org/ury/config/class-use/ConfigReader.html index 63faa8c..65de08e 100644 --- a/doc/uk/org/ury/config/class-use/ConfigReader.html +++ b/doc/uk/org/ury/config/class-use/ConfigReader.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.config.ConfigReader </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/config/class-use/Database.html b/doc/uk/org/ury/config/class-use/Database.html index 13217d4..bd90ceb 100644 --- a/doc/uk/org/ury/config/class-use/Database.html +++ b/doc/uk/org/ury/config/class-use/Database.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.config.Database </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/config/package-frame.html b/doc/uk/org/ury/config/package-frame.html index d6cd433..2f81a57 100644 --- a/doc/uk/org/ury/config/package-frame.html +++ b/doc/uk/org/ury/config/package-frame.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.config </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/config/package-summary.html b/doc/uk/org/ury/config/package-summary.html index 5b97c6b..d70da45 100644 --- a/doc/uk/org/ury/config/package-summary.html +++ b/doc/uk/org/ury/config/package-summary.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.config </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -55,7 +55,7 @@ function windowTitle() <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - PREV PACKAGE + <A HREF="../../../../uk/org/ury/client/test/package-summary.html"><B>PREV PACKAGE</B></A> <A HREF="../../../../uk/org/ury/database/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?uk/org/ury/config/package-summary.html" target="_top"><B>FRAMES</B></A> @@ -136,7 +136,7 @@ Package uk.org.ury.config <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - PREV PACKAGE + <A HREF="../../../../uk/org/ury/client/test/package-summary.html"><B>PREV PACKAGE</B></A> <A HREF="../../../../uk/org/ury/database/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?uk/org/ury/config/package-summary.html" target="_top"><B>FRAMES</B></A> diff --git a/doc/uk/org/ury/config/package-tree.html b/doc/uk/org/ury/config/package-tree.html index f0ef1aa..a0b9c8b 100644 --- a/doc/uk/org/ury/config/package-tree.html +++ b/doc/uk/org/ury/config/package-tree.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.config Class Hierarchy </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -55,7 +55,7 @@ function windowTitle() <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - PREV + <A HREF="../../../../uk/org/ury/client/test/package-tree.html"><B>PREV</B></A> <A HREF="../../../../uk/org/ury/database/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?uk/org/ury/config/package-tree.html" target="_top"><B>FRAMES</B></A> @@ -124,7 +124,7 @@ Class Hierarchy <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - PREV + <A HREF="../../../../uk/org/ury/client/test/package-tree.html"><B>PREV</B></A> <A HREF="../../../../uk/org/ury/database/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?uk/org/ury/config/package-tree.html" target="_top"><B>FRAMES</B></A> diff --git a/doc/uk/org/ury/config/package-use.html b/doc/uk/org/ury/config/package-use.html index f9511fb..b97766d 100644 --- a/doc/uk/org/ury/config/package-use.html +++ b/doc/uk/org/ury/config/package-use.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Package uk.org.ury.config </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/database/DatabaseDriver.html b/doc/uk/org/ury/database/DatabaseDriver.html index 4527254..7bd5c25 100644 --- a/doc/uk/org/ury/database/DatabaseDriver.html +++ b/doc/uk/org/ury/database/DatabaseDriver.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> DatabaseDriver </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/database/DatabaseItem.html b/doc/uk/org/ury/database/DatabaseItem.html index 7223386..1f2da1b 100644 --- a/doc/uk/org/ury/database/DatabaseItem.html +++ b/doc/uk/org/ury/database/DatabaseItem.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> DatabaseItem </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -96,7 +96,7 @@ java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.database.DatabaseItem<E,T></B> </PRE> <DL> -<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../uk/org/ury/library/LibraryItem.html" title="class in uk.org.ury.library">LibraryItem</A>, <A HREF="../../../../uk/org/ury/show/ShowItem.html" title="class in uk.org.ury.show">ShowItem</A></DD> +<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A>, <A HREF="../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A></DD> </DL> <HR> <DL> @@ -144,6 +144,14 @@ An abstract class presenting a template for objects serving as </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.util.Map<java.lang.String,java.lang.String></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/database/DatabaseItem.html#asResponse()">asResponse</A></B>()</CODE> + +<BR> + Retrieve a map of string representations of the properties.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../../../../uk/org/ury/database/DatabaseItem.html" title="type parameter in DatabaseItem">T</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../uk/org/ury/database/DatabaseItem.html#get(E)">get</A></B>(<A HREF="../../../../uk/org/ury/database/DatabaseItem.html" title="type parameter in DatabaseItem">E</A> property)</CODE> @@ -233,6 +241,22 @@ public <A HREF="../../../../uk/org/ury/database/DatabaseItem.html" title="type p not exist.</DL> </DD> </DL> +<HR> + +<A NAME="asResponse()"><!-- --></A><H3> +asResponse</H3> +<PRE> +public java.util.Map<java.lang.String,java.lang.String> <B>asResponse</B>()</PRE> +<DL> +<DD>Retrieve a map of string representations of the properties. + + This relies on E and T having meaningful toString methods. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>a list of lines representing the response.</DL> +</DD> +</DL> <!-- ========= END OF CLASS DATA ========= --> <HR> diff --git a/doc/uk/org/ury/database/UserClass.html b/doc/uk/org/ury/database/UserClass.html index 9a96ac2..d9231d8 100644 --- a/doc/uk/org/ury/database/UserClass.html +++ b/doc/uk/org/ury/database/UserClass.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> UserClass </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/database/class-use/DatabaseDriver.html b/doc/uk/org/ury/database/class-use/DatabaseDriver.html index 64cc45f..ac09e36 100644 --- a/doc/uk/org/ury/database/class-use/DatabaseDriver.html +++ b/doc/uk/org/ury/database/class-use/DatabaseDriver.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.database.DatabaseDriver </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -94,6 +94,10 @@ Packages that use <A HREF="../../../../../uk/org/ury/database/DatabaseDriver.htm <TD> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.server"><B>uk.org.ury.server</B></A></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#uk.org.ury.show"><B>uk.org.ury.show</B></A></TD> <TD> </TD> </TR> @@ -116,7 +120,7 @@ Uses of <A HREF="../../../../../uk/org/ury/database/DatabaseDriver.html" title=" </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static java.util.List<<A HREF="../../../../../uk/org/ury/library/LibraryItem.html" title="class in uk.org.ury.library">LibraryItem</A>></CODE></FONT></TD> +<CODE>static java.util.List<<A HREF="../../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A>></CODE></FONT></TD> <TD><CODE><B>LibraryUtils.</B><B><A HREF="../../../../../uk/org/ury/library/LibraryUtils.html#search(uk.org.ury.database.DatabaseDriver, java.lang.String)">search</A></B>(<A HREF="../../../../../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A> db, java.lang.String search)</CODE> @@ -126,6 +130,31 @@ Uses of <A HREF="../../../../../uk/org/ury/database/DatabaseDriver.html" title=" </TABLE> <P> +<A NAME="uk.org.ury.server"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A> in <A HREF="../../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A> that return <A HREF="../../../../../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A></CODE></FONT></TD> +<TD><CODE><B>Server.</B><B><A HREF="../../../../../uk/org/ury/server/Server.html#getDatabaseConnection(uk.org.ury.database.UserClass)">getDatabaseConnection</A></B>(<A HREF="../../../../../uk/org/ury/database/UserClass.html" title="enum in uk.org.ury.database">UserClass</A> userClass)</CODE> + +<BR> + Get a database connection using the given user class.</TD> +</TR> +</TABLE> + +<P> <A NAME="uk.org.ury.show"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> @@ -142,7 +171,7 @@ Uses of <A HREF="../../../../../uk/org/ury/database/DatabaseDriver.html" title=" </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static java.util.List<<A HREF="../../../../../uk/org/ury/show/ShowItem.html" title="class in uk.org.ury.show">ShowItem</A>></CODE></FONT></TD> +<CODE>static java.util.List<<A HREF="../../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A>></CODE></FONT></TD> <TD><CODE><B>ShowUtils.</B><B><A HREF="../../../../../uk/org/ury/show/ShowUtils.html#getChannelList(uk.org.ury.database.DatabaseDriver, int, int)">getChannelList</A></B>(<A HREF="../../../../../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A> db, int showID, int channel)</CODE> diff --git a/doc/uk/org/ury/database/class-use/DatabaseItem.html b/doc/uk/org/ury/database/class-use/DatabaseItem.html index b038fda..e0d5953 100644 --- a/doc/uk/org/ury/database/class-use/DatabaseItem.html +++ b/doc/uk/org/ury/database/class-use/DatabaseItem.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.database.DatabaseItem </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -90,21 +90,21 @@ function windowTitle() Packages that use <A HREF="../../../../../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><A HREF="#uk.org.ury.library"><B>uk.org.ury.library</B></A></TD> +<TD><A HREF="#uk.org.ury.library.item"><B>uk.org.ury.library.item</B></A></TD> <TD> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><A HREF="#uk.org.ury.show"><B>uk.org.ury.show</B></A></TD> +<TD><A HREF="#uk.org.ury.show.item"><B>uk.org.ury.show.item</B></A></TD> <TD> </TD> </TR> </TABLE> <P> -<A NAME="uk.org.ury.library"><!-- --></A> +<A NAME="uk.org.ury.library.item"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -Uses of <A HREF="../../../../../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A> in <A HREF="../../../../../uk/org/ury/library/package-summary.html">uk.org.ury.library</A></FONT></TH> +Uses of <A HREF="../../../../../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A> in <A HREF="../../../../../uk/org/ury/library/item/package-summary.html">uk.org.ury.library.item</A></FONT></TH> </TR> </TABLE> @@ -112,12 +112,12 @@ Uses of <A HREF="../../../../../uk/org/ury/database/DatabaseItem.html" title="cl <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A> in <A HREF="../../../../../uk/org/ury/library/package-summary.html">uk.org.ury.library</A></FONT></TH> +<TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A> in <A HREF="../../../../../uk/org/ury/library/item/package-summary.html">uk.org.ury.library.item</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/LibraryItem.html" title="class in uk.org.ury.library">LibraryItem</A></B></CODE> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A></B></CODE> <BR> An item in the URY library.</TD> @@ -125,11 +125,11 @@ Uses of <A HREF="../../../../../uk/org/ury/database/DatabaseItem.html" title="cl </TABLE> <P> -<A NAME="uk.org.ury.show"><!-- --></A> +<A NAME="uk.org.ury.show.item"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -Uses of <A HREF="../../../../../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A> in <A HREF="../../../../../uk/org/ury/show/package-summary.html">uk.org.ury.show</A></FONT></TH> +Uses of <A HREF="../../../../../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A> in <A HREF="../../../../../uk/org/ury/show/item/package-summary.html">uk.org.ury.show.item</A></FONT></TH> </TR> </TABLE> @@ -137,12 +137,12 @@ Uses of <A HREF="../../../../../uk/org/ury/database/DatabaseItem.html" title="cl <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A> in <A HREF="../../../../../uk/org/ury/show/package-summary.html">uk.org.ury.show</A></FONT></TH> +<TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A> in <A HREF="../../../../../uk/org/ury/show/item/package-summary.html">uk.org.ury.show.item</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../uk/org/ury/show/ShowItem.html" title="class in uk.org.ury.show">ShowItem</A></B></CODE> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A></B></CODE> <BR> An item in the show database.</TD> diff --git a/doc/uk/org/ury/database/class-use/UserClass.html b/doc/uk/org/ury/database/class-use/UserClass.html index cf5ee95..8859b2c 100644 --- a/doc/uk/org/ury/database/class-use/UserClass.html +++ b/doc/uk/org/ury/database/class-use/UserClass.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.database.UserClass </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -93,6 +93,10 @@ Packages that use <A HREF="../../../../../uk/org/ury/database/UserClass.html" ti <TD><A HREF="#uk.org.ury.database"><B>uk.org.ury.database</B></A></TD> <TD> </TD> </TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.server"><B>uk.org.ury.server</B></A></TD> +<TD> </TD> +</TR> </TABLE> <P> @@ -145,6 +149,31 @@ the order they are declared.</TD> </TABLE> <P> +<A NAME="uk.org.ury.server"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../uk/org/ury/database/UserClass.html" title="enum in uk.org.ury.database">UserClass</A> in <A HREF="../../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A> with parameters of type <A HREF="../../../../../uk/org/ury/database/UserClass.html" title="enum in uk.org.ury.database">UserClass</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A></CODE></FONT></TD> +<TD><CODE><B>Server.</B><B><A HREF="../../../../../uk/org/ury/server/Server.html#getDatabaseConnection(uk.org.ury.database.UserClass)">getDatabaseConnection</A></B>(<A HREF="../../../../../uk/org/ury/database/UserClass.html" title="enum in uk.org.ury.database">UserClass</A> userClass)</CODE> + +<BR> + Get a database connection using the given user class.</TD> +</TR> +</TABLE> + +<P> <HR> diff --git a/doc/uk/org/ury/database/exceptions/ConnectionFailureException.html b/doc/uk/org/ury/database/exceptions/ConnectionFailureException.html index d0cd1f3..66133bf 100644 --- a/doc/uk/org/ury/database/exceptions/ConnectionFailureException.html +++ b/doc/uk/org/ury/database/exceptions/ConnectionFailureException.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> ConnectionFailureException </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/database/exceptions/MissingCredentialsException.html b/doc/uk/org/ury/database/exceptions/MissingCredentialsException.html index 4d22eed..9c54154 100644 --- a/doc/uk/org/ury/database/exceptions/MissingCredentialsException.html +++ b/doc/uk/org/ury/database/exceptions/MissingCredentialsException.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> MissingCredentialsException </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/database/exceptions/MissingPropertyException.html b/doc/uk/org/ury/database/exceptions/MissingPropertyException.html index 5cab21d..b31fb44 100644 --- a/doc/uk/org/ury/database/exceptions/MissingPropertyException.html +++ b/doc/uk/org/ury/database/exceptions/MissingPropertyException.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> MissingPropertyException </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/database/exceptions/QueryFailureException.html b/doc/uk/org/ury/database/exceptions/QueryFailureException.html index 91bd6b3..ecb2a3b 100644 --- a/doc/uk/org/ury/database/exceptions/QueryFailureException.html +++ b/doc/uk/org/ury/database/exceptions/QueryFailureException.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> QueryFailureException </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/database/exceptions/class-use/ConnectionFailureException.html b/doc/uk/org/ury/database/exceptions/class-use/ConnectionFailureException.html index f1e49c6..ea4b6e8 100644 --- a/doc/uk/org/ury/database/exceptions/class-use/ConnectionFailureException.html +++ b/doc/uk/org/ury/database/exceptions/class-use/ConnectionFailureException.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.database.exceptions.ConnectionFailureException </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> @@ -93,6 +93,10 @@ Packages that use <A HREF="../../../../../../uk/org/ury/database/exceptions/Conn <TD><A HREF="#uk.org.ury.database"><B>uk.org.ury.database</B></A></TD> <TD> </TD> </TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.server"><B>uk.org.ury.server</B></A></TD> +<TD> </TD> +</TR> </TABLE> <P> @@ -120,6 +124,31 @@ Uses of <A HREF="../../../../../../uk/org/ury/database/exceptions/ConnectionFail </TABLE> <P> +<A NAME="uk.org.ury.server"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../../uk/org/ury/database/exceptions/ConnectionFailureException.html" title="class in uk.org.ury.database.exceptions">ConnectionFailureException</A> in <A HREF="../../../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A> that throw <A HREF="../../../../../../uk/org/ury/database/exceptions/ConnectionFailureException.html" title="class in uk.org.ury.database.exceptions">ConnectionFailureException</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../../../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A></CODE></FONT></TD> +<TD><CODE><B>Server.</B><B><A HREF="../../../../../../uk/org/ury/server/Server.html#getDatabaseConnection(uk.org.ury.database.UserClass)">getDatabaseConnection</A></B>(<A HREF="../../../../../../uk/org/ury/database/UserClass.html" title="enum in uk.org.ury.database">UserClass</A> userClass)</CODE> + +<BR> + Get a database connection using the given user class.</TD> +</TR> +</TABLE> + +<P> <HR> diff --git a/doc/uk/org/ury/database/exceptions/class-use/MissingCredentialsException.html b/doc/uk/org/ury/database/exceptions/class-use/MissingCredentialsException.html index 25e5d29..c622c6e 100644 --- a/doc/uk/org/ury/database/exceptions/class-use/MissingCredentialsException.html +++ b/doc/uk/org/ury/database/exceptions/class-use/MissingCredentialsException.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.database.exceptions.MissingCredentialsException </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> @@ -97,6 +97,10 @@ Packages that use <A HREF="../../../../../../uk/org/ury/database/exceptions/Miss <TD><A HREF="#uk.org.ury.database"><B>uk.org.ury.database</B></A></TD> <TD> </TD> </TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.server"><B>uk.org.ury.server</B></A></TD> +<TD> </TD> +</TR> </TABLE> <P> @@ -147,6 +151,31 @@ Uses of <A HREF="../../../../../../uk/org/ury/database/exceptions/MissingCredent </TABLE> <P> +<A NAME="uk.org.ury.server"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../../uk/org/ury/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.database.exceptions">MissingCredentialsException</A> in <A HREF="../../../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A> that throw <A HREF="../../../../../../uk/org/ury/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.database.exceptions">MissingCredentialsException</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../../../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A></CODE></FONT></TD> +<TD><CODE><B>Server.</B><B><A HREF="../../../../../../uk/org/ury/server/Server.html#getDatabaseConnection(uk.org.ury.database.UserClass)">getDatabaseConnection</A></B>(<A HREF="../../../../../../uk/org/ury/database/UserClass.html" title="enum in uk.org.ury.database">UserClass</A> userClass)</CODE> + +<BR> + Get a database connection using the given user class.</TD> +</TR> +</TABLE> + +<P> <HR> diff --git a/doc/uk/org/ury/database/exceptions/class-use/MissingPropertyException.html b/doc/uk/org/ury/database/exceptions/class-use/MissingPropertyException.html index 208c82b..98d49a6 100644 --- a/doc/uk/org/ury/database/exceptions/class-use/MissingPropertyException.html +++ b/doc/uk/org/ury/database/exceptions/class-use/MissingPropertyException.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.database.exceptions.MissingPropertyException </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/database/exceptions/class-use/QueryFailureException.html b/doc/uk/org/ury/database/exceptions/class-use/QueryFailureException.html index c65f23b..80e07cc 100644 --- a/doc/uk/org/ury/database/exceptions/class-use/QueryFailureException.html +++ b/doc/uk/org/ury/database/exceptions/class-use/QueryFailureException.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.database.exceptions.QueryFailureException </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> @@ -94,10 +94,6 @@ Packages that use <A HREF="../../../../../../uk/org/ury/database/exceptions/Quer <TD> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><A HREF="#uk.org.ury.library.viewer"><B>uk.org.ury.library.viewer</B></A></TD> -<TD> </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#uk.org.ury.show"><B>uk.org.ury.show</B></A></TD> <TD> </TD> </TR> @@ -124,7 +120,7 @@ Uses of <A HREF="../../../../../../uk/org/ury/database/exceptions/QueryFailureEx </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static java.util.List<<A HREF="../../../../../../uk/org/ury/library/LibraryItem.html" title="class in uk.org.ury.library">LibraryItem</A>></CODE></FONT></TD> +<CODE>static java.util.List<<A HREF="../../../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A>></CODE></FONT></TD> <TD><CODE><B>LibraryUtils.</B><B><A HREF="../../../../../../uk/org/ury/library/LibraryUtils.html#search(uk.org.ury.database.DatabaseDriver, java.lang.String)">search</A></B>(<A HREF="../../../../../../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A> db, java.lang.String search)</CODE> @@ -134,31 +130,6 @@ Uses of <A HREF="../../../../../../uk/org/ury/database/exceptions/QueryFailureEx </TABLE> <P> -<A NAME="uk.org.ury.library.viewer"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -Uses of <A HREF="../../../../../../uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions">QueryFailureException</A> in <A HREF="../../../../../../uk/org/ury/library/viewer/package-summary.html">uk.org.ury.library.viewer</A></FONT></TH> -</TR> -</TABLE> - -<P> - -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../uk/org/ury/library/viewer/package-summary.html">uk.org.ury.library.viewer</A> that throw <A HREF="../../../../../../uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions">QueryFailureException</A></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B>LibraryViewer.</B><B><A HREF="../../../../../../uk/org/ury/library/viewer/LibraryViewer.html#doSearch(java.lang.String)">doSearch</A></B>(java.lang.String search)</CODE> - -<BR> - Do a library search.</TD> -</TR> -</TABLE> - -<P> <A NAME="uk.org.ury.show"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> @@ -175,7 +146,7 @@ Uses of <A HREF="../../../../../../uk/org/ury/database/exceptions/QueryFailureEx </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static java.util.List<<A HREF="../../../../../../uk/org/ury/show/ShowItem.html" title="class in uk.org.ury.show">ShowItem</A>></CODE></FONT></TD> +<CODE>static java.util.List<<A HREF="../../../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A>></CODE></FONT></TD> <TD><CODE><B>ShowUtils.</B><B><A HREF="../../../../../../uk/org/ury/show/ShowUtils.html#getChannelList(uk.org.ury.database.DatabaseDriver, int, int)">getChannelList</A></B>(<A HREF="../../../../../../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A> db, int showID, int channel)</CODE> diff --git a/doc/uk/org/ury/database/exceptions/package-frame.html b/doc/uk/org/ury/database/exceptions/package-frame.html index efb585b..e04436e 100644 --- a/doc/uk/org/ury/database/exceptions/package-frame.html +++ b/doc/uk/org/ury/database/exceptions/package-frame.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.database.exceptions </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/database/exceptions/package-summary.html b/doc/uk/org/ury/database/exceptions/package-summary.html index bc46e69..cf790ff 100644 --- a/doc/uk/org/ury/database/exceptions/package-summary.html +++ b/doc/uk/org/ury/database/exceptions/package-summary.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.database.exceptions </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/database/exceptions/package-tree.html b/doc/uk/org/ury/database/exceptions/package-tree.html index 4f22c0e..6db51a7 100644 --- a/doc/uk/org/ury/database/exceptions/package-tree.html +++ b/doc/uk/org/ury/database/exceptions/package-tree.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.database.exceptions Class Hierarchy </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/database/exceptions/package-use.html b/doc/uk/org/ury/database/exceptions/package-use.html index a142814..881f707 100644 --- a/doc/uk/org/ury/database/exceptions/package-use.html +++ b/doc/uk/org/ury/database/exceptions/package-use.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Package uk.org.ury.database.exceptions </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -102,7 +102,7 @@ Packages that use <A HREF="../../../../../uk/org/ury/database/exceptions/package <TD> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><A HREF="#uk.org.ury.library.viewer"><B>uk.org.ury.library.viewer</B></A></TD> +<TD><A HREF="#uk.org.ury.server"><B>uk.org.ury.server</B></A></TD> <TD> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> @@ -180,18 +180,26 @@ Classes in <A HREF="../../../../../uk/org/ury/database/exceptions/package-summar </TABLE> <P> -<A NAME="uk.org.ury.library.viewer"><!-- --></A> +<A NAME="uk.org.ury.server"><!-- --></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="../../../../../uk/org/ury/database/exceptions/package-summary.html">uk.org.ury.database.exceptions</A> used by <A HREF="../../../../../uk/org/ury/library/viewer/package-summary.html">uk.org.ury.library.viewer</A></FONT></TH> +Classes in <A HREF="../../../../../uk/org/ury/database/exceptions/package-summary.html">uk.org.ury.database.exceptions</A> used by <A HREF="../../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><B><A HREF="../../../../../uk/org/ury/database/exceptions/class-use/QueryFailureException.html#uk.org.ury.library.viewer"><B>QueryFailureException</B></A></B> +<TD><B><A HREF="../../../../../uk/org/ury/database/exceptions/class-use/ConnectionFailureException.html#uk.org.ury.server"><B>ConnectionFailureException</B></A></B> <BR> - Exception thrown when the database backend fails to execute - a query.</TD> + Exception thrown when the database backend fails to connect to + the database server, in absence of a more specific exception.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../uk/org/ury/database/exceptions/class-use/MissingCredentialsException.html#uk.org.ury.server"><B>MissingCredentialsException</B></A></B> + +<BR> + Exception thrown when the database credentials required to + log into the URY database under a user class are missing, + and thus the log-in cannot continue.</TD> </TR> </TABLE> diff --git a/doc/uk/org/ury/database/package-frame.html b/doc/uk/org/ury/database/package-frame.html index 415958a..80be895 100644 --- a/doc/uk/org/ury/database/package-frame.html +++ b/doc/uk/org/ury/database/package-frame.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.database </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/database/package-summary.html b/doc/uk/org/ury/database/package-summary.html index cf09ad9..1f8e620 100644 --- a/doc/uk/org/ury/database/package-summary.html +++ b/doc/uk/org/ury/database/package-summary.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.database </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/database/package-tree.html b/doc/uk/org/ury/database/package-tree.html index e297871..b2ff806 100644 --- a/doc/uk/org/ury/database/package-tree.html +++ b/doc/uk/org/ury/database/package-tree.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.database Class Hierarchy </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/database/package-use.html b/doc/uk/org/ury/database/package-use.html index 4810dcf..9a72514 100644 --- a/doc/uk/org/ury/database/package-use.html +++ b/doc/uk/org/ury/database/package-use.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Package uk.org.ury.database </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -98,9 +98,21 @@ Packages that use <A HREF="../../../../uk/org/ury/database/package-summary.html" <TD> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.library.item"><B>uk.org.ury.library.item</B></A></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.server"><B>uk.org.ury.server</B></A></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#uk.org.ury.show"><B>uk.org.ury.show</B></A></TD> <TD> </TD> </TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.show.item"><B>uk.org.ury.show.item</B></A></TD> +<TD> </TD> +</TR> </TABLE> <P> @@ -133,8 +145,17 @@ Classes in <A HREF="../../../../uk/org/ury/database/package-summary.html">uk.org using suitably privileged accounts, and handles the processing of SQL queries.</TD> </TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.library.item"><!-- --></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="../../../../uk/org/ury/database/package-summary.html">uk.org.ury.database</A> used by <A HREF="../../../../uk/org/ury/library/item/package-summary.html">uk.org.ury.library.item</A></FONT></TH> +</TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><B><A HREF="../../../../uk/org/ury/database/class-use/DatabaseItem.html#uk.org.ury.library"><B>DatabaseItem</B></A></B> +<TD><B><A HREF="../../../../uk/org/ury/database/class-use/DatabaseItem.html#uk.org.ury.library.item"><B>DatabaseItem</B></A></B> <BR> An abstract class presenting a template for objects serving as @@ -144,6 +165,29 @@ Classes in <A HREF="../../../../uk/org/ury/database/package-summary.html">uk.org </TABLE> <P> +<A NAME="uk.org.ury.server"><!-- --></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="../../../../uk/org/ury/database/package-summary.html">uk.org.ury.database</A> used by <A HREF="../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../uk/org/ury/database/class-use/DatabaseDriver.html#uk.org.ury.server"><B>DatabaseDriver</B></A></B> + +<BR> + A database connection manager that connects to the URY databases + using suitably privileged accounts, and handles the processing + of SQL queries.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../uk/org/ury/database/class-use/UserClass.html#uk.org.ury.server"><B>UserClass</B></A></B> + +<BR> + The various user classes of the database driver.</TD> +</TR> +</TABLE> + +<P> <A NAME="uk.org.ury.show"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> @@ -158,8 +202,17 @@ Classes in <A HREF="../../../../uk/org/ury/database/package-summary.html">uk.org using suitably privileged accounts, and handles the processing of SQL queries.</TD> </TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.show.item"><!-- --></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="../../../../uk/org/ury/database/package-summary.html">uk.org.ury.database</A> used by <A HREF="../../../../uk/org/ury/show/item/package-summary.html">uk.org.ury.show.item</A></FONT></TH> +</TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><B><A HREF="../../../../uk/org/ury/database/class-use/DatabaseItem.html#uk.org.ury.show"><B>DatabaseItem</B></A></B> +<TD><B><A HREF="../../../../uk/org/ury/database/class-use/DatabaseItem.html#uk.org.ury.show.item"><B>DatabaseItem</B></A></B> <BR> An abstract class presenting a template for objects serving as diff --git a/doc/uk/org/ury/frontend/AbstractFrontendModule.html b/doc/uk/org/ury/frontend/AbstractFrontendModule.html index ed3e866..ecac485 100644 --- a/doc/uk/org/ury/frontend/AbstractFrontendModule.html +++ b/doc/uk/org/ury/frontend/AbstractFrontendModule.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:46 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:33 GMT 2011 --> <TITLE> AbstractFrontendModule </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -56,7 +56,7 @@ function windowTitle() <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV CLASS - <A HREF="../../../../uk/org/ury/frontend/FrontendAppletPanel.html" title="class in uk.org.ury.frontend"><B>NEXT CLASS</B></A></FONT></TD> + <A HREF="../../../../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?uk/org/ury/frontend/AbstractFrontendModule.html" target="_top"><B>FRAMES</B></A> <A HREF="AbstractFrontendModule.html" target="_top"><B>NO FRAMES</B></A> @@ -76,9 +76,9 @@ function windowTitle() </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: <A HREF="#nested_classes_inherited_from_class_java.awt.Component">NESTED</A> | <A HREF="#fields_inherited_from_class_java.awt.Component">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> -DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> @@ -93,22 +93,17 @@ uk.org.ury.frontend</FONT> Class AbstractFrontendModule</H2> <PRE> java.lang.Object - <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.awt.Component - <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.awt.Container - <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.awt.Panel - <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.applet.Applet - <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">javax.swing.JApplet - <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.frontend.AbstractFrontendModule</B> + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.frontend.AbstractFrontendModule</B> </PRE> <DL> -<DT><B>All Implemented Interfaces:</B> <DD>java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, <A HREF="../../../../uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend">FrontendModule</A></DD> +<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend">FrontendModule</A></DD> </DL> <DL> -<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer">LibraryViewer</A>, <A HREF="../../../../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer">ShowViewer</A></DD> +<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig">DemoMenu</A>, <A HREF="../../../../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer">LibraryViewer</A>, <A HREF="../../../../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer">ShowViewer</A></DD> </DL> <HR> <DL> -<DT><PRE>public abstract class <B>AbstractFrontendModule</B><DT>extends javax.swing.JApplet<DT>implements <A HREF="../../../../uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend">FrontendModule</A></DL> +<DT><PRE>public abstract class <B>AbstractFrontendModule</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend">FrontendModule</A></DL> </PRE> <P> @@ -119,57 +114,11 @@ An abstract implementation of the FrontendModule interface. <DL> <DT><B>Author:</B></DT> <DD>Matt Windsor</DD> -<DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#uk.org.ury.frontend.AbstractFrontendModule">Serialized Form</A></DL> +</DL> <HR> <P> -<!-- ======== NESTED CLASS SUMMARY ======== --> - -<A NAME="nested_class_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Nested Class Summary</B></FONT></TH> -</TR> -</TABLE> - <A NAME="nested_classes_inherited_from_class_java.awt.Component"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.awt.Component</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>java.awt.Component.BaselineResizeBehavior</CODE></TD> -</TR> -</TABLE> - -<!-- =========== FIELD SUMMARY =========== --> -<A NAME="field_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Field Summary</B></FONT></TH> -</TR> -</TABLE> - <A NAME="fields_inherited_from_class_java.awt.Component"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Fields inherited from class java.awt.Component</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</CODE></TD> -</TR> -</TABLE> - <A NAME="fields_inherited_from_class_java.awt.image.ImageObserver"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Fields inherited from interface java.awt.image.ImageObserver</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</CODE></TD> -</TR> -</TABLE> - <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> @@ -194,59 +143,6 @@ An abstract implementation of the FrontendModule interface. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>abstract void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../uk/org/ury/frontend/AbstractFrontendModule.html#init()">init</A></B>()</CODE> - -<BR> - Initialise the module as an applet.</TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_javax.swing.JApplet"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class javax.swing.JApplet</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>getAccessibleContext, getContentPane, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, remove, repaint, setContentPane, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setTransferHandler, update</CODE></TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.applet.Applet"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.applet.Applet</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>destroy, getAppletContext, getAppletInfo, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, isActive, newAudioClip, play, play, resize, resize, setStub, showStatus, start, stop</CODE></TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.awt.Panel"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.awt.Panel</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>addNotify</CODE></TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.awt.Container"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.awt.Container</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>add, add, add, add, add, addContainerListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, remove, removeAll, removeContainerListener, removeNotify, setComponentZOrder, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusDownCycle, validate</CODE></TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.awt.Component"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.awt.Component</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, dispatchEvent, enable, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocusInWindow, reshape, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</CODE></TD> -</TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> @@ -254,7 +150,7 @@ An abstract implementation of the FrontendModule interface. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_uk.org.ury.frontend.FrontendModule"><!-- --></A> @@ -285,31 +181,6 @@ AbstractFrontendModule</H3> public <B>AbstractFrontendModule</B>()</PRE> <DL> </DL> - -<!-- ============ METHOD DETAIL ========== --> - -<A NAME="method_detail"><!-- --></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>Method Detail</B></FONT></TH> -</TR> -</TABLE> - -<A NAME="init()"><!-- --></A><H3> -init</H3> -<PRE> -public abstract void <B>init</B>()</PRE> -<DL> -<DD>Initialise the module as an applet. -<P> -<DD><DL> -<DT><B>Overrides:</B><DD><CODE>init</CODE> in class <CODE>java.applet.Applet</CODE></DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> <!-- ========= END OF CLASS DATA ========= --> <HR> @@ -342,7 +213,7 @@ public abstract void <B>init</B>()</PRE> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV CLASS - <A HREF="../../../../uk/org/ury/frontend/FrontendAppletPanel.html" title="class in uk.org.ury.frontend"><B>NEXT CLASS</B></A></FONT></TD> + <A HREF="../../../../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?uk/org/ury/frontend/AbstractFrontendModule.html" target="_top"><B>FRAMES</B></A> <A HREF="AbstractFrontendModule.html" target="_top"><B>NO FRAMES</B></A> @@ -362,9 +233,9 @@ public abstract void <B>init</B>()</PRE> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: <A HREF="#nested_classes_inherited_from_class_java.awt.Component">NESTED</A> | <A HREF="#fields_inherited_from_class_java.awt.Component">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> -DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> diff --git a/doc/uk/org/ury/frontend/FrontendApplet.html b/doc/uk/org/ury/frontend/FrontendApplet.html new file mode 100644 index 0000000..3ed1e9a --- /dev/null +++ b/doc/uk/org/ury/frontend/FrontendApplet.html @@ -0,0 +1,543 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:33 GMT 2011 --> +<TITLE> +FrontendApplet +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="FrontendApplet"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/FrontendApplet.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend"><B>PREV CLASS</B></A> + <A HREF="../../../../uk/org/ury/frontend/FrontendBanner.html" title="class in uk.org.ury.frontend"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/frontend/FrontendApplet.html" target="_top"><B>FRAMES</B></A> + <A HREF="FrontendApplet.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: <A HREF="#nested_classes_inherited_from_class_java.awt.Component">NESTED</A> | <A HREF="#fields_inherited_from_class_java.awt.Component">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.frontend</FONT> +<BR> +Class FrontendApplet</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.awt.Component + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.awt.Container + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.awt.Panel + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.applet.Applet + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">javax.swing.JApplet + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.frontend.FrontendApplet</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, <A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A>, <A HREF="../../../../uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig">Launcher</A></DD> +</DL> +<HR> +<DL> +<DT><PRE>public class <B>FrontendApplet</B><DT>extends javax.swing.JApplet<DT>implements <A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A>, <A HREF="../../../../uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig">Launcher</A></DL> +</PRE> + +<P> +A frame that hosts a FrontendModulePanel, used for serving frontend panels in + a window (application mode). +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +<DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#uk.org.ury.frontend.FrontendApplet">Serialized Form</A></DL> +<HR> + +<P> +<!-- ======== NESTED CLASS SUMMARY ======== --> + +<A NAME="nested_class_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Nested Class Summary</B></FONT></TH> +</TR> +</TABLE> + <A NAME="nested_classes_inherited_from_class_java.awt.Component"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.awt.Component</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>java.awt.Component.BaselineResizeBehavior</CODE></TD> +</TR> +</TABLE> + +<!-- =========== FIELD SUMMARY =========== --> + +<A NAME="field_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Field Summary</B></FONT></TH> +</TR> +</TABLE> + <A NAME="fields_inherited_from_class_java.awt.Component"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Fields inherited from class java.awt.Component</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</CODE></TD> +</TR> +</TABLE> + <A NAME="fields_inherited_from_class_uk.org.ury.testrig.Launcher"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Fields inherited from interface uk.org.ury.testrig.<A HREF="../../../../uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig">Launcher</A></B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><A HREF="../../../../uk/org/ury/testrig/Launcher.html#DEFAULT_MODULE_NAME">DEFAULT_MODULE_NAME</A></CODE></TD> +</TR> +</TABLE> + <A NAME="fields_inherited_from_class_java.awt.image.ImageObserver"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Fields inherited from interface java.awt.image.ImageObserver</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</CODE></TD> +</TR> +</TABLE> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../uk/org/ury/frontend/FrontendApplet.html#FrontendApplet()">FrontendApplet</A></B>()</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</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="../../../../uk/org/ury/frontend/FrontendApplet.html#fatalError(java.lang.String)">fatalError</A></B>(java.lang.String message)</CODE> + +<BR> + Report a fatal error,</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/frontend/FrontendApplet.html#getResourceDirectory()">getResourceDirectory</A></B>()</CODE> + +<BR> + </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="../../../../uk/org/ury/frontend/FrontendApplet.html#init()">init</A></B>()</CODE> + +<BR> + Main method.</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="../../../../uk/org/ury/frontend/FrontendApplet.html#loadModule(java.lang.String)">loadModule</A></B>(java.lang.String moduleName)</CODE> + +<BR> + Load a module into the frontend frame.</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="../../../../uk/org/ury/frontend/FrontendApplet.html#loadModule(java.lang.String, java.lang.String)">loadModule</A></B>(java.lang.String moduleName, + java.lang.String cPanelName)</CODE> + +<BR> + Load a module into the frontend frame, additionally installing a control + panel to communicate with the previous module.</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="../../../../uk/org/ury/frontend/FrontendApplet.html#restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)">restoreModule</A></B>(<A HREF="../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> mpanel, + <A HREF="../../../../uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend">FrontendControlPanel</A> cpanel)</CODE> + +<BR> + Restore an existing module and control panel into the frontend frame.</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="../../../../uk/org/ury/frontend/FrontendApplet.html#setupUI()">setupUI</A></B>()</CODE> + +<BR> + Set up the user interface of the frame.</TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_javax.swing.JApplet"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class javax.swing.JApplet</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>getAccessibleContext, getContentPane, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, remove, repaint, setContentPane, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setTransferHandler, update</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.applet.Applet"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.applet.Applet</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>destroy, getAppletContext, getAppletInfo, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, isActive, newAudioClip, play, play, resize, resize, setStub, showStatus, start, stop</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.awt.Panel"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.awt.Panel</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>addNotify</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.awt.Container"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.awt.Container</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>add, add, add, add, add, addContainerListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, remove, removeAll, removeContainerListener, removeNotify, setComponentZOrder, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusDownCycle, validate</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.awt.Component"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.awt.Component</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, dispatchEvent, enable, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocusInWindow, reshape, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="FrontendApplet()"><!-- --></A><H3> +FrontendApplet</H3> +<PRE> +public <B>FrontendApplet</B>()</PRE> +<DL> +</DL> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></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>Method Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="init()"><!-- --></A><H3> +init</H3> +<PRE> +public void <B>init</B>()</PRE> +<DL> +<DD>Main method. +<P> +<DD><DL> +<DT><B>Overrides:</B><DD><CODE>init</CODE> in class <CODE>java.applet.Applet</CODE></DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setupUI()"><!-- --></A><H3> +setupUI</H3> +<PRE> +public void <B>setupUI</B>()</PRE> +<DL> +<DD>Set up the user interface of the frame. +<P> +<DD><DL> +<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html#setupUI()">setupUI</A></CODE> in interface <CODE><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A></CODE></DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="loadModule(java.lang.String)"><!-- --></A><H3> +loadModule</H3> +<PRE> +public void <B>loadModule</B>(java.lang.String moduleName) + throws <A HREF="../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A></PRE> +<DL> +<DD>Load a module into the frontend frame. + + Loading will fail with a fatal error if the class is not found, or is not + an implementor of FrontendModule. +<P> +<DD><DL> +<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html#loadModule(java.lang.String)">loadModule</A></CODE> in interface <CODE><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A></CODE></DL> +</DD> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>moduleName</CODE> - The fully qualified class-name of the module, minus the + leading "uk.org.ury." domain. +<DT><B>Throws:</B> +<DD><CODE><A HREF="../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A></CODE> - if the class is not found, or is not an implementor of + FrontendModule.</DL> +</DD> +</DL> +<HR> + +<A NAME="loadModule(java.lang.String, java.lang.String)"><!-- --></A><H3> +loadModule</H3> +<PRE> +public void <B>loadModule</B>(java.lang.String moduleName, + java.lang.String cPanelName) + throws <A HREF="../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A></PRE> +<DL> +<DD>Load a module into the frontend frame, additionally installing a control + panel to communicate with the previous module. + + Loading will fail with a fatal error if the class is not found, or is not + an implementor of FrontendModule. +<P> +<DD><DL> +<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html#loadModule(java.lang.String, java.lang.String)">loadModule</A></CODE> in interface <CODE><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A></CODE></DL> +</DD> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>moduleName</CODE> - The fully qualified class-name of the module, minus the + leading "uk.org.ury." domain.<DD><CODE>cPanelName</CODE> - The fully qualified class-name of the control panel to + install, minus the leading "uk.org.ury." domain. +<DT><B>Throws:</B> +<DD><CODE><A HREF="../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A></CODE> - if the class is not found, or is not an implementor of + FrontendModule.</DL> +</DD> +</DL> +<HR> + +<A NAME="restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)"><!-- --></A><H3> +restoreModule</H3> +<PRE> +public void <B>restoreModule</B>(<A HREF="../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> mpanel, + <A HREF="../../../../uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend">FrontendControlPanel</A> cpanel)</PRE> +<DL> +<DD>Restore an existing module and control panel into the frontend frame. +<P> +<DD><DL> +<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html#restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)">restoreModule</A></CODE> in interface <CODE><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A></CODE></DL> +</DD> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>mpanel</CODE> - The module panel to restore.<DD><CODE>cpanel</CODE> - The control panel to restore, if any. A null value signifies a + lack of control panel. +<DT><B>Throws:</B> +<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the mpanel is null.</DL> +</DD> +</DL> +<HR> + +<A NAME="fatalError(java.lang.String)"><!-- --></A><H3> +fatalError</H3> +<PRE> +public void <B>fatalError</B>(java.lang.String message)</PRE> +<DL> +<DD>Report a fatal error, +<P> +<DD><DL> +<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html#fatalError(java.lang.String)">fatalError</A></CODE> in interface <CODE><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A></CODE></DL> +</DD> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>message</CODE> - The message, eg the exception message, to report to the user.</DL> +</DD> +</DL> +<HR> + +<A NAME="getResourceDirectory()"><!-- --></A><H3> +getResourceDirectory</H3> +<PRE> +public java.lang.String <B>getResourceDirectory</B>()</PRE> +<DL> +<DD><DL> +<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html#getResourceDirectory()">getResourceDirectory</A></CODE> in interface <CODE><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A></CODE></DL> +</DD> +<DD><DL> + +<DT><B>Returns:</B><DD>the resource directory.</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/FrontendApplet.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend"><B>PREV CLASS</B></A> + <A HREF="../../../../uk/org/ury/frontend/FrontendBanner.html" title="class in uk.org.ury.frontend"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/frontend/FrontendApplet.html" target="_top"><B>FRAMES</B></A> + <A HREF="FrontendApplet.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: <A HREF="#nested_classes_inherited_from_class_java.awt.Component">NESTED</A> | <A HREF="#fields_inherited_from_class_java.awt.Component">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/frontend/FrontendBanner.html b/doc/uk/org/ury/frontend/FrontendBanner.html index 07f7a10..77cac68 100644 --- a/doc/uk/org/ury/frontend/FrontendBanner.html +++ b/doc/uk/org/ury/frontend/FrontendBanner.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:47 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:33 GMT 2011 --> <TITLE> FrontendBanner </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -55,7 +55,7 @@ function windowTitle() <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../uk/org/ury/frontend/FrontendAppletPanel.html" title="class in uk.org.ury.frontend"><B>PREV CLASS</B></A> + <A HREF="../../../../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend"><B>PREV CLASS</B></A> <A HREF="../../../../uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?uk/org/ury/frontend/FrontendBanner.html" target="_top"><B>FRAMES</B></A> @@ -340,7 +340,7 @@ public void <B>setTitle</B>(java.lang.String title)</PRE> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../uk/org/ury/frontend/FrontendAppletPanel.html" title="class in uk.org.ury.frontend"><B>PREV CLASS</B></A> + <A HREF="../../../../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend"><B>PREV CLASS</B></A> <A HREF="../../../../uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?uk/org/ury/frontend/FrontendBanner.html" target="_top"><B>FRAMES</B></A> diff --git a/doc/uk/org/ury/frontend/FrontendControlPanel.html b/doc/uk/org/ury/frontend/FrontendControlPanel.html index f8bc49b..1b43dca 100644 --- a/doc/uk/org/ury/frontend/FrontendControlPanel.html +++ b/doc/uk/org/ury/frontend/FrontendControlPanel.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:48 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:34 GMT 2011 --> <TITLE> FrontendControlPanel </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/frontend/FrontendError.html b/doc/uk/org/ury/frontend/FrontendError.html index 0ee5c70..1858ac8 100644 --- a/doc/uk/org/ury/frontend/FrontendError.html +++ b/doc/uk/org/ury/frontend/FrontendError.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:48 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:34 GMT 2011 --> <TITLE> FrontendError </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -140,8 +140,8 @@ Factory for descriptive error dialogues. <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../uk/org/ury/frontend/FrontendError.html#reportFatal(java.lang.String, uk.org.ury.frontend.FrontendAppletPanel)">reportFatal</A></B>(java.lang.String message, - <A HREF="../../../../uk/org/ury/frontend/FrontendAppletPanel.html" title="class in uk.org.ury.frontend">FrontendAppletPanel</A> panel)</CODE> +<TD><CODE><B><A HREF="../../../../uk/org/ury/frontend/FrontendError.html#reportFatal(java.lang.String, uk.org.ury.frontend.FrontendApplet)">reportFatal</A></B>(java.lang.String message, + <A HREF="../../../../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A> panel)</CODE> <BR> </TD> @@ -210,11 +210,11 @@ public static void <B>reportFatal</B>(java.lang.String message, </DL> <HR> -<A NAME="reportFatal(java.lang.String, uk.org.ury.frontend.FrontendAppletPanel)"><!-- --></A><H3> +<A NAME="reportFatal(java.lang.String, uk.org.ury.frontend.FrontendApplet)"><!-- --></A><H3> reportFatal</H3> <PRE> public static void <B>reportFatal</B>(java.lang.String message, - <A HREF="../../../../uk/org/ury/frontend/FrontendAppletPanel.html" title="class in uk.org.ury.frontend">FrontendAppletPanel</A> panel)</PRE> + <A HREF="../../../../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A> panel)</PRE> <DL> <DD><DL> </DL> diff --git a/doc/uk/org/ury/frontend/FrontendFrame.html b/doc/uk/org/ury/frontend/FrontendFrame.html index 9b82f52..57b1dae 100644 --- a/doc/uk/org/ury/frontend/FrontendFrame.html +++ b/doc/uk/org/ury/frontend/FrontendFrame.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:48 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:34 GMT 2011 --> <TITLE> FrontendFrame </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -204,10 +204,10 @@ A frame that hosts a FrontendModulePanel, used for serving frontend <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><B><A HREF="../../../../uk/org/ury/frontend/FrontendFrame.html#FrontendFrame(uk.org.ury.frontend.FrontendModulePanel)">FrontendFrame</A></B>(<A HREF="../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> parent)</CODE> +<TD><CODE><B><A HREF="../../../../uk/org/ury/frontend/FrontendFrame.html#FrontendFrame(java.lang.String)">FrontendFrame</A></B>(java.lang.String moduleName)</CODE> <BR> - </TD> + Construct a new FrontendFrame given an initial frontend module.</TD> </TR> </TABLE> @@ -229,6 +229,14 @@ A frame that hosts a FrontendModulePanel, used for serving frontend </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/frontend/FrontendFrame.html#getResourceDirectory()">getResourceDirectory</A></B>()</CODE> + +<BR> + </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="../../../../uk/org/ury/frontend/FrontendFrame.html#loadModule(java.lang.String)">loadModule</A></B>(java.lang.String moduleName)</CODE> @@ -255,6 +263,14 @@ A frame that hosts a FrontendModulePanel, used for serving frontend Restore an existing module and control panel into the frontend frame.</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="../../../../uk/org/ury/frontend/FrontendFrame.html#setupUI()">setupUI</A></B>()</CODE> + +<BR> + Set up the user interface of the frame.</TD> +</TR> </TABLE> <A NAME="methods_inherited_from_class_javax.swing.JFrame"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> @@ -332,11 +348,19 @@ A frame that hosts a FrontendModulePanel, used for serving frontend </TR> </TABLE> -<A NAME="FrontendFrame(uk.org.ury.frontend.FrontendModulePanel)"><!-- --></A><H3> +<A NAME="FrontendFrame(java.lang.String)"><!-- --></A><H3> FrontendFrame</H3> <PRE> -public <B>FrontendFrame</B>(<A HREF="../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> parent)</PRE> +public <B>FrontendFrame</B>(java.lang.String moduleName)</PRE> <DL> +<DD>Construct a new FrontendFrame given an initial frontend module. + + Loading will fail with a fatal error if the class is not found, + or is not an implementor of FrontendModule. +<P> +<DL> +<DT><B>Parameters:</B><DD><CODE>moduleName</CODE> - The fully qualified class-name of the module, + minus the leading "uk.org.ury." domain.</DL> </DL> <!-- ============ METHOD DETAIL ========== --> @@ -349,10 +373,27 @@ public <B>FrontendFrame</B>(<A HREF="../../../../uk/org/ury/frontend/FrontendMod </TR> </TABLE> +<A NAME="setupUI()"><!-- --></A><H3> +setupUI</H3> +<PRE> +public void <B>setupUI</B>()</PRE> +<DL> +<DD>Set up the user interface of the frame. +<P> +<DD><DL> +<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html#setupUI()">setupUI</A></CODE> in interface <CODE><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A></CODE></DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + <A NAME="loadModule(java.lang.String)"><!-- --></A><H3> loadModule</H3> <PRE> -public void <B>loadModule</B>(java.lang.String moduleName)</PRE> +public void <B>loadModule</B>(java.lang.String moduleName) + throws <A HREF="../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A></PRE> <DL> <DD>Load a module into the frontend frame. @@ -364,7 +405,11 @@ public void <B>loadModule</B>(java.lang.String moduleName)</PRE> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>moduleName</CODE> - The fully qualified class-name of the module, - minus the leading "uk.org.ury." domain.</DL> + minus the leading "uk.org.ury." domain. +<DT><B>Throws:</B> +<DD><CODE><A HREF="../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A></CODE> - if the class is + not found, or is not an implementor of + FrontendModule.</DL> </DD> </DL> <HR> @@ -373,7 +418,8 @@ public void <B>loadModule</B>(java.lang.String moduleName)</PRE> loadModule</H3> <PRE> public void <B>loadModule</B>(java.lang.String moduleName, - java.lang.String cPanelName)</PRE> + java.lang.String cPanelName) + throws <A HREF="../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A></PRE> <DL> <DD>Load a module into the frontend frame, additionally installing a control panel to communicate with the previous module. @@ -388,7 +434,11 @@ public void <B>loadModule</B>(java.lang.String moduleName, <DT><B>Parameters:</B><DD><CODE>moduleName</CODE> - The fully qualified class-name of the module, minus the leading "uk.org.ury." domain.<DD><CODE>cPanelName</CODE> - The fully qualified class-name of the control panel to install, minus the leading - "uk.org.ury." domain.</DL> + "uk.org.ury." domain. +<DT><B>Throws:</B> +<DD><CODE><A HREF="../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A></CODE> - if the class is + not found, or is not an implementor of + FrontendModule.</DL> </DD> </DL> <HR> @@ -429,6 +479,21 @@ public void <B>fatalError</B>(java.lang.String message)</PRE> to the user.</DL> </DD> </DL> +<HR> + +<A NAME="getResourceDirectory()"><!-- --></A><H3> +getResourceDirectory</H3> +<PRE> +public java.lang.String <B>getResourceDirectory</B>()</PRE> +<DL> +<DD><DL> +<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html#getResourceDirectory()">getResourceDirectory</A></CODE> in interface <CODE><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A></CODE></DL> +</DD> +<DD><DL> + +<DT><B>Returns:</B><DD>the resource directory.</DL> +</DD> +</DL> <!-- ========= END OF CLASS DATA ========= --> <HR> diff --git a/doc/uk/org/ury/frontend/FrontendMaster.html b/doc/uk/org/ury/frontend/FrontendMaster.html index 485ebb1..08e34a5 100644 --- a/doc/uk/org/ury/frontend/FrontendMaster.html +++ b/doc/uk/org/ury/frontend/FrontendMaster.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:49 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:35 GMT 2011 --> <TITLE> FrontendMaster </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -92,7 +92,7 @@ uk.org.ury.frontend</FONT> <BR> Interface FrontendMaster</H2> <DL> -<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../uk/org/ury/frontend/FrontendAppletPanel.html" title="class in uk.org.ury.frontend">FrontendAppletPanel</A>, <A HREF="../../../../uk/org/ury/frontend/FrontendFrame.html" title="class in uk.org.ury.frontend">FrontendFrame</A></DD> +<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A>, <A HREF="../../../../uk/org/ury/frontend/FrontendFrame.html" title="class in uk.org.ury.frontend">FrontendFrame</A></DD> </DL> <HR> <DL> @@ -134,6 +134,14 @@ Interface for classes providing the parent unit of a frontend </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html#getResourceDirectory()">getResourceDirectory</A></B>()</CODE> + +<BR> + </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="../../../../uk/org/ury/frontend/FrontendMaster.html#loadModule(java.lang.String)">loadModule</A></B>(java.lang.String moduleName)</CODE> @@ -160,6 +168,14 @@ Interface for classes providing the parent unit of a frontend Restore an existing module and control panel into the frontend master.</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="../../../../uk/org/ury/frontend/FrontendMaster.html#setupUI()">setupUI</A></B>()</CODE> + +<BR> + Set up the frontend master's user interface.</TD> +</TR> </TABLE> <P> @@ -177,7 +193,8 @@ Interface for classes providing the parent unit of a frontend <A NAME="loadModule(java.lang.String)"><!-- --></A><H3> loadModule</H3> <PRE> -void <B>loadModule</B>(java.lang.String moduleName)</PRE> +void <B>loadModule</B>(java.lang.String moduleName) + throws <A HREF="../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A></PRE> <DL> <DD>Load a module into the frontend frame. @@ -186,7 +203,11 @@ void <B>loadModule</B>(java.lang.String moduleName)</PRE> <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>moduleName</CODE> - The fully qualified class-name of the module, - minus the leading "uk.org.ury." domain.</DL> + minus the leading "uk.org.ury." domain. +<DT><B>Throws:</B> +<DD><CODE><A HREF="../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A></CODE> - if the class is + not found, or is not an implementor of + FrontendModule.</DL> </DD> </DL> <HR> @@ -195,7 +216,8 @@ void <B>loadModule</B>(java.lang.String moduleName)</PRE> loadModule</H3> <PRE> void <B>loadModule</B>(java.lang.String moduleName, - java.lang.String cPanelName)</PRE> + java.lang.String cPanelName) + throws <A HREF="../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A></PRE> <DL> <DD>Load a module into the frontend frame, additionally installing a control panel to communicate with the previous module. @@ -207,7 +229,11 @@ void <B>loadModule</B>(java.lang.String moduleName, <DT><B>Parameters:</B><DD><CODE>moduleName</CODE> - The fully qualified class-name of the module, minus the leading "uk.org.ury." domain.<DD><CODE>cPanelName</CODE> - The fully qualified class-name of the control panel to install, minus the leading - "uk.org.ury." domain.</DL> + "uk.org.ury." domain. +<DT><B>Throws:</B> +<DD><CODE><A HREF="../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A></CODE> - if the class is + not found, or is not an implementor of + FrontendModule.</DL> </DD> </DL> <HR> @@ -241,6 +267,31 @@ void <B>fatalError</B>(java.lang.String message)</PRE> to the user.</DL> </DD> </DL> +<HR> + +<A NAME="setupUI()"><!-- --></A><H3> +setupUI</H3> +<PRE> +void <B>setupUI</B>()</PRE> +<DL> +<DD>Set up the frontend master's user interface. +<P> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getResourceDirectory()"><!-- --></A><H3> +getResourceDirectory</H3> +<PRE> +java.lang.String <B>getResourceDirectory</B>()</PRE> +<DL> +<DD><DL> + +<DT><B>Returns:</B><DD>the resource directory.</DL> +</DD> +</DL> <!-- ========= END OF CLASS DATA ========= --> <HR> diff --git a/doc/uk/org/ury/frontend/FrontendModule.html b/doc/uk/org/ury/frontend/FrontendModule.html index 765faeb..4f728da 100644 --- a/doc/uk/org/ury/frontend/FrontendModule.html +++ b/doc/uk/org/ury/frontend/FrontendModule.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:49 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:35 GMT 2011 --> <TITLE> FrontendModule </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -92,7 +92,7 @@ uk.org.ury.frontend</FONT> <BR> Interface FrontendModule</H2> <DL> -<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend">AbstractFrontendModule</A>, <A HREF="../../../../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer">LibraryViewer</A>, <A HREF="../../../../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer">ShowViewer</A></DD> +<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend">AbstractFrontendModule</A>, <A HREF="../../../../uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig">DemoMenu</A>, <A HREF="../../../../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer">LibraryViewer</A>, <A HREF="../../../../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer">ShowViewer</A></DD> </DL> <HR> <DL> diff --git a/doc/uk/org/ury/frontend/FrontendModulePanel.html b/doc/uk/org/ury/frontend/FrontendModulePanel.html index b7b1b89..aa6603e 100644 --- a/doc/uk/org/ury/frontend/FrontendModulePanel.html +++ b/doc/uk/org/ury/frontend/FrontendModulePanel.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:49 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:35 GMT 2011 --> <TITLE> FrontendModulePanel </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -237,7 +237,7 @@ A frontend user interface panel. <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract java.lang.String</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../uk/org/ury/frontend/FrontendModulePanel.html#getName()">getName</A></B>()</CODE> +<TD><CODE><B><A HREF="../../../../uk/org/ury/frontend/FrontendModulePanel.html#getModuleName()">getModuleName</A></B>()</CODE> <BR> </TD> @@ -285,7 +285,7 @@ A frontend user interface panel. <TH ALIGN="left"><B>Methods inherited from class java.awt.Component</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, createImage, createImage, createVolatileImage, createVolatileImage, dispatchEvent, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</CODE></TD> +<TD><CODE>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, createImage, createImage, createVolatileImage, createVolatileImage, dispatchEvent, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</CODE></TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> @@ -351,15 +351,12 @@ public <B>FrontendModulePanel</B>(<A HREF="../../../../uk/org/ury/frontend/Front </TR> </TABLE> -<A NAME="getName()"><!-- --></A><H3> -getName</H3> +<A NAME="getModuleName()"><!-- --></A><H3> +getModuleName</H3> <PRE> -public abstract java.lang.String <B>getName</B>()</PRE> +public abstract java.lang.String <B>getModuleName</B>()</PRE> <DL> <DD><DL> -<DT><B>Overrides:</B><DD><CODE>getName</CODE> in class <CODE>java.awt.Component</CODE></DL> -</DD> -<DD><DL> <DT><B>Returns:</B><DD>the name of the panel module.</DL> </DD> diff --git a/doc/uk/org/ury/frontend/FrontendPanel.html b/doc/uk/org/ury/frontend/FrontendPanel.html index a06fef4..719bd6b 100644 --- a/doc/uk/org/ury/frontend/FrontendPanel.html +++ b/doc/uk/org/ury/frontend/FrontendPanel.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:49 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:35 GMT 2011 --> <TITLE> FrontendPanel </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -103,7 +103,7 @@ java.lang.Object <DT><B>All Implemented Interfaces:</B> <DD>java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible</DD> </DL> <DL> -<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend">FrontendControlPanel</A>, <A HREF="../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A></DD> +<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../uk/org/ury/show/viewer/ChannelPanel.html" title="class in uk.org.ury.show.viewer">ChannelPanel</A>, <A HREF="../../../../uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend">FrontendControlPanel</A>, <A HREF="../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A>, <A HREF="../../../../uk/org/ury/show/viewer/TrackBin.html" title="class in uk.org.ury.show.viewer">TrackBin</A></DD> </DL> <HR> <DL> @@ -113,6 +113,11 @@ java.lang.Object <P> An extension of JPanel providing common functionality for user interface panels in the URY system frontend. + + Most notably, this includes automated access to XML-based + preparation of the user interface provided by the panel, + using an appropriate constructor call giving the XML file from + which the user interface form should be read. <P> <P> @@ -295,7 +300,9 @@ public <B>FrontendPanel</B>(<A HREF="../../../../uk/org/ury/frontend/FrontendMas <DD>Construct a new, blank FrontendPanel. <P> <DL> -<DT><B>Parameters:</B><DD><CODE>master</CODE> - The FrontendMaster driving the frontend.</DL> +<DT><B>Parameters:</B><DD><CODE>master</CODE> - The FrontendMaster driving the frontend, if any. + For direct instantiations of this class, + providing null here is guaranteed to be safe.</DL> </DL> <HR> @@ -309,12 +316,14 @@ public <B>FrontendPanel</B>(java.lang.String xmlPath, <DD>Construct a new FrontendPanel from an XML layout. This is the preferred means of constructing FrontendPanels, and - uses SWIXml to construct the panel layout. + uses an XML-based engine to construct the panel layout. <P> <DL> <DT><B>Parameters:</B><DD><CODE>xmlPath</CODE> - The path, relative from this source file, to the XML file from which this panel will read its - layout.<DD><CODE>master</CODE> - The FrontendMaster driving the frontend. + layout.<DD><CODE>master</CODE> - The FrontendMaster driving the frontend, if any. + For direct instantiations of this class, + providing null here is guaranteed to be safe. <DT><B>Throws:</B> <DD><CODE><A HREF="../../../../uk/org/ury/frontend/exceptions/UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions">UICreationFailureException</A></CODE> - if the UI creation fails.</DL> </DL> diff --git a/doc/uk/org/ury/frontend/FrontendSubBanner.html b/doc/uk/org/ury/frontend/FrontendSubBanner.html index ece999f..ea28af1 100644 --- a/doc/uk/org/ury/frontend/FrontendSubBanner.html +++ b/doc/uk/org/ury/frontend/FrontendSubBanner.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:49 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:35 GMT 2011 --> <TITLE> FrontendSubBanner </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/frontend/HintField.html b/doc/uk/org/ury/frontend/HintField.html index 6fca8b2..12e6e08 100644 --- a/doc/uk/org/ury/frontend/HintField.html +++ b/doc/uk/org/ury/frontend/HintField.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:50 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:36 GMT 2011 --> <TITLE> HintField </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/frontend/class-use/AbstractFrontendModule.html b/doc/uk/org/ury/frontend/class-use/AbstractFrontendModule.html index 63f5b79..f36bd08 100644 --- a/doc/uk/org/ury/frontend/class-use/AbstractFrontendModule.html +++ b/doc/uk/org/ury/frontend/class-use/AbstractFrontendModule.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:54 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.frontend.AbstractFrontendModule </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -97,6 +97,10 @@ Packages that use <A HREF="../../../../../uk/org/ury/frontend/AbstractFrontendMo <TD><A HREF="#uk.org.ury.show.viewer"><B>uk.org.ury.show.viewer</B></A></TD> <TD> </TD> </TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.testrig"><B>uk.org.ury.testrig</B></A></TD> +<TD> </TD> +</TR> </TABLE> <P> @@ -120,7 +124,7 @@ Uses of <A HREF="../../../../../uk/org/ury/frontend/AbstractFrontendModule.html" <TD><CODE><B><A HREF="../../../../../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer">LibraryViewer</A></B></CODE> <BR> - </TD> + Module for investigating the track library.</TD> </TR> </TABLE> @@ -150,6 +154,31 @@ Uses of <A HREF="../../../../../uk/org/ury/frontend/AbstractFrontendModule.html" </TABLE> <P> +<A NAME="uk.org.ury.testrig"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend">AbstractFrontendModule</A> in <A HREF="../../../../../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend">AbstractFrontendModule</A> in <A HREF="../../../../../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> class</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig">DemoMenu</A></B></CODE> + +<BR> + Application frontend, for testing early-stage frontend code.</TD> +</TR> +</TABLE> + +<P> <HR> diff --git a/doc/uk/org/ury/frontend/class-use/FrontendApplet.html b/doc/uk/org/ury/frontend/class-use/FrontendApplet.html new file mode 100644 index 0000000..cfc7c7b --- /dev/null +++ b/doc/uk/org/ury/frontend/class-use/FrontendApplet.html @@ -0,0 +1,181 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.frontend.FrontendApplet +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.frontend.FrontendApplet"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/frontend//class-useFrontendApplet.html" target="_top"><B>FRAMES</B></A> + <A HREF="FrontendApplet.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.frontend.FrontendApplet</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.frontend"><B>uk.org.ury.frontend</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.frontend"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A> in <A HREF="../../../../../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A> with parameters of type <A HREF="../../../../../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static void</CODE></FONT></TD> +<TD><CODE><B>FrontendError.</B><B><A HREF="../../../../../uk/org/ury/frontend/FrontendError.html#reportFatal(java.lang.String, uk.org.ury.frontend.FrontendApplet)">reportFatal</A></B>(java.lang.String message, + <A HREF="../../../../../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A> panel)</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/frontend//class-useFrontendApplet.html" target="_top"><B>FRAMES</B></A> + <A HREF="FrontendApplet.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/frontend/class-use/FrontendBanner.html b/doc/uk/org/ury/frontend/class-use/FrontendBanner.html index a89c6eb..230ca1b 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendBanner.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendBanner.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:54 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.frontend.FrontendBanner </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/frontend/class-use/FrontendControlPanel.html b/doc/uk/org/ury/frontend/class-use/FrontendControlPanel.html index bdcd6e7..c7aa65c 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendControlPanel.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendControlPanel.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:54 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.frontend.FrontendControlPanel </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -121,32 +121,31 @@ Uses of <A HREF="../../../../../uk/org/ury/frontend/FrontendControlPanel.html" t <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> -<TD><CODE><B>FrontendAppletPanel.</B><B><A HREF="../../../../../uk/org/ury/frontend/FrontendAppletPanel.html#restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)">restoreModule</A></B>(<A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> mpanel, +<TD><CODE><B>FrontendApplet.</B><B><A HREF="../../../../../uk/org/ury/frontend/FrontendApplet.html#restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)">restoreModule</A></B>(<A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> mpanel, <A HREF="../../../../../uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend">FrontendControlPanel</A> cpanel)</CODE> <BR> - Restore an existing module and control panel into the frontend - frame.</TD> + Restore an existing module and control panel into the frontend frame.</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>FrontendMaster.</B><B><A HREF="../../../../../uk/org/ury/frontend/FrontendMaster.html#restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)">restoreModule</A></B>(<A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> mpanel, +<TD><CODE><B>FrontendFrame.</B><B><A HREF="../../../../../uk/org/ury/frontend/FrontendFrame.html#restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)">restoreModule</A></B>(<A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> mpanel, <A HREF="../../../../../uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend">FrontendControlPanel</A> cpanel)</CODE> <BR> Restore an existing module and control panel into the frontend - master.</TD> + frame.</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>FrontendFrame.</B><B><A HREF="../../../../../uk/org/ury/frontend/FrontendFrame.html#restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)">restoreModule</A></B>(<A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> mpanel, +<TD><CODE><B>FrontendMaster.</B><B><A HREF="../../../../../uk/org/ury/frontend/FrontendMaster.html#restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)">restoreModule</A></B>(<A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> mpanel, <A HREF="../../../../../uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend">FrontendControlPanel</A> cpanel)</CODE> <BR> Restore an existing module and control panel into the frontend - frame.</TD> + master.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> diff --git a/doc/uk/org/ury/frontend/class-use/FrontendError.html b/doc/uk/org/ury/frontend/class-use/FrontendError.html index 7454d1c..40ed92f 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendError.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendError.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:54 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.frontend.FrontendError </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/frontend/class-use/FrontendFrame.html b/doc/uk/org/ury/frontend/class-use/FrontendFrame.html index 02c5ee8..0d9b825 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendFrame.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendFrame.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:54 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.frontend.FrontendFrame </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/frontend/class-use/FrontendMaster.html b/doc/uk/org/ury/frontend/class-use/FrontendMaster.html index 78e7235..528d5cb 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendMaster.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendMaster.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:54 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Interface uk.org.ury.frontend.FrontendMaster </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -125,11 +125,11 @@ Uses of <A HREF="../../../../../uk/org/ury/frontend/FrontendMaster.html" title=" <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../uk/org/ury/frontend/FrontendAppletPanel.html" title="class in uk.org.ury.frontend">FrontendAppletPanel</A></B></CODE> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A></B></CODE> <BR> - A frame that hosts a FrontendModulePanel, used for serving frontend - panels in a window (application mode).</TD> + A frame that hosts a FrontendModulePanel, used for serving frontend panels in + a window (application mode).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> @@ -295,6 +295,22 @@ Uses of <A HREF="../../../../../uk/org/ury/frontend/FrontendMaster.html" title=" <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A> with parameters of type <A HREF="../../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A></CODE></FONT></TD> +<TD><CODE><B>DemoMenu.</B><B><A HREF="../../../../../uk/org/ury/testrig/DemoMenu.html#runFrontend(uk.org.ury.frontend.FrontendMaster)">runFrontend</A></B>(<A HREF="../../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A> master)</CODE> + +<BR> + Run the demo menu in frontend mode.</TD> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A> with parameters of type <A HREF="../../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> diff --git a/doc/uk/org/ury/frontend/class-use/FrontendModule.html b/doc/uk/org/ury/frontend/class-use/FrontendModule.html index 93cec67..88c88f0 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendModule.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendModule.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:54 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Interface uk.org.ury.frontend.FrontendModule </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -101,6 +101,10 @@ Packages that use <A HREF="../../../../../uk/org/ury/frontend/FrontendModule.htm <TD><A HREF="#uk.org.ury.show.viewer"><B>uk.org.ury.show.viewer</B></A></TD> <TD> </TD> </TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.testrig"><B>uk.org.ury.testrig</B></A></TD> +<TD> </TD> +</TR> </TABLE> <P> @@ -188,7 +192,7 @@ Uses of <A HREF="../../../../../uk/org/ury/frontend/FrontendModule.html" title=" <TD><CODE><B><A HREF="../../../../../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer">LibraryViewer</A></B></CODE> <BR> - </TD> + Module for investigating the track library.</TD> </TR> </TABLE> @@ -218,6 +222,31 @@ Uses of <A HREF="../../../../../uk/org/ury/frontend/FrontendModule.html" title=" </TABLE> <P> +<A NAME="uk.org.ury.testrig"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend">FrontendModule</A> in <A HREF="../../../../../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A> that implement <A HREF="../../../../../uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend">FrontendModule</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> class</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig">DemoMenu</A></B></CODE> + +<BR> + Application frontend, for testing early-stage frontend code.</TD> +</TR> +</TABLE> + +<P> <HR> diff --git a/doc/uk/org/ury/frontend/class-use/FrontendModulePanel.html b/doc/uk/org/ury/frontend/class-use/FrontendModulePanel.html index 05bd4c8..5e5edb7 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendModulePanel.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendModulePanel.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:54 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.frontend.FrontendModulePanel </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -141,32 +141,31 @@ Uses of <A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" ti <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> -<TD><CODE><B>FrontendAppletPanel.</B><B><A HREF="../../../../../uk/org/ury/frontend/FrontendAppletPanel.html#restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)">restoreModule</A></B>(<A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> mpanel, +<TD><CODE><B>FrontendApplet.</B><B><A HREF="../../../../../uk/org/ury/frontend/FrontendApplet.html#restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)">restoreModule</A></B>(<A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> mpanel, <A HREF="../../../../../uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend">FrontendControlPanel</A> cpanel)</CODE> <BR> - Restore an existing module and control panel into the frontend - frame.</TD> + Restore an existing module and control panel into the frontend frame.</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>FrontendMaster.</B><B><A HREF="../../../../../uk/org/ury/frontend/FrontendMaster.html#restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)">restoreModule</A></B>(<A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> mpanel, +<TD><CODE><B>FrontendFrame.</B><B><A HREF="../../../../../uk/org/ury/frontend/FrontendFrame.html#restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)">restoreModule</A></B>(<A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> mpanel, <A HREF="../../../../../uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend">FrontendControlPanel</A> cpanel)</CODE> <BR> Restore an existing module and control panel into the frontend - master.</TD> + frame.</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>FrontendFrame.</B><B><A HREF="../../../../../uk/org/ury/frontend/FrontendFrame.html#restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)">restoreModule</A></B>(<A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> mpanel, +<TD><CODE><B>FrontendMaster.</B><B><A HREF="../../../../../uk/org/ury/frontend/FrontendMaster.html#restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)">restoreModule</A></B>(<A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> mpanel, <A HREF="../../../../../uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend">FrontendControlPanel</A> cpanel)</CODE> <BR> Restore an existing module and control panel into the frontend - frame.</TD> + master.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> @@ -181,26 +180,6 @@ Uses of <A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" ti </TABLE> <P> - -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A> with parameters of type <A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><B><A HREF="../../../../../uk/org/ury/frontend/FrontendAppletPanel.html#FrontendAppletPanel(uk.org.ury.frontend.FrontendModulePanel)">FrontendAppletPanel</A></B>(<A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> parent)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><B><A HREF="../../../../../uk/org/ury/frontend/FrontendFrame.html#FrontendFrame(uk.org.ury.frontend.FrontendModulePanel)">FrontendFrame</A></B>(<A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> parent)</CODE> - -<BR> - </TD> -</TR> -</TABLE> - -<P> <A NAME="uk.org.ury.library.viewer"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> @@ -262,7 +241,7 @@ Uses of <A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" ti <TD><CODE><B><A HREF="../../../../../uk/org/ury/show/viewer/ShowViewerPanel.html" title="class in uk.org.ury.show.viewer">ShowViewerPanel</A></B></CODE> <BR> - Frontend panel providing access to an underlying lshow viewer.</TD> + Frontend panel providing access to an underlying show viewer.</TD> </TR> </TABLE> @@ -308,6 +287,22 @@ Uses of <A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" ti </TABLE> <P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A> that return <A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A></CODE></FONT></TD> +<TD><CODE><B>DemoMenu.</B><B><A HREF="../../../../../uk/org/ury/testrig/DemoMenu.html#runFrontend(uk.org.ury.frontend.FrontendMaster)">runFrontend</A></B>(<A HREF="../../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A> master)</CODE> + +<BR> + Run the demo menu in frontend mode.</TD> +</TR> +</TABLE> + +<P> <HR> diff --git a/doc/uk/org/ury/frontend/class-use/FrontendPanel.html b/doc/uk/org/ury/frontend/class-use/FrontendPanel.html index a52cdc2..f7f386a 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendPanel.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendPanel.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:54 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.frontend.FrontendPanel </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -183,6 +183,14 @@ Uses of <A HREF="../../../../../uk/org/ury/frontend/FrontendPanel.html" title="c <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/show/viewer/ChannelPanel.html" title="class in uk.org.ury.show.viewer">ChannelPanel</A></B></CODE> + +<BR> + A panel displaying channel information.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../uk/org/ury/show/viewer/LibraryControlPanel.html" title="class in uk.org.ury.show.viewer">LibraryControlPanel</A></B></CODE> <BR> @@ -194,7 +202,15 @@ Uses of <A HREF="../../../../../uk/org/ury/frontend/FrontendPanel.html" title="c <TD><CODE><B><A HREF="../../../../../uk/org/ury/show/viewer/ShowViewerPanel.html" title="class in uk.org.ury.show.viewer">ShowViewerPanel</A></B></CODE> <BR> - Frontend panel providing access to an underlying lshow viewer.</TD> + Frontend panel providing access to an underlying show viewer.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> class</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/show/viewer/TrackBin.html" title="class in uk.org.ury.show.viewer">TrackBin</A></B></CODE> + +<BR> + A panel displaying track bin contents.</TD> </TR> </TABLE> diff --git a/doc/uk/org/ury/frontend/class-use/FrontendSubBanner.html b/doc/uk/org/ury/frontend/class-use/FrontendSubBanner.html index ff6a506..e5c50cb 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendSubBanner.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendSubBanner.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:54 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.frontend.FrontendSubBanner </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/frontend/class-use/HintField.html b/doc/uk/org/ury/frontend/class-use/HintField.html index 32d0006..feb6a66 100644 --- a/doc/uk/org/ury/frontend/class-use/HintField.html +++ b/doc/uk/org/ury/frontend/class-use/HintField.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:54 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.frontend.HintField </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/frontend/exceptions/LoadFailureException.html b/doc/uk/org/ury/frontend/exceptions/LoadFailureException.html new file mode 100644 index 0000000..33acf70 --- /dev/null +++ b/doc/uk/org/ury/frontend/exceptions/LoadFailureException.html @@ -0,0 +1,268 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:32 GMT 2011 --> +<TITLE> +LoadFailureException +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="LoadFailureException"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LoadFailureException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../../uk/org/ury/frontend/exceptions/UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/frontend/exceptions/LoadFailureException.html" target="_top"><B>FRAMES</B></A> + <A HREF="LoadFailureException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.frontend.exceptions</FONT> +<BR> +Class LoadFailureException</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Throwable + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Exception + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.frontend.exceptions.LoadFailureException</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD> +</DL> +<HR> +<DL> +<DT><PRE>public class <B>LoadFailureException</B><DT>extends java.lang.Exception</DL> +</PRE> + +<P> +Exception thrown when the loading of a new frontend module fails. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +<DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#uk.org.ury.frontend.exceptions.LoadFailureException">Serialized Form</A></DL> +<HR> + +<P> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html#LoadFailureException()">LoadFailureException</A></B>()</CODE> + +<BR> + Construct a new LoadFailureException with a + default reason.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html#LoadFailureException(java.lang.String)">LoadFailureException</A></B>(java.lang.String reason)</CODE> + +<BR> + Construct a new LoadFailureException.</TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Throwable</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="LoadFailureException()"><!-- --></A><H3> +LoadFailureException</H3> +<PRE> +public <B>LoadFailureException</B>()</PRE> +<DL> +<DD>Construct a new LoadFailureException with a + default reason. +<P> +</DL> +<HR> + +<A NAME="LoadFailureException(java.lang.String)"><!-- --></A><H3> +LoadFailureException</H3> +<PRE> +public <B>LoadFailureException</B>(java.lang.String reason)</PRE> +<DL> +<DD>Construct a new LoadFailureException. +<P> +<DL> +<DT><B>Parameters:</B><DD><CODE>reason</CODE> - The explanation for the exception.</DL> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LoadFailureException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../../uk/org/ury/frontend/exceptions/UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/frontend/exceptions/LoadFailureException.html" target="_top"><B>FRAMES</B></A> + <A HREF="LoadFailureException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/frontend/exceptions/UICreationFailureException.html b/doc/uk/org/ury/frontend/exceptions/UICreationFailureException.html index 9eb084b..753628e 100644 --- a/doc/uk/org/ury/frontend/exceptions/UICreationFailureException.html +++ b/doc/uk/org/ury/frontend/exceptions/UICreationFailureException.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:44 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:32 GMT 2011 --> <TITLE> UICreationFailureException </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -55,7 +55,7 @@ function windowTitle() <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - PREV CLASS + <A HREF="../../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?uk/org/ury/frontend/exceptions/UICreationFailureException.html" target="_top"><B>FRAMES</B></A> @@ -233,7 +233,7 @@ public <B>UICreationFailureException</B>(java.lang.String reason)</PRE> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - PREV CLASS + <A HREF="../../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?uk/org/ury/frontend/exceptions/UICreationFailureException.html" target="_top"><B>FRAMES</B></A> diff --git a/doc/uk/org/ury/frontend/exceptions/class-use/LoadFailureException.html b/doc/uk/org/ury/frontend/exceptions/class-use/LoadFailureException.html new file mode 100644 index 0000000..2434645 --- /dev/null +++ b/doc/uk/org/ury/frontend/exceptions/class-use/LoadFailureException.html @@ -0,0 +1,226 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.frontend.exceptions.LoadFailureException +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.frontend.exceptions.LoadFailureException"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/frontend/exceptions//class-useLoadFailureException.html" target="_top"><B>FRAMES</B></A> + <A HREF="LoadFailureException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.frontend.exceptions.LoadFailureException</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.frontend"><B>uk.org.ury.frontend</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.frontend"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A> in <A HREF="../../../../../../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A> that throw <A HREF="../../../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B>FrontendApplet.</B><B><A HREF="../../../../../../uk/org/ury/frontend/FrontendApplet.html#loadModule(java.lang.String)">loadModule</A></B>(java.lang.String moduleName)</CODE> + +<BR> + Load a module into the frontend frame.</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>FrontendFrame.</B><B><A HREF="../../../../../../uk/org/ury/frontend/FrontendFrame.html#loadModule(java.lang.String)">loadModule</A></B>(java.lang.String moduleName)</CODE> + +<BR> + Load a module into the frontend frame.</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>FrontendMaster.</B><B><A HREF="../../../../../../uk/org/ury/frontend/FrontendMaster.html#loadModule(java.lang.String)">loadModule</A></B>(java.lang.String moduleName)</CODE> + +<BR> + Load a module into the frontend frame.</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>FrontendApplet.</B><B><A HREF="../../../../../../uk/org/ury/frontend/FrontendApplet.html#loadModule(java.lang.String, java.lang.String)">loadModule</A></B>(java.lang.String moduleName, + java.lang.String cPanelName)</CODE> + +<BR> + Load a module into the frontend frame, additionally installing a control + panel to communicate with the previous module.</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>FrontendFrame.</B><B><A HREF="../../../../../../uk/org/ury/frontend/FrontendFrame.html#loadModule(java.lang.String, java.lang.String)">loadModule</A></B>(java.lang.String moduleName, + java.lang.String cPanelName)</CODE> + +<BR> + Load a module into the frontend frame, additionally installing + a control panel to communicate with the previous module.</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>FrontendMaster.</B><B><A HREF="../../../../../../uk/org/ury/frontend/FrontendMaster.html#loadModule(java.lang.String, java.lang.String)">loadModule</A></B>(java.lang.String moduleName, + java.lang.String cPanelName)</CODE> + +<BR> + Load a module into the frontend frame, additionally installing + a control panel to communicate with the previous module.</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/frontend/exceptions//class-useLoadFailureException.html" target="_top"><B>FRAMES</B></A> + <A HREF="LoadFailureException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/frontend/exceptions/class-use/UICreationFailureException.html b/doc/uk/org/ury/frontend/exceptions/class-use/UICreationFailureException.html index 1894d11..ea8a2fa 100644 --- a/doc/uk/org/ury/frontend/exceptions/class-use/UICreationFailureException.html +++ b/doc/uk/org/ury/frontend/exceptions/class-use/UICreationFailureException.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.frontend.exceptions.UICreationFailureException </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/frontend/exceptions/package-frame.html b/doc/uk/org/ury/frontend/exceptions/package-frame.html index fbecad3..de032c1 100644 --- a/doc/uk/org/ury/frontend/exceptions/package-frame.html +++ b/doc/uk/org/ury/frontend/exceptions/package-frame.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.frontend.exceptions </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -23,6 +23,8 @@ uk.org.ury.frontend.exceptions Exceptions</FONT> <FONT CLASS="FrameItemFont"> <BR> +<A HREF="LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions" target="classFrame">LoadFailureException</A> +<BR> <A HREF="UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions" target="classFrame">UICreationFailureException</A></FONT></TD> </TR> </TABLE> diff --git a/doc/uk/org/ury/frontend/exceptions/package-summary.html b/doc/uk/org/ury/frontend/exceptions/package-summary.html index 500b08c..2127de2 100644 --- a/doc/uk/org/ury/frontend/exceptions/package-summary.html +++ b/doc/uk/org/ury/frontend/exceptions/package-summary.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.frontend.exceptions </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -89,6 +89,10 @@ Package uk.org.ury.frontend.exceptions <B>Exception Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A></B></TD> +<TD>Exception thrown when the loading of a new frontend module fails.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../uk/org/ury/frontend/exceptions/UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions">UICreationFailureException</A></B></TD> <TD>Exception thrown when the creation of a UI element fails.</TD> </TR> diff --git a/doc/uk/org/ury/frontend/exceptions/package-tree.html b/doc/uk/org/ury/frontend/exceptions/package-tree.html index 8975aae..d3764fa 100644 --- a/doc/uk/org/ury/frontend/exceptions/package-tree.html +++ b/doc/uk/org/ury/frontend/exceptions/package-tree.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.frontend.exceptions Class Hierarchy </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -95,7 +95,7 @@ Class Hierarchy <LI TYPE="circle">java.lang.Throwable (implements java.io.Serializable) <UL> <LI TYPE="circle">java.lang.Exception<UL> -<LI TYPE="circle">uk.org.ury.frontend.exceptions.<A HREF="../../../../../uk/org/ury/frontend/exceptions/UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions"><B>UICreationFailureException</B></A></UL> +<LI TYPE="circle">uk.org.ury.frontend.exceptions.<A HREF="../../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions"><B>LoadFailureException</B></A><LI TYPE="circle">uk.org.ury.frontend.exceptions.<A HREF="../../../../../uk/org/ury/frontend/exceptions/UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions"><B>UICreationFailureException</B></A></UL> </UL> </UL> </UL> diff --git a/doc/uk/org/ury/frontend/exceptions/package-use.html b/doc/uk/org/ury/frontend/exceptions/package-use.html index 33576e4..93d545d 100644 --- a/doc/uk/org/ury/frontend/exceptions/package-use.html +++ b/doc/uk/org/ury/frontend/exceptions/package-use.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Package uk.org.ury.frontend.exceptions </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -115,6 +115,12 @@ Packages that use <A HREF="../../../../../uk/org/ury/frontend/exceptions/package Classes in <A HREF="../../../../../uk/org/ury/frontend/exceptions/package-summary.html">uk.org.ury.frontend.exceptions</A> used by <A HREF="../../../../../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../uk/org/ury/frontend/exceptions/class-use/LoadFailureException.html#uk.org.ury.frontend"><B>LoadFailureException</B></A></B> + +<BR> + Exception thrown when the loading of a new frontend module fails.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../uk/org/ury/frontend/exceptions/class-use/UICreationFailureException.html#uk.org.ury.frontend"><B>UICreationFailureException</B></A></B> <BR> diff --git a/doc/uk/org/ury/frontend/package-frame.html b/doc/uk/org/ury/frontend/package-frame.html index 6cd39ef..e35b4b8 100644 --- a/doc/uk/org/ury/frontend/package-frame.html +++ b/doc/uk/org/ury/frontend/package-frame.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.frontend </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -38,7 +38,7 @@ Classes</FONT> <BR> <A HREF="AbstractFrontendModule.html" title="class in uk.org.ury.frontend" target="classFrame">AbstractFrontendModule</A> <BR> -<A HREF="FrontendAppletPanel.html" title="class in uk.org.ury.frontend" target="classFrame">FrontendAppletPanel</A> +<A HREF="FrontendApplet.html" title="class in uk.org.ury.frontend" target="classFrame">FrontendApplet</A> <BR> <A HREF="FrontendBanner.html" title="class in uk.org.ury.frontend" target="classFrame">FrontendBanner</A> <BR> diff --git a/doc/uk/org/ury/frontend/package-summary.html b/doc/uk/org/ury/frontend/package-summary.html index 544a478..119ce35 100644 --- a/doc/uk/org/ury/frontend/package-summary.html +++ b/doc/uk/org/ury/frontend/package-summary.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.frontend </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -113,9 +113,9 @@ Package uk.org.ury.frontend <TD>An abstract implementation of the FrontendModule interface.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD WIDTH="15%"><B><A HREF="../../../../uk/org/ury/frontend/FrontendAppletPanel.html" title="class in uk.org.ury.frontend">FrontendAppletPanel</A></B></TD> -<TD>A frame that hosts a FrontendModulePanel, used for serving frontend - panels in a window (application mode).</TD> +<TD WIDTH="15%"><B><A HREF="../../../../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A></B></TD> +<TD>A frame that hosts a FrontendModulePanel, used for serving frontend panels in + a window (application mode).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../uk/org/ury/frontend/FrontendBanner.html" title="class in uk.org.ury.frontend">FrontendBanner</A></B></TD> diff --git a/doc/uk/org/ury/frontend/package-tree.html b/doc/uk/org/ury/frontend/package-tree.html index 2c0f520..6ead817 100644 --- a/doc/uk/org/ury/frontend/package-tree.html +++ b/doc/uk/org/ury/frontend/package-tree.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.frontend Class Hierarchy </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -92,6 +92,7 @@ Class Hierarchy </H2> <UL> <LI TYPE="circle">java.lang.Object<UL> +<LI TYPE="circle">uk.org.ury.frontend.<A HREF="../../../../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend"><B>AbstractFrontendModule</B></A> (implements uk.org.ury.frontend.<A HREF="../../../../uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend">FrontendModule</A>) <LI TYPE="circle">java.awt.Component (implements java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable) <UL> <LI TYPE="circle">java.awt.Container<UL> @@ -116,7 +117,7 @@ Class Hierarchy <LI TYPE="circle">java.applet.Applet<UL> <LI TYPE="circle">javax.swing.JApplet (implements javax.accessibility.Accessible, javax.swing.RootPaneContainer) <UL> -<LI TYPE="circle">uk.org.ury.frontend.<A HREF="../../../../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend"><B>AbstractFrontendModule</B></A> (implements uk.org.ury.frontend.<A HREF="../../../../uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend">FrontendModule</A>) +<LI TYPE="circle">uk.org.ury.frontend.<A HREF="../../../../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend"><B>FrontendApplet</B></A> (implements uk.org.ury.frontend.<A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A>, uk.org.ury.testrig.<A HREF="../../../../uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig">Launcher</A>) </UL> </UL> </UL> @@ -126,7 +127,6 @@ Class Hierarchy <UL> <LI TYPE="circle">javax.swing.JFrame (implements javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants) <UL> -<LI TYPE="circle">uk.org.ury.frontend.<A HREF="../../../../uk/org/ury/frontend/FrontendAppletPanel.html" title="class in uk.org.ury.frontend"><B>FrontendAppletPanel</B></A> (implements uk.org.ury.frontend.<A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A>) <LI TYPE="circle">uk.org.ury.frontend.<A HREF="../../../../uk/org/ury/frontend/FrontendFrame.html" title="class in uk.org.ury.frontend"><B>FrontendFrame</B></A> (implements uk.org.ury.frontend.<A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A>) </UL> </UL> diff --git a/doc/uk/org/ury/frontend/package-use.html b/doc/uk/org/ury/frontend/package-use.html index 145b6c1..4868ed8 100644 --- a/doc/uk/org/ury/frontend/package-use.html +++ b/doc/uk/org/ury/frontend/package-use.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Package uk.org.ury.frontend </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -115,11 +115,11 @@ Packages that use <A HREF="../../../../uk/org/ury/frontend/package-summary.html" Classes in <A HREF="../../../../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A> used by <A HREF="../../../../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><B><A HREF="../../../../uk/org/ury/frontend/class-use/FrontendAppletPanel.html#uk.org.ury.frontend"><B>FrontendAppletPanel</B></A></B> +<TD><B><A HREF="../../../../uk/org/ury/frontend/class-use/FrontendApplet.html#uk.org.ury.frontend"><B>FrontendApplet</B></A></B> <BR> - A frame that hosts a FrontendModulePanel, used for serving frontend - panels in a window (application mode).</TD> + A frame that hosts a FrontendModulePanel, used for serving frontend panels in + a window (application mode).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../uk/org/ury/frontend/class-use/FrontendControlPanel.html#uk.org.ury.frontend"><B>FrontendControlPanel</B></A></B> @@ -261,6 +261,12 @@ Classes in <A HREF="../../../../uk/org/ury/frontend/package-summary.html">uk.org Classes in <A HREF="../../../../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A> used by <A HREF="../../../../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../uk/org/ury/frontend/class-use/AbstractFrontendModule.html#uk.org.ury.testrig"><B>AbstractFrontendModule</B></A></B> + +<BR> + An abstract implementation of the FrontendModule interface.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../uk/org/ury/frontend/class-use/FrontendControlPanel.html#uk.org.ury.testrig"><B>FrontendControlPanel</B></A></B> <BR> @@ -274,6 +280,13 @@ Classes in <A HREF="../../../../uk/org/ury/frontend/package-summary.html">uk.org session.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../uk/org/ury/frontend/class-use/FrontendModule.html#uk.org.ury.testrig"><B>FrontendModule</B></A></B> + +<BR> + Interface for all system modules that are to be reachable from + the frontend array.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../uk/org/ury/frontend/class-use/FrontendModulePanel.html#uk.org.ury.testrig"><B>FrontendModulePanel</B></A></B> <BR> diff --git a/doc/uk/org/ury/library/LibraryRequestHandler.html b/doc/uk/org/ury/library/LibraryRequestHandler.html new file mode 100644 index 0000000..cf88582 --- /dev/null +++ b/doc/uk/org/ury/library/LibraryRequestHandler.html @@ -0,0 +1,283 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:33 GMT 2011 --> +<TITLE> +LibraryRequestHandler +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="LibraryRequestHandler"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LibraryRequestHandler.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../uk/org/ury/library/LibraryUtils.html" title="class in uk.org.ury.library"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/library/LibraryRequestHandler.html" target="_top"><B>FRAMES</B></A> + <A HREF="LibraryRequestHandler.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.library</FONT> +<BR> +Class LibraryRequestHandler</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.library.LibraryRequestHandler</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server">RequestHandler</A></DD> +</DL> +<HR> +<DL> +<DT><PRE>public class <B>LibraryRequestHandler</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server">RequestHandler</A></DL> +</PRE> + +<P> +A request handler for library queries. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +</DL> +<HR> + +<P> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../uk/org/ury/library/LibraryRequestHandler.html#LibraryRequestHandler()">LibraryRequestHandler</A></B>()</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.util.Map<java.lang.String,java.lang.Object></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/library/LibraryRequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.server.Server)">handleGetRequest</A></B>(java.util.Map<java.lang.String,java.lang.String> parameters, + <A HREF="../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> server)</CODE> + +<BR> + Handle a server GET request (that is, a request for data + output).</TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="LibraryRequestHandler()"><!-- --></A><H3> +LibraryRequestHandler</H3> +<PRE> +public <B>LibraryRequestHandler</B>()</PRE> +<DL> +</DL> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></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>Method Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="handleGetRequest(java.util.Map, uk.org.ury.server.Server)"><!-- --></A><H3> +handleGetRequest</H3> +<PRE> +public java.util.Map<java.lang.String,java.lang.Object> <B>handleGetRequest</B>(java.util.Map<java.lang.String,java.lang.String> parameters, + <A HREF="../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> server) + throws <A HREF="../../../../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A></PRE> +<DL> +<DD>Handle a server GET request (that is, a request for data + output). +<P> +<DD><DL> +<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../uk/org/ury/server/RequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.server.Server)">handleGetRequest</A></CODE> in interface <CODE><A HREF="../../../../uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server">RequestHandler</A></CODE></DL> +</DD> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>parameters</CODE> - A key-value map of parameters supplied with + the server request. Typically, the function + parameter will detail the function that the + request handler is expected to perform.<DD><CODE>server</CODE> - The server from which the request originated. + This will be able to provide the handler with + pooled resources, for example the database. +<DT><B>Returns:</B><DD>A list of lines to return in the body of the + server's response to the client. +<DT><B>Throws:</B> +<DD><CODE><A HREF="../../../../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A></CODE> - if the handler cannot + handle the request.</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LibraryRequestHandler.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../uk/org/ury/library/LibraryUtils.html" title="class in uk.org.ury.library"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/library/LibraryRequestHandler.html" target="_top"><B>FRAMES</B></A> + <A HREF="LibraryRequestHandler.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/library/LibraryUtils.html b/doc/uk/org/ury/library/LibraryUtils.html index 57b5d23..5d72605 100644 --- a/doc/uk/org/ury/library/LibraryUtils.html +++ b/doc/uk/org/ury/library/LibraryUtils.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:46 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:33 GMT 2011 --> <TITLE> LibraryUtils </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -55,7 +55,7 @@ function windowTitle() <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../uk/org/ury/library/LibraryTableModel.html" title="class in uk.org.ury.library"><B>PREV CLASS</B></A> + <A HREF="../../../../uk/org/ury/library/LibraryRequestHandler.html" title="class in uk.org.ury.library"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?uk/org/ury/library/LibraryUtils.html" target="_top"><B>FRAMES</B></A> @@ -140,7 +140,7 @@ A set of common utility routines to facilitate the extraction of </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static java.util.List<<A HREF="../../../../uk/org/ury/library/LibraryItem.html" title="class in uk.org.ury.library">LibraryItem</A>></CODE></FONT></TD> +<CODE>static java.util.List<<A HREF="../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A>></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../uk/org/ury/library/LibraryUtils.html#search(uk.org.ury.database.DatabaseDriver, java.lang.String)">search</A></B>(<A HREF="../../../../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A> db, java.lang.String search)</CODE> @@ -190,7 +190,7 @@ public <B>LibraryUtils</B>()</PRE> <A NAME="search(uk.org.ury.database.DatabaseDriver, java.lang.String)"><!-- --></A><H3> search</H3> <PRE> -public static java.util.List<<A HREF="../../../../uk/org/ury/library/LibraryItem.html" title="class in uk.org.ury.library">LibraryItem</A>> <B>search</B>(<A HREF="../../../../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A> db, +public static java.util.List<<A HREF="../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A>> <B>search</B>(<A HREF="../../../../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A> db, java.lang.String search) throws <A HREF="../../../../uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions">QueryFailureException</A>, <A HREF="../../../../uk/org/ury/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.library.exceptions">EmptySearchException</A></PRE> @@ -242,7 +242,7 @@ public static java.util.List<<A HREF="../../../../uk/org/ury/library/LibraryI <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../uk/org/ury/library/LibraryTableModel.html" title="class in uk.org.ury.library"><B>PREV CLASS</B></A> + <A HREF="../../../../uk/org/ury/library/LibraryRequestHandler.html" title="class in uk.org.ury.library"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?uk/org/ury/library/LibraryUtils.html" target="_top"><B>FRAMES</B></A> diff --git a/doc/uk/org/ury/library/class-use/LibraryRequestHandler.html b/doc/uk/org/ury/library/class-use/LibraryRequestHandler.html new file mode 100644 index 0000000..b7ad76f --- /dev/null +++ b/doc/uk/org/ury/library/class-use/LibraryRequestHandler.html @@ -0,0 +1,144 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.library.LibraryRequestHandler +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.library.LibraryRequestHandler"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/org/ury/library/LibraryRequestHandler.html" title="class in uk.org.ury.library"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/library//class-useLibraryRequestHandler.html" target="_top"><B>FRAMES</B></A> + <A HREF="LibraryRequestHandler.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.library.LibraryRequestHandler</B></H2> +</CENTER> +No usage of uk.org.ury.library.LibraryRequestHandler +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/org/ury/library/LibraryRequestHandler.html" title="class in uk.org.ury.library"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/library//class-useLibraryRequestHandler.html" target="_top"><B>FRAMES</B></A> + <A HREF="LibraryRequestHandler.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/library/class-use/LibraryUtils.html b/doc/uk/org/ury/library/class-use/LibraryUtils.html index 0c04a18..7990e0e 100644 --- a/doc/uk/org/ury/library/class-use/LibraryUtils.html +++ b/doc/uk/org/ury/library/class-use/LibraryUtils.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.library.LibraryUtils </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/library/exceptions/EmptySearchException.html b/doc/uk/org/ury/library/exceptions/EmptySearchException.html index 0cdeb15..6718556 100644 --- a/doc/uk/org/ury/library/exceptions/EmptySearchException.html +++ b/doc/uk/org/ury/library/exceptions/EmptySearchException.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> EmptySearchException </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/library/exceptions/class-use/EmptySearchException.html b/doc/uk/org/ury/library/exceptions/class-use/EmptySearchException.html index 00010d8..d10019e 100644 --- a/doc/uk/org/ury/library/exceptions/class-use/EmptySearchException.html +++ b/doc/uk/org/ury/library/exceptions/class-use/EmptySearchException.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.library.exceptions.EmptySearchException </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> @@ -116,7 +116,7 @@ Uses of <A HREF="../../../../../../uk/org/ury/library/exceptions/EmptySearchExce </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static java.util.List<<A HREF="../../../../../../uk/org/ury/library/LibraryItem.html" title="class in uk.org.ury.library">LibraryItem</A>></CODE></FONT></TD> +<CODE>static java.util.List<<A HREF="../../../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A>></CODE></FONT></TD> <TD><CODE><B>LibraryUtils.</B><B><A HREF="../../../../../../uk/org/ury/library/LibraryUtils.html#search(uk.org.ury.database.DatabaseDriver, java.lang.String)">search</A></B>(<A HREF="../../../../../../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A> db, java.lang.String search)</CODE> diff --git a/doc/uk/org/ury/library/exceptions/package-frame.html b/doc/uk/org/ury/library/exceptions/package-frame.html index 3ad8331..4d9997b 100644 --- a/doc/uk/org/ury/library/exceptions/package-frame.html +++ b/doc/uk/org/ury/library/exceptions/package-frame.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.library.exceptions </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/library/exceptions/package-summary.html b/doc/uk/org/ury/library/exceptions/package-summary.html index d943fbc..29f7dcc 100644 --- a/doc/uk/org/ury/library/exceptions/package-summary.html +++ b/doc/uk/org/ury/library/exceptions/package-summary.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.library.exceptions </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -56,7 +56,7 @@ function windowTitle() <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../uk/org/ury/library/package-summary.html"><B>PREV PACKAGE</B></A> - <A HREF="../../../../../uk/org/ury/library/viewer/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> + <A HREF="../../../../../uk/org/ury/library/item/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?uk/org/ury/library/exceptions/package-summary.html" target="_top"><B>FRAMES</B></A> <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> @@ -130,7 +130,7 @@ Package uk.org.ury.library.exceptions <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../uk/org/ury/library/package-summary.html"><B>PREV PACKAGE</B></A> - <A HREF="../../../../../uk/org/ury/library/viewer/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> + <A HREF="../../../../../uk/org/ury/library/item/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?uk/org/ury/library/exceptions/package-summary.html" target="_top"><B>FRAMES</B></A> <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> diff --git a/doc/uk/org/ury/library/exceptions/package-tree.html b/doc/uk/org/ury/library/exceptions/package-tree.html index f9c3f27..d6803f6 100644 --- a/doc/uk/org/ury/library/exceptions/package-tree.html +++ b/doc/uk/org/ury/library/exceptions/package-tree.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.library.exceptions Class Hierarchy </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -56,7 +56,7 @@ function windowTitle() <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../uk/org/ury/library/package-tree.html"><B>PREV</B></A> - <A HREF="../../../../../uk/org/ury/library/viewer/package-tree.html"><B>NEXT</B></A></FONT></TD> + <A HREF="../../../../../uk/org/ury/library/item/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?uk/org/ury/library/exceptions/package-tree.html" target="_top"><B>FRAMES</B></A> <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> @@ -130,7 +130,7 @@ Class Hierarchy <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../uk/org/ury/library/package-tree.html"><B>PREV</B></A> - <A HREF="../../../../../uk/org/ury/library/viewer/package-tree.html"><B>NEXT</B></A></FONT></TD> + <A HREF="../../../../../uk/org/ury/library/item/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?uk/org/ury/library/exceptions/package-tree.html" target="_top"><B>FRAMES</B></A> <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> diff --git a/doc/uk/org/ury/library/exceptions/package-use.html b/doc/uk/org/ury/library/exceptions/package-use.html index 5642e8d..eef9aa1 100644 --- a/doc/uk/org/ury/library/exceptions/package-use.html +++ b/doc/uk/org/ury/library/exceptions/package-use.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Package uk.org.ury.library.exceptions </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/library/item/LibraryItem.html b/doc/uk/org/ury/library/item/LibraryItem.html new file mode 100644 index 0000000..f112b8c --- /dev/null +++ b/doc/uk/org/ury/library/item/LibraryItem.html @@ -0,0 +1,242 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +LibraryItem +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="LibraryItem"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LibraryItem.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/library/item/LibraryItem.html" target="_top"><B>FRAMES</B></A> + <A HREF="LibraryItem.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_uk.org.ury.database.DatabaseItem">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.library.item</FONT> +<BR> +Class LibraryItem</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">uk.org.ury.database.DatabaseItem</A><<A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A>,java.lang.String> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.library.item.LibraryItem</B> +</PRE> +<HR> +<DL> +<DT><PRE>public class <B>LibraryItem</B><DT>extends <A HREF="../../../../../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A><<A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A>,java.lang.String></DL> +</PRE> + +<P> +An item in the URY library. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +</DL> +<HR> + +<P> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/item/LibraryItem.html#LibraryItem(java.util.Map)">LibraryItem</A></B>(java.util.Map<<A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A>,java.lang.String> properties)</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_uk.org.ury.database.DatabaseItem"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class uk.org.ury.database.<A HREF="../../../../../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A></B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><A HREF="../../../../../uk/org/ury/database/DatabaseItem.html#asResponse()">asResponse</A>, <A HREF="../../../../../uk/org/ury/database/DatabaseItem.html#get(E)">get</A>, <A HREF="../../../../../uk/org/ury/database/DatabaseItem.html#has(E)">has</A></CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="LibraryItem(java.util.Map)"><!-- --></A><H3> +LibraryItem</H3> +<PRE> +public <B>LibraryItem</B>(java.util.Map<<A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A>,java.lang.String> properties)</PRE> +<DL> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LibraryItem.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/library/item/LibraryItem.html" target="_top"><B>FRAMES</B></A> + <A HREF="LibraryItem.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_uk.org.ury.database.DatabaseItem">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/library/item/LibraryItemProperty.html b/doc/uk/org/ury/library/item/LibraryItemProperty.html new file mode 100644 index 0000000..2356980 --- /dev/null +++ b/doc/uk/org/ury/library/item/LibraryItemProperty.html @@ -0,0 +1,599 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +LibraryItemProperty +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="LibraryItemProperty"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LibraryItemProperty.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item"><B>PREV CLASS</B></A> + NEXT CLASS</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/library/item/LibraryItemProperty.html" target="_top"><B>FRAMES</B></A> + <A HREF="LibraryItemProperty.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | <A HREF="#enum_constant_summary">ENUM CONSTANTS</A> | <A HREF="#field_summary">FIELD</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: <A HREF="#enum_constant_detail">ENUM CONSTANTS</A> | <A HREF="#field_detail">FIELD</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.library.item</FONT> +<BR> +Enum LibraryItemProperty</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum<<A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A>> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.library.item.LibraryItemProperty</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable<<A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A>></DD> +</DL> +<HR> +<DL> +<DT><PRE>public enum <B>LibraryItemProperty</B><DT>extends java.lang.Enum<<A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A>></DL> +</PRE> + +<P> +The parameters that are stored in the LibraryItem. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +</DL> +<HR> + +<P> +<!-- =========== ENUM CONSTANT SUMMARY =========== --> + +<A NAME="enum_constant_summary"><!-- --></A> +<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 Constant Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html#ALBUM">ALBUM</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html#ARTIST">ARTIST</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html#CD_ID">CD_ID</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html#DATE_ADDED">DATE_ADDED</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html#DATE_EDITED">DATE_EDITED</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html#DATE_RELEASED">DATE_RELEASED</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html#FORMAT">FORMAT</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html#IS_CLEAN">IS_CLEAN</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html#IS_DIGITISED">IS_DIGITISED</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html#LABEL">LABEL</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html#MEDIUM">MEDIUM</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html#SHELF_LETTER">SHELF_LETTER</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html#SHELF_NUMBER">SHELF_NUMBER</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html#STATUS">STATUS</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html#TITLE">TITLE</A></B></CODE> + +<BR> + </TD> +</TR> +</TABLE> + <!-- =========== FIELD SUMMARY =========== --> + +<A NAME="field_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Field Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html#sql">sql</A></B></CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html#getFromSQL(java.lang.String)">getFromSQL</A></B>(java.lang.String string)</CODE> + +<BR> + Retrieve a LibraryItemProperty given its SQL identifier.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String name)</CODE> + +<BR> + Returns the enum constant of this type with the specified name.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A>[]</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html#values()">values</A></B>()</CODE> + +<BR> + Returns an array containing the constants of this enum type, in +the order they are declared.</TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Enum</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>getClass, notify, notifyAll, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ============ ENUM CONSTANT DETAIL =========== --> + +<A NAME="enum_constant_detail"><!-- --></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>Enum Constant Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="TITLE"><!-- --></A><H3> +TITLE</H3> +<PRE> +public static final <A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A> <B>TITLE</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="ALBUM"><!-- --></A><H3> +ALBUM</H3> +<PRE> +public static final <A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A> <B>ALBUM</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="ARTIST"><!-- --></A><H3> +ARTIST</H3> +<PRE> +public static final <A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A> <B>ARTIST</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="LABEL"><!-- --></A><H3> +LABEL</H3> +<PRE> +public static final <A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A> <B>LABEL</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="STATUS"><!-- --></A><H3> +STATUS</H3> +<PRE> +public static final <A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A> <B>STATUS</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="MEDIUM"><!-- --></A><H3> +MEDIUM</H3> +<PRE> +public static final <A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A> <B>MEDIUM</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="FORMAT"><!-- --></A><H3> +FORMAT</H3> +<PRE> +public static final <A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A> <B>FORMAT</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="DATE_RELEASED"><!-- --></A><H3> +DATE_RELEASED</H3> +<PRE> +public static final <A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A> <B>DATE_RELEASED</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="DATE_ADDED"><!-- --></A><H3> +DATE_ADDED</H3> +<PRE> +public static final <A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A> <B>DATE_ADDED</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="DATE_EDITED"><!-- --></A><H3> +DATE_EDITED</H3> +<PRE> +public static final <A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A> <B>DATE_EDITED</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="SHELF_LETTER"><!-- --></A><H3> +SHELF_LETTER</H3> +<PRE> +public static final <A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A> <B>SHELF_LETTER</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="SHELF_NUMBER"><!-- --></A><H3> +SHELF_NUMBER</H3> +<PRE> +public static final <A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A> <B>SHELF_NUMBER</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="CD_ID"><!-- --></A><H3> +CD_ID</H3> +<PRE> +public static final <A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A> <B>CD_ID</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="IS_DIGITISED"><!-- --></A><H3> +IS_DIGITISED</H3> +<PRE> +public static final <A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A> <B>IS_DIGITISED</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="IS_CLEAN"><!-- --></A><H3> +IS_CLEAN</H3> +<PRE> +public static final <A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A> <B>IS_CLEAN</B></PRE> +<DL> +<DL> +</DL> +</DL> + +<!-- ============ FIELD DETAIL =========== --> + +<A NAME="field_detail"><!-- --></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>Field Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="sql"><!-- --></A><H3> +sql</H3> +<PRE> +public final java.lang.String <B>sql</B></PRE> +<DL> +<DL> +</DL> +</DL> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></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>Method Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="values()"><!-- --></A><H3> +values</H3> +<PRE> +public static <A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A>[] <B>values</B>()</PRE> +<DL> +<DD>Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +<pre> +for (LibraryItemProperty c : LibraryItemProperty.values()) + System.out.println(c); +</pre> +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>an array containing the constants of this enum type, in +the order they are declared</DL> +</DD> +</DL> +<HR> + +<A NAME="valueOf(java.lang.String)"><!-- --></A><H3> +valueOf</H3> +<PRE> +public static <A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A> <B>valueOf</B>(java.lang.String name)</PRE> +<DL> +<DD>Returns the enum constant of this type with the specified name. +The string must match <I>exactly</I> an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the enum constant to be returned. +<DT><B>Returns:</B><DD>the enum constant with the specified name +<DT><B>Throws:</B> +<DD><CODE>java.lang.IllegalArgumentException</CODE> - if this enum type has no constant +with the specified name +<DD><CODE>java.lang.NullPointerException</CODE> - if the argument is null</DL> +</DD> +</DL> +<HR> + +<A NAME="getFromSQL(java.lang.String)"><!-- --></A><H3> +getFromSQL</H3> +<PRE> +public static <A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A> <B>getFromSQL</B>(java.lang.String string)</PRE> +<DL> +<DD>Retrieve a LibraryItemProperty given its SQL identifier. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>string</CODE> - The SQL identifier. +<DT><B>Returns:</B><DD>The first property to match. +<DT><B>Throws:</B> +<DD><CODE>java.lang.IllegalArgumentException</CODE> - if no matches were + found.</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LibraryItemProperty.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item"><B>PREV CLASS</B></A> + NEXT CLASS</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/library/item/LibraryItemProperty.html" target="_top"><B>FRAMES</B></A> + <A HREF="LibraryItemProperty.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | <A HREF="#enum_constant_summary">ENUM CONSTANTS</A> | <A HREF="#field_summary">FIELD</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: <A HREF="#enum_constant_detail">ENUM CONSTANTS</A> | <A HREF="#field_detail">FIELD</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/library/item/class-use/LibraryItem.html b/doc/uk/org/ury/library/item/class-use/LibraryItem.html new file mode 100644 index 0000000..8fbcc26 --- /dev/null +++ b/doc/uk/org/ury/library/item/class-use/LibraryItem.html @@ -0,0 +1,224 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.library.item.LibraryItem +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.library.item.LibraryItem"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/library/item//class-useLibraryItem.html" target="_top"><B>FRAMES</B></A> + <A HREF="LibraryItem.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.library.item.LibraryItem</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.library"><B>uk.org.ury.library</B></A></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.library.viewer"><B>uk.org.ury.library.viewer</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.library"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A> in <A HREF="../../../../../../uk/org/ury/library/package-summary.html">uk.org.ury.library</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../uk/org/ury/library/package-summary.html">uk.org.ury.library</A> that return types with arguments of type <A HREF="../../../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static java.util.List<<A HREF="../../../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A>></CODE></FONT></TD> +<TD><CODE><B>LibraryUtils.</B><B><A HREF="../../../../../../uk/org/ury/library/LibraryUtils.html#search(uk.org.ury.database.DatabaseDriver, java.lang.String)">search</A></B>(<A HREF="../../../../../../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A> db, + java.lang.String search)</CODE> + +<BR> + Perform a library search.</TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.library.viewer"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A> in <A HREF="../../../../../../uk/org/ury/library/viewer/package-summary.html">uk.org.ury.library.viewer</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../uk/org/ury/library/viewer/package-summary.html">uk.org.ury.library.viewer</A> that return types with arguments of type <A HREF="../../../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.util.List<<A HREF="../../../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A>></CODE></FONT></TD> +<TD><CODE><B>LibraryViewer.</B><B><A HREF="../../../../../../uk/org/ury/library/viewer/LibraryViewer.html#getLibraryList()">getLibraryList</A></B>()</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Constructor parameters in <A HREF="../../../../../../uk/org/ury/library/viewer/package-summary.html">uk.org.ury.library.viewer</A> with type arguments of type <A HREF="../../../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../../uk/org/ury/library/viewer/LibraryTableModel.html#LibraryTableModel(java.util.List)">LibraryTableModel</A></B>(java.util.List<<A HREF="../../../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A>> data)</CODE> + +<BR> + Construct a new table model.</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/library/item//class-useLibraryItem.html" target="_top"><B>FRAMES</B></A> + <A HREF="LibraryItem.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/library/item/class-use/LibraryItemProperty.html b/doc/uk/org/ury/library/item/class-use/LibraryItemProperty.html new file mode 100644 index 0000000..2d5c3a6 --- /dev/null +++ b/doc/uk/org/ury/library/item/class-use/LibraryItemProperty.html @@ -0,0 +1,211 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.library.item.LibraryItemProperty +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.library.item.LibraryItemProperty"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/library/item//class-useLibraryItemProperty.html" target="_top"><B>FRAMES</B></A> + <A HREF="LibraryItemProperty.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.library.item.LibraryItemProperty</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.library.item"><B>uk.org.ury.library.item</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.library.item"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A> in <A HREF="../../../../../../uk/org/ury/library/item/package-summary.html">uk.org.ury.library.item</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../uk/org/ury/library/item/package-summary.html">uk.org.ury.library.item</A> that return <A HREF="../../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A></CODE></FONT></TD> +<TD><CODE><B>LibraryItemProperty.</B><B><A HREF="../../../../../../uk/org/ury/library/item/LibraryItemProperty.html#getFromSQL(java.lang.String)">getFromSQL</A></B>(java.lang.String string)</CODE> + +<BR> + Retrieve a LibraryItemProperty given its SQL identifier.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A></CODE></FONT></TD> +<TD><CODE><B>LibraryItemProperty.</B><B><A HREF="../../../../../../uk/org/ury/library/item/LibraryItemProperty.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String name)</CODE> + +<BR> + Returns the enum constant of this type with the specified name.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A>[]</CODE></FONT></TD> +<TD><CODE><B>LibraryItemProperty.</B><B><A HREF="../../../../../../uk/org/ury/library/item/LibraryItemProperty.html#values()">values</A></B>()</CODE> + +<BR> + Returns an array containing the constants of this enum type, in +the order they are declared.</TD> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Constructor parameters in <A HREF="../../../../../../uk/org/ury/library/item/package-summary.html">uk.org.ury.library.item</A> with type arguments of type <A HREF="../../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../../uk/org/ury/library/item/LibraryItem.html#LibraryItem(java.util.Map)">LibraryItem</A></B>(java.util.Map<<A HREF="../../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A>,java.lang.String> properties)</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/library/item//class-useLibraryItemProperty.html" target="_top"><B>FRAMES</B></A> + <A HREF="LibraryItemProperty.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/library/item/package-frame.html b/doc/uk/org/ury/library/item/package-frame.html new file mode 100644 index 0000000..d4f571c --- /dev/null +++ b/doc/uk/org/ury/library/item/package-frame.html @@ -0,0 +1,43 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +uk.org.ury.library.item +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + + +</HEAD> + +<BODY BGCOLOR="white"> +<FONT size="+1" CLASS="FrameTitleFont"> +<A HREF="../../../../../uk/org/ury/library/item/package-summary.html" target="classFrame">uk.org.ury.library.item</A></FONT> +<TABLE BORDER="0" WIDTH="100%" SUMMARY=""> +<TR> +<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> +Classes</FONT> +<FONT CLASS="FrameItemFont"> +<BR> +<A HREF="LibraryItem.html" title="class in uk.org.ury.library.item" target="classFrame">LibraryItem</A></FONT></TD> +</TR> +</TABLE> + + +<TABLE BORDER="0" WIDTH="100%" SUMMARY=""> +<TR> +<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> +Enums</FONT> +<FONT CLASS="FrameItemFont"> +<BR> +<A HREF="LibraryItemProperty.html" title="enum in uk.org.ury.library.item" target="classFrame">LibraryItemProperty</A></FONT></TD> +</TR> +</TABLE> + + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/library/item/package-summary.html b/doc/uk/org/ury/library/item/package-summary.html new file mode 100644 index 0000000..6e2f33c --- /dev/null +++ b/doc/uk/org/ury/library/item/package-summary.html @@ -0,0 +1,171 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +uk.org.ury.library.item +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="uk.org.ury.library.item"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/library/exceptions/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../../uk/org/ury/library/viewer/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/library/item/package-summary.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<H2> +Package uk.org.ury.library.item +</H2> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Class Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A></B></TD> +<TD>An item in the URY library.</TD> +</TR> +</TABLE> + + +<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="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A></B></TD> +<TD>The parameters that are stored in the LibraryItem.</TD> +</TR> +</TABLE> + + +<P> +<DL> +</DL> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/library/exceptions/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../../uk/org/ury/library/viewer/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/library/item/package-summary.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/library/item/package-tree.html b/doc/uk/org/ury/library/item/package-tree.html new file mode 100644 index 0000000..25a19e3 --- /dev/null +++ b/doc/uk/org/ury/library/item/package-tree.html @@ -0,0 +1,165 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +uk.org.ury.library.item Class Hierarchy +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="uk.org.ury.library.item Class Hierarchy"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/library/exceptions/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../../uk/org/ury/library/viewer/package-tree.html"><B>NEXT</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/library/item/package-tree.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +Hierarchy For Package uk.org.ury.library.item +</H2> +</CENTER> +<DL> +<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../overview-tree.html">All Packages</A></DL> +<HR> +<H2> +Class Hierarchy +</H2> +<UL> +<LI TYPE="circle">java.lang.Object<UL> +<LI TYPE="circle">uk.org.ury.database.<A HREF="../../../../../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database"><B>DatabaseItem</B></A><E,T><UL> +<LI TYPE="circle">uk.org.ury.library.item.<A HREF="../../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item"><B>LibraryItem</B></A></UL> +</UL> +</UL> +<H2> +Enum Hierarchy +</H2> +<UL> +<LI TYPE="circle">java.lang.Object<UL> +<LI TYPE="circle">java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) +<UL> +<LI TYPE="circle">uk.org.ury.library.item.<A HREF="../../../../../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item"><B>LibraryItemProperty</B></A></UL> +</UL> +</UL> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/library/exceptions/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../../uk/org/ury/library/viewer/package-tree.html"><B>NEXT</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/library/item/package-tree.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/library/item/package-use.html b/doc/uk/org/ury/library/item/package-use.html new file mode 100644 index 0000000..98be535 --- /dev/null +++ b/doc/uk/org/ury/library/item/package-use.html @@ -0,0 +1,208 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Package uk.org.ury.library.item +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Package uk.org.ury.library.item"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/library/item/package-use.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Package<br>uk.org.ury.library.item</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../uk/org/ury/library/item/package-summary.html">uk.org.ury.library.item</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.library"><B>uk.org.ury.library</B></A></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.library.item"><B>uk.org.ury.library.item</B></A></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.library.viewer"><B>uk.org.ury.library.viewer</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.library"><!-- --></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="../../../../../uk/org/ury/library/item/package-summary.html">uk.org.ury.library.item</A> used by <A HREF="../../../../../uk/org/ury/library/package-summary.html">uk.org.ury.library</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../uk/org/ury/library/item/class-use/LibraryItem.html#uk.org.ury.library"><B>LibraryItem</B></A></B> + +<BR> + An item in the URY library.</TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.library.item"><!-- --></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="../../../../../uk/org/ury/library/item/package-summary.html">uk.org.ury.library.item</A> used by <A HREF="../../../../../uk/org/ury/library/item/package-summary.html">uk.org.ury.library.item</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../uk/org/ury/library/item/class-use/LibraryItemProperty.html#uk.org.ury.library.item"><B>LibraryItemProperty</B></A></B> + +<BR> + The parameters that are stored in the LibraryItem.</TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.library.viewer"><!-- --></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="../../../../../uk/org/ury/library/item/package-summary.html">uk.org.ury.library.item</A> used by <A HREF="../../../../../uk/org/ury/library/viewer/package-summary.html">uk.org.ury.library.viewer</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../uk/org/ury/library/item/class-use/LibraryItem.html#uk.org.ury.library.viewer"><B>LibraryItem</B></A></B> + +<BR> + An item in the URY library.</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/library/item/package-use.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/library/package-frame.html b/doc/uk/org/ury/library/package-frame.html index d25cd99..1bc8298 100644 --- a/doc/uk/org/ury/library/package-frame.html +++ b/doc/uk/org/ury/library/package-frame.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.library </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -23,25 +23,12 @@ uk.org.ury.library Classes</FONT> <FONT CLASS="FrameItemFont"> <BR> -<A HREF="LibraryItem.html" title="class in uk.org.ury.library" target="classFrame">LibraryItem</A> -<BR> -<A HREF="LibraryTableModel.html" title="class in uk.org.ury.library" target="classFrame">LibraryTableModel</A> +<A HREF="LibraryRequestHandler.html" title="class in uk.org.ury.library" target="classFrame">LibraryRequestHandler</A> <BR> <A HREF="LibraryUtils.html" title="class in uk.org.ury.library" target="classFrame">LibraryUtils</A></FONT></TD> </TR> </TABLE> -<TABLE BORDER="0" WIDTH="100%" SUMMARY=""> -<TR> -<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> -Enums</FONT> -<FONT CLASS="FrameItemFont"> -<BR> -<A HREF="LibraryItemProperty.html" title="enum in uk.org.ury.library" target="classFrame">LibraryItemProperty</A></FONT></TD> -</TR> -</TABLE> - - </BODY> </HTML> diff --git a/doc/uk/org/ury/library/package-summary.html b/doc/uk/org/ury/library/package-summary.html index 2a764d7..6ca2cbd 100644 --- a/doc/uk/org/ury/library/package-summary.html +++ b/doc/uk/org/ury/library/package-summary.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.library </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -89,12 +89,8 @@ Package uk.org.ury.library <B>Class Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD WIDTH="15%"><B><A HREF="../../../../uk/org/ury/library/LibraryItem.html" title="class in uk.org.ury.library">LibraryItem</A></B></TD> -<TD>An item in the URY library.</TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD WIDTH="15%"><B><A HREF="../../../../uk/org/ury/library/LibraryTableModel.html" title="class in uk.org.ury.library">LibraryTableModel</A></B></TD> -<TD>A table model for the library viewer.</TD> +<TD WIDTH="15%"><B><A HREF="../../../../uk/org/ury/library/LibraryRequestHandler.html" title="class in uk.org.ury.library">LibraryRequestHandler</A></B></TD> +<TD>A request handler for library queries.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../uk/org/ury/library/LibraryUtils.html" title="class in uk.org.ury.library">LibraryUtils</A></B></TD> @@ -105,20 +101,6 @@ Package uk.org.ury.library <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="../../../../uk/org/ury/library/LibraryItemProperty.html" title="enum in uk.org.ury.library">LibraryItemProperty</A></B></TD> -<TD>The parameters that are stored in the LibraryItem.</TD> -</TR> -</TABLE> - - -<P> <DL> </DL> <HR> diff --git a/doc/uk/org/ury/library/package-tree.html b/doc/uk/org/ury/library/package-tree.html index 54d4ddb..52546f1 100644 --- a/doc/uk/org/ury/library/package-tree.html +++ b/doc/uk/org/ury/library/package-tree.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.library Class Hierarchy </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -92,23 +92,9 @@ Class Hierarchy </H2> <UL> <LI TYPE="circle">java.lang.Object<UL> -<LI TYPE="circle">javax.swing.table.AbstractTableModel (implements java.io.Serializable, javax.swing.table.TableModel) -<UL> -<LI TYPE="circle">uk.org.ury.library.<A HREF="../../../../uk/org/ury/library/LibraryTableModel.html" title="class in uk.org.ury.library"><B>LibraryTableModel</B></A></UL> -<LI TYPE="circle">uk.org.ury.database.<A HREF="../../../../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database"><B>DatabaseItem</B></A><E,T><UL> -<LI TYPE="circle">uk.org.ury.library.<A HREF="../../../../uk/org/ury/library/LibraryItem.html" title="class in uk.org.ury.library"><B>LibraryItem</B></A></UL> +<LI TYPE="circle">uk.org.ury.library.<A HREF="../../../../uk/org/ury/library/LibraryRequestHandler.html" title="class in uk.org.ury.library"><B>LibraryRequestHandler</B></A> (implements uk.org.ury.server.<A HREF="../../../../uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server">RequestHandler</A>) <LI TYPE="circle">uk.org.ury.library.<A HREF="../../../../uk/org/ury/library/LibraryUtils.html" title="class in uk.org.ury.library"><B>LibraryUtils</B></A></UL> </UL> -<H2> -Enum Hierarchy -</H2> -<UL> -<LI TYPE="circle">java.lang.Object<UL> -<LI TYPE="circle">java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) -<UL> -<LI TYPE="circle">uk.org.ury.library.<A HREF="../../../../uk/org/ury/library/LibraryItemProperty.html" title="enum in uk.org.ury.library"><B>LibraryItemProperty</B></A></UL> -</UL> -</UL> <HR> diff --git a/doc/uk/org/ury/library/package-use.html b/doc/uk/org/ury/library/package-use.html index 1aeb0ef..57b1b08 100644 --- a/doc/uk/org/ury/library/package-use.html +++ b/doc/uk/org/ury/library/package-use.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Package uk.org.ury.library </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -83,58 +83,7 @@ function windowTitle() <H2> <B>Uses of Package<br>uk.org.ury.library</B></H2> </CENTER> - -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -Packages that use <A HREF="../../../../uk/org/ury/library/package-summary.html">uk.org.ury.library</A></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><A HREF="#uk.org.ury.library"><B>uk.org.ury.library</B></A></TD> -<TD> </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><A HREF="#uk.org.ury.library.viewer"><B>uk.org.ury.library.viewer</B></A></TD> -<TD> </TD> -</TR> -</TABLE> - -<P> -<A NAME="uk.org.ury.library"><!-- --></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="../../../../uk/org/ury/library/package-summary.html">uk.org.ury.library</A> used by <A HREF="../../../../uk/org/ury/library/package-summary.html">uk.org.ury.library</A></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><B><A HREF="../../../../uk/org/ury/library/class-use/LibraryItem.html#uk.org.ury.library"><B>LibraryItem</B></A></B> - -<BR> - An item in the URY library.</TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><B><A HREF="../../../../uk/org/ury/library/class-use/LibraryItemProperty.html#uk.org.ury.library"><B>LibraryItemProperty</B></A></B> - -<BR> - The parameters that are stored in the LibraryItem.</TD> -</TR> -</TABLE> - -<P> -<A NAME="uk.org.ury.library.viewer"><!-- --></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="../../../../uk/org/ury/library/package-summary.html">uk.org.ury.library</A> used by <A HREF="../../../../uk/org/ury/library/viewer/package-summary.html">uk.org.ury.library.viewer</A></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><B><A HREF="../../../../uk/org/ury/library/class-use/LibraryItem.html#uk.org.ury.library.viewer"><B>LibraryItem</B></A></B> - -<BR> - An item in the URY library.</TD> -</TR> -</TABLE> - +No usage of uk.org.ury.library <P> <HR> diff --git a/doc/uk/org/ury/library/viewer/LibraryTableModel.html b/doc/uk/org/ury/library/viewer/LibraryTableModel.html new file mode 100644 index 0000000..ca0bc2b --- /dev/null +++ b/doc/uk/org/ury/library/viewer/LibraryTableModel.html @@ -0,0 +1,362 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:31 GMT 2011 --> +<TITLE> +LibraryTableModel +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="LibraryTableModel"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LibraryTableModel.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/library/viewer/LibraryTableModel.html" target="_top"><B>FRAMES</B></A> + <A HREF="LibraryTableModel.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.library.viewer</FONT> +<BR> +Class LibraryTableModel</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">javax.swing.table.AbstractTableModel + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.library.viewer.LibraryTableModel</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, javax.swing.table.TableModel</DD> +</DL> +<HR> +<DL> +<DT><PRE>public class <B>LibraryTableModel</B><DT>extends javax.swing.table.AbstractTableModel</DL> +</PRE> + +<P> +A table model for the library viewer. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +<DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#uk.org.ury.library.viewer.LibraryTableModel">Serialized Form</A></DL> +<HR> + +<P> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/viewer/LibraryTableModel.html#LibraryTableModel(java.util.List)">LibraryTableModel</A></B>(java.util.List<<A HREF="../../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A>> data)</CODE> + +<BR> + Construct a new table model.</TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.Class<?></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/viewer/LibraryTableModel.html#getColumnClass(int)">getColumnClass</A></B>(int c)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> int</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/viewer/LibraryTableModel.html#getColumnCount()">getColumnCount</A></B>()</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/viewer/LibraryTableModel.html#getColumnName(int)">getColumnName</A></B>(int index)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> int</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/viewer/LibraryTableModel.html#getRowCount()">getRowCount</A></B>()</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.Object</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/viewer/LibraryTableModel.html#getValueAt(int, int)">getValueAt</A></B>(int rowIndex, + int columnIndex)</CODE> + +<BR> + </TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_javax.swing.table.AbstractTableModel"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class javax.swing.table.AbstractTableModel</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="LibraryTableModel(java.util.List)"><!-- --></A><H3> +LibraryTableModel</H3> +<PRE> +public <B>LibraryTableModel</B>(java.util.List<<A HREF="../../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A>> data)</PRE> +<DL> +<DD>Construct a new table model. +<P> +<DL> +<DT><B>Parameters:</B><DD><CODE>data</CODE> - The list of data on which the model will be based.</DL> +</DL> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></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>Method Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="getColumnCount()"><!-- --></A><H3> +getColumnCount</H3> +<PRE> +public int <B>getColumnCount</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getRowCount()"><!-- --></A><H3> +getRowCount</H3> +<PRE> +public int <B>getRowCount</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getColumnClass(int)"><!-- --></A><H3> +getColumnClass</H3> +<PRE> +public java.lang.Class<?> <B>getColumnClass</B>(int c)</PRE> +<DL> +<DD><DL> +<DT><B>Specified by:</B><DD><CODE>getColumnClass</CODE> in interface <CODE>javax.swing.table.TableModel</CODE><DT><B>Overrides:</B><DD><CODE>getColumnClass</CODE> in class <CODE>javax.swing.table.AbstractTableModel</CODE></DL> +</DD> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>c</CODE> - The column whose class should be investigated. +<DT><B>Returns:</B><DD>the column class of column c.</DL> +</DD> +</DL> +<HR> + +<A NAME="getValueAt(int, int)"><!-- --></A><H3> +getValueAt</H3> +<PRE> +public java.lang.Object <B>getValueAt</B>(int rowIndex, + int columnIndex)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getColumnName(int)"><!-- --></A><H3> +getColumnName</H3> +<PRE> +public java.lang.String <B>getColumnName</B>(int index)</PRE> +<DL> +<DD><DL> +<DT><B>Specified by:</B><DD><CODE>getColumnName</CODE> in interface <CODE>javax.swing.table.TableModel</CODE><DT><B>Overrides:</B><DD><CODE>getColumnName</CODE> in class <CODE>javax.swing.table.AbstractTableModel</CODE></DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LibraryTableModel.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/library/viewer/LibraryTableModel.html" target="_top"><B>FRAMES</B></A> + <A HREF="LibraryTableModel.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/library/viewer/LibraryViewer.html b/doc/uk/org/ury/library/viewer/LibraryViewer.html index 5138c9b..e1f328e 100644 --- a/doc/uk/org/ury/library/viewer/LibraryViewer.html +++ b/doc/uk/org/ury/library/viewer/LibraryViewer.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:42 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:31 GMT 2011 --> <TITLE> LibraryViewer </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -55,7 +55,7 @@ function windowTitle() <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - PREV CLASS + <A HREF="../../../../../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer"><B>PREV CLASS</B></A> <A HREF="../../../../../uk/org/ury/library/viewer/LibraryViewerPanel.html" title="class in uk.org.ury.library.viewer"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?uk/org/ury/library/viewer/LibraryViewer.html" target="_top"><B>FRAMES</B></A> @@ -76,7 +76,7 @@ function windowTitle() </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: <A HREF="#nested_classes_inherited_from_class_java.awt.Component">NESTED</A> | <A HREF="#fields_inherited_from_class_java.awt.Component">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> @@ -93,16 +93,11 @@ uk.org.ury.library.viewer</FONT> Class LibraryViewer</H2> <PRE> java.lang.Object - <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.awt.Component - <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.awt.Container - <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.awt.Panel - <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.applet.Applet - <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">javax.swing.JApplet - <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend">uk.org.ury.frontend.AbstractFrontendModule</A> - <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.library.viewer.LibraryViewer</B> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend">uk.org.ury.frontend.AbstractFrontendModule</A> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.library.viewer.LibraryViewer</B> </PRE> <DL> -<DT><B>All Implemented Interfaces:</B> <DD>java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, <A HREF="../../../../../uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend">FrontendModule</A></DD> +<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend">FrontendModule</A></DD> </DL> <HR> <DL> @@ -110,58 +105,18 @@ java.lang.Object </PRE> <P> +Module for investigating the track library. +<P> + +<P> <DL> -<DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#uk.org.ury.library.viewer.LibraryViewer">Serialized Form</A></DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +</DL> <HR> <P> -<!-- ======== NESTED CLASS SUMMARY ======== --> -<A NAME="nested_class_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Nested Class Summary</B></FONT></TH> -</TR> -</TABLE> - <A NAME="nested_classes_inherited_from_class_java.awt.Component"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.awt.Component</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>java.awt.Component.BaselineResizeBehavior</CODE></TD> -</TR> -</TABLE> - -<!-- =========== FIELD SUMMARY =========== --> - -<A NAME="field_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Field Summary</B></FONT></TH> -</TR> -</TABLE> - <A NAME="fields_inherited_from_class_java.awt.Component"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Fields inherited from class java.awt.Component</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</CODE></TD> -</TR> -</TABLE> - <A NAME="fields_inherited_from_class_java.awt.image.ImageObserver"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Fields inherited from interface java.awt.image.ImageObserver</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</CODE></TD> -</TR> -</TABLE> - <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> @@ -196,7 +151,7 @@ java.lang.Object </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> java.util.List<<A HREF="../../../../../uk/org/ury/library/LibraryItem.html" title="class in uk.org.ury.library">LibraryItem</A>></CODE></FONT></TD> +<CODE> java.util.List<<A HREF="../../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A>></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../uk/org/ury/library/viewer/LibraryViewer.html#getLibraryList()">getLibraryList</A></B>()</CODE> <BR> @@ -204,73 +159,12 @@ java.lang.Object </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="../../../../../uk/org/ury/library/viewer/LibraryViewer.html#init()">init</A></B>()</CODE> - -<BR> - Initialise the library viewer frontend as an applet.</TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../uk/org/ury/library/viewer/LibraryViewer.html#runFrontend(uk.org.ury.frontend.FrontendMaster)">runFrontend</A></B>(<A HREF="../../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A> master)</CODE> <BR> Run the library viewer frontend.</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="../../../../../uk/org/ury/library/viewer/LibraryViewer.html#start()">start</A></B>()</CODE> - -<BR> - Run the library viewer frontend as an applet.</TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_javax.swing.JApplet"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class javax.swing.JApplet</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>getAccessibleContext, getContentPane, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, remove, repaint, setContentPane, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setTransferHandler, update</CODE></TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.applet.Applet"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.applet.Applet</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>destroy, getAppletContext, getAppletInfo, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, isActive, newAudioClip, play, play, resize, resize, setStub, showStatus, stop</CODE></TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.awt.Panel"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.awt.Panel</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>addNotify</CODE></TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.awt.Container"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.awt.Container</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>add, add, add, add, add, addContainerListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, remove, removeAll, removeContainerListener, removeNotify, setComponentZOrder, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusDownCycle, validate</CODE></TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.awt.Component"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.awt.Component</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, dispatchEvent, enable, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocusInWindow, reshape, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</CODE></TD> -</TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> @@ -278,7 +172,7 @@ java.lang.Object <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> @@ -313,38 +207,6 @@ public <B>LibraryViewer</B>()</PRE> </TR> </TABLE> -<A NAME="init()"><!-- --></A><H3> -init</H3> -<PRE> -public void <B>init</B>()</PRE> -<DL> -<DD>Initialise the library viewer frontend as an applet. -<P> -<DD><DL> -<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../uk/org/ury/frontend/AbstractFrontendModule.html#init()">init</A></CODE> in class <CODE><A HREF="../../../../../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend">AbstractFrontendModule</A></CODE></DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="start()"><!-- --></A><H3> -start</H3> -<PRE> -public void <B>start</B>()</PRE> -<DL> -<DD>Run the library viewer frontend as an applet. -<P> -<DD><DL> -<DT><B>Overrides:</B><DD><CODE>start</CODE> in class <CODE>java.applet.Applet</CODE></DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - <A NAME="runFrontend(uk.org.ury.frontend.FrontendMaster)"><!-- --></A><H3> runFrontend</H3> <PRE> @@ -365,21 +227,19 @@ doSearch</H3> <PRE> public void <B>doSearch</B>(java.lang.String search) throws <A HREF="../../../../../uk/org/ury/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.library.exceptions">EmptySearchException</A>, - <A HREF="../../../../../uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions">QueryFailureException</A></PRE> + <A HREF="../../../../../uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions">InvalidMessageException</A></PRE> <DL> <DD>Do a library search. - This will update the library list to reflect the results of the - search. + This will update the library list to reflect the results of the search. <P> <DD><DL> -<DT><B>Parameters:</B><DD><CODE>search</CODE> - The string fragment to use in searches. - Cannot be empty or null. +<DT><B>Parameters:</B><DD><CODE>search</CODE> - The string fragment to use in searches. Cannot be empty or + null. <DT><B>Throws:</B> -<DD><CODE><A HREF="../../../../../uk/org/ury/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.library.exceptions">EmptySearchException</A></CODE> - if the search string is - empty or null (from LibraryUtils.search). -<DD><CODE><A HREF="../../../../../uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions">QueryFailureException</A></CODE> - if the search query - fails (from LibraryUtils.search).</DL> +<DD><CODE><A HREF="../../../../../uk/org/ury/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.library.exceptions">EmptySearchException</A></CODE> - if the search string is empty or null (from + LibraryUtils.search). +<DD><CODE><A HREF="../../../../../uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions">InvalidMessageException</A></CODE> - if the response from the server is invalid.</DL> </DD> </DL> <HR> @@ -387,7 +247,7 @@ public void <B>doSearch</B>(java.lang.String search) <A NAME="getLibraryList()"><!-- --></A><H3> getLibraryList</H3> <PRE> -public java.util.List<<A HREF="../../../../../uk/org/ury/library/LibraryItem.html" title="class in uk.org.ury.library">LibraryItem</A>> <B>getLibraryList</B>()</PRE> +public java.util.List<<A HREF="../../../../../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A>> <B>getLibraryList</B>()</PRE> <DL> <DD><DL> @@ -425,7 +285,7 @@ public java.util.List<<A HREF="../../../../../uk/org/ury/library/LibraryItem. <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - PREV CLASS + <A HREF="../../../../../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer"><B>PREV CLASS</B></A> <A HREF="../../../../../uk/org/ury/library/viewer/LibraryViewerPanel.html" title="class in uk.org.ury.library.viewer"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?uk/org/ury/library/viewer/LibraryViewer.html" target="_top"><B>FRAMES</B></A> @@ -446,7 +306,7 @@ public java.util.List<<A HREF="../../../../../uk/org/ury/library/LibraryItem. </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: <A HREF="#nested_classes_inherited_from_class_java.awt.Component">NESTED</A> | <A HREF="#fields_inherited_from_class_java.awt.Component">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> diff --git a/doc/uk/org/ury/library/viewer/LibraryViewerPanel.html b/doc/uk/org/ury/library/viewer/LibraryViewerPanel.html index b09d292..da89669 100644 --- a/doc/uk/org/ury/library/viewer/LibraryViewerPanel.html +++ b/doc/uk/org/ury/library/viewer/LibraryViewerPanel.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:43 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:31 GMT 2011 --> <TITLE> LibraryViewerPanel </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -215,7 +215,7 @@ Frontend panel providing access to an underlying library viewer. <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.String</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/viewer/LibraryViewerPanel.html#getName()">getName</A></B>()</CODE> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/viewer/LibraryViewerPanel.html#getModuleName()">getModuleName</A></B>()</CODE> <BR> </TD> @@ -226,8 +226,8 @@ Frontend panel providing access to an underlying library viewer. <TD><CODE><B><A HREF="../../../../../uk/org/ury/library/viewer/LibraryViewerPanel.html#search()">search</A></B>()</CODE> <BR> - Action method for performing a search, bound by the UI XML - manifest to the search field and button.</TD> + Action method for performing a search, bound by the UI XML manifest to + the search field and button.</TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_uk.org.ury.frontend.FrontendModulePanel"><!-- --></A> @@ -281,7 +281,7 @@ Frontend panel providing access to an underlying library viewer. <TH ALIGN="left"><B>Methods inherited from class java.awt.Component</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, createImage, createImage, createVolatileImage, createVolatileImage, dispatchEvent, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</CODE></TD> +<TD><CODE>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, createImage, createImage, createVolatileImage, createVolatileImage, dispatchEvent, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</CODE></TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> @@ -331,17 +331,17 @@ public <B>LibraryViewerPanel</B>(<A HREF="../../../../../uk/org/ury/library/view </TR> </TABLE> -<A NAME="getName()"><!-- --></A><H3> -getName</H3> +<A NAME="getModuleName()"><!-- --></A><H3> +getModuleName</H3> <PRE> -public java.lang.String <B>getName</B>()</PRE> +public java.lang.String <B>getModuleName</B>()</PRE> <DL> <DD><DL> -<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html#getName()">getName</A></CODE> in class <CODE><A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A></CODE></DL> +<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html#getModuleName()">getModuleName</A></CODE> in class <CODE><A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A></CODE></DL> </DD> <DD><DL> -<DT><B>Returns:</B><DD>the name of the panel.<DT><B>See Also:</B><DD><A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html#getName()"><CODE>FrontendModulePanel.getName()</CODE></A></DL> +<DT><B>Returns:</B><DD>the name of the panel.<DT><B>See Also:</B><DD><A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html#getModuleName()"><CODE>FrontendModulePanel.getModuleName()</CODE></A></DL> </DD> </DL> <HR> @@ -351,8 +351,8 @@ search</H3> <PRE> public void <B>search</B>()</PRE> <DL> -<DD>Action method for performing a search, bound by the UI XML - manifest to the search field and button. +<DD>Action method for performing a search, bound by the UI XML manifest to + the search field and button. <P> <DD><DL> </DL> diff --git a/doc/uk/org/ury/library/viewer/class-use/LibraryTableModel.html b/doc/uk/org/ury/library/viewer/class-use/LibraryTableModel.html new file mode 100644 index 0000000..51f7375 --- /dev/null +++ b/doc/uk/org/ury/library/viewer/class-use/LibraryTableModel.html @@ -0,0 +1,144 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.library.viewer.LibraryTableModel +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.library.viewer.LibraryTableModel"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/library/viewer//class-useLibraryTableModel.html" target="_top"><B>FRAMES</B></A> + <A HREF="LibraryTableModel.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.library.viewer.LibraryTableModel</B></H2> +</CENTER> +No usage of uk.org.ury.library.viewer.LibraryTableModel +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/library/viewer//class-useLibraryTableModel.html" target="_top"><B>FRAMES</B></A> + <A HREF="LibraryTableModel.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/library/viewer/class-use/LibraryViewer.html b/doc/uk/org/ury/library/viewer/class-use/LibraryViewer.html index 0831c4f..1888cf8 100644 --- a/doc/uk/org/ury/library/viewer/class-use/LibraryViewer.html +++ b/doc/uk/org/ury/library/viewer/class-use/LibraryViewer.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.library.viewer.LibraryViewer </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/library/viewer/class-use/LibraryViewerPanel.html b/doc/uk/org/ury/library/viewer/class-use/LibraryViewerPanel.html index 08944cc..3097d7f 100644 --- a/doc/uk/org/ury/library/viewer/class-use/LibraryViewerPanel.html +++ b/doc/uk/org/ury/library/viewer/class-use/LibraryViewerPanel.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.library.viewer.LibraryViewerPanel </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/library/viewer/package-frame.html b/doc/uk/org/ury/library/viewer/package-frame.html index 896ea25..546a460 100644 --- a/doc/uk/org/ury/library/viewer/package-frame.html +++ b/doc/uk/org/ury/library/viewer/package-frame.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.library.viewer </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -23,6 +23,8 @@ uk.org.ury.library.viewer Classes</FONT> <FONT CLASS="FrameItemFont"> <BR> +<A HREF="LibraryTableModel.html" title="class in uk.org.ury.library.viewer" target="classFrame">LibraryTableModel</A> +<BR> <A HREF="LibraryViewer.html" title="class in uk.org.ury.library.viewer" target="classFrame">LibraryViewer</A> <BR> <A HREF="LibraryViewerPanel.html" title="class in uk.org.ury.library.viewer" target="classFrame">LibraryViewerPanel</A></FONT></TD> diff --git a/doc/uk/org/ury/library/viewer/package-summary.html b/doc/uk/org/ury/library/viewer/package-summary.html index 338b637..28b86ee 100644 --- a/doc/uk/org/ury/library/viewer/package-summary.html +++ b/doc/uk/org/ury/library/viewer/package-summary.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.library.viewer </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <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="../../../../../uk/org/ury/library/exceptions/package-summary.html"><B>PREV PACKAGE</B></A> - <A HREF="../../../../../uk/org/ury/show/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> + <A HREF="../../../../../uk/org/ury/library/item/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../../uk/org/ury/protocol/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?uk/org/ury/library/viewer/package-summary.html" target="_top"><B>FRAMES</B></A> <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> @@ -89,8 +89,12 @@ Package uk.org.ury.library.viewer <B>Class Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A></B></TD> +<TD>A table model for the library viewer.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer">LibraryViewer</A></B></TD> -<TD> </TD> +<TD>Module for investigating the track library.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../uk/org/ury/library/viewer/LibraryViewerPanel.html" title="class in uk.org.ury.library.viewer">LibraryViewerPanel</A></B></TD> @@ -132,8 +136,8 @@ Package uk.org.ury.library.viewer <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../uk/org/ury/library/exceptions/package-summary.html"><B>PREV PACKAGE</B></A> - <A HREF="../../../../../uk/org/ury/show/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> + <A HREF="../../../../../uk/org/ury/library/item/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../../uk/org/ury/protocol/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?uk/org/ury/library/viewer/package-summary.html" target="_top"><B>FRAMES</B></A> <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> diff --git a/doc/uk/org/ury/library/viewer/package-tree.html b/doc/uk/org/ury/library/viewer/package-tree.html index bf7a3cf..43aaab4 100644 --- a/doc/uk/org/ury/library/viewer/package-tree.html +++ b/doc/uk/org/ury/library/viewer/package-tree.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.library.viewer Class Hierarchy </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <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="../../../../../uk/org/ury/library/exceptions/package-tree.html"><B>PREV</B></A> - <A HREF="../../../../../uk/org/ury/show/package-tree.html"><B>NEXT</B></A></FONT></TD> + <A HREF="../../../../../uk/org/ury/library/item/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../../uk/org/ury/protocol/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?uk/org/ury/library/viewer/package-tree.html" target="_top"><B>FRAMES</B></A> <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> @@ -92,6 +92,12 @@ Class Hierarchy </H2> <UL> <LI TYPE="circle">java.lang.Object<UL> +<LI TYPE="circle">uk.org.ury.frontend.<A HREF="../../../../../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend"><B>AbstractFrontendModule</B></A> (implements uk.org.ury.frontend.<A HREF="../../../../../uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend">FrontendModule</A>) +<UL> +<LI TYPE="circle">uk.org.ury.library.viewer.<A HREF="../../../../../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer"><B>LibraryViewer</B></A></UL> +<LI TYPE="circle">javax.swing.table.AbstractTableModel (implements java.io.Serializable, javax.swing.table.TableModel) +<UL> +<LI TYPE="circle">uk.org.ury.library.viewer.<A HREF="../../../../../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer"><B>LibraryTableModel</B></A></UL> <LI TYPE="circle">java.awt.Component (implements java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable) <UL> <LI TYPE="circle">java.awt.Container<UL> @@ -105,17 +111,6 @@ Class Hierarchy </UL> </UL> </UL> -<LI TYPE="circle">java.awt.Panel (implements javax.accessibility.Accessible) -<UL> -<LI TYPE="circle">java.applet.Applet<UL> -<LI TYPE="circle">javax.swing.JApplet (implements javax.accessibility.Accessible, javax.swing.RootPaneContainer) -<UL> -<LI TYPE="circle">uk.org.ury.frontend.<A HREF="../../../../../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend"><B>AbstractFrontendModule</B></A> (implements uk.org.ury.frontend.<A HREF="../../../../../uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend">FrontendModule</A>) -<UL> -<LI TYPE="circle">uk.org.ury.library.viewer.<A HREF="../../../../../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer"><B>LibraryViewer</B></A></UL> -</UL> -</UL> -</UL> </UL> </UL> </UL> @@ -150,8 +145,8 @@ Class Hierarchy <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../uk/org/ury/library/exceptions/package-tree.html"><B>PREV</B></A> - <A HREF="../../../../../uk/org/ury/show/package-tree.html"><B>NEXT</B></A></FONT></TD> + <A HREF="../../../../../uk/org/ury/library/item/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../../uk/org/ury/protocol/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?uk/org/ury/library/viewer/package-tree.html" target="_top"><B>FRAMES</B></A> <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> diff --git a/doc/uk/org/ury/library/viewer/package-use.html b/doc/uk/org/ury/library/viewer/package-use.html index 703c9c9..8023f8c 100644 --- a/doc/uk/org/ury/library/viewer/package-use.html +++ b/doc/uk/org/ury/library/viewer/package-use.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Package uk.org.ury.library.viewer </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -106,7 +106,7 @@ Classes in <A HREF="../../../../../uk/org/ury/library/viewer/package-summary.htm <TD><B><A HREF="../../../../../uk/org/ury/library/viewer/class-use/LibraryViewer.html#uk.org.ury.library.viewer"><B>LibraryViewer</B></A></B> <BR> - </TD> + Module for investigating the track library.</TD> </TR> </TABLE> diff --git a/doc/uk/org/ury/protocol/Directive.html b/doc/uk/org/ury/protocol/Directive.html new file mode 100644 index 0000000..4b55fd9 --- /dev/null +++ b/doc/uk/org/ury/protocol/Directive.html @@ -0,0 +1,362 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:31 GMT 2011 --> +<TITLE> +Directive +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Directive"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Directive.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/protocol/Directive.html" target="_top"><B>FRAMES</B></A> + <A HREF="Directive.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | <A HREF="#enum_constant_summary">ENUM CONSTANTS</A> | FIELD | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: <A HREF="#enum_constant_detail">ENUM CONSTANTS</A> | FIELD | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.protocol</FONT> +<BR> +Enum Directive</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum<<A HREF="../../../../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol">Directive</A>> + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.protocol.Directive</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable<<A HREF="../../../../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol">Directive</A>></DD> +</DL> +<HR> +<DL> +<DT><PRE>public enum <B>Directive</B><DT>extends java.lang.Enum<<A HREF="../../../../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol">Directive</A>></DL> +</PRE> + +<P> +Directives supported by the protocol. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +</DL> +<HR> + +<P> +<!-- =========== ENUM CONSTANT SUMMARY =========== --> + +<A NAME="enum_constant_summary"><!-- --></A> +<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 Constant Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../uk/org/ury/protocol/Directive.html#INFO">INFO</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../uk/org/ury/protocol/Directive.html#ITEMS">ITEMS</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../uk/org/ury/protocol/Directive.html#REASON">REASON</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../uk/org/ury/protocol/Directive.html#STATUS">STATUS</A></B></CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol">Directive</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/protocol/Directive.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String name)</CODE> + +<BR> + Returns the enum constant of this type with the specified name.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol">Directive</A>[]</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/protocol/Directive.html#values()">values</A></B>()</CODE> + +<BR> + Returns an array containing the constants of this enum type, in +the order they are declared.</TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Enum</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>getClass, notify, notifyAll, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ============ ENUM CONSTANT DETAIL =========== --> + +<A NAME="enum_constant_detail"><!-- --></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>Enum Constant Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="INFO"><!-- --></A><H3> +INFO</H3> +<PRE> +public static final <A HREF="../../../../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol">Directive</A> <B>INFO</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="ITEMS"><!-- --></A><H3> +ITEMS</H3> +<PRE> +public static final <A HREF="../../../../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol">Directive</A> <B>ITEMS</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="STATUS"><!-- --></A><H3> +STATUS</H3> +<PRE> +public static final <A HREF="../../../../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol">Directive</A> <B>STATUS</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="REASON"><!-- --></A><H3> +REASON</H3> +<PRE> +public static final <A HREF="../../../../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol">Directive</A> <B>REASON</B></PRE> +<DL> +<DL> +</DL> +</DL> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></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>Method Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="values()"><!-- --></A><H3> +values</H3> +<PRE> +public static <A HREF="../../../../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol">Directive</A>[] <B>values</B>()</PRE> +<DL> +<DD>Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +<pre> +for (Directive c : Directive.values()) + System.out.println(c); +</pre> +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>an array containing the constants of this enum type, in +the order they are declared</DL> +</DD> +</DL> +<HR> + +<A NAME="valueOf(java.lang.String)"><!-- --></A><H3> +valueOf</H3> +<PRE> +public static <A HREF="../../../../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol">Directive</A> <B>valueOf</B>(java.lang.String name)</PRE> +<DL> +<DD>Returns the enum constant of this type with the specified name. +The string must match <I>exactly</I> an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the enum constant to be returned. +<DT><B>Returns:</B><DD>the enum constant with the specified name +<DT><B>Throws:</B> +<DD><CODE>java.lang.IllegalArgumentException</CODE> - if this enum type has no constant +with the specified name +<DD><CODE>java.lang.NullPointerException</CODE> - if the argument is null</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Directive.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/protocol/Directive.html" target="_top"><B>FRAMES</B></A> + <A HREF="Directive.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | <A HREF="#enum_constant_summary">ENUM CONSTANTS</A> | FIELD | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: <A HREF="#enum_constant_detail">ENUM CONSTANTS</A> | FIELD | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/protocol/ProtocolUtils.html b/doc/uk/org/ury/protocol/ProtocolUtils.html new file mode 100644 index 0000000..5ccdde4 --- /dev/null +++ b/doc/uk/org/ury/protocol/ProtocolUtils.html @@ -0,0 +1,322 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:31 GMT 2011 --> +<TITLE> +ProtocolUtils +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ProtocolUtils"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ProtocolUtils.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol"><B>PREV CLASS</B></A> + <A HREF="../../../../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/protocol/ProtocolUtils.html" target="_top"><B>FRAMES</B></A> + <A HREF="ProtocolUtils.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.protocol</FONT> +<BR> +Class ProtocolUtils</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.protocol.ProtocolUtils</B> +</PRE> +<HR> +<DL> +<DT><PRE>public class <B>ProtocolUtils</B><DT>extends java.lang.Object</DL> +</PRE> + +<P> +Utilities for converting between strings encoded in the response protocol and + collections of items, as well as validating and unpicking protocol messages. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +</DL> +<HR> + +<P> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../uk/org/ury/protocol/ProtocolUtils.html#ProtocolUtils()">ProtocolUtils</A></B>()</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static java.util.Map<?,?></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/protocol/ProtocolUtils.html#decode(java.lang.String)">decode</A></B>(java.lang.String string)</CODE> + +<BR> + Decode a protocol string into a key-value map.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/protocol/ProtocolUtils.html#encode(java.util.Map)">encode</A></B>(java.util.Map<java.lang.String,java.lang.Object> items)</CODE> + +<BR> + Encode a key-value map into a protocol string.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static boolean</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/protocol/ProtocolUtils.html#responseIsOK(java.util.Map)">responseIsOK</A></B>(java.util.Map<?,?> response)</CODE> + +<BR> + Check if a response is flagged as having OK status.</TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="ProtocolUtils()"><!-- --></A><H3> +ProtocolUtils</H3> +<PRE> +public <B>ProtocolUtils</B>()</PRE> +<DL> +</DL> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></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>Method Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="encode(java.util.Map)"><!-- --></A><H3> +encode</H3> +<PRE> +public static java.lang.String <B>encode</B>(java.util.Map<java.lang.String,java.lang.Object> items)</PRE> +<DL> +<DD>Encode a key-value map into a protocol string. + + The map can contain strings, lists and other maps. Other types may be + accepted by the underlying encoding engine, but the above types are the + only ones explicitly accepted. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>items</CODE> - The key-value map of items, which should contain strings, + lists and maps. The keys of any map should be protocol + directives. +<DT><B>Returns:</B><DD>A string containing the encoded representation of the map.</DL> +</DD> +</DL> +<HR> + +<A NAME="decode(java.lang.String)"><!-- --></A><H3> +decode</H3> +<PRE> +public static java.util.Map<?,?> <B>decode</B>(java.lang.String string) + throws <A HREF="../../../../uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions">DecodeFailureException</A></PRE> +<DL> +<DD>Decode a protocol string into a key-value map. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>string</CODE> - The string to decode. +<DT><B>Returns:</B><DD>A key-value map mapping directives to strings, lists and maps. +<DT><B>Throws:</B> +<DD><CODE><A HREF="../../../../uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions">DecodeFailureException</A></CODE> - if the decoding engine returns something other than a map.</DL> +</DD> +</DL> +<HR> + +<A NAME="responseIsOK(java.util.Map)"><!-- --></A><H3> +responseIsOK</H3> +<PRE> +public static boolean <B>responseIsOK</B>(java.util.Map<?,?> response) + throws <A HREF="../../../../uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions">InvalidMessageException</A></PRE> +<DL> +<DD>Check if a response is flagged as having OK status. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>response</CODE> - The response message, as a key-value map (eg in decoded + format). +<DT><B>Returns:</B><DD>true if the response is flagged with OK status, false if not (eg + ERROR status). +<DT><B>Throws:</B> +<DD><CODE><A HREF="../../../../uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions">InvalidMessageException</A></CODE> - if the response is invalid (eg the status is missing).</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ProtocolUtils.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol"><B>PREV CLASS</B></A> + <A HREF="../../../../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/protocol/ProtocolUtils.html" target="_top"><B>FRAMES</B></A> + <A HREF="ProtocolUtils.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/protocol/Status.html b/doc/uk/org/ury/protocol/Status.html new file mode 100644 index 0000000..fb4e4b1 --- /dev/null +++ b/doc/uk/org/ury/protocol/Status.html @@ -0,0 +1,330 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:31 GMT 2011 --> +<TITLE> +Status +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Status"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Status.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol"><B>PREV CLASS</B></A> + NEXT CLASS</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/protocol/Status.html" target="_top"><B>FRAMES</B></A> + <A HREF="Status.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | <A HREF="#enum_constant_summary">ENUM CONSTANTS</A> | FIELD | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: <A HREF="#enum_constant_detail">ENUM CONSTANTS</A> | FIELD | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.protocol</FONT> +<BR> +Enum Status</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum<<A HREF="../../../../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol">Status</A>> + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.protocol.Status</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable<<A HREF="../../../../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol">Status</A>></DD> +</DL> +<HR> +<DL> +<DT><PRE>public enum <B>Status</B><DT>extends java.lang.Enum<<A HREF="../../../../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol">Status</A>></DL> +</PRE> + +<P> +Statuses that can follow the STATUS directory. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +</DL> +<HR> + +<P> +<!-- =========== ENUM CONSTANT SUMMARY =========== --> + +<A NAME="enum_constant_summary"><!-- --></A> +<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 Constant Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../uk/org/ury/protocol/Status.html#ERROR">ERROR</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../uk/org/ury/protocol/Status.html#OK">OK</A></B></CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol">Status</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/protocol/Status.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String name)</CODE> + +<BR> + Returns the enum constant of this type with the specified name.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol">Status</A>[]</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/protocol/Status.html#values()">values</A></B>()</CODE> + +<BR> + Returns an array containing the constants of this enum type, in +the order they are declared.</TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Enum</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>getClass, notify, notifyAll, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ============ ENUM CONSTANT DETAIL =========== --> + +<A NAME="enum_constant_detail"><!-- --></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>Enum Constant Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="OK"><!-- --></A><H3> +OK</H3> +<PRE> +public static final <A HREF="../../../../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol">Status</A> <B>OK</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="ERROR"><!-- --></A><H3> +ERROR</H3> +<PRE> +public static final <A HREF="../../../../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol">Status</A> <B>ERROR</B></PRE> +<DL> +<DL> +</DL> +</DL> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></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>Method Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="values()"><!-- --></A><H3> +values</H3> +<PRE> +public static <A HREF="../../../../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol">Status</A>[] <B>values</B>()</PRE> +<DL> +<DD>Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +<pre> +for (Status c : Status.values()) + System.out.println(c); +</pre> +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>an array containing the constants of this enum type, in +the order they are declared</DL> +</DD> +</DL> +<HR> + +<A NAME="valueOf(java.lang.String)"><!-- --></A><H3> +valueOf</H3> +<PRE> +public static <A HREF="../../../../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol">Status</A> <B>valueOf</B>(java.lang.String name)</PRE> +<DL> +<DD>Returns the enum constant of this type with the specified name. +The string must match <I>exactly</I> an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the enum constant to be returned. +<DT><B>Returns:</B><DD>the enum constant with the specified name +<DT><B>Throws:</B> +<DD><CODE>java.lang.IllegalArgumentException</CODE> - if this enum type has no constant +with the specified name +<DD><CODE>java.lang.NullPointerException</CODE> - if the argument is null</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Status.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol"><B>PREV CLASS</B></A> + NEXT CLASS</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/protocol/Status.html" target="_top"><B>FRAMES</B></A> + <A HREF="Status.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | <A HREF="#enum_constant_summary">ENUM CONSTANTS</A> | FIELD | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: <A HREF="#enum_constant_detail">ENUM CONSTANTS</A> | FIELD | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/protocol/class-use/Directive.html b/doc/uk/org/ury/protocol/class-use/Directive.html new file mode 100644 index 0000000..556645c --- /dev/null +++ b/doc/uk/org/ury/protocol/class-use/Directive.html @@ -0,0 +1,189 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.protocol.Directive +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.protocol.Directive"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/protocol//class-useDirective.html" target="_top"><B>FRAMES</B></A> + <A HREF="Directive.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.protocol.Directive</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol">Directive</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.protocol"><B>uk.org.ury.protocol</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.protocol"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol">Directive</A> in <A HREF="../../../../../uk/org/ury/protocol/package-summary.html">uk.org.ury.protocol</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../uk/org/ury/protocol/package-summary.html">uk.org.ury.protocol</A> that return <A HREF="../../../../../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol">Directive</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol">Directive</A></CODE></FONT></TD> +<TD><CODE><B>Directive.</B><B><A HREF="../../../../../uk/org/ury/protocol/Directive.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String name)</CODE> + +<BR> + Returns the enum constant of this type with the specified name.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol">Directive</A>[]</CODE></FONT></TD> +<TD><CODE><B>Directive.</B><B><A HREF="../../../../../uk/org/ury/protocol/Directive.html#values()">values</A></B>()</CODE> + +<BR> + Returns an array containing the constants of this enum type, in +the order they are declared.</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/protocol//class-useDirective.html" target="_top"><B>FRAMES</B></A> + <A HREF="Directive.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/protocol/class-use/ProtocolUtils.html b/doc/uk/org/ury/protocol/class-use/ProtocolUtils.html new file mode 100644 index 0000000..5426d5e --- /dev/null +++ b/doc/uk/org/ury/protocol/class-use/ProtocolUtils.html @@ -0,0 +1,144 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.protocol.ProtocolUtils +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.protocol.ProtocolUtils"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/protocol//class-useProtocolUtils.html" target="_top"><B>FRAMES</B></A> + <A HREF="ProtocolUtils.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.protocol.ProtocolUtils</B></H2> +</CENTER> +No usage of uk.org.ury.protocol.ProtocolUtils +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/protocol//class-useProtocolUtils.html" target="_top"><B>FRAMES</B></A> + <A HREF="ProtocolUtils.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/protocol/class-use/Status.html b/doc/uk/org/ury/protocol/class-use/Status.html new file mode 100644 index 0000000..9775f61 --- /dev/null +++ b/doc/uk/org/ury/protocol/class-use/Status.html @@ -0,0 +1,189 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.protocol.Status +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.protocol.Status"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/protocol//class-useStatus.html" target="_top"><B>FRAMES</B></A> + <A HREF="Status.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.protocol.Status</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol">Status</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.protocol"><B>uk.org.ury.protocol</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.protocol"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol">Status</A> in <A HREF="../../../../../uk/org/ury/protocol/package-summary.html">uk.org.ury.protocol</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../uk/org/ury/protocol/package-summary.html">uk.org.ury.protocol</A> that return <A HREF="../../../../../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol">Status</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol">Status</A></CODE></FONT></TD> +<TD><CODE><B>Status.</B><B><A HREF="../../../../../uk/org/ury/protocol/Status.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String name)</CODE> + +<BR> + Returns the enum constant of this type with the specified name.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol">Status</A>[]</CODE></FONT></TD> +<TD><CODE><B>Status.</B><B><A HREF="../../../../../uk/org/ury/protocol/Status.html#values()">values</A></B>()</CODE> + +<BR> + Returns an array containing the constants of this enum type, in +the order they are declared.</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/protocol//class-useStatus.html" target="_top"><B>FRAMES</B></A> + <A HREF="Status.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/protocol/exceptions/DecodeFailureException.html b/doc/uk/org/ury/protocol/exceptions/DecodeFailureException.html new file mode 100644 index 0000000..60358ee --- /dev/null +++ b/doc/uk/org/ury/protocol/exceptions/DecodeFailureException.html @@ -0,0 +1,250 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:36 GMT 2011 --> +<TITLE> +DecodeFailureException +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="DecodeFailureException"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DecodeFailureException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../../uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/protocol/exceptions/DecodeFailureException.html" target="_top"><B>FRAMES</B></A> + <A HREF="DecodeFailureException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.protocol.exceptions</FONT> +<BR> +Class DecodeFailureException</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Throwable + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Exception + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.protocol.exceptions.DecodeFailureException</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD> +</DL> +<HR> +<DL> +<DT><PRE>public class <B>DecodeFailureException</B><DT>extends java.lang.Exception</DL> +</PRE> + +<P> +Exception thrown when the protocol decoder fails. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +<DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#uk.org.ury.protocol.exceptions.DecodeFailureException">Serialized Form</A></DL> +<HR> + +<P> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/protocol/exceptions/DecodeFailureException.html#DecodeFailureException(java.lang.String)">DecodeFailureException</A></B>(java.lang.String reason)</CODE> + +<BR> + Construct a new DecodeFailureException with a reason.</TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Throwable</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="DecodeFailureException(java.lang.String)"><!-- --></A><H3> +DecodeFailureException</H3> +<PRE> +public <B>DecodeFailureException</B>(java.lang.String reason)</PRE> +<DL> +<DD>Construct a new DecodeFailureException with a reason. +<P> +<DL> +<DT><B>Parameters:</B><DD><CODE>reason</CODE> - The reason for throwing the exception.</DL> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DecodeFailureException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../../uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/protocol/exceptions/DecodeFailureException.html" target="_top"><B>FRAMES</B></A> + <A HREF="DecodeFailureException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/protocol/exceptions/InvalidMessageException.html b/doc/uk/org/ury/protocol/exceptions/InvalidMessageException.html new file mode 100644 index 0000000..9d4eea3 --- /dev/null +++ b/doc/uk/org/ury/protocol/exceptions/InvalidMessageException.html @@ -0,0 +1,251 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:36 GMT 2011 --> +<TITLE> +InvalidMessageException +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="InvalidMessageException"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/InvalidMessageException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions"><B>PREV CLASS</B></A> + NEXT CLASS</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/protocol/exceptions/InvalidMessageException.html" target="_top"><B>FRAMES</B></A> + <A HREF="InvalidMessageException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.protocol.exceptions</FONT> +<BR> +Class InvalidMessageException</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Throwable + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Exception + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.protocol.exceptions.InvalidMessageException</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD> +</DL> +<HR> +<DL> +<DT><PRE>public class <B>InvalidMessageException</B><DT>extends java.lang.Exception</DL> +</PRE> + +<P> +Generic exception thrown when a protocol function cannot process a + message due to an issue with the message. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +<DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#uk.org.ury.protocol.exceptions.InvalidMessageException">Serialized Form</A></DL> +<HR> + +<P> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/protocol/exceptions/InvalidMessageException.html#InvalidMessageException(java.lang.String)">InvalidMessageException</A></B>(java.lang.String reason)</CODE> + +<BR> + Construct a new InvalidMessageException with a reason.</TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Throwable</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="InvalidMessageException(java.lang.String)"><!-- --></A><H3> +InvalidMessageException</H3> +<PRE> +public <B>InvalidMessageException</B>(java.lang.String reason)</PRE> +<DL> +<DD>Construct a new InvalidMessageException with a reason. +<P> +<DL> +<DT><B>Parameters:</B><DD><CODE>reason</CODE> - The reason for throwing the exception.</DL> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/InvalidMessageException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions"><B>PREV CLASS</B></A> + NEXT CLASS</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/protocol/exceptions/InvalidMessageException.html" target="_top"><B>FRAMES</B></A> + <A HREF="InvalidMessageException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/protocol/exceptions/class-use/DecodeFailureException.html b/doc/uk/org/ury/protocol/exceptions/class-use/DecodeFailureException.html new file mode 100644 index 0000000..5560a27 --- /dev/null +++ b/doc/uk/org/ury/protocol/exceptions/class-use/DecodeFailureException.html @@ -0,0 +1,209 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.protocol.exceptions.DecodeFailureException +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.protocol.exceptions.DecodeFailureException"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/protocol/exceptions//class-useDecodeFailureException.html" target="_top"><B>FRAMES</B></A> + <A HREF="DecodeFailureException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.protocol.exceptions.DecodeFailureException</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../../uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions">DecodeFailureException</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.client"><B>uk.org.ury.client</B></A></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.protocol"><B>uk.org.ury.protocol</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.client"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../../uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions">DecodeFailureException</A> in <A HREF="../../../../../../uk/org/ury/client/package-summary.html">uk.org.ury.client</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../uk/org/ury/client/package-summary.html">uk.org.ury.client</A> that throw <A HREF="../../../../../../uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions">DecodeFailureException</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.util.Map<?,?></CODE></FONT></TD> +<TD><CODE><B>Client.</B><B><A HREF="../../../../../../uk/org/ury/client/Client.html#get(java.lang.String)">get</A></B>(java.lang.String file)</CODE> + +<BR> + Get a raw response from the server.</TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.protocol"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../../uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions">DecodeFailureException</A> in <A HREF="../../../../../../uk/org/ury/protocol/package-summary.html">uk.org.ury.protocol</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../uk/org/ury/protocol/package-summary.html">uk.org.ury.protocol</A> that throw <A HREF="../../../../../../uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions">DecodeFailureException</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static java.util.Map<?,?></CODE></FONT></TD> +<TD><CODE><B>ProtocolUtils.</B><B><A HREF="../../../../../../uk/org/ury/protocol/ProtocolUtils.html#decode(java.lang.String)">decode</A></B>(java.lang.String string)</CODE> + +<BR> + Decode a protocol string into a key-value map.</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/protocol/exceptions//class-useDecodeFailureException.html" target="_top"><B>FRAMES</B></A> + <A HREF="DecodeFailureException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/protocol/exceptions/class-use/InvalidMessageException.html b/doc/uk/org/ury/protocol/exceptions/class-use/InvalidMessageException.html new file mode 100644 index 0000000..fd74688 --- /dev/null +++ b/doc/uk/org/ury/protocol/exceptions/class-use/InvalidMessageException.html @@ -0,0 +1,209 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.protocol.exceptions.InvalidMessageException +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.protocol.exceptions.InvalidMessageException"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/protocol/exceptions//class-useInvalidMessageException.html" target="_top"><B>FRAMES</B></A> + <A HREF="InvalidMessageException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.protocol.exceptions.InvalidMessageException</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../../uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions">InvalidMessageException</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.library.viewer"><B>uk.org.ury.library.viewer</B></A></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.protocol"><B>uk.org.ury.protocol</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.library.viewer"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../../uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions">InvalidMessageException</A> in <A HREF="../../../../../../uk/org/ury/library/viewer/package-summary.html">uk.org.ury.library.viewer</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../uk/org/ury/library/viewer/package-summary.html">uk.org.ury.library.viewer</A> that throw <A HREF="../../../../../../uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions">InvalidMessageException</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B>LibraryViewer.</B><B><A HREF="../../../../../../uk/org/ury/library/viewer/LibraryViewer.html#doSearch(java.lang.String)">doSearch</A></B>(java.lang.String search)</CODE> + +<BR> + Do a library search.</TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.protocol"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../../uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions">InvalidMessageException</A> in <A HREF="../../../../../../uk/org/ury/protocol/package-summary.html">uk.org.ury.protocol</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../uk/org/ury/protocol/package-summary.html">uk.org.ury.protocol</A> that throw <A HREF="../../../../../../uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions">InvalidMessageException</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static boolean</CODE></FONT></TD> +<TD><CODE><B>ProtocolUtils.</B><B><A HREF="../../../../../../uk/org/ury/protocol/ProtocolUtils.html#responseIsOK(java.util.Map)">responseIsOK</A></B>(java.util.Map<?,?> response)</CODE> + +<BR> + Check if a response is flagged as having OK status.</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/protocol/exceptions//class-useInvalidMessageException.html" target="_top"><B>FRAMES</B></A> + <A HREF="InvalidMessageException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/protocol/exceptions/package-frame.html b/doc/uk/org/ury/protocol/exceptions/package-frame.html new file mode 100644 index 0000000..db1d0de --- /dev/null +++ b/doc/uk/org/ury/protocol/exceptions/package-frame.html @@ -0,0 +1,34 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +uk.org.ury.protocol.exceptions +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + + +</HEAD> + +<BODY BGCOLOR="white"> +<FONT size="+1" CLASS="FrameTitleFont"> +<A HREF="../../../../../uk/org/ury/protocol/exceptions/package-summary.html" target="classFrame">uk.org.ury.protocol.exceptions</A></FONT> +<TABLE BORDER="0" WIDTH="100%" SUMMARY=""> +<TR> +<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> +Exceptions</FONT> +<FONT CLASS="FrameItemFont"> +<BR> +<A HREF="DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions" target="classFrame">DecodeFailureException</A> +<BR> +<A HREF="InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions" target="classFrame">InvalidMessageException</A></FONT></TD> +</TR> +</TABLE> + + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/protocol/exceptions/package-summary.html b/doc/uk/org/ury/protocol/exceptions/package-summary.html new file mode 100644 index 0000000..45e4348 --- /dev/null +++ b/doc/uk/org/ury/protocol/exceptions/package-summary.html @@ -0,0 +1,162 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +uk.org.ury.protocol.exceptions +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="uk.org.ury.protocol.exceptions"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/protocol/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../../uk/org/ury/server/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/protocol/exceptions/package-summary.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<H2> +Package uk.org.ury.protocol.exceptions +</H2> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Exception Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions">DecodeFailureException</A></B></TD> +<TD>Exception thrown when the protocol decoder fails.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions">InvalidMessageException</A></B></TD> +<TD>Generic exception thrown when a protocol function cannot process a + message due to an issue with the message.</TD> +</TR> +</TABLE> + + +<P> +<DL> +</DL> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/protocol/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../../uk/org/ury/server/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/protocol/exceptions/package-summary.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/protocol/exceptions/package-tree.html b/doc/uk/org/ury/protocol/exceptions/package-tree.html new file mode 100644 index 0000000..8636471 --- /dev/null +++ b/doc/uk/org/ury/protocol/exceptions/package-tree.html @@ -0,0 +1,158 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +uk.org.ury.protocol.exceptions Class Hierarchy +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="uk.org.ury.protocol.exceptions Class Hierarchy"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/protocol/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../../uk/org/ury/server/package-tree.html"><B>NEXT</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/protocol/exceptions/package-tree.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +Hierarchy For Package uk.org.ury.protocol.exceptions +</H2> +</CENTER> +<DL> +<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../overview-tree.html">All Packages</A></DL> +<HR> +<H2> +Class Hierarchy +</H2> +<UL> +<LI TYPE="circle">java.lang.Object<UL> +<LI TYPE="circle">java.lang.Throwable (implements java.io.Serializable) +<UL> +<LI TYPE="circle">java.lang.Exception<UL> +<LI TYPE="circle">uk.org.ury.protocol.exceptions.<A HREF="../../../../../uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions"><B>DecodeFailureException</B></A><LI TYPE="circle">uk.org.ury.protocol.exceptions.<A HREF="../../../../../uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions"><B>InvalidMessageException</B></A></UL> +</UL> +</UL> +</UL> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/protocol/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../../uk/org/ury/server/package-tree.html"><B>NEXT</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/protocol/exceptions/package-tree.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/protocol/exceptions/package-use.html b/doc/uk/org/ury/protocol/exceptions/package-use.html new file mode 100644 index 0000000..d6b9dea --- /dev/null +++ b/doc/uk/org/ury/protocol/exceptions/package-use.html @@ -0,0 +1,216 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Package uk.org.ury.protocol.exceptions +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Package uk.org.ury.protocol.exceptions"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/protocol/exceptions/package-use.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Package<br>uk.org.ury.protocol.exceptions</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../uk/org/ury/protocol/exceptions/package-summary.html">uk.org.ury.protocol.exceptions</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.client"><B>uk.org.ury.client</B></A></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.library.viewer"><B>uk.org.ury.library.viewer</B></A></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.protocol"><B>uk.org.ury.protocol</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.client"><!-- --></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="../../../../../uk/org/ury/protocol/exceptions/package-summary.html">uk.org.ury.protocol.exceptions</A> used by <A HREF="../../../../../uk/org/ury/client/package-summary.html">uk.org.ury.client</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../uk/org/ury/protocol/exceptions/class-use/DecodeFailureException.html#uk.org.ury.client"><B>DecodeFailureException</B></A></B> + +<BR> + Exception thrown when the protocol decoder fails.</TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.library.viewer"><!-- --></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="../../../../../uk/org/ury/protocol/exceptions/package-summary.html">uk.org.ury.protocol.exceptions</A> used by <A HREF="../../../../../uk/org/ury/library/viewer/package-summary.html">uk.org.ury.library.viewer</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../uk/org/ury/protocol/exceptions/class-use/InvalidMessageException.html#uk.org.ury.library.viewer"><B>InvalidMessageException</B></A></B> + +<BR> + Generic exception thrown when a protocol function cannot process a + message due to an issue with the message.</TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.protocol"><!-- --></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="../../../../../uk/org/ury/protocol/exceptions/package-summary.html">uk.org.ury.protocol.exceptions</A> used by <A HREF="../../../../../uk/org/ury/protocol/package-summary.html">uk.org.ury.protocol</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../uk/org/ury/protocol/exceptions/class-use/DecodeFailureException.html#uk.org.ury.protocol"><B>DecodeFailureException</B></A></B> + +<BR> + Exception thrown when the protocol decoder fails.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../uk/org/ury/protocol/exceptions/class-use/InvalidMessageException.html#uk.org.ury.protocol"><B>InvalidMessageException</B></A></B> + +<BR> + Generic exception thrown when a protocol function cannot process a + message due to an issue with the message.</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/protocol/exceptions/package-use.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/protocol/package-frame.html b/doc/uk/org/ury/protocol/package-frame.html new file mode 100644 index 0000000..c1b7dea --- /dev/null +++ b/doc/uk/org/ury/protocol/package-frame.html @@ -0,0 +1,45 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +uk.org.ury.protocol +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + + +</HEAD> + +<BODY BGCOLOR="white"> +<FONT size="+1" CLASS="FrameTitleFont"> +<A HREF="../../../../uk/org/ury/protocol/package-summary.html" target="classFrame">uk.org.ury.protocol</A></FONT> +<TABLE BORDER="0" WIDTH="100%" SUMMARY=""> +<TR> +<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> +Classes</FONT> +<FONT CLASS="FrameItemFont"> +<BR> +<A HREF="ProtocolUtils.html" title="class in uk.org.ury.protocol" target="classFrame">ProtocolUtils</A></FONT></TD> +</TR> +</TABLE> + + +<TABLE BORDER="0" WIDTH="100%" SUMMARY=""> +<TR> +<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> +Enums</FONT> +<FONT CLASS="FrameItemFont"> +<BR> +<A HREF="Directive.html" title="enum in uk.org.ury.protocol" target="classFrame">Directive</A> +<BR> +<A HREF="Status.html" title="enum in uk.org.ury.protocol" target="classFrame">Status</A></FONT></TD> +</TR> +</TABLE> + + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/protocol/package-summary.html b/doc/uk/org/ury/protocol/package-summary.html new file mode 100644 index 0000000..b4dc33b --- /dev/null +++ b/doc/uk/org/ury/protocol/package-summary.html @@ -0,0 +1,176 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +uk.org.ury.protocol +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="uk.org.ury.protocol"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../uk/org/ury/library/viewer/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../uk/org/ury/protocol/exceptions/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/protocol/package-summary.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<H2> +Package uk.org.ury.protocol +</H2> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Class Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol">ProtocolUtils</A></B></TD> +<TD>Utilities for converting between strings encoded in the response protocol and + collections of items, as well as validating and unpicking protocol messages.</TD> +</TR> +</TABLE> + + +<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="../../../../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol">Directive</A></B></TD> +<TD>Directives supported by the protocol.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol">Status</A></B></TD> +<TD>Statuses that can follow the STATUS directory.</TD> +</TR> +</TABLE> + + +<P> +<DL> +</DL> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../uk/org/ury/library/viewer/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../uk/org/ury/protocol/exceptions/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/protocol/package-summary.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/protocol/package-tree.html b/doc/uk/org/ury/protocol/package-tree.html new file mode 100644 index 0000000..62ae66f --- /dev/null +++ b/doc/uk/org/ury/protocol/package-tree.html @@ -0,0 +1,163 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +uk.org.ury.protocol Class Hierarchy +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="uk.org.ury.protocol Class Hierarchy"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../uk/org/ury/library/viewer/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../uk/org/ury/protocol/exceptions/package-tree.html"><B>NEXT</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/protocol/package-tree.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +Hierarchy For Package uk.org.ury.protocol +</H2> +</CENTER> +<DL> +<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../overview-tree.html">All Packages</A></DL> +<HR> +<H2> +Class Hierarchy +</H2> +<UL> +<LI TYPE="circle">java.lang.Object<UL> +<LI TYPE="circle">uk.org.ury.protocol.<A HREF="../../../../uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol"><B>ProtocolUtils</B></A></UL> +</UL> +<H2> +Enum Hierarchy +</H2> +<UL> +<LI TYPE="circle">java.lang.Object<UL> +<LI TYPE="circle">java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) +<UL> +<LI TYPE="circle">uk.org.ury.protocol.<A HREF="../../../../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol"><B>Directive</B></A><LI TYPE="circle">uk.org.ury.protocol.<A HREF="../../../../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol"><B>Status</B></A></UL> +</UL> +</UL> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../uk/org/ury/library/viewer/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../uk/org/ury/protocol/exceptions/package-tree.html"><B>NEXT</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/protocol/package-tree.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/protocol/package-use.html b/doc/uk/org/ury/protocol/package-use.html new file mode 100644 index 0000000..16b3f92 --- /dev/null +++ b/doc/uk/org/ury/protocol/package-use.html @@ -0,0 +1,176 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Package uk.org.ury.protocol +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Package uk.org.ury.protocol"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/protocol/package-use.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Package<br>uk.org.ury.protocol</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../uk/org/ury/protocol/package-summary.html">uk.org.ury.protocol</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.protocol"><B>uk.org.ury.protocol</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.protocol"><!-- --></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="../../../../uk/org/ury/protocol/package-summary.html">uk.org.ury.protocol</A> used by <A HREF="../../../../uk/org/ury/protocol/package-summary.html">uk.org.ury.protocol</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../uk/org/ury/protocol/class-use/Directive.html#uk.org.ury.protocol"><B>Directive</B></A></B> + +<BR> + Directives supported by the protocol.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../uk/org/ury/protocol/class-use/Status.html#uk.org.ury.protocol"><B>Status</B></A></B> + +<BR> + Statuses that can follow the STATUS directory.</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/protocol/package-use.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/RequestHandler.html b/doc/uk/org/ury/server/RequestHandler.html new file mode 100644 index 0000000..5aa1e29 --- /dev/null +++ b/doc/uk/org/ury/server/RequestHandler.html @@ -0,0 +1,238 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:36 GMT 2011 --> +<TITLE> +RequestHandler +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="RequestHandler"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/RequestHandler.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/server/RequestHandler.html" target="_top"><B>FRAMES</B></A> + <A HREF="RequestHandler.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.server</FONT> +<BR> +Interface RequestHandler</H2> +<DL> +<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../uk/org/ury/library/LibraryRequestHandler.html" title="class in uk.org.ury.library">LibraryRequestHandler</A>, <A HREF="../../../../uk/org/ury/server/ServerRequestHandler.html" title="class in uk.org.ury.server">ServerRequestHandler</A></DD> +</DL> +<HR> +<DL> +<DT><PRE>public interface <B>RequestHandler</B></DL> +</PRE> + +<P> +Interface for classes that can handle requests addressed to their + class name from the main server. + + For an example of how to implement a RequestHandler, see + ServerRequestHandler. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +</DL> +<HR> + +<P> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.util.Map<java.lang.String,java.lang.Object></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/server/RequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.server.Server)">handleGetRequest</A></B>(java.util.Map<java.lang.String,java.lang.String> parameters, + <A HREF="../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> server)</CODE> + +<BR> + Handle a server GET request (that is, a request for data + output).</TD> +</TR> +</TABLE> + +<P> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></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>Method Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="handleGetRequest(java.util.Map, uk.org.ury.server.Server)"><!-- --></A><H3> +handleGetRequest</H3> +<PRE> +java.util.Map<java.lang.String,java.lang.Object> <B>handleGetRequest</B>(java.util.Map<java.lang.String,java.lang.String> parameters, + <A HREF="../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> server) + throws <A HREF="../../../../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A></PRE> +<DL> +<DD>Handle a server GET request (that is, a request for data + output). +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>parameters</CODE> - A key-value map of parameters supplied with the + server request. Typically, the "function" + parameter will detail the function that the + request handler is expected to perform.<DD><CODE>server</CODE> - The server from which the request originated. + This will be able to provide the handler with + pooled resources, for example the database. +<DT><B>Returns:</B><DD>A series of key-value pairs to pass back to + the client. +<DT><B>Throws:</B> +<DD><CODE><A HREF="../../../../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A></CODE> - if the handler cannot + handle the request.</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/RequestHandler.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/server/RequestHandler.html" target="_top"><B>FRAMES</B></A> + <A HREF="RequestHandler.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/Server.html b/doc/uk/org/ury/server/Server.html new file mode 100644 index 0000000..abb6497 --- /dev/null +++ b/doc/uk/org/ury/server/Server.html @@ -0,0 +1,425 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:36 GMT 2011 --> +<TITLE> +Server +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Server"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Server.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server"><B>PREV CLASS</B></A> + <A HREF="../../../../uk/org/ury/server/ServerProtocol.html" title="class in uk.org.ury.server"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/server/Server.html" target="_top"><B>FRAMES</B></A> + <A HREF="Server.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.server</FONT> +<BR> +Class Server</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.server.Server</B> +</PRE> +<HR> +<DL> +<DT><PRE>public class <B>Server</B><DT>extends java.lang.Object</DL> +</PRE> + +<P> +The unified URY server, accepting requests over HTTP. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +</DL> +<HR> + +<P> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../uk/org/ury/server/Server.html#Server()">Server</A></B>()</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</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="../../../../uk/org/ury/server/Server.html#doConnection(java.net.Socket)">doConnection</A></B>(java.net.Socket clientSocket)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/server/Server.html#getDatabaseConnection(uk.org.ury.database.UserClass)">getDatabaseConnection</A></B>(<A HREF="../../../../uk/org/ury/database/UserClass.html" title="enum in uk.org.ury.database">UserClass</A> userClass)</CODE> + +<BR> + Get a database connection using the given user class.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/server/Server.html#getVersion()">getVersion</A></B>()</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> org.apache.http.HttpResponse</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/server/Server.html#handleGet(java.util.List)">handleGet</A></B>(java.util.List<java.lang.String> buffer)</CODE> + +<BR> + Handle a HTTP GET request.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/server/Server.html#main(java.lang.String[])">main</A></B>(java.lang.String[] args)</CODE> + +<BR> + The main method, which serves to create a server.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.util.Map<java.lang.String,java.lang.String></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/server/Server.html#parseQueryString(java.lang.String)">parseQueryString</A></B>(java.lang.String query)</CODE> + +<BR> + Parse a query string, populating a key-value map of the + URL-unescaped results.</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="../../../../uk/org/ury/server/Server.html#processBuffer(java.util.List, java.io.PrintWriter)">processBuffer</A></B>(java.util.List<java.lang.String> buffer, + java.io.PrintWriter out)</CODE> + +<BR> + </TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="Server()"><!-- --></A><H3> +Server</H3> +<PRE> +public <B>Server</B>()</PRE> +<DL> +</DL> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></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>Method Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="main(java.lang.String[])"><!-- --></A><H3> +main</H3> +<PRE> +public static void <B>main</B>(java.lang.String[] args)</PRE> +<DL> +<DD>The main method, which serves to create a server. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>args</CODE> - The argument vector.</DL> +</DD> +</DL> +<HR> + +<A NAME="doConnection(java.net.Socket)"><!-- --></A><H3> +doConnection</H3> +<PRE> +public void <B>doConnection</B>(java.net.Socket clientSocket) + throws java.io.IOException</PRE> +<DL> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="processBuffer(java.util.List, java.io.PrintWriter)"><!-- --></A><H3> +processBuffer</H3> +<PRE> +public void <B>processBuffer</B>(java.util.List<java.lang.String> buffer, + java.io.PrintWriter out)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="handleGet(java.util.List)"><!-- --></A><H3> +handleGet</H3> +<PRE> +public org.apache.http.HttpResponse <B>handleGet</B>(java.util.List<java.lang.String> buffer) + throws <A HREF="../../../../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions">HandlerNotFoundException</A>, + <A HREF="../../../../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions">HandlerSetupFailureException</A>, + <A HREF="../../../../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A>, + <A HREF="../../../../uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions">BadRequestException</A>, + <A HREF="../../../../uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions">NotAHandlerException</A></PRE> +<DL> +<DD>Handle a HTTP GET request. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>buffer</CODE> - The HTTP request as a list of strings. +<DT><B>Returns:</B><DD>The HTTP response. +<DT><B>Throws:</B> +<DD><CODE><A HREF="../../../../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions">HandlerNotFoundException</A></CODE> - if the client requested + a request handler that could not be found on the + class path. +<DD><CODE><A HREF="../../../../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions">HandlerSetupFailureException</A></CODE> - if the handler was + found but could not be set up (eg does not + implement appropriate interface or cannot be + instantiated). +<DD><CODE><A HREF="../../../../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A></CODE> - if an appropriate handler + was contacted, but it failed to process the + request. +<DD><CODE><A HREF="../../../../uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions">BadRequestException</A></CODE> - if the request was malformed + or invalid. +<DD><CODE><A HREF="../../../../uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions">NotAHandlerException</A></CODE> - if the class requested to + handle the request is not a handler.</DL> +</DD> +</DL> +<HR> + +<A NAME="parseQueryString(java.lang.String)"><!-- --></A><H3> +parseQueryString</H3> +<PRE> +public java.util.Map<java.lang.String,java.lang.String> <B>parseQueryString</B>(java.lang.String query) + throws java.io.UnsupportedEncodingException</PRE> +<DL> +<DD>Parse a query string, populating a key-value map of the + URL-unescaped results. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>query</CODE> - The query string to parse. +<DT><B>Returns:</B><DD>A map associating parameter keys and values. +<DT><B>Throws:</B> +<DD><CODE>java.io.UnsupportedEncodingException</CODE> - if the URL decoder + fails.</DL> +</DD> +</DL> +<HR> + +<A NAME="getDatabaseConnection(uk.org.ury.database.UserClass)"><!-- --></A><H3> +getDatabaseConnection</H3> +<PRE> +public <A HREF="../../../../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A> <B>getDatabaseConnection</B>(<A HREF="../../../../uk/org/ury/database/UserClass.html" title="enum in uk.org.ury.database">UserClass</A> userClass) + throws <A HREF="../../../../uk/org/ury/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.database.exceptions">MissingCredentialsException</A>, + <A HREF="../../../../uk/org/ury/database/exceptions/ConnectionFailureException.html" title="class in uk.org.ury.database.exceptions">ConnectionFailureException</A></PRE> +<DL> +<DD>Get a database connection using the given user class. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>userClass</CODE> - The user class to get a connection for. +<DT><B>Returns:</B><DD>a database connection, which may or may not + have been created on this call. +<DT><B>Throws:</B> +<DD><CODE><A HREF="../../../../uk/org/ury/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.database.exceptions">MissingCredentialsException</A></CODE> - if the credentials + for the given userclass are missing. +<DD><CODE><A HREF="../../../../uk/org/ury/database/exceptions/ConnectionFailureException.html" title="class in uk.org.ury.database.exceptions">ConnectionFailureException</A></CODE> - if the connection + failed.</DL> +</DD> +</DL> +<HR> + +<A NAME="getVersion()"><!-- --></A><H3> +getVersion</H3> +<PRE> +public java.lang.String <B>getVersion</B>()</PRE> +<DL> +<DD><DL> + +<DT><B>Returns:</B><DD>the version string of the server.</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Server.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server"><B>PREV CLASS</B></A> + <A HREF="../../../../uk/org/ury/server/ServerProtocol.html" title="class in uk.org.ury.server"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/server/Server.html" target="_top"><B>FRAMES</B></A> + <A HREF="Server.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/ServerProtocol.html b/doc/uk/org/ury/server/ServerProtocol.html new file mode 100644 index 0000000..1014c96 --- /dev/null +++ b/doc/uk/org/ury/server/ServerProtocol.html @@ -0,0 +1,314 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:36 GMT 2011 --> +<TITLE> +ServerProtocol +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ServerProtocol"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ServerProtocol.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server"><B>PREV CLASS</B></A> + <A HREF="../../../../uk/org/ury/server/ServerRequestHandler.html" title="class in uk.org.ury.server"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/server/ServerProtocol.html" target="_top"><B>FRAMES</B></A> + <A HREF="ServerProtocol.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.server</FONT> +<BR> +Class ServerProtocol</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.server.ServerProtocol</B> +</PRE> +<HR> +<DL> +<DT><PRE>public class <B>ServerProtocol</B><DT>extends java.lang.Object</DL> +</PRE> + +<P> +The BAPS server protocol (a minimal implementation of HTTP 1.1) handler. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +</DL> +<HR> + +<P> +<!-- =========== FIELD SUMMARY =========== --> + +<A NAME="field_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Field Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.util.List<java.lang.String></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/server/ServerProtocol.html#buffer">buffer</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/server/ServerProtocol.html#GET_HEADER">GET_HEADER</A></B></CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../uk/org/ury/server/ServerProtocol.html#ServerProtocol()">ServerProtocol</A></B>()</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/server/ServerProtocol.html#processInput(java.lang.String)">processInput</A></B>(java.lang.String string)</CODE> + +<BR> + </TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ============ FIELD DETAIL =========== --> + +<A NAME="field_detail"><!-- --></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>Field Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="GET_HEADER"><!-- --></A><H3> +GET_HEADER</H3> +<PRE> +public static final java.lang.String <B>GET_HEADER</B></PRE> +<DL> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#uk.org.ury.server.ServerProtocol.GET_HEADER">Constant Field Values</A></DL> +</DL> +<HR> + +<A NAME="buffer"><!-- --></A><H3> +buffer</H3> +<PRE> +public java.util.List<java.lang.String> <B>buffer</B></PRE> +<DL> +<DL> +</DL> +</DL> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="ServerProtocol()"><!-- --></A><H3> +ServerProtocol</H3> +<PRE> +public <B>ServerProtocol</B>()</PRE> +<DL> +</DL> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></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>Method Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="processInput(java.lang.String)"><!-- --></A><H3> +processInput</H3> +<PRE> +public java.lang.String <B>processInput</B>(java.lang.String string)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ServerProtocol.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server"><B>PREV CLASS</B></A> + <A HREF="../../../../uk/org/ury/server/ServerRequestHandler.html" title="class in uk.org.ury.server"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/server/ServerProtocol.html" target="_top"><B>FRAMES</B></A> + <A HREF="ServerProtocol.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/ServerRequestHandler.html b/doc/uk/org/ury/server/ServerRequestHandler.html new file mode 100644 index 0000000..c2d61bc --- /dev/null +++ b/doc/uk/org/ury/server/ServerRequestHandler.html @@ -0,0 +1,283 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:36 GMT 2011 --> +<TITLE> +ServerRequestHandler +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ServerRequestHandler"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ServerRequestHandler.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../uk/org/ury/server/ServerProtocol.html" title="class in uk.org.ury.server"><B>PREV CLASS</B></A> + NEXT CLASS</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/server/ServerRequestHandler.html" target="_top"><B>FRAMES</B></A> + <A HREF="ServerRequestHandler.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.server</FONT> +<BR> +Class ServerRequestHandler</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.server.ServerRequestHandler</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server">RequestHandler</A></DD> +</DL> +<HR> +<DL> +<DT><PRE>public class <B>ServerRequestHandler</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server">RequestHandler</A></DL> +</PRE> + +<P> +A request handler for server queries. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +</DL> +<HR> + +<P> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../uk/org/ury/server/ServerRequestHandler.html#ServerRequestHandler()">ServerRequestHandler</A></B>()</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.util.Map<java.lang.String,java.lang.Object></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/server/ServerRequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.server.Server)">handleGetRequest</A></B>(java.util.Map<java.lang.String,java.lang.String> parameters, + <A HREF="../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> server)</CODE> + +<BR> + Handle a server GET request (that is, a request for data + output).</TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="ServerRequestHandler()"><!-- --></A><H3> +ServerRequestHandler</H3> +<PRE> +public <B>ServerRequestHandler</B>()</PRE> +<DL> +</DL> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></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>Method Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="handleGetRequest(java.util.Map, uk.org.ury.server.Server)"><!-- --></A><H3> +handleGetRequest</H3> +<PRE> +public java.util.Map<java.lang.String,java.lang.Object> <B>handleGetRequest</B>(java.util.Map<java.lang.String,java.lang.String> parameters, + <A HREF="../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> server) + throws <A HREF="../../../../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A></PRE> +<DL> +<DD>Handle a server GET request (that is, a request for data + output). +<P> +<DD><DL> +<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../uk/org/ury/server/RequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.server.Server)">handleGetRequest</A></CODE> in interface <CODE><A HREF="../../../../uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server">RequestHandler</A></CODE></DL> +</DD> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>parameters</CODE> - A key-value map of parameters supplied with + the server request. Typically, the function + parameter will detail the function that the + request handler is expected to perform.<DD><CODE>server</CODE> - The server from which the request originated. + This will be able to provide the handler with + pooled resources, for example the database. +<DT><B>Returns:</B><DD>A list of lines to return in the body of the + server's response to the client. +<DT><B>Throws:</B> +<DD><CODE><A HREF="../../../../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A></CODE> - if the handler cannot + handle the request.</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ServerRequestHandler.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../uk/org/ury/server/ServerProtocol.html" title="class in uk.org.ury.server"><B>PREV CLASS</B></A> + NEXT CLASS</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/server/ServerRequestHandler.html" target="_top"><B>FRAMES</B></A> + <A HREF="ServerRequestHandler.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/class-use/RequestHandler.html b/doc/uk/org/ury/server/class-use/RequestHandler.html new file mode 100644 index 0000000..a84af84 --- /dev/null +++ b/doc/uk/org/ury/server/class-use/RequestHandler.html @@ -0,0 +1,209 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Interface uk.org.ury.server.RequestHandler +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Interface uk.org.ury.server.RequestHandler"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server//class-useRequestHandler.html" target="_top"><B>FRAMES</B></A> + <A HREF="RequestHandler.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Interface<br>uk.org.ury.server.RequestHandler</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server">RequestHandler</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.library"><B>uk.org.ury.library</B></A></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.server"><B>uk.org.ury.server</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.library"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server">RequestHandler</A> in <A HREF="../../../../../uk/org/ury/library/package-summary.html">uk.org.ury.library</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../uk/org/ury/library/package-summary.html">uk.org.ury.library</A> that implement <A HREF="../../../../../uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server">RequestHandler</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> class</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/LibraryRequestHandler.html" title="class in uk.org.ury.library">LibraryRequestHandler</A></B></CODE> + +<BR> + A request handler for library queries.</TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.server"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server">RequestHandler</A> in <A HREF="../../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A> that implement <A HREF="../../../../../uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server">RequestHandler</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> class</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/server/ServerRequestHandler.html" title="class in uk.org.ury.server">ServerRequestHandler</A></B></CODE> + +<BR> + A request handler for server queries.</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server//class-useRequestHandler.html" target="_top"><B>FRAMES</B></A> + <A HREF="RequestHandler.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/class-use/Server.html b/doc/uk/org/ury/server/class-use/Server.html new file mode 100644 index 0000000..3fa9f67 --- /dev/null +++ b/doc/uk/org/ury/server/class-use/Server.html @@ -0,0 +1,223 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.server.Server +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.server.Server"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server//class-useServer.html" target="_top"><B>FRAMES</B></A> + <A HREF="Server.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.server.Server</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.library"><B>uk.org.ury.library</B></A></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.server"><B>uk.org.ury.server</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.library"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> in <A HREF="../../../../../uk/org/ury/library/package-summary.html">uk.org.ury.library</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../uk/org/ury/library/package-summary.html">uk.org.ury.library</A> with parameters of type <A HREF="../../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.util.Map<java.lang.String,java.lang.Object></CODE></FONT></TD> +<TD><CODE><B>LibraryRequestHandler.</B><B><A HREF="../../../../../uk/org/ury/library/LibraryRequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.server.Server)">handleGetRequest</A></B>(java.util.Map<java.lang.String,java.lang.String> parameters, + <A HREF="../../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> server)</CODE> + +<BR> + Handle a server GET request (that is, a request for data + output).</TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.server"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> in <A HREF="../../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A> with parameters of type <A HREF="../../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.util.Map<java.lang.String,java.lang.Object></CODE></FONT></TD> +<TD><CODE><B>ServerRequestHandler.</B><B><A HREF="../../../../../uk/org/ury/server/ServerRequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.server.Server)">handleGetRequest</A></B>(java.util.Map<java.lang.String,java.lang.String> parameters, + <A HREF="../../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> server)</CODE> + +<BR> + Handle a server GET request (that is, a request for data + output).</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.util.Map<java.lang.String,java.lang.Object></CODE></FONT></TD> +<TD><CODE><B>RequestHandler.</B><B><A HREF="../../../../../uk/org/ury/server/RequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.server.Server)">handleGetRequest</A></B>(java.util.Map<java.lang.String,java.lang.String> parameters, + <A HREF="../../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> server)</CODE> + +<BR> + Handle a server GET request (that is, a request for data + output).</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server//class-useServer.html" target="_top"><B>FRAMES</B></A> + <A HREF="Server.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/class-use/ServerProtocol.html b/doc/uk/org/ury/server/class-use/ServerProtocol.html new file mode 100644 index 0000000..24b96ce --- /dev/null +++ b/doc/uk/org/ury/server/class-use/ServerProtocol.html @@ -0,0 +1,144 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.server.ServerProtocol +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.server.ServerProtocol"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/org/ury/server/ServerProtocol.html" title="class in uk.org.ury.server"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server//class-useServerProtocol.html" target="_top"><B>FRAMES</B></A> + <A HREF="ServerProtocol.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.server.ServerProtocol</B></H2> +</CENTER> +No usage of uk.org.ury.server.ServerProtocol +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/org/ury/server/ServerProtocol.html" title="class in uk.org.ury.server"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server//class-useServerProtocol.html" target="_top"><B>FRAMES</B></A> + <A HREF="ServerProtocol.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/class-use/ServerRequestHandler.html b/doc/uk/org/ury/server/class-use/ServerRequestHandler.html new file mode 100644 index 0000000..8269410 --- /dev/null +++ b/doc/uk/org/ury/server/class-use/ServerRequestHandler.html @@ -0,0 +1,144 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.server.ServerRequestHandler +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.server.ServerRequestHandler"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/org/ury/server/ServerRequestHandler.html" title="class in uk.org.ury.server"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server//class-useServerRequestHandler.html" target="_top"><B>FRAMES</B></A> + <A HREF="ServerRequestHandler.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.server.ServerRequestHandler</B></H2> +</CENTER> +No usage of uk.org.ury.server.ServerRequestHandler +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/org/ury/server/ServerRequestHandler.html" title="class in uk.org.ury.server"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server//class-useServerRequestHandler.html" target="_top"><B>FRAMES</B></A> + <A HREF="ServerRequestHandler.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/exceptions/BadRequestException.html b/doc/uk/org/ury/server/exceptions/BadRequestException.html new file mode 100644 index 0000000..2c17ab1 --- /dev/null +++ b/doc/uk/org/ury/server/exceptions/BadRequestException.html @@ -0,0 +1,271 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +BadRequestException +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="BadRequestException"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BadRequestException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server/exceptions/BadRequestException.html" target="_top"><B>FRAMES</B></A> + <A HREF="BadRequestException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.server.exceptions</FONT> +<BR> +Class BadRequestException</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Throwable + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Exception + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">uk.org.ury.server.exceptions.HandlingException</A> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.server.exceptions.BadRequestException</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD> +</DL> +<HR> +<DL> +<DT><PRE>public class <B>BadRequestException</B><DT>extends <A HREF="../../../../../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A></DL> +</PRE> + +<P> +Exception thrown when the server meets a malformed request, or + part of one. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +<DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#uk.org.ury.server.exceptions.BadRequestException">Serialized Form</A></DL> +<HR> + +<P> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/server/exceptions/BadRequestException.html#BadRequestException()">BadRequestException</A></B>()</CODE> + +<BR> + Construct a new BadRequestException with a default reason.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/server/exceptions/BadRequestException.html#BadRequestException(java.lang.Throwable)">BadRequestException</A></B>(java.lang.Throwable cause)</CODE> + +<BR> + Construct a new HandlerNotFoundException with a chained + exception.</TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Throwable</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="BadRequestException()"><!-- --></A><H3> +BadRequestException</H3> +<PRE> +public <B>BadRequestException</B>()</PRE> +<DL> +<DD>Construct a new BadRequestException with a default reason. +<P> +</DL> +<HR> + +<A NAME="BadRequestException(java.lang.Throwable)"><!-- --></A><H3> +BadRequestException</H3> +<PRE> +public <B>BadRequestException</B>(java.lang.Throwable cause)</PRE> +<DL> +<DD>Construct a new HandlerNotFoundException with a chained + exception. +<P> +<DL> +<DT><B>Parameters:</B><DD><CODE>cause</CODE> - The exception that this new exception is to + wrap.</DL> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BadRequestException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server/exceptions/BadRequestException.html" target="_top"><B>FRAMES</B></A> + <A HREF="BadRequestException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/exceptions/HandleFailureException.html b/doc/uk/org/ury/server/exceptions/HandleFailureException.html new file mode 100644 index 0000000..2daa29c --- /dev/null +++ b/doc/uk/org/ury/server/exceptions/HandleFailureException.html @@ -0,0 +1,270 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +HandleFailureException +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="HandleFailureException"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/HandleFailureException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions"><B>PREV CLASS</B></A> + <A HREF="../../../../../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server/exceptions/HandleFailureException.html" target="_top"><B>FRAMES</B></A> + <A HREF="HandleFailureException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.server.exceptions</FONT> +<BR> +Class HandleFailureException</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Throwable + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Exception + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">uk.org.ury.server.exceptions.HandlingException</A> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.server.exceptions.HandleFailureException</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD> +</DL> +<HR> +<DL> +<DT><PRE>public class <B>HandleFailureException</B><DT>extends <A HREF="../../../../../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A></DL> +</PRE> + +<P> +Generic exception thrown when a server request handler fails to + handle a request. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +<DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#uk.org.ury.server.exceptions.HandleFailureException">Serialized Form</A></DL> +<HR> + +<P> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/server/exceptions/HandleFailureException.html#HandleFailureException()">HandleFailureException</A></B>()</CODE> + +<BR> + Construct a new HandleFailureException with a + default reason.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/server/exceptions/HandleFailureException.html#HandleFailureException(java.lang.String)">HandleFailureException</A></B>(java.lang.String reason)</CODE> + +<BR> + Construct a new HandleFailureException.</TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Throwable</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="HandleFailureException()"><!-- --></A><H3> +HandleFailureException</H3> +<PRE> +public <B>HandleFailureException</B>()</PRE> +<DL> +<DD>Construct a new HandleFailureException with a + default reason. +<P> +</DL> +<HR> + +<A NAME="HandleFailureException(java.lang.String)"><!-- --></A><H3> +HandleFailureException</H3> +<PRE> +public <B>HandleFailureException</B>(java.lang.String reason)</PRE> +<DL> +<DD>Construct a new HandleFailureException. +<P> +<DL> +<DT><B>Parameters:</B><DD><CODE>reason</CODE> - The explanation for the exception.</DL> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/HandleFailureException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions"><B>PREV CLASS</B></A> + <A HREF="../../../../../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server/exceptions/HandleFailureException.html" target="_top"><B>FRAMES</B></A> + <A HREF="HandleFailureException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/exceptions/HandlerNotFoundException.html b/doc/uk/org/ury/server/exceptions/HandlerNotFoundException.html new file mode 100644 index 0000000..01b72bf --- /dev/null +++ b/doc/uk/org/ury/server/exceptions/HandlerNotFoundException.html @@ -0,0 +1,275 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +HandlerNotFoundException +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="HandlerNotFoundException"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/HandlerNotFoundException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions"><B>PREV CLASS</B></A> + <A HREF="../../../../../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server/exceptions/HandlerNotFoundException.html" target="_top"><B>FRAMES</B></A> + <A HREF="HandlerNotFoundException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.server.exceptions</FONT> +<BR> +Class HandlerNotFoundException</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Throwable + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Exception + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">uk.org.ury.server.exceptions.HandlingException</A> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.server.exceptions.HandlerNotFoundException</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD> +</DL> +<HR> +<DL> +<DT><PRE>public class <B>HandlerNotFoundException</B><DT>extends <A HREF="../../../../../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A></DL> +</PRE> + +<P> +Exception thrown when the server request handler requested + by the client is not * found in the class space. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +<DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#uk.org.ury.server.exceptions.HandlerNotFoundException">Serialized Form</A></DL> +<HR> + +<P> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/server/exceptions/HandlerNotFoundException.html#HandlerNotFoundException()">HandlerNotFoundException</A></B>()</CODE> + +<BR> + Construct a new HandlerNotFoundException with a + default reason.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/server/exceptions/HandlerNotFoundException.html#HandlerNotFoundException(java.lang.String, java.lang.Throwable)">HandlerNotFoundException</A></B>(java.lang.String className, + java.lang.Throwable cause)</CODE> + +<BR> + Construct a new HandlerNotFoundException with a class name and + chained exception.</TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Throwable</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="HandlerNotFoundException()"><!-- --></A><H3> +HandlerNotFoundException</H3> +<PRE> +public <B>HandlerNotFoundException</B>()</PRE> +<DL> +<DD>Construct a new HandlerNotFoundException with a + default reason. +<P> +</DL> +<HR> + +<A NAME="HandlerNotFoundException(java.lang.String, java.lang.Throwable)"><!-- --></A><H3> +HandlerNotFoundException</H3> +<PRE> +public <B>HandlerNotFoundException</B>(java.lang.String className, + java.lang.Throwable cause)</PRE> +<DL> +<DD>Construct a new HandlerNotFoundException with a class name and + chained exception. +<P> +<DL> +<DT><B>Parameters:</B><DD><CODE>className</CODE> - The name of the missing handler class.<DD><CODE>cause</CODE> - The exception that this new exception is to + wrap.</DL> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/HandlerNotFoundException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions"><B>PREV CLASS</B></A> + <A HREF="../../../../../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server/exceptions/HandlerNotFoundException.html" target="_top"><B>FRAMES</B></A> + <A HREF="HandlerNotFoundException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/exceptions/HandlerSetupFailureException.html b/doc/uk/org/ury/server/exceptions/HandlerSetupFailureException.html new file mode 100644 index 0000000..8b863f9 --- /dev/null +++ b/doc/uk/org/ury/server/exceptions/HandlerSetupFailureException.html @@ -0,0 +1,278 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +HandlerSetupFailureException +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="HandlerSetupFailureException"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/HandlerSetupFailureException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions"><B>PREV CLASS</B></A> + <A HREF="../../../../../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server/exceptions/HandlerSetupFailureException.html" target="_top"><B>FRAMES</B></A> + <A HREF="HandlerSetupFailureException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.server.exceptions</FONT> +<BR> +Class HandlerSetupFailureException</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Throwable + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Exception + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">uk.org.ury.server.exceptions.HandlingException</A> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.server.exceptions.HandlerSetupFailureException</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD> +</DL> +<HR> +<DL> +<DT><PRE>public class <B>HandlerSetupFailureException</B><DT>extends <A HREF="../../../../../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A></DL> +</PRE> + +<P> +Exception thrown when the server request handler requested + by the client cannot be set up to process the request. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +<DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#uk.org.ury.server.exceptions.HandlerSetupFailureException">Serialized Form</A></DL> +<HR> + +<P> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/server/exceptions/HandlerSetupFailureException.html#HandlerSetupFailureException()">HandlerSetupFailureException</A></B>()</CODE> + +<BR> + Construct a new HandlerNotFoundException with a + default reason.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/server/exceptions/HandlerSetupFailureException.html#HandlerSetupFailureException(java.lang.String, java.lang.Throwable)">HandlerSetupFailureException</A></B>(java.lang.String className, + java.lang.Throwable cause)</CODE> + +<BR> + Construct a new HandlerSetupFailureException with a class name + and chained exception.</TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Throwable</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="HandlerSetupFailureException()"><!-- --></A><H3> +HandlerSetupFailureException</H3> +<PRE> +public <B>HandlerSetupFailureException</B>()</PRE> +<DL> +<DD>Construct a new HandlerNotFoundException with a + default reason. +<P> +</DL> +<HR> + +<A NAME="HandlerSetupFailureException(java.lang.String, java.lang.Throwable)"><!-- --></A><H3> +HandlerSetupFailureException</H3> +<PRE> +public <B>HandlerSetupFailureException</B>(java.lang.String className, + java.lang.Throwable cause)</PRE> +<DL> +<DD>Construct a new HandlerSetupFailureException with a class name + and chained exception. + + Use this to hide exception specifics from higher abstraction + layers. +<P> +<DL> +<DT><B>Parameters:</B><DD><CODE>className</CODE> - The name of the failed handler class.<DD><CODE>cause</CODE> - The exception that this new exception is to + wrap.</DL> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/HandlerSetupFailureException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions"><B>PREV CLASS</B></A> + <A HREF="../../../../../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server/exceptions/HandlerSetupFailureException.html" target="_top"><B>FRAMES</B></A> + <A HREF="HandlerSetupFailureException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/exceptions/HandlingException.html b/doc/uk/org/ury/server/exceptions/HandlingException.html new file mode 100644 index 0000000..3cc3042 --- /dev/null +++ b/doc/uk/org/ury/server/exceptions/HandlingException.html @@ -0,0 +1,275 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +HandlingException +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="HandlingException"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/HandlingException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions"><B>PREV CLASS</B></A> + <A HREF="../../../../../uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server/exceptions/HandlingException.html" target="_top"><B>FRAMES</B></A> + <A HREF="HandlingException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.server.exceptions</FONT> +<BR> +Class HandlingException</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Throwable + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Exception + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.server.exceptions.HandlingException</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD> +</DL> +<DL> +<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../../uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions">BadRequestException</A>, <A HREF="../../../../../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A>, <A HREF="../../../../../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions">HandlerNotFoundException</A>, <A HREF="../../../../../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions">HandlerSetupFailureException</A>, <A HREF="../../../../../uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions">NotAHandlerException</A></DD> +</DL> +<HR> +<DL> +<DT><PRE>public class <B>HandlingException</B><DT>extends java.lang.Exception</DL> +</PRE> + +<P> +Generic exception thrown when the server cannot handle a request. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +<DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#uk.org.ury.server.exceptions.HandlingException">Serialized Form</A></DL> +<HR> + +<P> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/server/exceptions/HandlingException.html#HandlingException(java.lang.String)">HandlingException</A></B>(java.lang.String string)</CODE> + +<BR> + Construct a HandlingException with a reason.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/server/exceptions/HandlingException.html#HandlingException(java.lang.String, java.lang.Throwable)">HandlingException</A></B>(java.lang.String string, + java.lang.Throwable cause)</CODE> + +<BR> + Construct a HandlingException with a reason and a cause to + chain.</TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Throwable</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="HandlingException(java.lang.String)"><!-- --></A><H3> +HandlingException</H3> +<PRE> +public <B>HandlingException</B>(java.lang.String string)</PRE> +<DL> +<DD>Construct a HandlingException with a reason. +<P> +<DL> +<DT><B>Parameters:</B><DD><CODE>string</CODE> - The reason to present.</DL> +</DL> +<HR> + +<A NAME="HandlingException(java.lang.String, java.lang.Throwable)"><!-- --></A><H3> +HandlingException</H3> +<PRE> +public <B>HandlingException</B>(java.lang.String string, + java.lang.Throwable cause)</PRE> +<DL> +<DD>Construct a HandlingException with a reason and a cause to + chain. +<P> +<DL> +<DT><B>Parameters:</B><DD><CODE>string</CODE> - The reason to present.<DD><CODE>cause</CODE> - The thrown cause that this exception should wrap.</DL> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/HandlingException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions"><B>PREV CLASS</B></A> + <A HREF="../../../../../uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server/exceptions/HandlingException.html" target="_top"><B>FRAMES</B></A> + <A HREF="HandlingException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/exceptions/NotAHandlerException.html b/doc/uk/org/ury/server/exceptions/NotAHandlerException.html new file mode 100644 index 0000000..bab0a9d --- /dev/null +++ b/doc/uk/org/ury/server/exceptions/NotAHandlerException.html @@ -0,0 +1,254 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +NotAHandlerException +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="NotAHandlerException"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/NotAHandlerException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions"><B>PREV CLASS</B></A> + NEXT CLASS</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server/exceptions/NotAHandlerException.html" target="_top"><B>FRAMES</B></A> + <A HREF="NotAHandlerException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.server.exceptions</FONT> +<BR> +Class NotAHandlerException</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Throwable + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Exception + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">uk.org.ury.server.exceptions.HandlingException</A> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.server.exceptions.NotAHandlerException</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD> +</DL> +<HR> +<DL> +<DT><PRE>public class <B>NotAHandlerException</B><DT>extends <A HREF="../../../../../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A></DL> +</PRE> + +<P> +Exception thrown if the class requested as a handler by the client + is, in fact, not a handler (it does not implement RequestHandler). +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +<DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#uk.org.ury.server.exceptions.NotAHandlerException">Serialized Form</A></DL> +<HR> + +<P> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/server/exceptions/NotAHandlerException.html#NotAHandlerException(java.lang.String)">NotAHandlerException</A></B>(java.lang.String className)</CODE> + +<BR> + Construct a NotAHandlerException with the name of the class that + is not a handler.</TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Throwable</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="NotAHandlerException(java.lang.String)"><!-- --></A><H3> +NotAHandlerException</H3> +<PRE> +public <B>NotAHandlerException</B>(java.lang.String className)</PRE> +<DL> +<DD>Construct a NotAHandlerException with the name of the class that + is not a handler. +<P> +<DL> +<DT><B>Parameters:</B><DD><CODE>className</CODE> - The name of the offending class.</DL> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/NotAHandlerException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions"><B>PREV CLASS</B></A> + NEXT CLASS</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server/exceptions/NotAHandlerException.html" target="_top"><B>FRAMES</B></A> + <A HREF="NotAHandlerException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/exceptions/class-use/BadRequestException.html b/doc/uk/org/ury/server/exceptions/class-use/BadRequestException.html new file mode 100644 index 0000000..5b6157e --- /dev/null +++ b/doc/uk/org/ury/server/exceptions/class-use/BadRequestException.html @@ -0,0 +1,180 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.server.exceptions.BadRequestException +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.server.exceptions.BadRequestException"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/server/exceptions//class-useBadRequestException.html" target="_top"><B>FRAMES</B></A> + <A HREF="BadRequestException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.server.exceptions.BadRequestException</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../../uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions">BadRequestException</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.server"><B>uk.org.ury.server</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.server"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../../uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions">BadRequestException</A> in <A HREF="../../../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A> that throw <A HREF="../../../../../../uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions">BadRequestException</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> org.apache.http.HttpResponse</CODE></FONT></TD> +<TD><CODE><B>Server.</B><B><A HREF="../../../../../../uk/org/ury/server/Server.html#handleGet(java.util.List)">handleGet</A></B>(java.util.List<java.lang.String> buffer)</CODE> + +<BR> + Handle a HTTP GET request.</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/server/exceptions//class-useBadRequestException.html" target="_top"><B>FRAMES</B></A> + <A HREF="BadRequestException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/exceptions/class-use/HandleFailureException.html b/doc/uk/org/ury/server/exceptions/class-use/HandleFailureException.html new file mode 100644 index 0000000..f55933d --- /dev/null +++ b/doc/uk/org/ury/server/exceptions/class-use/HandleFailureException.html @@ -0,0 +1,231 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.server.exceptions.HandleFailureException +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.server.exceptions.HandleFailureException"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/server/exceptions//class-useHandleFailureException.html" target="_top"><B>FRAMES</B></A> + <A HREF="HandleFailureException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.server.exceptions.HandleFailureException</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.library"><B>uk.org.ury.library</B></A></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.server"><B>uk.org.ury.server</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.library"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A> in <A HREF="../../../../../../uk/org/ury/library/package-summary.html">uk.org.ury.library</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../uk/org/ury/library/package-summary.html">uk.org.ury.library</A> that throw <A HREF="../../../../../../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.util.Map<java.lang.String,java.lang.Object></CODE></FONT></TD> +<TD><CODE><B>LibraryRequestHandler.</B><B><A HREF="../../../../../../uk/org/ury/library/LibraryRequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.server.Server)">handleGetRequest</A></B>(java.util.Map<java.lang.String,java.lang.String> parameters, + <A HREF="../../../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> server)</CODE> + +<BR> + Handle a server GET request (that is, a request for data + output).</TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.server"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A> in <A HREF="../../../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A> that throw <A HREF="../../../../../../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> org.apache.http.HttpResponse</CODE></FONT></TD> +<TD><CODE><B>Server.</B><B><A HREF="../../../../../../uk/org/ury/server/Server.html#handleGet(java.util.List)">handleGet</A></B>(java.util.List<java.lang.String> buffer)</CODE> + +<BR> + Handle a HTTP GET request.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.util.Map<java.lang.String,java.lang.Object></CODE></FONT></TD> +<TD><CODE><B>ServerRequestHandler.</B><B><A HREF="../../../../../../uk/org/ury/server/ServerRequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.server.Server)">handleGetRequest</A></B>(java.util.Map<java.lang.String,java.lang.String> parameters, + <A HREF="../../../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> server)</CODE> + +<BR> + Handle a server GET request (that is, a request for data + output).</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.util.Map<java.lang.String,java.lang.Object></CODE></FONT></TD> +<TD><CODE><B>RequestHandler.</B><B><A HREF="../../../../../../uk/org/ury/server/RequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.server.Server)">handleGetRequest</A></B>(java.util.Map<java.lang.String,java.lang.String> parameters, + <A HREF="../../../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> server)</CODE> + +<BR> + Handle a server GET request (that is, a request for data + output).</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/server/exceptions//class-useHandleFailureException.html" target="_top"><B>FRAMES</B></A> + <A HREF="HandleFailureException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/exceptions/class-use/HandlerNotFoundException.html b/doc/uk/org/ury/server/exceptions/class-use/HandlerNotFoundException.html new file mode 100644 index 0000000..1b11504 --- /dev/null +++ b/doc/uk/org/ury/server/exceptions/class-use/HandlerNotFoundException.html @@ -0,0 +1,180 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.server.exceptions.HandlerNotFoundException +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.server.exceptions.HandlerNotFoundException"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/server/exceptions//class-useHandlerNotFoundException.html" target="_top"><B>FRAMES</B></A> + <A HREF="HandlerNotFoundException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.server.exceptions.HandlerNotFoundException</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions">HandlerNotFoundException</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.server"><B>uk.org.ury.server</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.server"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions">HandlerNotFoundException</A> in <A HREF="../../../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A> that throw <A HREF="../../../../../../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions">HandlerNotFoundException</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> org.apache.http.HttpResponse</CODE></FONT></TD> +<TD><CODE><B>Server.</B><B><A HREF="../../../../../../uk/org/ury/server/Server.html#handleGet(java.util.List)">handleGet</A></B>(java.util.List<java.lang.String> buffer)</CODE> + +<BR> + Handle a HTTP GET request.</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/server/exceptions//class-useHandlerNotFoundException.html" target="_top"><B>FRAMES</B></A> + <A HREF="HandlerNotFoundException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/exceptions/class-use/HandlerSetupFailureException.html b/doc/uk/org/ury/server/exceptions/class-use/HandlerSetupFailureException.html new file mode 100644 index 0000000..0fe52ae --- /dev/null +++ b/doc/uk/org/ury/server/exceptions/class-use/HandlerSetupFailureException.html @@ -0,0 +1,180 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.server.exceptions.HandlerSetupFailureException +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.server.exceptions.HandlerSetupFailureException"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/server/exceptions//class-useHandlerSetupFailureException.html" target="_top"><B>FRAMES</B></A> + <A HREF="HandlerSetupFailureException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.server.exceptions.HandlerSetupFailureException</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions">HandlerSetupFailureException</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.server"><B>uk.org.ury.server</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.server"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions">HandlerSetupFailureException</A> in <A HREF="../../../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A> that throw <A HREF="../../../../../../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions">HandlerSetupFailureException</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> org.apache.http.HttpResponse</CODE></FONT></TD> +<TD><CODE><B>Server.</B><B><A HREF="../../../../../../uk/org/ury/server/Server.html#handleGet(java.util.List)">handleGet</A></B>(java.util.List<java.lang.String> buffer)</CODE> + +<BR> + Handle a HTTP GET request.</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/server/exceptions//class-useHandlerSetupFailureException.html" target="_top"><B>FRAMES</B></A> + <A HREF="HandlerSetupFailureException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/exceptions/class-use/HandlingException.html b/doc/uk/org/ury/server/exceptions/class-use/HandlingException.html new file mode 100644 index 0000000..cbf12c8 --- /dev/null +++ b/doc/uk/org/ury/server/exceptions/class-use/HandlingException.html @@ -0,0 +1,217 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.server.exceptions.HandlingException +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.server.exceptions.HandlingException"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/server/exceptions//class-useHandlingException.html" target="_top"><B>FRAMES</B></A> + <A HREF="HandlingException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.server.exceptions.HandlingException</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.server.exceptions"><B>uk.org.ury.server.exceptions</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.server.exceptions"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A> in <A HREF="../../../../../../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A> in <A HREF="../../../../../../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> class</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions">BadRequestException</A></B></CODE> + +<BR> + Exception thrown when the server meets a malformed request, or + part of one.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> class</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A></B></CODE> + +<BR> + Generic exception thrown when a server request handler fails to + handle a request.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> class</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions">HandlerNotFoundException</A></B></CODE> + +<BR> + Exception thrown when the server request handler requested + by the client is not * found in the class space.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> class</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions">HandlerSetupFailureException</A></B></CODE> + +<BR> + Exception thrown when the server request handler requested + by the client cannot be set up to process the request.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> class</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions">NotAHandlerException</A></B></CODE> + +<BR> + Exception thrown if the class requested as a handler by the client + is, in fact, not a handler (it does not implement RequestHandler).</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/server/exceptions//class-useHandlingException.html" target="_top"><B>FRAMES</B></A> + <A HREF="HandlingException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/exceptions/class-use/NotAHandlerException.html b/doc/uk/org/ury/server/exceptions/class-use/NotAHandlerException.html new file mode 100644 index 0000000..76923dc --- /dev/null +++ b/doc/uk/org/ury/server/exceptions/class-use/NotAHandlerException.html @@ -0,0 +1,180 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.server.exceptions.NotAHandlerException +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.server.exceptions.NotAHandlerException"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/server/exceptions//class-useNotAHandlerException.html" target="_top"><B>FRAMES</B></A> + <A HREF="NotAHandlerException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.server.exceptions.NotAHandlerException</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../../uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions">NotAHandlerException</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.server"><B>uk.org.ury.server</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.server"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../../uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions">NotAHandlerException</A> in <A HREF="../../../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A> that throw <A HREF="../../../../../../uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions">NotAHandlerException</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> org.apache.http.HttpResponse</CODE></FONT></TD> +<TD><CODE><B>Server.</B><B><A HREF="../../../../../../uk/org/ury/server/Server.html#handleGet(java.util.List)">handleGet</A></B>(java.util.List<java.lang.String> buffer)</CODE> + +<BR> + Handle a HTTP GET request.</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/server/exceptions//class-useNotAHandlerException.html" target="_top"><B>FRAMES</B></A> + <A HREF="NotAHandlerException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/exceptions/package-frame.html b/doc/uk/org/ury/server/exceptions/package-frame.html new file mode 100644 index 0000000..4a740da --- /dev/null +++ b/doc/uk/org/ury/server/exceptions/package-frame.html @@ -0,0 +1,42 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +uk.org.ury.server.exceptions +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + + +</HEAD> + +<BODY BGCOLOR="white"> +<FONT size="+1" CLASS="FrameTitleFont"> +<A HREF="../../../../../uk/org/ury/server/exceptions/package-summary.html" target="classFrame">uk.org.ury.server.exceptions</A></FONT> +<TABLE BORDER="0" WIDTH="100%" SUMMARY=""> +<TR> +<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> +Exceptions</FONT> +<FONT CLASS="FrameItemFont"> +<BR> +<A HREF="BadRequestException.html" title="class in uk.org.ury.server.exceptions" target="classFrame">BadRequestException</A> +<BR> +<A HREF="HandleFailureException.html" title="class in uk.org.ury.server.exceptions" target="classFrame">HandleFailureException</A> +<BR> +<A HREF="HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions" target="classFrame">HandlerNotFoundException</A> +<BR> +<A HREF="HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions" target="classFrame">HandlerSetupFailureException</A> +<BR> +<A HREF="HandlingException.html" title="class in uk.org.ury.server.exceptions" target="classFrame">HandlingException</A> +<BR> +<A HREF="NotAHandlerException.html" title="class in uk.org.ury.server.exceptions" target="classFrame">NotAHandlerException</A></FONT></TD> +</TR> +</TABLE> + + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/exceptions/package-summary.html b/doc/uk/org/ury/server/exceptions/package-summary.html new file mode 100644 index 0000000..6687b8c --- /dev/null +++ b/doc/uk/org/ury/server/exceptions/package-summary.html @@ -0,0 +1,182 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +uk.org.ury.server.exceptions +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="uk.org.ury.server.exceptions"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/server/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../../uk/org/ury/show/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server/exceptions/package-summary.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<H2> +Package uk.org.ury.server.exceptions +</H2> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Exception Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions">BadRequestException</A></B></TD> +<TD>Exception thrown when the server meets a malformed request, or + part of one.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A></B></TD> +<TD>Generic exception thrown when a server request handler fails to + handle a request.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions">HandlerNotFoundException</A></B></TD> +<TD>Exception thrown when the server request handler requested + by the client is not * found in the class space.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions">HandlerSetupFailureException</A></B></TD> +<TD>Exception thrown when the server request handler requested + by the client cannot be set up to process the request.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A></B></TD> +<TD>Generic exception thrown when the server cannot handle a request.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions">NotAHandlerException</A></B></TD> +<TD>Exception thrown if the class requested as a handler by the client + is, in fact, not a handler (it does not implement RequestHandler).</TD> +</TR> +</TABLE> + + +<P> +<DL> +</DL> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/server/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../../uk/org/ury/show/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server/exceptions/package-summary.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/exceptions/package-tree.html b/doc/uk/org/ury/server/exceptions/package-tree.html new file mode 100644 index 0000000..25cf80a --- /dev/null +++ b/doc/uk/org/ury/server/exceptions/package-tree.html @@ -0,0 +1,160 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +uk.org.ury.server.exceptions Class Hierarchy +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="uk.org.ury.server.exceptions Class Hierarchy"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/server/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../../uk/org/ury/show/package-tree.html"><B>NEXT</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server/exceptions/package-tree.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +Hierarchy For Package uk.org.ury.server.exceptions +</H2> +</CENTER> +<DL> +<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../overview-tree.html">All Packages</A></DL> +<HR> +<H2> +Class Hierarchy +</H2> +<UL> +<LI TYPE="circle">java.lang.Object<UL> +<LI TYPE="circle">java.lang.Throwable (implements java.io.Serializable) +<UL> +<LI TYPE="circle">java.lang.Exception<UL> +<LI TYPE="circle">uk.org.ury.server.exceptions.<A HREF="../../../../../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions"><B>HandlingException</B></A><UL> +<LI TYPE="circle">uk.org.ury.server.exceptions.<A HREF="../../../../../uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions"><B>BadRequestException</B></A><LI TYPE="circle">uk.org.ury.server.exceptions.<A HREF="../../../../../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions"><B>HandleFailureException</B></A><LI TYPE="circle">uk.org.ury.server.exceptions.<A HREF="../../../../../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions"><B>HandlerNotFoundException</B></A><LI TYPE="circle">uk.org.ury.server.exceptions.<A HREF="../../../../../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions"><B>HandlerSetupFailureException</B></A><LI TYPE="circle">uk.org.ury.server.exceptions.<A HREF="../../../../../uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions"><B>NotAHandlerException</B></A></UL> +</UL> +</UL> +</UL> +</UL> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/server/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../../uk/org/ury/show/package-tree.html"><B>NEXT</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server/exceptions/package-tree.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/exceptions/package-use.html b/doc/uk/org/ury/server/exceptions/package-use.html new file mode 100644 index 0000000..44ad46a --- /dev/null +++ b/doc/uk/org/ury/server/exceptions/package-use.html @@ -0,0 +1,238 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Package uk.org.ury.server.exceptions +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Package uk.org.ury.server.exceptions"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server/exceptions/package-use.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Package<br>uk.org.ury.server.exceptions</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.library"><B>uk.org.ury.library</B></A></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.server"><B>uk.org.ury.server</B></A></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.server.exceptions"><B>uk.org.ury.server.exceptions</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.library"><!-- --></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="../../../../../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A> used by <A HREF="../../../../../uk/org/ury/library/package-summary.html">uk.org.ury.library</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../uk/org/ury/server/exceptions/class-use/HandleFailureException.html#uk.org.ury.library"><B>HandleFailureException</B></A></B> + +<BR> + Generic exception thrown when a server request handler fails to + handle a request.</TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.server"><!-- --></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="../../../../../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A> used by <A HREF="../../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../uk/org/ury/server/exceptions/class-use/BadRequestException.html#uk.org.ury.server"><B>BadRequestException</B></A></B> + +<BR> + Exception thrown when the server meets a malformed request, or + part of one.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../uk/org/ury/server/exceptions/class-use/HandleFailureException.html#uk.org.ury.server"><B>HandleFailureException</B></A></B> + +<BR> + Generic exception thrown when a server request handler fails to + handle a request.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../uk/org/ury/server/exceptions/class-use/HandlerNotFoundException.html#uk.org.ury.server"><B>HandlerNotFoundException</B></A></B> + +<BR> + Exception thrown when the server request handler requested + by the client is not * found in the class space.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../uk/org/ury/server/exceptions/class-use/HandlerSetupFailureException.html#uk.org.ury.server"><B>HandlerSetupFailureException</B></A></B> + +<BR> + Exception thrown when the server request handler requested + by the client cannot be set up to process the request.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../uk/org/ury/server/exceptions/class-use/NotAHandlerException.html#uk.org.ury.server"><B>NotAHandlerException</B></A></B> + +<BR> + Exception thrown if the class requested as a handler by the client + is, in fact, not a handler (it does not implement RequestHandler).</TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.server.exceptions"><!-- --></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="../../../../../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A> used by <A HREF="../../../../../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../uk/org/ury/server/exceptions/class-use/HandlingException.html#uk.org.ury.server.exceptions"><B>HandlingException</B></A></B> + +<BR> + Generic exception thrown when the server cannot handle a request.</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/server/exceptions/package-use.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/package-frame.html b/doc/uk/org/ury/server/package-frame.html new file mode 100644 index 0000000..4385631 --- /dev/null +++ b/doc/uk/org/ury/server/package-frame.html @@ -0,0 +1,47 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +uk.org.ury.server +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + + +</HEAD> + +<BODY BGCOLOR="white"> +<FONT size="+1" CLASS="FrameTitleFont"> +<A HREF="../../../../uk/org/ury/server/package-summary.html" target="classFrame">uk.org.ury.server</A></FONT> +<TABLE BORDER="0" WIDTH="100%" SUMMARY=""> +<TR> +<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> +Interfaces</FONT> +<FONT CLASS="FrameItemFont"> +<BR> +<A HREF="RequestHandler.html" title="interface in uk.org.ury.server" target="classFrame"><I>RequestHandler</I></A></FONT></TD> +</TR> +</TABLE> + + +<TABLE BORDER="0" WIDTH="100%" SUMMARY=""> +<TR> +<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> +Classes</FONT> +<FONT CLASS="FrameItemFont"> +<BR> +<A HREF="Server.html" title="class in uk.org.ury.server" target="classFrame">Server</A> +<BR> +<A HREF="ServerProtocol.html" title="class in uk.org.ury.server" target="classFrame">ServerProtocol</A> +<BR> +<A HREF="ServerRequestHandler.html" title="class in uk.org.ury.server" target="classFrame">ServerRequestHandler</A></FONT></TD> +</TR> +</TABLE> + + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/package-summary.html b/doc/uk/org/ury/server/package-summary.html new file mode 100644 index 0000000..9c9a7e4 --- /dev/null +++ b/doc/uk/org/ury/server/package-summary.html @@ -0,0 +1,180 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +uk.org.ury.server +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="uk.org.ury.server"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../uk/org/ury/protocol/exceptions/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../uk/org/ury/server/exceptions/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/server/package-summary.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<H2> +Package uk.org.ury.server +</H2> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Interface Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server">RequestHandler</A></B></TD> +<TD>Interface for classes that can handle requests addressed to their + class name from the main server.</TD> +</TR> +</TABLE> + + +<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>Class Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A></B></TD> +<TD>The unified URY server, accepting requests over HTTP.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../uk/org/ury/server/ServerProtocol.html" title="class in uk.org.ury.server">ServerProtocol</A></B></TD> +<TD>The BAPS server protocol (a minimal implementation of HTTP 1.1) handler.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../uk/org/ury/server/ServerRequestHandler.html" title="class in uk.org.ury.server">ServerRequestHandler</A></B></TD> +<TD>A request handler for server queries.</TD> +</TR> +</TABLE> + + +<P> +<DL> +</DL> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../uk/org/ury/protocol/exceptions/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../uk/org/ury/server/exceptions/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/server/package-summary.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/package-tree.html b/doc/uk/org/ury/server/package-tree.html new file mode 100644 index 0000000..d056887 --- /dev/null +++ b/doc/uk/org/ury/server/package-tree.html @@ -0,0 +1,159 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +uk.org.ury.server Class Hierarchy +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="uk.org.ury.server Class Hierarchy"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../uk/org/ury/protocol/exceptions/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../uk/org/ury/server/exceptions/package-tree.html"><B>NEXT</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/server/package-tree.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +Hierarchy For Package uk.org.ury.server +</H2> +</CENTER> +<DL> +<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../overview-tree.html">All Packages</A></DL> +<HR> +<H2> +Class Hierarchy +</H2> +<UL> +<LI TYPE="circle">java.lang.Object<UL> +<LI TYPE="circle">uk.org.ury.server.<A HREF="../../../../uk/org/ury/server/Server.html" title="class in uk.org.ury.server"><B>Server</B></A><LI TYPE="circle">uk.org.ury.server.<A HREF="../../../../uk/org/ury/server/ServerProtocol.html" title="class in uk.org.ury.server"><B>ServerProtocol</B></A><LI TYPE="circle">uk.org.ury.server.<A HREF="../../../../uk/org/ury/server/ServerRequestHandler.html" title="class in uk.org.ury.server"><B>ServerRequestHandler</B></A> (implements uk.org.ury.server.<A HREF="../../../../uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server">RequestHandler</A>) +</UL> +</UL> +<H2> +Interface Hierarchy +</H2> +<UL> +<LI TYPE="circle">uk.org.ury.server.<A HREF="../../../../uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server"><B>RequestHandler</B></A></UL> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../uk/org/ury/protocol/exceptions/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../uk/org/ury/server/exceptions/package-tree.html"><B>NEXT</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/server/package-tree.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/server/package-use.html b/doc/uk/org/ury/server/package-use.html new file mode 100644 index 0000000..51349ea --- /dev/null +++ b/doc/uk/org/ury/server/package-use.html @@ -0,0 +1,203 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Package uk.org.ury.server +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Package uk.org.ury.server"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/server/package-use.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Package<br>uk.org.ury.server</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.library"><B>uk.org.ury.library</B></A></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.server"><B>uk.org.ury.server</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.library"><!-- --></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="../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A> used by <A HREF="../../../../uk/org/ury/library/package-summary.html">uk.org.ury.library</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../uk/org/ury/server/class-use/RequestHandler.html#uk.org.ury.library"><B>RequestHandler</B></A></B> + +<BR> + Interface for classes that can handle requests addressed to their + class name from the main server.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../uk/org/ury/server/class-use/Server.html#uk.org.ury.library"><B>Server</B></A></B> + +<BR> + The unified URY server, accepting requests over HTTP.</TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.server"><!-- --></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="../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A> used by <A HREF="../../../../uk/org/ury/server/package-summary.html">uk.org.ury.server</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../uk/org/ury/server/class-use/RequestHandler.html#uk.org.ury.server"><B>RequestHandler</B></A></B> + +<BR> + Interface for classes that can handle requests addressed to their + class name from the main server.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../uk/org/ury/server/class-use/Server.html#uk.org.ury.server"><B>Server</B></A></B> + +<BR> + The unified URY server, accepting requests over HTTP.</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/server/package-use.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/show/ShowChannel.html b/doc/uk/org/ury/show/ShowChannel.html index 823b279..d04bb5f 100644 --- a/doc/uk/org/ury/show/ShowChannel.html +++ b/doc/uk/org/ury/show/ShowChannel.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:44 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:32 GMT 2011 --> <TITLE> ShowChannel </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -56,7 +56,7 @@ function windowTitle() <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV CLASS - <A HREF="../../../../uk/org/ury/show/ShowItem.html" title="class in uk.org.ury.show"><B>NEXT CLASS</B></A></FONT></TD> + <A HREF="../../../../uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?uk/org/ury/show/ShowChannel.html" target="_top"><B>FRAMES</B></A> <A HREF="ShowChannel.html" target="_top"><B>NO FRAMES</B></A> @@ -144,8 +144,8 @@ A channel of ShowItems in a show. <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="../../../../uk/org/ury/show/ShowChannel.html#add(int, uk.org.ury.show.ShowItem)">add</A></B>(int index, - <A HREF="../../../../uk/org/ury/show/ShowItem.html" title="class in uk.org.ury.show">ShowItem</A> item)</CODE> +<TD><CODE><B><A HREF="../../../../uk/org/ury/show/ShowChannel.html#add(int, uk.org.ury.show.item.ShowItem)">add</A></B>(int index, + <A HREF="../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A> item)</CODE> <BR> Add a new item to the channel.</TD> @@ -153,14 +153,14 @@ A channel of ShowItems in a show. <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="../../../../uk/org/ury/show/ShowChannel.html#add(uk.org.ury.show.ShowItem)">add</A></B>(<A HREF="../../../../uk/org/ury/show/ShowItem.html" title="class in uk.org.ury.show">ShowItem</A> item)</CODE> +<TD><CODE><B><A HREF="../../../../uk/org/ury/show/ShowChannel.html#add(uk.org.ury.show.item.ShowItem)">add</A></B>(<A HREF="../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A> item)</CODE> <BR> Add a new item to the end of the channel.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="../../../../uk/org/ury/show/ShowItem.html" title="class in uk.org.ury.show">ShowItem</A></CODE></FONT></TD> +<CODE> <A HREF="../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../uk/org/ury/show/ShowChannel.html#get(int)">get</A></B>(int index)</CODE> <BR> @@ -233,11 +233,11 @@ public <B>ShowChannel</B>()</PRE> </TR> </TABLE> -<A NAME="add(int, uk.org.ury.show.ShowItem)"><!-- --></A><H3> +<A NAME="add(int, uk.org.ury.show.item.ShowItem)"><!-- --></A><H3> add</H3> <PRE> public void <B>add</B>(int index, - <A HREF="../../../../uk/org/ury/show/ShowItem.html" title="class in uk.org.ury.show">ShowItem</A> item)</PRE> + <A HREF="../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A> item)</PRE> <DL> <DD>Add a new item to the channel. <P> @@ -251,10 +251,10 @@ public void <B>add</B>(int index, </DL> <HR> -<A NAME="add(uk.org.ury.show.ShowItem)"><!-- --></A><H3> +<A NAME="add(uk.org.ury.show.item.ShowItem)"><!-- --></A><H3> add</H3> <PRE> -public void <B>add</B>(<A HREF="../../../../uk/org/ury/show/ShowItem.html" title="class in uk.org.ury.show">ShowItem</A> item)</PRE> +public void <B>add</B>(<A HREF="../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A> item)</PRE> <DL> <DD>Add a new item to the end of the channel. <P> @@ -267,7 +267,7 @@ public void <B>add</B>(<A HREF="../../../../uk/org/ury/show/ShowItem.html" title <A NAME="get(int)"><!-- --></A><H3> get</H3> <PRE> -public <A HREF="../../../../uk/org/ury/show/ShowItem.html" title="class in uk.org.ury.show">ShowItem</A> <B>get</B>(int index)</PRE> +public <A HREF="../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A> <B>get</B>(int index)</PRE> <DL> <DD>Retrieve an item from the channel. <P> @@ -337,7 +337,7 @@ public int <B>getSize</B>()</PRE> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV CLASS - <A HREF="../../../../uk/org/ury/show/ShowItem.html" title="class in uk.org.ury.show"><B>NEXT CLASS</B></A></FONT></TD> + <A HREF="../../../../uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?uk/org/ury/show/ShowChannel.html" target="_top"><B>FRAMES</B></A> <A HREF="ShowChannel.html" target="_top"><B>NO FRAMES</B></A> diff --git a/doc/uk/org/ury/show/ShowUtils.html b/doc/uk/org/ury/show/ShowUtils.html index 67b3d0f..c4bd122 100644 --- a/doc/uk/org/ury/show/ShowUtils.html +++ b/doc/uk/org/ury/show/ShowUtils.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:44 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:32 GMT 2011 --> <TITLE> ShowUtils </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -55,7 +55,7 @@ function windowTitle() <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../uk/org/ury/show/ShowItemProperty.html" title="enum in uk.org.ury.show"><B>PREV CLASS</B></A> + <A HREF="../../../../uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?uk/org/ury/show/ShowUtils.html" target="_top"><B>FRAMES</B></A> @@ -157,7 +157,7 @@ A set of common utility routines to facilitate the extraction of </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static java.util.List<<A HREF="../../../../uk/org/ury/show/ShowItem.html" title="class in uk.org.ury.show">ShowItem</A>></CODE></FONT></TD> +<CODE>static java.util.List<<A HREF="../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A>></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../uk/org/ury/show/ShowUtils.html#getChannelList(uk.org.ury.database.DatabaseDriver, int, int)">getChannelList</A></B>(<A HREF="../../../../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A> db, int showID, int channel)</CODE> @@ -263,7 +263,7 @@ public static java.util.List<java.lang.String> <B>getPublicFolders</B>(<A <A NAME="getChannelList(uk.org.ury.database.DatabaseDriver, int, int)"><!-- --></A><H3> getChannelList</H3> <PRE> -public static java.util.List<<A HREF="../../../../uk/org/ury/show/ShowItem.html" title="class in uk.org.ury.show">ShowItem</A>> <B>getChannelList</B>(<A HREF="../../../../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A> db, +public static java.util.List<<A HREF="../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A>> <B>getChannelList</B>(<A HREF="../../../../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A> db, int showID, int channel) throws <A HREF="../../../../uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions">QueryFailureException</A></PRE> @@ -315,7 +315,7 @@ public static java.util.List<<A HREF="../../../../uk/org/ury/show/ShowItem.ht <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../uk/org/ury/show/ShowItemProperty.html" title="enum in uk.org.ury.show"><B>PREV CLASS</B></A> + <A HREF="../../../../uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?uk/org/ury/show/ShowUtils.html" target="_top"><B>FRAMES</B></A> diff --git a/doc/uk/org/ury/show/class-use/ShowChannel.html b/doc/uk/org/ury/show/class-use/ShowChannel.html index 0a55ca7..bbf6194 100644 --- a/doc/uk/org/ury/show/class-use/ShowChannel.html +++ b/doc/uk/org/ury/show/class-use/ShowChannel.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.show.ShowChannel </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/show/class-use/ShowUtils.html b/doc/uk/org/ury/show/class-use/ShowUtils.html index 729352d..8dc38f1 100644 --- a/doc/uk/org/ury/show/class-use/ShowUtils.html +++ b/doc/uk/org/ury/show/class-use/ShowUtils.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.show.ShowUtils </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/show/item/ShowItem.html b/doc/uk/org/ury/show/item/ShowItem.html new file mode 100644 index 0000000..5c48bf4 --- /dev/null +++ b/doc/uk/org/ury/show/item/ShowItem.html @@ -0,0 +1,278 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:36 GMT 2011 --> +<TITLE> +ShowItem +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ShowItem"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ShowItem.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/show/item/ShowItem.html" target="_top"><B>FRAMES</B></A> + <A HREF="ShowItem.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.show.item</FONT> +<BR> +Class ShowItem</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">uk.org.ury.database.DatabaseItem</A><<A HREF="../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A>,java.lang.String> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.show.item.ShowItem</B> +</PRE> +<HR> +<DL> +<DT><PRE>public class <B>ShowItem</B><DT>extends <A HREF="../../../../../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A><<A HREF="../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A>,java.lang.String></DL> +</PRE> + +<P> +An item in the show database. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +</DL> +<HR> + +<P> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/show/item/ShowItem.html#ShowItem(java.util.Map)">ShowItem</A></B>(java.util.Map<<A HREF="../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A>,java.lang.String> properties)</CODE> + +<BR> + Construct a new ShowItem.</TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/show/item/ShowItem.html#toString()">toString</A></B>()</CODE> + +<BR> + </TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_uk.org.ury.database.DatabaseItem"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class uk.org.ury.database.<A HREF="../../../../../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A></B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><A HREF="../../../../../uk/org/ury/database/DatabaseItem.html#asResponse()">asResponse</A>, <A HREF="../../../../../uk/org/ury/database/DatabaseItem.html#get(E)">get</A>, <A HREF="../../../../../uk/org/ury/database/DatabaseItem.html#has(E)">has</A></CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="ShowItem(java.util.Map)"><!-- --></A><H3> +ShowItem</H3> +<PRE> +public <B>ShowItem</B>(java.util.Map<<A HREF="../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A>,java.lang.String> properties)</PRE> +<DL> +<DD>Construct a new ShowItem. +<P> +<DL> +<DT><B>Parameters:</B><DD><CODE>properties</CODE> - The map of properties to store in the show item.</DL> +</DL> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></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>Method Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="toString()"><!-- --></A><H3> +toString</H3> +<PRE> +public java.lang.String <B>toString</B>()</PRE> +<DL> +<DD><DL> +<DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL> +</DD> +<DD><DL> + +<DT><B>Returns:</B><DD>a string representation of the ShowItem.</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ShowItem.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/show/item/ShowItem.html" target="_top"><B>FRAMES</B></A> + <A HREF="ShowItem.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/show/item/ShowItemProperty.html b/doc/uk/org/ury/show/item/ShowItemProperty.html new file mode 100644 index 0000000..35cb996 --- /dev/null +++ b/doc/uk/org/ury/show/item/ShowItemProperty.html @@ -0,0 +1,382 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:36 GMT 2011 --> +<TITLE> +ShowItemProperty +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ShowItemProperty"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ShowItemProperty.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item"><B>PREV CLASS</B></A> + NEXT CLASS</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/show/item/ShowItemProperty.html" target="_top"><B>FRAMES</B></A> + <A HREF="ShowItemProperty.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | <A HREF="#enum_constant_summary">ENUM CONSTANTS</A> | <A HREF="#field_summary">FIELD</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: <A HREF="#enum_constant_detail">ENUM CONSTANTS</A> | <A HREF="#field_detail">FIELD</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.show.item</FONT> +<BR> +Enum ShowItemProperty</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum<<A HREF="../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A>> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.show.item.ShowItemProperty</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable<<A HREF="../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A>></DD> +</DL> +<HR> +<DL> +<DT><PRE>public enum <B>ShowItemProperty</B><DT>extends java.lang.Enum<<A HREF="../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A>></DL> +</PRE> + +<P> +Enumeration of the parameters that are stored in a ShowItem. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +</DL> +<HR> + +<P> +<!-- =========== ENUM CONSTANT SUMMARY =========== --> + +<A NAME="enum_constant_summary"><!-- --></A> +<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 Constant Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/show/item/ShowItemProperty.html#NAME1">NAME1</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/show/item/ShowItemProperty.html#NAME2">NAME2</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/show/item/ShowItemProperty.html#POSITION">POSITION</A></B></CODE> + +<BR> + </TD> +</TR> +</TABLE> + <!-- =========== FIELD SUMMARY =========== --> + +<A NAME="field_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Field Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/show/item/ShowItemProperty.html#sql">sql</A></B></CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/show/item/ShowItemProperty.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String name)</CODE> + +<BR> + Returns the enum constant of this type with the specified name.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A>[]</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/show/item/ShowItemProperty.html#values()">values</A></B>()</CODE> + +<BR> + Returns an array containing the constants of this enum type, in +the order they are declared.</TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Enum</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>getClass, notify, notifyAll, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ============ ENUM CONSTANT DETAIL =========== --> + +<A NAME="enum_constant_detail"><!-- --></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>Enum Constant Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="NAME1"><!-- --></A><H3> +NAME1</H3> +<PRE> +public static final <A HREF="../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A> <B>NAME1</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="NAME2"><!-- --></A><H3> +NAME2</H3> +<PRE> +public static final <A HREF="../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A> <B>NAME2</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="POSITION"><!-- --></A><H3> +POSITION</H3> +<PRE> +public static final <A HREF="../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A> <B>POSITION</B></PRE> +<DL> +<DL> +</DL> +</DL> + +<!-- ============ FIELD DETAIL =========== --> + +<A NAME="field_detail"><!-- --></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>Field Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="sql"><!-- --></A><H3> +sql</H3> +<PRE> +public final java.lang.String <B>sql</B></PRE> +<DL> +<DL> +</DL> +</DL> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></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>Method Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="values()"><!-- --></A><H3> +values</H3> +<PRE> +public static <A HREF="../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A>[] <B>values</B>()</PRE> +<DL> +<DD>Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +<pre> +for (ShowItemProperty c : ShowItemProperty.values()) + System.out.println(c); +</pre> +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>an array containing the constants of this enum type, in +the order they are declared</DL> +</DD> +</DL> +<HR> + +<A NAME="valueOf(java.lang.String)"><!-- --></A><H3> +valueOf</H3> +<PRE> +public static <A HREF="../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A> <B>valueOf</B>(java.lang.String name)</PRE> +<DL> +<DD>Returns the enum constant of this type with the specified name. +The string must match <I>exactly</I> an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the enum constant to be returned. +<DT><B>Returns:</B><DD>the enum constant with the specified name +<DT><B>Throws:</B> +<DD><CODE>java.lang.IllegalArgumentException</CODE> - if this enum type has no constant +with the specified name +<DD><CODE>java.lang.NullPointerException</CODE> - if the argument is null</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ShowItemProperty.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item"><B>PREV CLASS</B></A> + NEXT CLASS</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/show/item/ShowItemProperty.html" target="_top"><B>FRAMES</B></A> + <A HREF="ShowItemProperty.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | <A HREF="#enum_constant_summary">ENUM CONSTANTS</A> | <A HREF="#field_summary">FIELD</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: <A HREF="#enum_constant_detail">ENUM CONSTANTS</A> | <A HREF="#field_detail">FIELD</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/show/item/class-use/ShowItem.html b/doc/uk/org/ury/show/item/class-use/ShowItem.html new file mode 100644 index 0000000..35b6def --- /dev/null +++ b/doc/uk/org/ury/show/item/class-use/ShowItem.html @@ -0,0 +1,224 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.show.item.ShowItem +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.show.item.ShowItem"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/show/item//class-useShowItem.html" target="_top"><B>FRAMES</B></A> + <A HREF="ShowItem.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.show.item.ShowItem</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.show"><B>uk.org.ury.show</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.show"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A> in <A HREF="../../../../../../uk/org/ury/show/package-summary.html">uk.org.ury.show</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../uk/org/ury/show/package-summary.html">uk.org.ury.show</A> that return <A HREF="../../../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A></CODE></FONT></TD> +<TD><CODE><B>ShowChannel.</B><B><A HREF="../../../../../../uk/org/ury/show/ShowChannel.html#get(int)">get</A></B>(int index)</CODE> + +<BR> + Retrieve an item from the channel.</TD> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../uk/org/ury/show/package-summary.html">uk.org.ury.show</A> that return types with arguments of type <A HREF="../../../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static java.util.List<<A HREF="../../../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A>></CODE></FONT></TD> +<TD><CODE><B>ShowUtils.</B><B><A HREF="../../../../../../uk/org/ury/show/ShowUtils.html#getChannelList(uk.org.ury.database.DatabaseDriver, int, int)">getChannelList</A></B>(<A HREF="../../../../../../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A> db, + int showID, + int channel)</CODE> + +<BR> + Given a show and a channel, retrieve a list of all show items + bound to that channel for the show.</TD> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../uk/org/ury/show/package-summary.html">uk.org.ury.show</A> with parameters of type <A HREF="../../../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B>ShowChannel.</B><B><A HREF="../../../../../../uk/org/ury/show/ShowChannel.html#add(int, uk.org.ury.show.item.ShowItem)">add</A></B>(int index, + <A HREF="../../../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A> item)</CODE> + +<BR> + Add a new item to the channel.</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>ShowChannel.</B><B><A HREF="../../../../../../uk/org/ury/show/ShowChannel.html#add(uk.org.ury.show.item.ShowItem)">add</A></B>(<A HREF="../../../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A> item)</CODE> + +<BR> + Add a new item to the end of the channel.</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/show/item//class-useShowItem.html" target="_top"><B>FRAMES</B></A> + <A HREF="ShowItem.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/show/item/class-use/ShowItemProperty.html b/doc/uk/org/ury/show/item/class-use/ShowItemProperty.html new file mode 100644 index 0000000..66a0d20 --- /dev/null +++ b/doc/uk/org/ury/show/item/class-use/ShowItemProperty.html @@ -0,0 +1,203 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.show.item.ShowItemProperty +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.show.item.ShowItemProperty"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/show/item//class-useShowItemProperty.html" target="_top"><B>FRAMES</B></A> + <A HREF="ShowItemProperty.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.show.item.ShowItemProperty</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.show.item"><B>uk.org.ury.show.item</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.show.item"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A> in <A HREF="../../../../../../uk/org/ury/show/item/package-summary.html">uk.org.ury.show.item</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../uk/org/ury/show/item/package-summary.html">uk.org.ury.show.item</A> that return <A HREF="../../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A></CODE></FONT></TD> +<TD><CODE><B>ShowItemProperty.</B><B><A HREF="../../../../../../uk/org/ury/show/item/ShowItemProperty.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String name)</CODE> + +<BR> + Returns the enum constant of this type with the specified name.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A>[]</CODE></FONT></TD> +<TD><CODE><B>ShowItemProperty.</B><B><A HREF="../../../../../../uk/org/ury/show/item/ShowItemProperty.html#values()">values</A></B>()</CODE> + +<BR> + Returns an array containing the constants of this enum type, in +the order they are declared.</TD> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Constructor parameters in <A HREF="../../../../../../uk/org/ury/show/item/package-summary.html">uk.org.ury.show.item</A> with type arguments of type <A HREF="../../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../../uk/org/ury/show/item/ShowItem.html#ShowItem(java.util.Map)">ShowItem</A></B>(java.util.Map<<A HREF="../../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A>,java.lang.String> properties)</CODE> + +<BR> + Construct a new ShowItem.</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/show/item//class-useShowItemProperty.html" target="_top"><B>FRAMES</B></A> + <A HREF="ShowItemProperty.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/show/item/package-frame.html b/doc/uk/org/ury/show/item/package-frame.html new file mode 100644 index 0000000..9fe2752 --- /dev/null +++ b/doc/uk/org/ury/show/item/package-frame.html @@ -0,0 +1,43 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +uk.org.ury.show.item +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + + +</HEAD> + +<BODY BGCOLOR="white"> +<FONT size="+1" CLASS="FrameTitleFont"> +<A HREF="../../../../../uk/org/ury/show/item/package-summary.html" target="classFrame">uk.org.ury.show.item</A></FONT> +<TABLE BORDER="0" WIDTH="100%" SUMMARY=""> +<TR> +<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> +Classes</FONT> +<FONT CLASS="FrameItemFont"> +<BR> +<A HREF="ShowItem.html" title="class in uk.org.ury.show.item" target="classFrame">ShowItem</A></FONT></TD> +</TR> +</TABLE> + + +<TABLE BORDER="0" WIDTH="100%" SUMMARY=""> +<TR> +<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> +Enums</FONT> +<FONT CLASS="FrameItemFont"> +<BR> +<A HREF="ShowItemProperty.html" title="enum in uk.org.ury.show.item" target="classFrame">ShowItemProperty</A></FONT></TD> +</TR> +</TABLE> + + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/show/item/package-summary.html b/doc/uk/org/ury/show/item/package-summary.html new file mode 100644 index 0000000..3207cb5 --- /dev/null +++ b/doc/uk/org/ury/show/item/package-summary.html @@ -0,0 +1,171 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +uk.org.ury.show.item +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="uk.org.ury.show.item"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/show/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../../uk/org/ury/show/viewer/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/show/item/package-summary.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<H2> +Package uk.org.ury.show.item +</H2> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Class Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A></B></TD> +<TD>An item in the show database.</TD> +</TR> +</TABLE> + + +<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="../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A></B></TD> +<TD>Enumeration of the parameters that are stored in a ShowItem.</TD> +</TR> +</TABLE> + + +<P> +<DL> +</DL> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/show/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../../uk/org/ury/show/viewer/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/show/item/package-summary.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/show/item/package-tree.html b/doc/uk/org/ury/show/item/package-tree.html new file mode 100644 index 0000000..16d5326 --- /dev/null +++ b/doc/uk/org/ury/show/item/package-tree.html @@ -0,0 +1,165 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +uk.org.ury.show.item Class Hierarchy +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="uk.org.ury.show.item Class Hierarchy"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/show/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../../uk/org/ury/show/viewer/package-tree.html"><B>NEXT</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/show/item/package-tree.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +Hierarchy For Package uk.org.ury.show.item +</H2> +</CENTER> +<DL> +<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../overview-tree.html">All Packages</A></DL> +<HR> +<H2> +Class Hierarchy +</H2> +<UL> +<LI TYPE="circle">java.lang.Object<UL> +<LI TYPE="circle">uk.org.ury.database.<A HREF="../../../../../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database"><B>DatabaseItem</B></A><E,T><UL> +<LI TYPE="circle">uk.org.ury.show.item.<A HREF="../../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item"><B>ShowItem</B></A></UL> +</UL> +</UL> +<H2> +Enum Hierarchy +</H2> +<UL> +<LI TYPE="circle">java.lang.Object<UL> +<LI TYPE="circle">java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) +<UL> +<LI TYPE="circle">uk.org.ury.show.item.<A HREF="../../../../../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item"><B>ShowItemProperty</B></A></UL> +</UL> +</UL> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../uk/org/ury/show/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../../uk/org/ury/show/viewer/package-tree.html"><B>NEXT</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/show/item/package-tree.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/show/item/package-use.html b/doc/uk/org/ury/show/item/package-use.html new file mode 100644 index 0000000..adf545c --- /dev/null +++ b/doc/uk/org/ury/show/item/package-use.html @@ -0,0 +1,189 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Package uk.org.ury.show.item +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Package uk.org.ury.show.item"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/show/item/package-use.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Package<br>uk.org.ury.show.item</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../uk/org/ury/show/item/package-summary.html">uk.org.ury.show.item</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.show"><B>uk.org.ury.show</B></A></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.show.item"><B>uk.org.ury.show.item</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.show"><!-- --></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="../../../../../uk/org/ury/show/item/package-summary.html">uk.org.ury.show.item</A> used by <A HREF="../../../../../uk/org/ury/show/package-summary.html">uk.org.ury.show</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../uk/org/ury/show/item/class-use/ShowItem.html#uk.org.ury.show"><B>ShowItem</B></A></B> + +<BR> + An item in the show database.</TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.show.item"><!-- --></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="../../../../../uk/org/ury/show/item/package-summary.html">uk.org.ury.show.item</A> used by <A HREF="../../../../../uk/org/ury/show/item/package-summary.html">uk.org.ury.show.item</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../uk/org/ury/show/item/class-use/ShowItemProperty.html#uk.org.ury.show.item"><B>ShowItemProperty</B></A></B> + +<BR> + Enumeration of the parameters that are stored in a ShowItem.</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/show/item/package-use.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/show/package-frame.html b/doc/uk/org/ury/show/package-frame.html index 94c7b4d..716012e 100644 --- a/doc/uk/org/ury/show/package-frame.html +++ b/doc/uk/org/ury/show/package-frame.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.show </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -25,23 +25,10 @@ Classes</FONT> <BR> <A HREF="ShowChannel.html" title="class in uk.org.ury.show" target="classFrame">ShowChannel</A> <BR> -<A HREF="ShowItem.html" title="class in uk.org.ury.show" target="classFrame">ShowItem</A> -<BR> <A HREF="ShowUtils.html" title="class in uk.org.ury.show" target="classFrame">ShowUtils</A></FONT></TD> </TR> </TABLE> -<TABLE BORDER="0" WIDTH="100%" SUMMARY=""> -<TR> -<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> -Enums</FONT> -<FONT CLASS="FrameItemFont"> -<BR> -<A HREF="ShowItemProperty.html" title="enum in uk.org.ury.show" target="classFrame">ShowItemProperty</A></FONT></TD> -</TR> -</TABLE> - - </BODY> </HTML> diff --git a/doc/uk/org/ury/show/package-summary.html b/doc/uk/org/ury/show/package-summary.html index 4a77c20..239f944 100644 --- a/doc/uk/org/ury/show/package-summary.html +++ b/doc/uk/org/ury/show/package-summary.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.show </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <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="../../../../uk/org/ury/library/viewer/package-summary.html"><B>PREV PACKAGE</B></A> - <A HREF="../../../../uk/org/ury/show/viewer/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> + <A HREF="../../../../uk/org/ury/server/exceptions/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../uk/org/ury/show/item/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?uk/org/ury/show/package-summary.html" target="_top"><B>FRAMES</B></A> <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> @@ -93,10 +93,6 @@ Package uk.org.ury.show <TD>A channel of ShowItems in a show.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD WIDTH="15%"><B><A HREF="../../../../uk/org/ury/show/ShowItem.html" title="class in uk.org.ury.show">ShowItem</A></B></TD> -<TD>An item in the show database.</TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show">ShowUtils</A></B></TD> <TD>A set of common utility routines to facilitate the extraction of show items from the show storage areas of the URY database.</TD> @@ -105,20 +101,6 @@ Package uk.org.ury.show <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="../../../../uk/org/ury/show/ShowItemProperty.html" title="enum in uk.org.ury.show">ShowItemProperty</A></B></TD> -<TD>Enumeration of the parameters that are stored in a ShowItem.</TD> -</TR> -</TABLE> - - -<P> <DL> </DL> <HR> @@ -151,8 +133,8 @@ Package uk.org.ury.show <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../uk/org/ury/library/viewer/package-summary.html"><B>PREV PACKAGE</B></A> - <A HREF="../../../../uk/org/ury/show/viewer/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> + <A HREF="../../../../uk/org/ury/server/exceptions/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../uk/org/ury/show/item/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?uk/org/ury/show/package-summary.html" target="_top"><B>FRAMES</B></A> <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> diff --git a/doc/uk/org/ury/show/package-tree.html b/doc/uk/org/ury/show/package-tree.html index b222998..7b1eafb 100644 --- a/doc/uk/org/ury/show/package-tree.html +++ b/doc/uk/org/ury/show/package-tree.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.show Class Hierarchy </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <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="../../../../uk/org/ury/library/viewer/package-tree.html"><B>PREV</B></A> - <A HREF="../../../../uk/org/ury/show/viewer/package-tree.html"><B>NEXT</B></A></FONT></TD> + <A HREF="../../../../uk/org/ury/server/exceptions/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../uk/org/ury/show/item/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?uk/org/ury/show/package-tree.html" target="_top"><B>FRAMES</B></A> <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> @@ -95,20 +95,8 @@ Class Hierarchy <LI TYPE="circle">javax.swing.AbstractListModel (implements javax.swing.ListModel, java.io.Serializable) <UL> <LI TYPE="circle">uk.org.ury.show.<A HREF="../../../../uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show"><B>ShowChannel</B></A></UL> -<LI TYPE="circle">uk.org.ury.database.<A HREF="../../../../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database"><B>DatabaseItem</B></A><E,T><UL> -<LI TYPE="circle">uk.org.ury.show.<A HREF="../../../../uk/org/ury/show/ShowItem.html" title="class in uk.org.ury.show"><B>ShowItem</B></A></UL> <LI TYPE="circle">uk.org.ury.show.<A HREF="../../../../uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show"><B>ShowUtils</B></A></UL> </UL> -<H2> -Enum Hierarchy -</H2> -<UL> -<LI TYPE="circle">java.lang.Object<UL> -<LI TYPE="circle">java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) -<UL> -<LI TYPE="circle">uk.org.ury.show.<A HREF="../../../../uk/org/ury/show/ShowItemProperty.html" title="enum in uk.org.ury.show"><B>ShowItemProperty</B></A></UL> -</UL> -</UL> <HR> @@ -139,8 +127,8 @@ Enum Hierarchy <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../uk/org/ury/library/viewer/package-tree.html"><B>PREV</B></A> - <A HREF="../../../../uk/org/ury/show/viewer/package-tree.html"><B>NEXT</B></A></FONT></TD> + <A HREF="../../../../uk/org/ury/server/exceptions/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../uk/org/ury/show/item/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?uk/org/ury/show/package-tree.html" target="_top"><B>FRAMES</B></A> <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> diff --git a/doc/uk/org/ury/show/package-use.html b/doc/uk/org/ury/show/package-use.html index adf8717..e6d9e71 100644 --- a/doc/uk/org/ury/show/package-use.html +++ b/doc/uk/org/ury/show/package-use.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Package uk.org.ury.show </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -90,37 +90,12 @@ function windowTitle() Packages that use <A HREF="../../../../uk/org/ury/show/package-summary.html">uk.org.ury.show</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><A HREF="#uk.org.ury.show"><B>uk.org.ury.show</B></A></TD> -<TD> </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#uk.org.ury.show.viewer"><B>uk.org.ury.show.viewer</B></A></TD> <TD> </TD> </TR> </TABLE> <P> -<A NAME="uk.org.ury.show"><!-- --></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="../../../../uk/org/ury/show/package-summary.html">uk.org.ury.show</A> used by <A HREF="../../../../uk/org/ury/show/package-summary.html">uk.org.ury.show</A></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><B><A HREF="../../../../uk/org/ury/show/class-use/ShowItem.html#uk.org.ury.show"><B>ShowItem</B></A></B> - -<BR> - An item in the show database.</TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><B><A HREF="../../../../uk/org/ury/show/class-use/ShowItemProperty.html#uk.org.ury.show"><B>ShowItemProperty</B></A></B> - -<BR> - Enumeration of the parameters that are stored in a ShowItem.</TD> -</TR> -</TABLE> - -<P> <A NAME="uk.org.ury.show.viewer"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> diff --git a/doc/uk/org/ury/show/viewer/ChannelPanel.html b/doc/uk/org/ury/show/viewer/ChannelPanel.html index 1ca879b..47a2da3 100644 --- a/doc/uk/org/ury/show/viewer/ChannelPanel.html +++ b/doc/uk/org/ury/show/viewer/ChannelPanel.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:44 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:32 GMT 2011 --> <TITLE> ChannelPanel </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -76,7 +76,7 @@ function windowTitle() </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: <A HREF="#nested_classes_inherited_from_class_javax.swing.JComponent">NESTED</A> | <A HREF="#fields_inherited_from_class_javax.swing.JComponent">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_javax.swing.JPanel">METHOD</A></FONT></TD> + SUMMARY: <A HREF="#nested_classes_inherited_from_class_javax.swing.JComponent">NESTED</A> | <A HREF="#fields_inherited_from_class_javax.swing.JComponent">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_uk.org.ury.frontend.FrontendPanel">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> </TR> @@ -97,18 +97,19 @@ java.lang.Object <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.awt.Container <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">javax.swing.JComponent <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">javax.swing.JPanel - <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.show.viewer.ChannelPanel</B> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../uk/org/ury/frontend/FrontendPanel.html" title="class in uk.org.ury.frontend">uk.org.ury.frontend.FrontendPanel</A> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.show.viewer.ChannelPanel</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD>java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible</DD> </DL> <HR> <DL> -<DT><PRE>public class <B>ChannelPanel</B><DT>extends javax.swing.JPanel</DL> +<DT><PRE>public class <B>ChannelPanel</B><DT>extends <A HREF="../../../../../uk/org/ury/frontend/FrontendPanel.html" title="class in uk.org.ury.frontend">FrontendPanel</A></DL> </PRE> <P> -A panel displaying channel informstion. +A panel displaying channel information. <P> <P> @@ -211,6 +212,15 @@ A panel displaying channel informstion. <B>Method Summary</B></FONT></TH> </TR> </TABLE> + <A NAME="methods_inherited_from_class_uk.org.ury.frontend.FrontendPanel"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class uk.org.ury.frontend.<A HREF="../../../../../uk/org/ury/frontend/FrontendPanel.html" title="class in uk.org.ury.frontend">FrontendPanel</A></B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><A HREF="../../../../../uk/org/ury/frontend/FrontendPanel.html#setMaster(uk.org.ury.frontend.FrontendMaster)">setMaster</A></CODE></TD> +</TR> +</TABLE> <A NAME="methods_inherited_from_class_javax.swing.JPanel"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> @@ -339,7 +349,7 @@ public <B>ChannelPanel</B>(int number, </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: <A HREF="#nested_classes_inherited_from_class_javax.swing.JComponent">NESTED</A> | <A HREF="#fields_inherited_from_class_javax.swing.JComponent">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_javax.swing.JPanel">METHOD</A></FONT></TD> + SUMMARY: <A HREF="#nested_classes_inherited_from_class_javax.swing.JComponent">NESTED</A> | <A HREF="#fields_inherited_from_class_javax.swing.JComponent">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_uk.org.ury.frontend.FrontendPanel">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> </TR> diff --git a/doc/uk/org/ury/show/viewer/LibraryControlPanel.html b/doc/uk/org/ury/show/viewer/LibraryControlPanel.html index ac29d4e..2bcd13e 100644 --- a/doc/uk/org/ury/show/viewer/LibraryControlPanel.html +++ b/doc/uk/org/ury/show/viewer/LibraryControlPanel.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:44 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:32 GMT 2011 --> <TITLE> LibraryControlPanel </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/show/viewer/ShowViewer.html b/doc/uk/org/ury/show/viewer/ShowViewer.html index 88e4fd6..23c2d4b 100644 --- a/doc/uk/org/ury/show/viewer/ShowViewer.html +++ b/doc/uk/org/ury/show/viewer/ShowViewer.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:45 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:32 GMT 2011 --> <TITLE> ShowViewer </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -76,7 +76,7 @@ function windowTitle() </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: <A HREF="#nested_classes_inherited_from_class_java.awt.Component">NESTED</A> | <A HREF="#fields_inherited_from_class_java.awt.Component">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> @@ -93,16 +93,11 @@ uk.org.ury.show.viewer</FONT> Class ShowViewer</H2> <PRE> java.lang.Object - <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.awt.Component - <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.awt.Container - <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.awt.Panel - <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.applet.Applet - <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">javax.swing.JApplet - <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend">uk.org.ury.frontend.AbstractFrontendModule</A> - <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.show.viewer.ShowViewer</B> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend">uk.org.ury.frontend.AbstractFrontendModule</A> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.show.viewer.ShowViewer</B> </PRE> <DL> -<DT><B>All Implemented Interfaces:</B> <DD>java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, <A HREF="../../../../../uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend">FrontendModule</A></DD> +<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend">FrontendModule</A></DD> </DL> <HR> <DL> @@ -112,66 +107,19 @@ java.lang.Object <P> Frontend module for viewing show details. - This serves as the base for the show playout and editor classes, - but can be used stand-alone as an (admittedly rather pointless) - module. + This serves as the base for the show playout and editor classes, but can be + used stand-alone as an (admittedly rather pointless) module. <P> <P> <DL> <DT><B>Author:</B></DT> <DD>Matt Windsor</DD> -<DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#uk.org.ury.show.viewer.ShowViewer">Serialized Form</A></DL> +</DL> <HR> <P> -<!-- ======== NESTED CLASS SUMMARY ======== --> - -<A NAME="nested_class_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Nested Class Summary</B></FONT></TH> -</TR> -</TABLE> - <A NAME="nested_classes_inherited_from_class_java.awt.Component"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.awt.Component</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>java.awt.Component.BaselineResizeBehavior</CODE></TD> -</TR> -</TABLE> - -<!-- =========== FIELD SUMMARY =========== --> -<A NAME="field_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Field Summary</B></FONT></TH> -</TR> -</TABLE> - <A NAME="fields_inherited_from_class_java.awt.Component"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Fields inherited from class java.awt.Component</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</CODE></TD> -</TR> -</TABLE> - <A NAME="fields_inherited_from_class_java.awt.image.ImageObserver"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Fields inherited from interface java.awt.image.ImageObserver</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</CODE></TD> -</TR> -</TABLE> - <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> @@ -214,73 +162,12 @@ Frontend module for viewing show details. </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="../../../../../uk/org/ury/show/viewer/ShowViewer.html#init()">init</A></B>()</CODE> - -<BR> - Initialise the library viewer frontend as an applet.</TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../uk/org/ury/show/viewer/ShowViewer.html#runFrontend(uk.org.ury.frontend.FrontendMaster)">runFrontend</A></B>(<A HREF="../../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A> master)</CODE> <BR> Run the library viewer frontend.</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="../../../../../uk/org/ury/show/viewer/ShowViewer.html#start()">start</A></B>()</CODE> - -<BR> - Run the library viewer frontend as an applet.</TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_javax.swing.JApplet"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class javax.swing.JApplet</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>getAccessibleContext, getContentPane, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, remove, repaint, setContentPane, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setTransferHandler, update</CODE></TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.applet.Applet"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.applet.Applet</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>destroy, getAppletContext, getAppletInfo, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, isActive, newAudioClip, play, play, resize, resize, setStub, showStatus, stop</CODE></TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.awt.Panel"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.awt.Panel</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>addNotify</CODE></TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.awt.Container"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.awt.Container</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>add, add, add, add, add, addContainerListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, remove, removeAll, removeContainerListener, removeNotify, setComponentZOrder, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusDownCycle, validate</CODE></TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.awt.Component"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.awt.Component</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, dispatchEvent, enable, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocusInWindow, reshape, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</CODE></TD> -</TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> @@ -288,7 +175,7 @@ Frontend module for viewing show details. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> @@ -323,38 +210,6 @@ public <B>ShowViewer</B>()</PRE> </TR> </TABLE> -<A NAME="init()"><!-- --></A><H3> -init</H3> -<PRE> -public void <B>init</B>()</PRE> -<DL> -<DD>Initialise the library viewer frontend as an applet. -<P> -<DD><DL> -<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../uk/org/ury/frontend/AbstractFrontendModule.html#init()">init</A></CODE> in class <CODE><A HREF="../../../../../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend">AbstractFrontendModule</A></CODE></DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="start()"><!-- --></A><H3> -start</H3> -<PRE> -public void <B>start</B>()</PRE> -<DL> -<DD>Run the library viewer frontend as an applet. -<P> -<DD><DL> -<DT><B>Overrides:</B><DD><CODE>start</CODE> in class <CODE>java.applet.Applet</CODE></DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - <A NAME="runFrontend(uk.org.ury.frontend.FrontendMaster)"><!-- --></A><H3> runFrontend</H3> <PRE> @@ -392,8 +247,7 @@ public java.util.List<java.lang.String> <B>getBins</B>() <DT><B>Returns:</B><DD>the list of bin names. <DT><B>Throws:</B> -<DD><CODE><A HREF="../../../../../uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions">QueryFailureException</A></CODE> - if the underlying database query - fails.</DL> +<DD><CODE><A HREF="../../../../../uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions">QueryFailureException</A></CODE> - if the underlying database query fails.</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> @@ -448,7 +302,7 @@ public java.util.List<java.lang.String> <B>getBins</B>() </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: <A HREF="#nested_classes_inherited_from_class_java.awt.Component">NESTED</A> | <A HREF="#fields_inherited_from_class_java.awt.Component">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> diff --git a/doc/uk/org/ury/show/viewer/ShowViewerPanel.html b/doc/uk/org/ury/show/viewer/ShowViewerPanel.html index 93481b1..d94a1b2 100644 --- a/doc/uk/org/ury/show/viewer/ShowViewerPanel.html +++ b/doc/uk/org/ury/show/viewer/ShowViewerPanel.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:45 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:32 GMT 2011 --> <TITLE> ShowViewerPanel </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -110,7 +110,10 @@ java.lang.Object </PRE> <P> -Frontend panel providing access to an underlying lshow viewer. +Frontend panel providing access to an underlying show viewer. + + The various show user interfaces (show editor, playout etc.) + are derived from this. <P> <P> @@ -215,7 +218,7 @@ Frontend panel providing access to an underlying lshow viewer. <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.String</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../uk/org/ury/show/viewer/ShowViewerPanel.html#getName()">getName</A></B>()</CODE> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/show/viewer/ShowViewerPanel.html#getModuleName()">getModuleName</A></B>()</CODE> <BR> </TD> @@ -281,7 +284,7 @@ Frontend panel providing access to an underlying lshow viewer. <TH ALIGN="left"><B>Methods inherited from class java.awt.Component</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, createImage, createImage, createVolatileImage, createVolatileImage, dispatchEvent, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</CODE></TD> +<TD><CODE>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, createImage, createImage, createVolatileImage, createVolatileImage, dispatchEvent, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</CODE></TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> @@ -314,6 +317,10 @@ public <B>ShowViewerPanel</B>(<A HREF="../../../../../uk/org/ury/show/viewer/Sho throws <A HREF="../../../../../uk/org/ury/frontend/exceptions/UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions">UICreationFailureException</A></PRE> <DL> <DD>Construct a new ShowViewerPanel. + + The panel will interface with the given show viewer and is + expected to be placed as a sub-component in the given + FrontendMaster. <P> <DL> <DT><B>Parameters:</B><DD><CODE>viewer</CODE> - The ShowViewer controlling this LibraryViewerPanel.<DD><CODE>master</CODE> - The FrontendMaster driving the frontend. @@ -331,17 +338,17 @@ public <B>ShowViewerPanel</B>(<A HREF="../../../../../uk/org/ury/show/viewer/Sho </TR> </TABLE> -<A NAME="getName()"><!-- --></A><H3> -getName</H3> +<A NAME="getModuleName()"><!-- --></A><H3> +getModuleName</H3> <PRE> -public java.lang.String <B>getName</B>()</PRE> +public java.lang.String <B>getModuleName</B>()</PRE> <DL> <DD><DL> -<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html#getName()">getName</A></CODE> in class <CODE><A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A></CODE></DL> +<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html#getModuleName()">getModuleName</A></CODE> in class <CODE><A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A></CODE></DL> </DD> <DD><DL> -<DT><B>Returns:</B><DD>the name of the panel.<DT><B>See Also:</B><DD><A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html#getName()"><CODE>FrontendModulePanel.getName()</CODE></A></DL> +<DT><B>Returns:</B><DD>the name of the panel.<DT><B>See Also:</B><DD><A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html#getModuleName()"><CODE>FrontendModulePanel.getModuleName()</CODE></A></DL> </DD> </DL> <HR> diff --git a/doc/uk/org/ury/show/viewer/TrackBin.html b/doc/uk/org/ury/show/viewer/TrackBin.html index f641b35..9ff644d 100644 --- a/doc/uk/org/ury/show/viewer/TrackBin.html +++ b/doc/uk/org/ury/show/viewer/TrackBin.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:46 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:33 GMT 2011 --> <TITLE> TrackBin </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -76,7 +76,7 @@ function windowTitle() </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: <A HREF="#nested_classes_inherited_from_class_javax.swing.JComponent">NESTED</A> | <A HREF="#fields_inherited_from_class_javax.swing.JComponent">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_javax.swing.JPanel">METHOD</A></FONT></TD> + SUMMARY: <A HREF="#nested_classes_inherited_from_class_javax.swing.JComponent">NESTED</A> | <A HREF="#fields_inherited_from_class_javax.swing.JComponent">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_uk.org.ury.frontend.FrontendPanel">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> </TR> @@ -97,14 +97,15 @@ java.lang.Object <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.awt.Container <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">javax.swing.JComponent <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">javax.swing.JPanel - <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.show.viewer.TrackBin</B> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../uk/org/ury/frontend/FrontendPanel.html" title="class in uk.org.ury.frontend">uk.org.ury.frontend.FrontendPanel</A> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.show.viewer.TrackBin</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD>java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible</DD> </DL> <HR> <DL> -<DT><PRE>public class <B>TrackBin</B><DT>extends javax.swing.JPanel</DL> +<DT><PRE>public class <B>TrackBin</B><DT>extends <A HREF="../../../../../uk/org/ury/frontend/FrontendPanel.html" title="class in uk.org.ury.frontend">FrontendPanel</A></DL> </PRE> <P> @@ -210,6 +211,15 @@ A panel displaying track bin contents. <B>Method Summary</B></FONT></TH> </TR> </TABLE> + <A NAME="methods_inherited_from_class_uk.org.ury.frontend.FrontendPanel"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class uk.org.ury.frontend.<A HREF="../../../../../uk/org/ury/frontend/FrontendPanel.html" title="class in uk.org.ury.frontend">FrontendPanel</A></B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><A HREF="../../../../../uk/org/ury/frontend/FrontendPanel.html#setMaster(uk.org.ury.frontend.FrontendMaster)">setMaster</A></CODE></TD> +</TR> +</TABLE> <A NAME="methods_inherited_from_class_javax.swing.JPanel"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> @@ -339,7 +349,7 @@ public <B>TrackBin</B>(java.lang.String name) </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: <A HREF="#nested_classes_inherited_from_class_javax.swing.JComponent">NESTED</A> | <A HREF="#fields_inherited_from_class_javax.swing.JComponent">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_javax.swing.JPanel">METHOD</A></FONT></TD> + SUMMARY: <A HREF="#nested_classes_inherited_from_class_javax.swing.JComponent">NESTED</A> | <A HREF="#fields_inherited_from_class_javax.swing.JComponent">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_uk.org.ury.frontend.FrontendPanel">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> </TR> diff --git a/doc/uk/org/ury/show/viewer/class-use/ChannelPanel.html b/doc/uk/org/ury/show/viewer/class-use/ChannelPanel.html index d12b03c..b787161 100644 --- a/doc/uk/org/ury/show/viewer/class-use/ChannelPanel.html +++ b/doc/uk/org/ury/show/viewer/class-use/ChannelPanel.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.show.viewer.ChannelPanel </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/show/viewer/class-use/LibraryControlPanel.html b/doc/uk/org/ury/show/viewer/class-use/LibraryControlPanel.html index f81e62b..4336617 100644 --- a/doc/uk/org/ury/show/viewer/class-use/LibraryControlPanel.html +++ b/doc/uk/org/ury/show/viewer/class-use/LibraryControlPanel.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.show.viewer.LibraryControlPanel </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/show/viewer/class-use/ShowViewer.html b/doc/uk/org/ury/show/viewer/class-use/ShowViewer.html index 9942645..8c5bab3 100644 --- a/doc/uk/org/ury/show/viewer/class-use/ShowViewer.html +++ b/doc/uk/org/ury/show/viewer/class-use/ShowViewer.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.show.viewer.ShowViewer </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/show/viewer/class-use/ShowViewerPanel.html b/doc/uk/org/ury/show/viewer/class-use/ShowViewerPanel.html index 04b160f..faed83f 100644 --- a/doc/uk/org/ury/show/viewer/class-use/ShowViewerPanel.html +++ b/doc/uk/org/ury/show/viewer/class-use/ShowViewerPanel.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.show.viewer.ShowViewerPanel </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/show/viewer/class-use/TrackBin.html b/doc/uk/org/ury/show/viewer/class-use/TrackBin.html index 983106d..679dd80 100644 --- a/doc/uk/org/ury/show/viewer/class-use/TrackBin.html +++ b/doc/uk/org/ury/show/viewer/class-use/TrackBin.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.show.viewer.TrackBin </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/show/viewer/package-frame.html b/doc/uk/org/ury/show/viewer/package-frame.html index f643d0c..456b466 100644 --- a/doc/uk/org/ury/show/viewer/package-frame.html +++ b/doc/uk/org/ury/show/viewer/package-frame.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.show.viewer </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/show/viewer/package-summary.html b/doc/uk/org/ury/show/viewer/package-summary.html index 883975b..692da14 100644 --- a/doc/uk/org/ury/show/viewer/package-summary.html +++ b/doc/uk/org/ury/show/viewer/package-summary.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.show.viewer </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -55,7 +55,7 @@ function windowTitle() <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../uk/org/ury/show/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../../uk/org/ury/show/item/package-summary.html"><B>PREV PACKAGE</B></A> <A HREF="../../../../../uk/org/ury/testrig/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?uk/org/ury/show/viewer/package-summary.html" target="_top"><B>FRAMES</B></A> @@ -90,7 +90,7 @@ Package uk.org.ury.show.viewer </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../uk/org/ury/show/viewer/ChannelPanel.html" title="class in uk.org.ury.show.viewer">ChannelPanel</A></B></TD> -<TD>A panel displaying channel informstion.</TD> +<TD>A panel displaying channel information.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../uk/org/ury/show/viewer/LibraryControlPanel.html" title="class in uk.org.ury.show.viewer">LibraryControlPanel</A></B></TD> @@ -102,7 +102,7 @@ Package uk.org.ury.show.viewer </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../uk/org/ury/show/viewer/ShowViewerPanel.html" title="class in uk.org.ury.show.viewer">ShowViewerPanel</A></B></TD> -<TD>Frontend panel providing access to an underlying lshow viewer.</TD> +<TD>Frontend panel providing access to an underlying show viewer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../uk/org/ury/show/viewer/TrackBin.html" title="class in uk.org.ury.show.viewer">TrackBin</A></B></TD> @@ -144,7 +144,7 @@ Package uk.org.ury.show.viewer <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../uk/org/ury/show/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../../uk/org/ury/show/item/package-summary.html"><B>PREV PACKAGE</B></A> <A HREF="../../../../../uk/org/ury/testrig/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?uk/org/ury/show/viewer/package-summary.html" target="_top"><B>FRAMES</B></A> diff --git a/doc/uk/org/ury/show/viewer/package-tree.html b/doc/uk/org/ury/show/viewer/package-tree.html index d33ff4b..1194356 100644 --- a/doc/uk/org/ury/show/viewer/package-tree.html +++ b/doc/uk/org/ury/show/viewer/package-tree.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> uk.org.ury.show.viewer Class Hierarchy </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -55,7 +55,7 @@ function windowTitle() <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../uk/org/ury/show/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../../uk/org/ury/show/item/package-tree.html"><B>PREV</B></A> <A HREF="../../../../../uk/org/ury/testrig/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?uk/org/ury/show/viewer/package-tree.html" target="_top"><B>FRAMES</B></A> @@ -92,6 +92,9 @@ Class Hierarchy </H2> <UL> <LI TYPE="circle">java.lang.Object<UL> +<LI TYPE="circle">uk.org.ury.frontend.<A HREF="../../../../../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend"><B>AbstractFrontendModule</B></A> (implements uk.org.ury.frontend.<A HREF="../../../../../uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend">FrontendModule</A>) +<UL> +<LI TYPE="circle">uk.org.ury.show.viewer.<A HREF="../../../../../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer"><B>ShowViewer</B></A></UL> <LI TYPE="circle">java.awt.Component (implements java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable) <UL> <LI TYPE="circle">java.awt.Container<UL> @@ -99,24 +102,13 @@ Class Hierarchy <UL> <LI TYPE="circle">javax.swing.JPanel (implements javax.accessibility.Accessible) <UL> -<LI TYPE="circle">uk.org.ury.show.viewer.<A HREF="../../../../../uk/org/ury/show/viewer/ChannelPanel.html" title="class in uk.org.ury.show.viewer"><B>ChannelPanel</B></A><LI TYPE="circle">uk.org.ury.frontend.<A HREF="../../../../../uk/org/ury/frontend/FrontendPanel.html" title="class in uk.org.ury.frontend"><B>FrontendPanel</B></A><UL> -<LI TYPE="circle">uk.org.ury.frontend.<A HREF="../../../../../uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend"><B>FrontendControlPanel</B></A><UL> +<LI TYPE="circle">uk.org.ury.frontend.<A HREF="../../../../../uk/org/ury/frontend/FrontendPanel.html" title="class in uk.org.ury.frontend"><B>FrontendPanel</B></A><UL> +<LI TYPE="circle">uk.org.ury.show.viewer.<A HREF="../../../../../uk/org/ury/show/viewer/ChannelPanel.html" title="class in uk.org.ury.show.viewer"><B>ChannelPanel</B></A><LI TYPE="circle">uk.org.ury.frontend.<A HREF="../../../../../uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend"><B>FrontendControlPanel</B></A><UL> <LI TYPE="circle">uk.org.ury.show.viewer.<A HREF="../../../../../uk/org/ury/show/viewer/LibraryControlPanel.html" title="class in uk.org.ury.show.viewer"><B>LibraryControlPanel</B></A></UL> <LI TYPE="circle">uk.org.ury.frontend.<A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend"><B>FrontendModulePanel</B></A><UL> <LI TYPE="circle">uk.org.ury.show.viewer.<A HREF="../../../../../uk/org/ury/show/viewer/ShowViewerPanel.html" title="class in uk.org.ury.show.viewer"><B>ShowViewerPanel</B></A></UL> -</UL> <LI TYPE="circle">uk.org.ury.show.viewer.<A HREF="../../../../../uk/org/ury/show/viewer/TrackBin.html" title="class in uk.org.ury.show.viewer"><B>TrackBin</B></A></UL> </UL> -<LI TYPE="circle">java.awt.Panel (implements javax.accessibility.Accessible) -<UL> -<LI TYPE="circle">java.applet.Applet<UL> -<LI TYPE="circle">javax.swing.JApplet (implements javax.accessibility.Accessible, javax.swing.RootPaneContainer) -<UL> -<LI TYPE="circle">uk.org.ury.frontend.<A HREF="../../../../../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend"><B>AbstractFrontendModule</B></A> (implements uk.org.ury.frontend.<A HREF="../../../../../uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend">FrontendModule</A>) -<UL> -<LI TYPE="circle">uk.org.ury.show.viewer.<A HREF="../../../../../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer"><B>ShowViewer</B></A></UL> -</UL> -</UL> </UL> </UL> </UL> @@ -152,7 +144,7 @@ Class Hierarchy <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../uk/org/ury/show/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../../uk/org/ury/show/item/package-tree.html"><B>PREV</B></A> <A HREF="../../../../../uk/org/ury/testrig/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?uk/org/ury/show/viewer/package-tree.html" target="_top"><B>FRAMES</B></A> diff --git a/doc/uk/org/ury/show/viewer/package-use.html b/doc/uk/org/ury/show/viewer/package-use.html index eb15ba5..5d2a5c3 100644 --- a/doc/uk/org/ury/show/viewer/package-use.html +++ b/doc/uk/org/ury/show/viewer/package-use.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Package uk.org.ury.show.viewer </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/testrig/ApplicationLauncher.html b/doc/uk/org/ury/testrig/ApplicationLauncher.html new file mode 100644 index 0000000..53b3516 --- /dev/null +++ b/doc/uk/org/ury/testrig/ApplicationLauncher.html @@ -0,0 +1,289 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:36 GMT 2011 --> +<TITLE> +ApplicationLauncher +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ApplicationLauncher"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ApplicationLauncher.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../uk/org/ury/testrig/DemoControlPanel.html" title="class in uk.org.ury.testrig"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/testrig/ApplicationLauncher.html" target="_top"><B>FRAMES</B></A> + <A HREF="ApplicationLauncher.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.testrig</FONT> +<BR> +Class ApplicationLauncher</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.testrig.ApplicationLauncher</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig">Launcher</A></DD> +</DL> +<HR> +<DL> +<DT><PRE>public class <B>ApplicationLauncher</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig">Launcher</A></DL> +</PRE> + +<P> +An application-based entry point into the frontend. + + If provided with no arguments, this will launch the main menu. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +</DL> +<HR> + +<P> +<!-- =========== FIELD SUMMARY =========== --> + +<A NAME="field_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Field Summary</B></FONT></TH> +</TR> +</TABLE> + <A NAME="fields_inherited_from_class_uk.org.ury.testrig.Launcher"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Fields inherited from interface uk.org.ury.testrig.<A HREF="../../../../uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig">Launcher</A></B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><A HREF="../../../../uk/org/ury/testrig/Launcher.html#DEFAULT_MODULE_NAME">DEFAULT_MODULE_NAME</A></CODE></TD> +</TR> +</TABLE> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../uk/org/ury/testrig/ApplicationLauncher.html#ApplicationLauncher()">ApplicationLauncher</A></B>()</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/testrig/ApplicationLauncher.html#main(java.lang.String[])">main</A></B>(java.lang.String[] args)</CODE> + +<BR> + Main method.</TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="ApplicationLauncher()"><!-- --></A><H3> +ApplicationLauncher</H3> +<PRE> +public <B>ApplicationLauncher</B>()</PRE> +<DL> +</DL> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></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>Method Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="main(java.lang.String[])"><!-- --></A><H3> +main</H3> +<PRE> +public static void <B>main</B>(java.lang.String[] args)</PRE> +<DL> +<DD>Main method. +<P> +<DD><DL> +</DL> +</DD> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>args</CODE> - The command-line arguments to the program. These + will currently be ignored.</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ApplicationLauncher.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../uk/org/ury/testrig/DemoControlPanel.html" title="class in uk.org.ury.testrig"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/testrig/ApplicationLauncher.html" target="_top"><B>FRAMES</B></A> + <A HREF="ApplicationLauncher.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/testrig/DemoControlPanel.html b/doc/uk/org/ury/testrig/DemoControlPanel.html index 0ace755..c6a2724 100644 --- a/doc/uk/org/ury/testrig/DemoControlPanel.html +++ b/doc/uk/org/ury/testrig/DemoControlPanel.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:36 GMT 2011 --> <TITLE> DemoControlPanel </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -55,7 +55,7 @@ function windowTitle() <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - PREV CLASS + <A HREF="../../../../uk/org/ury/testrig/ApplicationLauncher.html" title="class in uk.org.ury.testrig"><B>PREV CLASS</B></A> <A HREF="../../../../uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?uk/org/ury/testrig/DemoControlPanel.html" target="_top"><B>FRAMES</B></A> @@ -362,7 +362,7 @@ public void <B>back</B>()</PRE> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - PREV CLASS + <A HREF="../../../../uk/org/ury/testrig/ApplicationLauncher.html" title="class in uk.org.ury.testrig"><B>PREV CLASS</B></A> <A HREF="../../../../uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?uk/org/ury/testrig/DemoControlPanel.html" target="_top"><B>FRAMES</B></A> diff --git a/doc/uk/org/ury/testrig/DemoMenu.html b/doc/uk/org/ury/testrig/DemoMenu.html index ac1a762..33b290c 100644 --- a/doc/uk/org/ury/testrig/DemoMenu.html +++ b/doc/uk/org/ury/testrig/DemoMenu.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> DemoMenu </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -76,7 +76,7 @@ function windowTitle() </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: <A HREF="#nested_classes_inherited_from_class_java.awt.Component">NESTED</A> | <A HREF="#fields_inherited_from_class_java.awt.Component">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> @@ -93,19 +93,15 @@ uk.org.ury.testrig</FONT> Class DemoMenu</H2> <PRE> java.lang.Object - <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.awt.Component - <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.awt.Container - <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.awt.Panel - <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.applet.Applet - <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">javax.swing.JApplet - <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.testrig.DemoMenu</B> + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend">uk.org.ury.frontend.AbstractFrontendModule</A> + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.testrig.DemoMenu</B> </PRE> <DL> -<DT><B>All Implemented Interfaces:</B> <DD>java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer</DD> +<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend">FrontendModule</A></DD> </DL> <HR> <DL> -<DT><PRE>public class <B>DemoMenu</B><DT>extends javax.swing.JApplet</DL> +<DT><PRE>public class <B>DemoMenu</B><DT>extends <A HREF="../../../../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend">AbstractFrontendModule</A></DL> </PRE> <P> @@ -116,57 +112,11 @@ Application frontend, for testing early-stage frontend code. <DL> <DT><B>Author:</B></DT> <DD>Matt Windsor</DD> -<DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#uk.org.ury.testrig.DemoMenu">Serialized Form</A></DL> +</DL> <HR> <P> -<!-- ======== NESTED CLASS SUMMARY ======== --> - -<A NAME="nested_class_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Nested Class Summary</B></FONT></TH> -</TR> -</TABLE> - <A NAME="nested_classes_inherited_from_class_java.awt.Component"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.awt.Component</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>java.awt.Component.BaselineResizeBehavior</CODE></TD> -</TR> -</TABLE> - -<!-- =========== FIELD SUMMARY =========== --> -<A NAME="field_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Field Summary</B></FONT></TH> -</TR> -</TABLE> - <A NAME="fields_inherited_from_class_java.awt.Component"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Fields inherited from class java.awt.Component</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</CODE></TD> -</TR> -</TABLE> - <A NAME="fields_inherited_from_class_java.awt.image.ImageObserver"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Fields inherited from interface java.awt.image.ImageObserver</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</CODE></TD> -</TR> -</TABLE> - <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> @@ -194,14 +144,6 @@ Application frontend, for testing early-stage frontend code. <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="../../../../uk/org/ury/testrig/DemoMenu.html#init()">init</A></B>()</CODE> - -<BR> - Initialise the menu as an applet.</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="../../../../uk/org/ury/testrig/DemoMenu.html#loadModule(java.lang.String)">loadModule</A></B>(java.lang.String module)</CODE> <BR> @@ -209,64 +151,19 @@ Application frontend, for testing early-stage frontend code. </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../uk/org/ury/testrig/DemoMenu.html#main(java.lang.String[])">main</A></B>(java.lang.String[] args)</CODE> - -<BR> - Main method.</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="../../../../uk/org/ury/testrig/DemoMenu.html#run()">run</A></B>()</CODE> <BR> Run the demo menu, creating a user interface.</TD> </TR> -</TABLE> - <A NAME="methods_inherited_from_class_javax.swing.JApplet"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class javax.swing.JApplet</B></TH> -</TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>getAccessibleContext, getContentPane, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, remove, repaint, setContentPane, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setTransferHandler, update</CODE></TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.applet.Applet"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.applet.Applet</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>destroy, getAppletContext, getAppletInfo, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, isActive, newAudioClip, play, play, resize, resize, setStub, showStatus, start, stop</CODE></TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.awt.Panel"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.awt.Panel</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>addNotify</CODE></TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.awt.Container"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.awt.Container</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>add, add, add, add, add, addContainerListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, remove, removeAll, removeContainerListener, removeNotify, setComponentZOrder, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusDownCycle, validate</CODE></TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.awt.Component"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.awt.Component</B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, dispatchEvent, enable, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocusInWindow, reshape, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</CODE></TD> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/testrig/DemoMenu.html#runFrontend(uk.org.ury.frontend.FrontendMaster)">runFrontend</A></B>(<A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A> master)</CODE> + +<BR> + Run the demo menu in frontend mode.</TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> @@ -275,7 +172,7 @@ Application frontend, for testing early-stage frontend code. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> @@ -308,36 +205,6 @@ public <B>DemoMenu</B>()</PRE> </TR> </TABLE> -<A NAME="main(java.lang.String[])"><!-- --></A><H3> -main</H3> -<PRE> -public static void <B>main</B>(java.lang.String[] args)</PRE> -<DL> -<DD>Main method. -<P> -<DD><DL> -<DT><B>Parameters:</B><DD><CODE>args</CODE> - The command-line arguments to the program. These - will be ignored.</DL> -</DD> -</DL> -<HR> - -<A NAME="init()"><!-- --></A><H3> -init</H3> -<PRE> -public void <B>init</B>()</PRE> -<DL> -<DD>Initialise the menu as an applet. -<P> -<DD><DL> -<DT><B>Overrides:</B><DD><CODE>init</CODE> in class <CODE>java.applet.Applet</CODE></DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - <A NAME="loadModule(java.lang.String)"><!-- --></A><H3> loadModule</H3> <PRE> @@ -360,6 +227,21 @@ public void <B>run</B>()</PRE> </DL> </DD> </DL> +<HR> + +<A NAME="runFrontend(uk.org.ury.frontend.FrontendMaster)"><!-- --></A><H3> +runFrontend</H3> +<PRE> +public <A HREF="../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> <B>runFrontend</B>(<A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A> master)</PRE> +<DL> +<DD>Run the demo menu in frontend mode. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>master</CODE> - The FrontendMaster driving the frontend. +<DT><B>Returns:</B><DD>the frontend panel to insert into the + FrontendMaster.</DL> +</DD> +</DL> <!-- ========= END OF CLASS DATA ========= --> <HR> @@ -412,7 +294,7 @@ public void <B>run</B>()</PRE> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: <A HREF="#nested_classes_inherited_from_class_java.awt.Component">NESTED</A> | <A HREF="#fields_inherited_from_class_java.awt.Component">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> diff --git a/doc/uk/org/ury/testrig/DemoMenuPanel.html b/doc/uk/org/ury/testrig/DemoMenuPanel.html index 52d2a0c..a197bb5 100644 --- a/doc/uk/org/ury/testrig/DemoMenuPanel.html +++ b/doc/uk/org/ury/testrig/DemoMenuPanel.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> DemoMenuPanel </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -56,7 +56,7 @@ function windowTitle() <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig"><B>PREV CLASS</B></A> - NEXT CLASS</FONT></TD> + <A HREF="../../../../uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?uk/org/ury/testrig/DemoMenuPanel.html" target="_top"><B>FRAMES</B></A> <A HREF="DemoMenuPanel.html" target="_top"><B>NO FRAMES</B></A> @@ -208,7 +208,7 @@ java.lang.Object <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.String</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../uk/org/ury/testrig/DemoMenuPanel.html#getName()">getName</A></B>()</CODE> +<TD><CODE><B><A HREF="../../../../uk/org/ury/testrig/DemoMenuPanel.html#getModuleName()">getModuleName</A></B>()</CODE> <BR> </TD> @@ -265,7 +265,7 @@ java.lang.Object <TH ALIGN="left"><B>Methods inherited from class java.awt.Component</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, createImage, createImage, createVolatileImage, createVolatileImage, dispatchEvent, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</CODE></TD> +<TD><CODE>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, createImage, createImage, createVolatileImage, createVolatileImage, dispatchEvent, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</CODE></TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> @@ -311,13 +311,13 @@ public <B>DemoMenuPanel</B>(<A HREF="../../../../uk/org/ury/frontend/FrontendMas </TR> </TABLE> -<A NAME="getName()"><!-- --></A><H3> -getName</H3> +<A NAME="getModuleName()"><!-- --></A><H3> +getModuleName</H3> <PRE> -public java.lang.String <B>getName</B>()</PRE> +public java.lang.String <B>getModuleName</B>()</PRE> <DL> <DD><DL> -<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../uk/org/ury/frontend/FrontendModulePanel.html#getName()">getName</A></CODE> in class <CODE><A HREF="../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A></CODE></DL> +<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../uk/org/ury/frontend/FrontendModulePanel.html#getModuleName()">getModuleName</A></CODE> in class <CODE><A HREF="../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A></CODE></DL> </DD> <DD><DL> @@ -356,7 +356,7 @@ public java.lang.String <B>getName</B>()</PRE> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig"><B>PREV CLASS</B></A> - NEXT CLASS</FONT></TD> + <A HREF="../../../../uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?uk/org/ury/testrig/DemoMenuPanel.html" target="_top"><B>FRAMES</B></A> <A HREF="DemoMenuPanel.html" target="_top"><B>NO FRAMES</B></A> diff --git a/doc/uk/org/ury/testrig/Launcher.html b/doc/uk/org/ury/testrig/Launcher.html new file mode 100644 index 0000000..c8a673f --- /dev/null +++ b/doc/uk/org/ury/testrig/Launcher.html @@ -0,0 +1,215 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<TITLE> +Launcher +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Launcher"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Launcher.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../uk/org/ury/testrig/DemoMenuPanel.html" title="class in uk.org.ury.testrig"><B>PREV CLASS</B></A> + NEXT CLASS</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/testrig/Launcher.html" target="_top"><B>FRAMES</B></A> + <A HREF="Launcher.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | CONSTR | METHOD</FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.testrig</FONT> +<BR> +Interface Launcher</H2> +<DL> +<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../uk/org/ury/testrig/ApplicationLauncher.html" title="class in uk.org.ury.testrig">ApplicationLauncher</A>, <A HREF="../../../../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A></DD> +</DL> +<HR> +<DL> +<DT><PRE>public interface <B>Launcher</B></DL> +</PRE> + +<P> +Interface for entry points into the frontend. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +</DL> +<HR> + +<P> +<!-- =========== FIELD SUMMARY =========== --> + +<A NAME="field_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Field Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../uk/org/ury/testrig/Launcher.html#DEFAULT_MODULE_NAME">DEFAULT_MODULE_NAME</A></B></CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<P> + +<!-- ============ FIELD DETAIL =========== --> + +<A NAME="field_detail"><!-- --></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>Field Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="DEFAULT_MODULE_NAME"><!-- --></A><H3> +DEFAULT_MODULE_NAME</H3> +<PRE> +static final java.lang.String <B>DEFAULT_MODULE_NAME</B></PRE> +<DL> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#uk.org.ury.testrig.Launcher.DEFAULT_MODULE_NAME">Constant Field Values</A></DL> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Launcher.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../uk/org/ury/testrig/DemoMenuPanel.html" title="class in uk.org.ury.testrig"><B>PREV CLASS</B></A> + NEXT CLASS</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?uk/org/ury/testrig/Launcher.html" target="_top"><B>FRAMES</B></A> + <A HREF="Launcher.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | CONSTR | METHOD</FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/testrig/class-use/ApplicationLauncher.html b/doc/uk/org/ury/testrig/class-use/ApplicationLauncher.html new file mode 100644 index 0000000..78d1ab2 --- /dev/null +++ b/doc/uk/org/ury/testrig/class-use/ApplicationLauncher.html @@ -0,0 +1,144 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.testrig.ApplicationLauncher +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.testrig.ApplicationLauncher"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/org/ury/testrig/ApplicationLauncher.html" title="class in uk.org.ury.testrig"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/testrig//class-useApplicationLauncher.html" target="_top"><B>FRAMES</B></A> + <A HREF="ApplicationLauncher.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.testrig.ApplicationLauncher</B></H2> +</CENTER> +No usage of uk.org.ury.testrig.ApplicationLauncher +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/org/ury/testrig/ApplicationLauncher.html" title="class in uk.org.ury.testrig"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/testrig//class-useApplicationLauncher.html" target="_top"><B>FRAMES</B></A> + <A HREF="ApplicationLauncher.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/testrig/class-use/DemoControlPanel.html b/doc/uk/org/ury/testrig/class-use/DemoControlPanel.html index 2ef2ceb..11a75bc 100644 --- a/doc/uk/org/ury/testrig/class-use/DemoControlPanel.html +++ b/doc/uk/org/ury/testrig/class-use/DemoControlPanel.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:54 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.testrig.DemoControlPanel </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/testrig/class-use/DemoMenu.html b/doc/uk/org/ury/testrig/class-use/DemoMenu.html index 435069f..ff1bc13 100644 --- a/doc/uk/org/ury/testrig/class-use/DemoMenu.html +++ b/doc/uk/org/ury/testrig/class-use/DemoMenu.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:54 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.testrig.DemoMenu </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/testrig/class-use/DemoMenuPanel.html b/doc/uk/org/ury/testrig/class-use/DemoMenuPanel.html index 09ad243..dfff911 100644 --- a/doc/uk/org/ury/testrig/class-use/DemoMenuPanel.html +++ b/doc/uk/org/ury/testrig/class-use/DemoMenuPanel.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:54 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.testrig.DemoMenuPanel </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/testrig/class-use/Launcher.html b/doc/uk/org/ury/testrig/class-use/Launcher.html new file mode 100644 index 0000000..38b34c1 --- /dev/null +++ b/doc/uk/org/ury/testrig/class-use/Launcher.html @@ -0,0 +1,210 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<TITLE> +Uses of Interface uk.org.ury.testrig.Launcher +</TITLE> + +<META NAME="date" CONTENT="2011-03-20"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Interface uk.org.ury.testrig.Launcher"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/testrig//class-useLauncher.html" target="_top"><B>FRAMES</B></A> + <A HREF="Launcher.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Interface<br>uk.org.ury.testrig.Launcher</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig">Launcher</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.frontend"><B>uk.org.ury.frontend</B></A></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.testrig"><B>uk.org.ury.testrig</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.frontend"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig">Launcher</A> in <A HREF="../../../../../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A> that implement <A HREF="../../../../../uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig">Launcher</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> class</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A></B></CODE> + +<BR> + A frame that hosts a FrontendModulePanel, used for serving frontend panels in + a window (application mode).</TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.testrig"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig">Launcher</A> in <A HREF="../../../../../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A> that implement <A HREF="../../../../../uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig">Launcher</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> class</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/testrig/ApplicationLauncher.html" title="class in uk.org.ury.testrig">ApplicationLauncher</A></B></CODE> + +<BR> + An application-based entry point into the frontend.</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?uk/org/ury/testrig//class-useLauncher.html" target="_top"><B>FRAMES</B></A> + <A HREF="Launcher.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/testrig/package-frame.html b/doc/uk/org/ury/testrig/package-frame.html index 48ffe63..b590174 100644 --- a/doc/uk/org/ury/testrig/package-frame.html +++ b/doc/uk/org/ury/testrig/package-frame.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> uk.org.ury.testrig </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -20,9 +20,22 @@ uk.org.ury.testrig <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> +Interfaces</FONT> +<FONT CLASS="FrameItemFont"> +<BR> +<A HREF="Launcher.html" title="interface in uk.org.ury.testrig" target="classFrame"><I>Launcher</I></A></FONT></TD> +</TR> +</TABLE> + + +<TABLE BORDER="0" WIDTH="100%" SUMMARY=""> +<TR> +<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Classes</FONT> <FONT CLASS="FrameItemFont"> <BR> +<A HREF="ApplicationLauncher.html" title="class in uk.org.ury.testrig" target="classFrame">ApplicationLauncher</A> +<BR> <A HREF="DemoControlPanel.html" title="class in uk.org.ury.testrig" target="classFrame">DemoControlPanel</A> <BR> <A HREF="DemoMenu.html" title="class in uk.org.ury.testrig" target="classFrame">DemoMenu</A> diff --git a/doc/uk/org/ury/testrig/package-summary.html b/doc/uk/org/ury/testrig/package-summary.html index eeb2333..1630fe3 100644 --- a/doc/uk/org/ury/testrig/package-summary.html +++ b/doc/uk/org/ury/testrig/package-summary.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> uk.org.ury.testrig </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -86,9 +86,27 @@ Package uk.org.ury.testrig <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Interface Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig">Launcher</A></B></TD> +<TD>Interface for entry points into the frontend.</TD> +</TR> +</TABLE> + + +<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>Class Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../uk/org/ury/testrig/ApplicationLauncher.html" title="class in uk.org.ury.testrig">ApplicationLauncher</A></B></TD> +<TD>An application-based entry point into the frontend.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../uk/org/ury/testrig/DemoControlPanel.html" title="class in uk.org.ury.testrig">DemoControlPanel</A></B></TD> <TD>Control panel for the demo system.</TD> </TR> diff --git a/doc/uk/org/ury/testrig/package-tree.html b/doc/uk/org/ury/testrig/package-tree.html index dd0c35b..aee9f84 100644 --- a/doc/uk/org/ury/testrig/package-tree.html +++ b/doc/uk/org/ury/testrig/package-tree.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> uk.org.ury.testrig Class Hierarchy </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -92,6 +92,10 @@ Class Hierarchy </H2> <UL> <LI TYPE="circle">java.lang.Object<UL> +<LI TYPE="circle">uk.org.ury.frontend.<A HREF="../../../../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend"><B>AbstractFrontendModule</B></A> (implements uk.org.ury.frontend.<A HREF="../../../../uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend">FrontendModule</A>) +<UL> +<LI TYPE="circle">uk.org.ury.testrig.<A HREF="../../../../uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig"><B>DemoMenu</B></A></UL> +<LI TYPE="circle">uk.org.ury.testrig.<A HREF="../../../../uk/org/ury/testrig/ApplicationLauncher.html" title="class in uk.org.ury.testrig"><B>ApplicationLauncher</B></A> (implements uk.org.ury.testrig.<A HREF="../../../../uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig">Launcher</A>) <LI TYPE="circle">java.awt.Component (implements java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable) <UL> <LI TYPE="circle">java.awt.Container<UL> @@ -107,18 +111,15 @@ Class Hierarchy </UL> </UL> </UL> -<LI TYPE="circle">java.awt.Panel (implements javax.accessibility.Accessible) -<UL> -<LI TYPE="circle">java.applet.Applet<UL> -<LI TYPE="circle">javax.swing.JApplet (implements javax.accessibility.Accessible, javax.swing.RootPaneContainer) -<UL> -<LI TYPE="circle">uk.org.ury.testrig.<A HREF="../../../../uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig"><B>DemoMenu</B></A></UL> -</UL> -</UL> </UL> </UL> </UL> </UL> +<H2> +Interface Hierarchy +</H2> +<UL> +<LI TYPE="circle">uk.org.ury.testrig.<A HREF="../../../../uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig"><B>Launcher</B></A></UL> <HR> diff --git a/doc/uk/org/ury/testrig/package-use.html b/doc/uk/org/ury/testrig/package-use.html index db859b0..dced520 100644 --- a/doc/uk/org/ury/testrig/package-use.html +++ b/doc/uk/org/ury/testrig/package-use.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> Uses of Package uk.org.ury.testrig </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -83,7 +83,52 @@ function windowTitle() <H2> <B>Uses of Package<br>uk.org.ury.testrig</B></H2> </CENTER> -No usage of uk.org.ury.testrig + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.frontend"><B>uk.org.ury.frontend</B></A></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.testrig"><B>uk.org.ury.testrig</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.frontend"><!-- --></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="../../../../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A> used by <A HREF="../../../../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../uk/org/ury/testrig/class-use/Launcher.html#uk.org.ury.frontend"><B>Launcher</B></A></B> + +<BR> + Interface for entry points into the frontend.</TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.testrig"><!-- --></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="../../../../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A> used by <A HREF="../../../../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../uk/org/ury/testrig/class-use/Launcher.html#uk.org.ury.testrig"><B>Launcher</B></A></B> + +<BR> + Interface for entry points into the frontend.</TD> +</TR> +</TABLE> + <P> <HR> diff --git a/src/uk/org/ury/client/Client.java b/src/uk/org/ury/client/Client.java index 1a3b53a..69a095a 100644 --- a/src/uk/org/ury/client/Client.java +++ b/src/uk/org/ury/client/Client.java @@ -13,58 +13,48 @@ import java.util.Map; import uk.org.ury.protocol.ProtocolUtils; import uk.org.ury.protocol.exceptions.DecodeFailureException; -public class Client -{ - /** - * Get a raw response from the server. - * - * @param file The "file", including path and query string, to - * fetch from the server. - * - * @return The response from the server, as a key-value map. - * @throws DecodeFailureException if the decode failed. - */ - - public Map<?, ?> - get (String file) throws DecodeFailureException - { - URL url = null; - URLConnection uc = null; - String result = ""; - - try - { - url = new URL ("http://localhost:8000" + file); - } - catch (MalformedURLException e) - { - // TODO Auto-generated catch block - e.printStackTrace (); - } - - try - { - uc = url.openConnection (); - - BufferedReader in = new BufferedReader (new InputStreamReader - (uc.getInputStream ())); - - - String inputLine; +public class Client { + /** + * Get a raw response from the server. + * + * @param file + * The "file", including path and query string, to fetch from the + * server. + * + * @return The response from the server, as a key-value map. + * @throws DecodeFailureException + * if the decode failed. + */ - for (inputLine = in.readLine(); - inputLine != null; - inputLine = in.readLine()) - { - result += inputLine; - } - } - catch (IOException e) - { - // TODO Auto-generated catch block - e.printStackTrace (); - } - - return ProtocolUtils.decode (result); - } + public Map<?, ?> get(String file) throws DecodeFailureException { + URL url = null; + URLConnection uc = null; + String result = ""; + + try { + url = new URL("http://localhost:8000" + file); + } catch (MalformedURLException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + + try { + uc = url.openConnection(); + + BufferedReader in = new BufferedReader(new InputStreamReader( + uc.getInputStream())); + + String inputLine; + + for (inputLine = in.readLine(); inputLine != null; inputLine = in + .readLine()) { + result += inputLine; + } + } catch (IOException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + + return ProtocolUtils.decode(result); + } } diff --git a/src/uk/org/ury/client/test/ClientTest.java b/src/uk/org/ury/client/test/ClientTest.java index 707a80f..3ee70ef 100644 --- a/src/uk/org/ury/client/test/ClientTest.java +++ b/src/uk/org/ury/client/test/ClientTest.java @@ -15,59 +15,43 @@ import uk.org.ury.client.Client; import uk.org.ury.protocol.Directive; import uk.org.ury.protocol.exceptions.DecodeFailureException; - /** * JUnit test for the low-level client logic. * * @author Matt Windsor */ - -public class ClientTest -{ - - /** - * @throws java.lang.Exception - */ - - @Before - public void - setUp () throws Exception - { - } - - - /** - * @throws java.lang.Exception - */ - - @After - public void - tearDown () throws Exception - { - } - - - /** - * Test method for {@link uk.org.ury.client.Client#get(java.lang.String)}. - */ - - @Test - public void - testGet () - { - Client client = new Client (); - - Map<?, ?> response = null; - - try - { - response = client.get ("/server/ServerRequestHandler?function=test"); - } - catch (DecodeFailureException e) - { - e.printStackTrace (); - } - - Assert.assertEquals ("Test succeeded.", response.get (Directive.INFO.toString ())); - } +public class ClientTest { + + /** + * @throws java.lang.Exception + */ + @Before + public void setUp() throws Exception { + } + + /** + * @throws java.lang.Exception + */ + @After + public void tearDown() throws Exception { + } + + /** + * Test method for {@link uk.org.ury.client.Client#get(java.lang.String)}. + */ + @Test + public void testGet() { + Client client = new Client(); + + Map<?, ?> response = null; + + try { + response = client.get("/server/ServerRequestHandler?function=test"); + } catch (DecodeFailureException e) { + e.printStackTrace(); + } + + Assert.assertEquals("Test succeeded.", + response.get(Directive.INFO.toString())); + } } diff --git a/src/uk/org/ury/frontend/FrontendApplet.java b/src/uk/org/ury/frontend/FrontendApplet.java index 18f0c7a..8e0e229 100644 --- a/src/uk/org/ury/frontend/FrontendApplet.java +++ b/src/uk/org/ury/frontend/FrontendApplet.java @@ -14,330 +14,268 @@ import uk.org.ury.frontend.exceptions.LoadFailureException; import uk.org.ury.testrig.Launcher; /** - * A frame that hosts a FrontendModulePanel, used for serving frontend - * panels in a window (application mode). + * A frame that hosts a FrontendModulePanel, used for serving frontend panels in + * a window (application mode). * * @author Matt Windsor - * + * */ -public class FrontendApplet extends JApplet implements FrontendMaster, Launcher -{ - /** - * - */ - - private static final long serialVersionUID = 740928181256928433L; - - private FrontendModulePanel child; - private FrontendControlPanel cpanel; - - - /** - * Main method. - * - * @param args The command-line arguments to the program. These - * will currently be ignored. - */ - - @Override - public void - init () - { - try - { - javax.swing.SwingUtilities.invokeAndWait (new Runnable() - { - public void - run () - { - try - { - loadModule (DEFAULT_MODULE_NAME); - } - catch (LoadFailureException e) - { - // TODO Auto-generated catch block - e.printStackTrace (); - } - setupUI (); - } - }); - } - catch (Exception e) - { - e.printStackTrace (); - System.err.println("createGUI didn't successfully complete"); - } - } - - - /** - * Set up the user interface of the frame. - */ - - @Override - public void - setupUI () - { - try - { - // Set System L&F - UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName ()); - } - catch (UnsupportedLookAndFeelException e) - { - // handle exception - } - catch (ClassNotFoundException e) - { - // handle exception - } - catch (InstantiationException e) - { - // handle exception - } - catch (IllegalAccessException e) - { - // handle exception - } - - - // Composition - - add (child, BorderLayout.CENTER); - - setPreferredSize (new Dimension (800, 600)); - setMinimumSize (new Dimension (800, 600)); - - setVisible (true); - } - - - /** - * Load a module into the frontend frame. - * - * Loading will fail with a fatal error if the class is not found, - * or is not an implementor of FrontendModule. +public class FrontendApplet extends JApplet implements FrontendMaster, Launcher { + /** * - * @param moduleName The fully qualified class-name of the module, - * minus the leading "uk.org.ury." domain. - * - * @throws LoadFailureException if the class is - * not found, or is not an implementor of - * FrontendModule. - */ - - @Override - public void - loadModule (String moduleName) - throws LoadFailureException - { - Class<?> moduleClass = null; - - try - { - moduleClass = Class.forName ("uk.org.ury." + moduleName); - } - catch (ClassNotFoundException e) - { - throw new LoadFailureException ("Could not load module: " - + e.getMessage ()); - } - - - if (FrontendModule.class.isAssignableFrom (moduleClass) == false) - { - throw new LoadFailureException ("Could not load module: Not a FrontendModule"); - } - else - { - FrontendModulePanel temp = child; - - try - { - child = ((FrontendModule) moduleClass.newInstance ()).runFrontend (this); - } - catch (InstantiationException e) - { - throw new LoadFailureException ("Could not load module: " - + e.getMessage ()); - } - catch (IllegalAccessException e) - { - throw new LoadFailureException ("Could not load module: " - + e.getMessage ()); - } - - if (temp != null) - remove (temp); - - getContentPane ().add (child, BorderLayout.CENTER); - child.setMaster (this); - - repaint (); - } - } - - - /** - * Load a module into the frontend frame, additionally installing - * a control panel to communicate with the previous module. - * - * Loading will fail with a fatal error if the class is not found, - * or is not an implementor of FrontendModule. - * - * @param moduleName The fully qualified class-name of the module, - * minus the leading "uk.org.ury." domain. - * - * @param cPanelName The fully qualified class-name of the control - * panel to install, minus the leading - * "uk.org.ury." domain. - * - * @throws LoadFailureException if the class is - * not found, or is not an implementor of - * FrontendModule. - */ - - @Override - public void - loadModule (String moduleName, String cPanelName) - throws LoadFailureException - { - FrontendModulePanel newParent = child; - loadModule (moduleName); - FrontendModulePanel newChild = child; - - loadControlPanel (cPanelName, newParent, newChild); - } - - - /** - * Load and install a control panel class given the class name. - * - * @param cPanelName The fully qualified class-name of the control - * panel to load, minus the leading - * "uk.org.ury." domain. - * - * @param parent The parent panel in the relationship modelled - * by the control panel interface. - * - * @param child The child panel in the relationship modelled - * by the control panel interface. - * - * @throws LoadFailureException if the class is - * not found, or is not an implementor of - * FrontendControlPanel. */ - private void - loadControlPanel (String cPanelName, FrontendModulePanel parent, - FrontendModulePanel child) - throws LoadFailureException - { - Class<?> cPanelClass = null; - - try - { - cPanelClass = Class.forName ("uk.org.ury." + cPanelName); - } - catch (ClassNotFoundException e) - { - throw new LoadFailureException ("Could not load control panel: " - + e.getMessage ()); - } - - - if (FrontendControlPanel.class.isAssignableFrom (cPanelClass)) - { - FrontendControlPanel temp = cpanel; - - try - { - cpanel = ((FrontendControlPanel) cPanelClass.newInstance ()); - } - catch (InstantiationException e) - { - throw new LoadFailureException ("Could not load control panel: " - + e.getMessage ()); - } - catch (IllegalAccessException e) - { - throw new LoadFailureException ("Could not load control panel: " - + e.getMessage ()); - } - - if (temp != null) - remove (temp); - - cpanel.setPanels (parent, child); - cpanel.setMaster (this); - cpanel.setPreviousCPanel (temp); - - add (cpanel, BorderLayout.SOUTH); - repaint (); - } - } - - - /** - * Restore an existing module and control panel into the frontend - * frame. - * - * @param mpanel The module panel to restore. - * - * @param cpanel The control panel to restore, if any. A null - * value signifies a lack of control panel. - * - * @throws IllegalArgumentException if the mpanel is null. - */ - - @Override - public void - restoreModule (FrontendModulePanel mpanel, - FrontendControlPanel cpanel) - { - if (mpanel == null) - throw new IllegalArgumentException ("mpanel is null."); - - remove (child); - remove (this.cpanel); - - child = mpanel; - add (child); - - if (cpanel != null) - add (cpanel, BorderLayout.SOUTH); - - this.cpanel = cpanel; - - repaint (); - } - - - /** - * Report a fatal error, - * - * @param message The message, eg the exception message, to report - * to the user. - */ + private static final long serialVersionUID = 740928181256928433L; - @Override - public void - fatalError (String message) - { - FrontendError.reportFatal (message, this); - } + private FrontendModulePanel child; + private FrontendControlPanel cpanel; - - /** - * @return the resource directory. - */ - - @Override - public String - getResourceDirectory () - { - return getCodeBase () + "res/"; - } + /** + * Main method. + */ + + @Override + public void init() { + try { + javax.swing.SwingUtilities.invokeAndWait(new Runnable() { + public void run() { + try { + loadModule(DEFAULT_MODULE_NAME); + } catch (LoadFailureException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + setupUI(); + } + }); + } catch (Exception e) { + e.printStackTrace(); + System.err.println("createGUI didn't successfully complete"); + } + } + + /** + * Set up the user interface of the frame. + */ + + @Override + public void setupUI() { + try { + // Set System L&F + UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); + } catch (UnsupportedLookAndFeelException e) { + // handle exception + } catch (ClassNotFoundException e) { + // handle exception + } catch (InstantiationException e) { + // handle exception + } catch (IllegalAccessException e) { + // handle exception + } + + // Composition + + add(child, BorderLayout.CENTER); + + setPreferredSize(new Dimension(800, 600)); + setMinimumSize(new Dimension(800, 600)); + + setVisible(true); + } + + /** + * Load a module into the frontend frame. + * + * Loading will fail with a fatal error if the class is not found, or is not + * an implementor of FrontendModule. + * + * @param moduleName + * The fully qualified class-name of the module, minus the + * leading "uk.org.ury." domain. + * + * @throws LoadFailureException + * if the class is not found, or is not an implementor of + * FrontendModule. + */ + + @Override + public void loadModule(String moduleName) throws LoadFailureException { + Class<?> moduleClass = null; + + try { + moduleClass = Class.forName("uk.org.ury." + moduleName); + } catch (ClassNotFoundException e) { + throw new LoadFailureException("Could not load module: " + + e.getMessage()); + } + + if (FrontendModule.class.isAssignableFrom(moduleClass) == false) { + throw new LoadFailureException( + "Could not load module: Not a FrontendModule"); + } else { + FrontendModulePanel temp = child; + + try { + child = ((FrontendModule) moduleClass.newInstance()) + .runFrontend(this); + } catch (InstantiationException e) { + throw new LoadFailureException("Could not load module: " + + e.getMessage()); + } catch (IllegalAccessException e) { + throw new LoadFailureException("Could not load module: " + + e.getMessage()); + } + + if (temp != null) + remove(temp); + + getContentPane().add(child, BorderLayout.CENTER); + child.setMaster(this); + + repaint(); + } + } + + /** + * Load a module into the frontend frame, additionally installing a control + * panel to communicate with the previous module. + * + * Loading will fail with a fatal error if the class is not found, or is not + * an implementor of FrontendModule. + * + * @param moduleName + * The fully qualified class-name of the module, minus the + * leading "uk.org.ury." domain. + * + * @param cPanelName + * The fully qualified class-name of the control panel to + * install, minus the leading "uk.org.ury." domain. + * + * @throws LoadFailureException + * if the class is not found, or is not an implementor of + * FrontendModule. + */ + + @Override + public void loadModule(String moduleName, String cPanelName) + throws LoadFailureException { + FrontendModulePanel newParent = child; + loadModule(moduleName); + FrontendModulePanel newChild = child; + + loadControlPanel(cPanelName, newParent, newChild); + } + + /** + * Load and install a control panel class given the class name. + * + * @param cPanelName + * The fully qualified class-name of the control panel to load, + * minus the leading "uk.org.ury." domain. + * + * @param parent + * The parent panel in the relationship modelled by the control + * panel interface. + * + * @param child + * The child panel in the relationship modelled by the control + * panel interface. + * + * @throws LoadFailureException + * if the class is not found, or is not an implementor of + * FrontendControlPanel. + */ + + private void loadControlPanel(String cPanelName, + FrontendModulePanel parent, FrontendModulePanel child) + throws LoadFailureException { + Class<?> cPanelClass = null; + + try { + cPanelClass = Class.forName("uk.org.ury." + cPanelName); + } catch (ClassNotFoundException e) { + throw new LoadFailureException("Could not load control panel: " + + e.getMessage()); + } + + if (FrontendControlPanel.class.isAssignableFrom(cPanelClass)) { + FrontendControlPanel temp = cpanel; + + try { + cpanel = ((FrontendControlPanel) cPanelClass.newInstance()); + } catch (InstantiationException e) { + throw new LoadFailureException("Could not load control panel: " + + e.getMessage()); + } catch (IllegalAccessException e) { + throw new LoadFailureException("Could not load control panel: " + + e.getMessage()); + } + + if (temp != null) + remove(temp); + + cpanel.setPanels(parent, child); + cpanel.setMaster(this); + cpanel.setPreviousCPanel(temp); + + add(cpanel, BorderLayout.SOUTH); + repaint(); + } + } + + /** + * Restore an existing module and control panel into the frontend frame. + * + * @param mpanel + * The module panel to restore. + * + * @param cpanel + * The control panel to restore, if any. A null value signifies a + * lack of control panel. + * + * @throws IllegalArgumentException + * if the mpanel is null. + */ + + @Override + public void restoreModule(FrontendModulePanel mpanel, + FrontendControlPanel cpanel) { + if (mpanel == null) + throw new IllegalArgumentException("mpanel is null."); + + remove(child); + remove(this.cpanel); + + child = mpanel; + add(child); + + if (cpanel != null) + add(cpanel, BorderLayout.SOUTH); + + this.cpanel = cpanel; + + repaint(); + } + + /** + * Report a fatal error, + * + * @param message + * The message, eg the exception message, to report to the user. + */ + + @Override + public void fatalError(String message) { + FrontendError.reportFatal(message, this); + } + + /** + * @return the resource directory. + */ + + @Override + public String getResourceDirectory() { + return getCodeBase() + "res/"; + } }
\ No newline at end of file diff --git a/src/uk/org/ury/library/LibraryRequestHandler.java b/src/uk/org/ury/library/LibraryRequestHandler.java index ad174b8..1c4ad96 100644 --- a/src/uk/org/ury/library/LibraryRequestHandler.java +++ b/src/uk/org/ury/library/LibraryRequestHandler.java @@ -17,7 +17,7 @@ import uk.org.ury.library.exceptions.EmptySearchException; import uk.org.ury.library.item.LibraryItem; import uk.org.ury.protocol.Directive; import uk.org.ury.server.Server; -import uk.org.ury.server.RequestHandler; +import uk.org.ury.server.ApiRequestHandler; import uk.org.ury.server.exceptions.HandleFailureException; @@ -27,7 +27,7 @@ import uk.org.ury.server.exceptions.HandleFailureException; * @author Matt Windsor */ -public class LibraryRequestHandler implements RequestHandler +public class LibraryRequestHandler implements ApiRequestHandler { /** * Handle a server GET request (that is, a request for data diff --git a/src/uk/org/ury/library/viewer/LibraryViewer.java b/src/uk/org/ury/library/viewer/LibraryViewer.java index 9e854b7..11496cb 100644 --- a/src/uk/org/ury/library/viewer/LibraryViewer.java +++ b/src/uk/org/ury/library/viewer/LibraryViewer.java @@ -1,3 +1,14 @@ +/* + * LibraryViewer.java + * ------------------ + * + * Part of the URY Frontend Platform + * + * V0.00 2011/03/20 + * + * (C) 2011 URY Computing + */ + package uk.org.ury.library.viewer; import java.util.ArrayList; @@ -7,168 +18,134 @@ import java.util.Map; import java.util.Set; import uk.org.ury.client.Client; - import uk.org.ury.frontend.AbstractFrontendModule; import uk.org.ury.frontend.FrontendMaster; import uk.org.ury.frontend.FrontendModulePanel; import uk.org.ury.frontend.exceptions.UICreationFailureException; - import uk.org.ury.library.exceptions.EmptySearchException; - import uk.org.ury.library.item.LibraryItem; import uk.org.ury.library.item.LibraryItemProperty; - import uk.org.ury.protocol.Directive; import uk.org.ury.protocol.ProtocolUtils; import uk.org.ury.protocol.exceptions.DecodeFailureException; import uk.org.ury.protocol.exceptions.InvalidMessageException; - /** * Module for investigating the track library. - * - * @author Matt Windsor - * + * + * @author Matt Windsor */ - -public class LibraryViewer extends AbstractFrontendModule -{ - /** - * - */ - - private static final long serialVersionUID = -2782366476480563739L; - private List<LibraryItem> libraryList; - private LibraryViewerPanel panel; - - - /** - * Construct a new LibraryViewer as a frontend object. - */ - - public - LibraryViewer () - { - libraryList = new ArrayList<LibraryItem> (); - panel = null; - } - - - /** - * Run the library viewer frontend. - */ - - public FrontendModulePanel - runFrontend (FrontendMaster master) - { - try - { - panel = new LibraryViewerPanel (this, master); - } - catch (UICreationFailureException e) - { - master.fatalError (e.getMessage ()); - } - - return panel; - } - - - /** - * Do a library search. - * - * This will update the library list to reflect the results of the - * search. - * - * @param search The string fragment to use in searches. - * Cannot be empty or null. - * - * @throws EmptySearchException if the search string is - * empty or null (from LibraryUtils.search). - * - * @throws InvalidMessageException if the response from - * the server is invalid. - */ - - public void - doSearch (String search) - throws EmptySearchException, InvalidMessageException - { - // TODO: fan out? - - if (search == null || search == "") - throw new EmptySearchException (); - - - Client cl = new Client (); - Map<?, ?> response = null; - libraryList.clear (); - - try - { - response = cl.get ("/library/LibraryRequestHandler?function=search&search=" + search); - } - catch (DecodeFailureException e) - { - throw new InvalidMessageException (e.getMessage ()); - } - - // Check to see if this is Map<String, ?> by looking for the status, - // which should always be in a valid response. - - - if (ProtocolUtils.responseIsOK (response) == false) - throw new InvalidMessageException ((String) - response.get (Directive.REASON.toString ())); - - // Should contain a list of items, even if there are no items. - if (response.containsKey (Directive.ITEMS.toString ()) == false) - throw new InvalidMessageException ("No item set returned."); - - if ((response.get (Directive.ITEMS.toString ()) instanceof List<?>) == false) - throw new InvalidMessageException ("Malformed item list."); - - - for (Object obj : (List<?>) response.get (Directive.ITEMS.toString ())) - { - Map<LibraryItemProperty, String> properties - = new HashMap<LibraryItemProperty, String> (); - - if (obj instanceof Map<?, ?> == false) - throw new InvalidMessageException ("Malformed item."); - - Set<?> keySet = ((Map<?, ?>) obj).keySet (); - - // Check to make sure this item has only String-String mappings. - for (Object key : keySet) - { - if ((key instanceof String - && ((Map<?, ?>) obj).get (key) instanceof String) - == false) - throw new InvalidMessageException ("Not a valid property."); - else if (LibraryItemProperty.valueOf ((String) key) == null) - throw new InvalidMessageException ("Property type " - + key + " not recognised."); - else - properties.put (LibraryItemProperty.valueOf ((String) key), - (String) ((Map<?, ?>) obj).get (key)); - - } - - libraryList.add (new LibraryItem (properties)); - } - - //libraryList = LibraryUtils.search (dd, search); - } - - - /** - * @return the current library list. - */ - - public List<LibraryItem> - getLibraryList () - { - return libraryList; - } +public class LibraryViewer extends AbstractFrontendModule { + /** + * + */ + private static final long serialVersionUID = -2782366476480563739L; + private List<LibraryItem> libraryList; + private LibraryViewerPanel panel; + + /** + * Construct a new LibraryViewer as a frontend object. + */ + public LibraryViewer() { + libraryList = new ArrayList<LibraryItem>(); + panel = null; + } + + /** + * Run the library viewer frontend. + */ + @Override + public FrontendModulePanel runFrontend(FrontendMaster master) { + try { + panel = new LibraryViewerPanel(this, master); + } catch (UICreationFailureException e) { + master.fatalError(e.getMessage()); + } + + return panel; + } + + /** + * Do a library search. + * + * This will update the library list to reflect the results of the search. + * + * @param search + * The string fragment to use in searches. Cannot be empty or + * null. + * + * @throws EmptySearchException + * if the search string is empty or null (from + * LibraryUtils.search). + * + * @throws InvalidMessageException + * if the response from the server is invalid. + */ + public void doSearch(String search) throws EmptySearchException, + InvalidMessageException { + // TODO: fan out? + + if (search == null || search == "") + throw new EmptySearchException(); + + Client cl = new Client(); + Map<?, ?> response = null; + libraryList.clear(); + + try { + response = cl + .get("/library/LibraryRequestHandler?function=search&search=" + + search); + } catch (DecodeFailureException e) { + throw new InvalidMessageException(e.getMessage()); + } + + /* + * Check to see if this is Map<String, ?> by looking for the status, + * which should always be in a valid response. + */ + + if (ProtocolUtils.responseIsOK(response) == false) + throw new InvalidMessageException( + (String) response.get(Directive.REASON.toString())); + + // Should contain a list of items, even if there are no items. + if (response.containsKey(Directive.ITEMS.toString()) == false) + throw new InvalidMessageException("No item set returned."); + + if ((response.get(Directive.ITEMS.toString()) instanceof List<?>) == false) + throw new InvalidMessageException("Malformed item list."); + + for (Object obj : (List<?>) response.get(Directive.ITEMS.toString())) { + Map<LibraryItemProperty, String> properties = new HashMap<LibraryItemProperty, String>(); + + if (obj instanceof Map<?, ?> == false) + throw new InvalidMessageException("Malformed item."); + + Set<?> keySet = ((Map<?, ?>) obj).keySet(); + + // Check to make sure this item has only String-String mappings. + for (Object key : keySet) { + if ((key instanceof String && ((Map<?, ?>) obj).get(key) instanceof String) == false) + throw new InvalidMessageException("Not a valid property."); + else if (LibraryItemProperty.valueOf((String) key) == null) + throw new InvalidMessageException("Property type " + key + + " not recognised."); + else + properties.put(LibraryItemProperty.valueOf((String) key), + (String) ((Map<?, ?>) obj).get(key)); + + } + + libraryList.add(new LibraryItem(properties)); + } + } + + /** + * @return the current library list. + */ + + public List<LibraryItem> getLibraryList() { + return libraryList; + } } diff --git a/src/uk/org/ury/library/viewer/LibraryViewer.properties b/src/uk/org/ury/library/viewer/LibraryViewer.properties index 677cbc5..bb88988 100644 --- a/src/uk/org/ury/library/viewer/LibraryViewer.properties +++ b/src/uk/org/ury/library/viewer/LibraryViewer.properties @@ -3,7 +3,7 @@ MODULE_NAME = Library Viewer Demo // Search errors // 1st parameter: search term, 2nd parameter: failure reason etc. -ERR_UNKNOWN = Unknown error while searching for '%1$s'. +ERR_UNKNOWN = Unknown error. ERR_SEARCH_FAILED = Search for '%1$s' failed: %2$s ERR_EMPTY_SEARCH = Please type in a search term. ERR_NO_RESULTS = Sorry, but no results were found for '%1$s'. diff --git a/src/uk/org/ury/library/viewer/LibraryViewerPanel.java b/src/uk/org/ury/library/viewer/LibraryViewerPanel.java index b3ffdd3..c3ec351 100644 --- a/src/uk/org/ury/library/viewer/LibraryViewerPanel.java +++ b/src/uk/org/ury/library/viewer/LibraryViewerPanel.java @@ -1,8 +1,15 @@ -/** +/* + * LibraryViewerPanel.java + * ----------------------- + * + * Part of the URY Frontend Platform + * + * V0.00 2011/03/20 * + * (C) 2011 URY Computing */ -package uk.org.ury.library.viewer; +package uk.org.ury.library.viewer; import java.util.ResourceBundle; import java.util.concurrent.ExecutionException; @@ -14,242 +21,197 @@ import javax.swing.JScrollPane; import javax.swing.JTable; import javax.swing.JTextField; import javax.swing.SwingWorker; - import uk.org.ury.frontend.FrontendMaster; import uk.org.ury.frontend.FrontendModulePanel; import uk.org.ury.frontend.HintField; import uk.org.ury.frontend.exceptions.UICreationFailureException; - import uk.org.ury.library.exceptions.EmptySearchException; - import uk.org.ury.protocol.exceptions.InvalidMessageException; - /** * Frontend panel providing access to an underlying library viewer. * * @author Matt Windsor, Nathan Lasseter */ +public class LibraryViewerPanel extends FrontendModulePanel { + /** + * + */ + private static final long serialVersionUID = -2441616418398056712L; -public class LibraryViewerPanel extends FrontendModulePanel -{ - /** - * - */ - private static final long serialVersionUID = -2441616418398056712L; - - - /* Panel widgets exposed by the SwiXML user interface. */ - - private JTable resultsTable; - private JScrollPane resultsPane; - - private JPanel messagePanel; - private JLabel messageLabel; - - private JPanel searchingPanel; - private JLabel searchingLabel; - - private JTextField searchField; - private JButton searchButton; - private JLabel searchForLabel; - - private HintField hint; - - - /* This contains the last search failure message, for use in - * letting the user know what happened. - */ - - private String searchFailureMessage; - - - // Resource bundle. - - private ResourceBundle rb; - - - /** - * Construct a new LibraryViewerPanel. - * - * @param viewer The LibraryViewer controlling this LibraryViewerPanel. - * - * @param master The FrontendMaster driving the frontend. - * - * @throws UICreationFailureException if the UI creation fails. - */ - - public - LibraryViewerPanel (LibraryViewer viewer, FrontendMaster master) - throws UICreationFailureException - { - /* The UI implementation is contained in library_viewer_gui.xml. - * - * See this file for more details. + /* Panel widgets exposed by the SwiXML user interface. */ + + private JTable resultsTable; + private JScrollPane resultsPane; + + private JPanel messagePanel; + private JLabel messageLabel; + + private JPanel searchingPanel; + private JLabel searchingLabel; + + private JTextField searchField; + private JButton searchButton; + private JLabel searchForLabel; + + private HintField hint; + + /* + * This contains the last search failure message, for use in letting the + * user know what happened. */ - - super (viewer, "library_viewer_gui.xml", master); - - - // Fill in locale-specific data. - - rb = ResourceBundle.getBundle ("uk.org.ury.library.viewer.LibraryViewer"); - - searchFailureMessage = rb.getString ("ERR_UNKNOWN"); - - searchingLabel.setText (rb.getString ("MSG_SEARCHING")); - searchForLabel.setText (rb.getString ("LBL_SEARCHFOR")); - searchButton.setText (rb.getString ("BTN_SEARCH")); - hint.setText (rb.getString ("HINT")); - - // Fine-tune table - - resultsTable.setAutoCreateRowSorter (true); - } - - - /** - * @return the name of the panel. - * - * @see uk.org.ury.frontend.FrontendModulePanel#getModuleName() - */ - - @Override - public String - getModuleName () - { - return rb.getString ("MODULE_NAME"); - } - - - /** - * Action method for performing a search, bound by the UI XML - * manifest to the search field and button. - */ - - public void - search () - { - /* We can't let the user search while another search is going on, - * but it's not good to let the search "freeze" the UI. + + private String searchFailureMessage; + + // Resource bundle. + + private ResourceBundle rb; + + /** + * Construct a new LibraryViewerPanel. + * + * @param viewer + * The LibraryViewer controlling this LibraryViewerPanel. * - * Hence the search function disables all sensitive parts of the - * interface and launches a search as a background process. + * @param master + * The FrontendMaster driving the frontend. * - * We also swap the results table or no-results panel out for a - * panel that says "Searching...", in the interests of - * user-friendliness. + * @throws UICreationFailureException + * if the UI creation fails. */ - - searchField.setEnabled (false); - searchButton.setEnabled (false); - resultsPane.setVisible (false); - messagePanel.setVisible (false); - searchingPanel.setVisible (true); - searchingLabel.setText (String.format (rb.getString ("MSG_SEARCHING"), - searchField.getText ())); - - final LibraryViewer master = (LibraryViewer) getModule (); - - - SwingWorker<Boolean, Void> worker = new SwingWorker<Boolean, Void> () - { - private String searchTerm = ""; - - - /** - * Perform a task in a separate thread from event-dispatch. - * - * In this case, perform a search. - * - * @return whether or not the search was successful. - */ - - @Override - public Boolean - doInBackground () - { - searchTerm = searchField.getText (); - - try - { - master.doSearch (searchTerm); - } - catch (InvalidMessageException e) - { - searchFailureMessage = String.format (rb.getString ("ERR_SEARCH_FAILED"), - searchTerm, e.getMessage ()); - return false; - } - catch (EmptySearchException e) - { - searchFailureMessage = rb.getString ("ERR_EMPTY_SEARCH"); - return false; - } - - return true; - } - - - /** - * Perform post-search cleanup and finalisation. - */ - - @Override - public void - done () - { - // Figure out whether or not the search succeeded. - - boolean hasSucceeded = false; - - try - { - hasSucceeded = this.get (); - } - catch (InterruptedException e) - { - e.printStackTrace (); - } - catch (ExecutionException e) - { - searchFailureMessage = String.format (rb.getString ("ERR_SEARCH_FAILED"), - searchTerm, e.getMessage ()); - } - - - /* Re-enable widgets and swap panels according to whether - * or not results were found. - */ - - searchField.setEnabled (true); - searchButton.setEnabled (true); - searchingPanel.setVisible (false); - - if (hasSucceeded == false) - { - messageLabel.setText (searchFailureMessage); - messagePanel.setVisible (true); - } - else if (master.getLibraryList ().size () == 0) - { - messageLabel.setText (String.format (rb.getString ("ERR_NO_RESULTS"), - searchTerm)); - messagePanel.setVisible (true); - } - else - { - // Force table update with new results. - - resultsTable.setModel (new LibraryTableModel (master.getLibraryList ())); - - messagePanel.setVisible (false); - resultsPane.setVisible (true); - } - } - }; - - - worker.execute (); - } + + public LibraryViewerPanel(LibraryViewer viewer, FrontendMaster master) + throws UICreationFailureException { + /* + * The UI implementation is contained in library_viewer_gui.xml. + * + * See this file for more details. + */ + super(viewer, "library_viewer_gui.xml", master); + + // Fill in locale-specific data. + rb = ResourceBundle + .getBundle("uk.org.ury.library.viewer.LibraryViewer"); + + searchFailureMessage = rb.getString("ERR_UNKNOWN"); + + searchingLabel.setText(rb.getString("MSG_SEARCHING")); + searchForLabel.setText(rb.getString("LBL_SEARCHFOR")); + searchButton.setText(rb.getString("BTN_SEARCH")); + hint.setText(rb.getString("HINT")); + + // Fine-tune table + resultsTable.setAutoCreateRowSorter(true); + } + + /** + * @return the name of the panel. + * + * @see uk.org.ury.frontend.FrontendModulePanel#getModuleName() + */ + @Override + public String getModuleName() { + return rb.getString("MODULE_NAME"); + } + + /** + * Action method for performing a search, bound by the UI XML manifest to + * the search field and button. + */ + public void search() { + /* + * We can't let the user search while another search is going on, but + * it's not good to let the search "freeze" the UI. + * + * Hence the search function disables all sensitive parts of the + * interface and launches a search as a background process. + * + * We also swap the results table or no-results panel out for a panel + * that says "Searching...", in the interests of user-friendliness. + */ + searchField.setEnabled(false); + searchButton.setEnabled(false); + resultsPane.setVisible(false); + messagePanel.setVisible(false); + searchingPanel.setVisible(true); + searchingLabel.setText(String.format(rb.getString("MSG_SEARCHING"), + searchField.getText())); + + final LibraryViewer master = (LibraryViewer) getModule(); + + SwingWorker<Boolean, Void> worker = new SwingWorker<Boolean, Void>() { + private String searchTerm = ""; + + /** + * Perform a task in a separate thread from event-dispatch. + * + * In this case, perform a search. + * + * @return whether or not the search was successful. + */ + @Override + public Boolean doInBackground() { + searchTerm = searchField.getText(); + + try { + master.doSearch(searchTerm); + } catch (InvalidMessageException e) { + searchFailureMessage = String.format( + rb.getString("ERR_SEARCH_FAILED"), searchTerm, + e.getMessage()); + return false; + } catch (EmptySearchException e) { + searchFailureMessage = rb.getString("ERR_EMPTY_SEARCH"); + return false; + } + + return true; + } + + /** + * Perform post-search cleanup and finalisation. + */ + @Override + public void done() { + // Figure out whether or not the search succeeded. + boolean hasSucceeded = false; + + try { + hasSucceeded = this.get(); + } catch (InterruptedException e) { + e.printStackTrace(); + } catch (ExecutionException e) { + searchFailureMessage = String.format( + rb.getString("ERR_SEARCH_FAILED"), searchTerm, + e.getMessage()); + } + + /* + * Re-enable widgets and swap panels according to whether or not + * results were found. + */ + searchField.setEnabled(true); + searchButton.setEnabled(true); + searchingPanel.setVisible(false); + + if (hasSucceeded == false) { + messageLabel.setText(searchFailureMessage); + messagePanel.setVisible(true); + } else if (master.getLibraryList().size() == 0) { + messageLabel.setText(String.format( + rb.getString("ERR_NO_RESULTS"), searchTerm)); + messagePanel.setVisible(true); + } else { + // Force table update with new results. + resultsTable.setModel(new LibraryTableModel(master + .getLibraryList())); + + messagePanel.setVisible(false); + resultsPane.setVisible(true); + } + } + }; + + worker.execute(); + } } diff --git a/src/uk/org/ury/protocol/ProtocolUtils.java b/src/uk/org/ury/protocol/ProtocolUtils.java index d38eeed..b2d3ed9 100644 --- a/src/uk/org/ury/protocol/ProtocolUtils.java +++ b/src/uk/org/ury/protocol/ProtocolUtils.java @@ -11,88 +11,75 @@ import org.json.simple.JSONValue; import uk.org.ury.protocol.exceptions.DecodeFailureException; import uk.org.ury.protocol.exceptions.InvalidMessageException; - /** - * Utilities for converting between strings encoded in the response - * protocol and collections of items, as well as validating and - * unpicking protocol messages. + * Utilities for converting between strings encoded in the response protocol and + * collections of items, as well as validating and unpicking protocol messages. + * + * @author Matt Windsor * - * @author Matt Windsor - * */ -public class ProtocolUtils -{ - /** - * Encode a key-value map into a protocol string. - * - * The map can contain strings, lists and other maps. Other - * types may be accepted by the underlying encoding engine, - * but the above types are the only ones explicitly accepted. - * - * @param items The key-value map of items, which should contain - * strings, lists and maps. The keys of any map - * should be protocol directives. - * - * @return A string containing the encoded representation of - * the map. - */ - - public static String - encode (Map<String, Object> items) - { - return JSONValue.toJSONString (items); - } - - - /** - * Decode a protocol string into a key-value map. - * - * @param string The string to decode. - * - * @return A key-value map mapping directives to strings, - * lists and maps. - * - * @throws DecodeFailureException if the decoding engine - * returns something other than a map. - */ - - public static Map<?, ?> - decode (String string) throws DecodeFailureException - { - Object result = JSONValue.parse (string); - - if (result instanceof JSONObject) - return (JSONObject) result; - else - throw new DecodeFailureException ("Result not a map."); - } - - - /** - * Check if a response is flagged as having OK status. - * - * @param response The response message, as a key-value map - * (eg in decoded format). - * - * @return true if the response is flagged with OK status, - * false if not (eg ERROR status). - * - * @throws InvalidMessageException if the response is - * invalid (eg the status is missing). - */ - - public static boolean - responseIsOK (Map<?, ?> response) - throws InvalidMessageException - { - if (response.containsKey (Directive.STATUS.toString ()) == false) - throw new InvalidMessageException ("No status line in response."); - - if ((response.get (Directive.STATUS.toString ()) instanceof String) == false) - throw new InvalidMessageException ("Status is not a string."); - - return (((String) response.get (Directive.STATUS.toString ())) - .equals (Status.OK.toString ())); - } +public class ProtocolUtils { + /** + * Encode a key-value map into a protocol string. + * + * The map can contain strings, lists and other maps. Other types may be + * accepted by the underlying encoding engine, but the above types are the + * only ones explicitly accepted. + * + * @param items + * The key-value map of items, which should contain strings, + * lists and maps. The keys of any map should be protocol + * directives. + * + * @return A string containing the encoded representation of the map. + */ + public static String encode(Map<String, Object> items) { + return JSONValue.toJSONString(items); + } + + /** + * Decode a protocol string into a key-value map. + * + * @param string + * The string to decode. + * + * @return A key-value map mapping directives to strings, lists and maps. + * + * @throws DecodeFailureException + * if the decoding engine returns something other than a map. + */ + public static Map<?, ?> decode(String string) throws DecodeFailureException { + Object result = JSONValue.parse(string); + + if (result instanceof JSONObject) + return (JSONObject) result; + else + throw new DecodeFailureException("Result not a map."); + } + + /** + * Check if a response is flagged as having OK status. + * + * @param response + * The response message, as a key-value map (eg in decoded + * format). + * + * @return true if the response is flagged with OK status, false if not (eg + * ERROR status). + * + * @throws InvalidMessageException + * if the response is invalid (eg the status is missing). + */ + public static boolean responseIsOK(Map<?, ?> response) + throws InvalidMessageException { + if (response.containsKey(Directive.STATUS.toString()) == false) + throw new InvalidMessageException("No status line in response."); + + if ((response.get(Directive.STATUS.toString()) instanceof String) == false) + throw new InvalidMessageException("Status is not a string."); + + return (((String) response.get(Directive.STATUS.toString())) + .equals(Status.OK.toString())); + } } diff --git a/src/uk/org/ury/server/ApiRequestHandler.java b/src/uk/org/ury/server/ApiRequestHandler.java new file mode 100644 index 0000000..a2290f8 --- /dev/null +++ b/src/uk/org/ury/server/ApiRequestHandler.java @@ -0,0 +1,42 @@ +package uk.org.ury.server; + +import java.util.Map; + +import uk.org.ury.server.exceptions.HandleFailureException; + + +/** + * Interface for classes that can handle requests addressed to their + * class name from the main server. + * + * For an example of how to implement a RequestHandler, see + * ServerRequestHandler. + * + * @author Matt Windsor + */ +public interface ApiRequestHandler +{ + /** + * Handle a server GET request (that is, a request for data + * output). + * + * @param parameters A key-value map of parameters supplied with the + * server request. Typically, the "function" + * parameter will detail the function that the + * request handler is expected to perform. + * + * @param server The server from which the request originated. + * This will be able to provide the handler with + * pooled resources, for example the database. + * + * @return A series of key-value pairs to pass back to + * the client. + * + * @throws HandleFailureException if the handler cannot + * handle the request. + */ + + public Map<String, Object> + handleGetRequest (Map<String, String> parameters, Server server) + throws HandleFailureException; +} diff --git a/src/uk/org/ury/server/HttpHandler.java b/src/uk/org/ury/server/HttpHandler.java new file mode 100644 index 0000000..41b4dc4 --- /dev/null +++ b/src/uk/org/ury/server/HttpHandler.java @@ -0,0 +1,343 @@ +/* + * HttpHandler.java + * --------------------- + * + * Part of the URY Server Platform + * + * V0.00 2011/03/20 + * + * (C) 2011 URY Computing + * + * Based on the HttpCore example code, which is available under the + * Apache License, version 2.0; the copyright notice provided with + * said code follows. + * + * ==================================================================== + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * ==================================================================== + * + * This software consists of voluntary contributions made by many + * individuals on behalf of the Apache Software Foundation. For more + * information on the Apache Software Foundation, please see + * <http://www.apache.org/>. + */ + +package uk.org.ury.server; + +import java.io.IOException; +import java.io.UnsupportedEncodingException; +import java.net.MalformedURLException; +import java.net.URL; +import java.net.URLDecoder; +import java.util.HashMap; +import java.util.Locale; +import java.util.Map; + +import org.apache.http.HttpException; +import org.apache.http.HttpRequest; +import org.apache.http.HttpResponse; +import org.apache.http.HttpStatus; +import org.apache.http.entity.StringEntity; +import org.apache.http.protocol.HTTP; +import org.apache.http.protocol.HttpContext; +import org.apache.http.protocol.HttpRequestHandler; +import org.json.simple.JSONValue; + +import uk.org.ury.protocol.Directive; +import uk.org.ury.protocol.Status; +import uk.org.ury.server.exceptions.BadRequestException; +import uk.org.ury.server.exceptions.HandleFailureException; +import uk.org.ury.server.exceptions.HandlerNotFoundException; +import uk.org.ury.server.exceptions.HandlerSetupFailureException; +import uk.org.ury.server.exceptions.HandlingException; +import uk.org.ury.server.exceptions.NotAHandlerException; + +/** + * @author Matt Windsor, Apache Software Foundation + */ +public class HttpHandler implements HttpRequestHandler { + private Server server; + + /** + * Construct a new HttpHandler. + * + * @param server + * The server whose HTTP requests are to be handled by this + * handler. + */ + public HttpHandler(Server server) { + this.server = server; + } + + /** + * Handle a HTTP request. + * + * @param request + * The HTTP request. + * + * @param response + * The response that the handler will populate during the + * handling of the request. + * + * @param context + * The HTTP context. + */ + @Override + public void handle(HttpRequest request, HttpResponse response, + HttpContext context) throws HttpException, IOException { + String method = request.getRequestLine().getMethod() + .toUpperCase(Locale.ENGLISH); + + if (method.equals("GET")) { + try { + handleGet(request, response, context); + } catch (HandlerNotFoundException e) { + // TODO: log + serveError(request, response, HttpStatus.SC_NOT_FOUND, + e.getMessage()); + } catch (BadRequestException e) { + // TODO: log + serveError(request, response, HttpStatus.SC_BAD_REQUEST, + e.getMessage()); + } catch (HandlingException e) { + serveError(request, response, + HttpStatus.SC_INTERNAL_SERVER_ERROR, e.getMessage()); + } + } else { + serveError(request, response, HttpStatus.SC_NOT_IMPLEMENTED, + "Method not implemented."); + } + } + + /** + * Handle a HTTP GET request. + * + * @param request + * The HTTP request. + * + * @param response + * The response that the handler will populate during the + * handling of the request. + * + * @param context + * The HTTP context. + * + * @throws HandlerNotFoundException + * if the client requested a request handler that could not be + * found on the class path. + * + * @throws HandlerSetupFailureException + * if the handler was found but could not be set up (eg does not + * implement appropriate interface or cannot be instantiated). + * + * @throws HandleFailureException + * if an appropriate handler was contacted, but it failed to + * process the request. + * + * @throws BadRequestException + * if the request was malformed or invalid. + * + * @throws NotAHandlerException + * if the class requested to handle the request is not a + * handler. + */ + public void handleGet(HttpRequest request, HttpResponse response, + HttpContext context) throws HandlerNotFoundException, + HandlerSetupFailureException, HandleFailureException, + BadRequestException, NotAHandlerException { + String path = request.getRequestLine().getUri(); + + if (path.equals("/index.html") || path.equals("/")) { + // Someone's trying to get the index page! + // Humour them. + + response.setStatusLine(request.getProtocolVersion(), + HttpStatus.SC_OK, "OK"); + + StringEntity entity = null; + + try { + entity = new StringEntity(Server.DOCTYPE + Server.INDEX_HTML); + } catch (UnsupportedEncodingException e) { + throw new HandlerSetupFailureException("(Index page)", e); + } + + entity.setContentType("text/html"); + + response.setEntity(entity); + } else { + // Convert this into a URL and fan out the various parts of it. + + URL pathURL = null; + + try { + pathURL = new URL("http://localhost" + path); + } catch (MalformedURLException e) { + throw new BadRequestException(e); + } + + String className = "uk.org.ury" + + pathURL.getPath().replace('/', '.'); + System.out.println(className); + Class<?> newClass = null; + + try { + newClass = Class.forName(className); + } catch (ClassNotFoundException e) { + throw new HandlerNotFoundException(className, e); + } + + if (ApiRequestHandler.class.isAssignableFrom(newClass) == false) + throw new NotAHandlerException(className); + + String queryString = pathURL.getQuery(); + Map<String, String> parameters; + + try { + parameters = parseQueryString(queryString); + } catch (UnsupportedEncodingException e) { + throw new HandlerSetupFailureException(className, e); + } + + Map<String, Object> content = null; + + try { + ApiRequestHandler srh = ((ApiRequestHandler) newClass + .newInstance()); + content = srh.handleGetRequest(parameters, server); + } catch (InstantiationException e) { + throw new HandlerSetupFailureException(className, e); + } catch (IllegalAccessException e) { + throw new HandlerSetupFailureException(className, e); + } + + // Everything seems OK, so make the response. + + response.setStatusLine(request.getProtocolVersion(), + HttpStatus.SC_OK, "OK"); + + content.put(Directive.STATUS.toString(), Status.OK.toString()); + + StringEntity entity = null; + + try { + entity = new StringEntity(JSONValue.toJSONString(content)); + } catch (UnsupportedEncodingException e) { + throw new HandlerSetupFailureException(className, e); + } + + entity.setContentType(HTTP.PLAIN_TEXT_TYPE); + response.setEntity(entity); + } + } + + /** + * Serve a HTTP plain-text error as the HTTP response for a request. + * + * @param request + * The request that is being responded to. + * + * @param response + * The response to populate with the error message. + * + * @param code + * HTTP status code to use. + * + * @param reason + * The reason to display to the client. + */ + private void serveError(HttpRequest request, HttpResponse response, + int code, String reason) { + // Get the reason string to put in the error response. + String statusReason = ""; + + switch (code) { + case HttpStatus.SC_BAD_REQUEST: + statusReason = "Bad Request"; + break; + case HttpStatus.SC_NOT_FOUND: + statusReason = "Not Found"; + break; + default: + case HttpStatus.SC_INTERNAL_SERVER_ERROR: + statusReason = "Internal Server Error"; + break; + } + + response.setStatusLine(request.getProtocolVersion(), code, statusReason); + StringEntity entity = null; + + try { + Map<String, Object> content = new HashMap<String, Object>(); + + content.put(Directive.STATUS.toString(), Status.ERROR.toString()); + content.put(Directive.REASON.toString(), reason); + + entity = new StringEntity(JSONValue.toJSONString(content)); + } catch (UnsupportedEncodingException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + + if (entity != null) { + entity.setContentType(HTTP.PLAIN_TEXT_TYPE); + response.setEntity(entity); + } + } + + /** + * Parse a query string, populating a key-value map of the URL-unescaped + * results. + * + * @param query + * The query string to parse. + * + * @return A map associating parameter keys and values. + * + * @throws UnsupportedEncodingException + * if the URL decoder fails. + */ + public Map<String, String> parseQueryString(String query) + throws UnsupportedEncodingException { + Map<String, String> params = new HashMap<String, String>(); + + // At least one parameter + if (query != null && query.endsWith("&") == false) { + String[] qsplit = { query }; + + // More than one parameter - split the query. + if (query.contains("&")) + qsplit = query.split("&"); + + for (String param : qsplit) { + // Has a value + if (param.contains("=") && param.endsWith("=") == false) { + String[] paramsplit = param.split("="); + params.put(URLDecoder.decode(paramsplit[0], "UTF-8"), + URLDecoder.decode(paramsplit[1], "UTF-8")); + } + // Doesn't have a value + else if (param.contains("=") == false) { + params.put(URLDecoder.decode(param, "UTF-8"), null); + } + } + } + + return params; + } +} diff --git a/src/uk/org/ury/server/HttpListenerThread.java b/src/uk/org/ury/server/HttpListenerThread.java new file mode 100644 index 0000000..9396d0b --- /dev/null +++ b/src/uk/org/ury/server/HttpListenerThread.java @@ -0,0 +1,125 @@ +/* + * HttpListenerThread.java + * ----------------------- + * + * Part of the URY Server Platform + * + * V0.00 2011/03/20 + * + * (C) 2011 URY Computing + * + * Based on the HttpCore example code, which is available under the + * Apache License, version 2.0; the copyright notice provided with + * said code follows. + * + * ==================================================================== + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * ==================================================================== + * + * This software consists of voluntary contributions made by many + * individuals on behalf of the Apache Software Foundation. For more + * information on the Apache Software Foundation, please see + * <http://www.apache.org/>. + */ + +package uk.org.ury.server; + +import java.io.IOException; +import java.net.ServerSocket; +import java.net.Socket; + +import org.apache.http.HttpResponseInterceptor; +import org.apache.http.impl.DefaultConnectionReuseStrategy; +import org.apache.http.impl.DefaultHttpResponseFactory; +import org.apache.http.impl.DefaultHttpServerConnection; +import org.apache.http.params.CoreConnectionPNames; +import org.apache.http.params.CoreProtocolPNames; +import org.apache.http.params.HttpParams; +import org.apache.http.params.SyncBasicHttpParams; +import org.apache.http.protocol.HttpProcessor; +import org.apache.http.protocol.HttpRequestHandlerRegistry; +import org.apache.http.protocol.HttpService; +import org.apache.http.protocol.ImmutableHttpProcessor; +import org.apache.http.protocol.ResponseConnControl; +import org.apache.http.protocol.ResponseContent; +import org.apache.http.protocol.ResponseDate; +import org.apache.http.protocol.ResponseServer; + +/** + * Listener thread for the URY server HTTP interface. + * + * @author Matt Windsor, Apache Software Foundation + */ +public class HttpListenerThread extends Thread { + private ServerSocket ssocket; + private HttpParams params; + private HttpProcessor httpproc; + private HttpRequestHandlerRegistry registry; + private HttpService service; + + public HttpListenerThread(int port, Server server) throws IOException { + ssocket = new ServerSocket(port); + params = new SyncBasicHttpParams(); + + params + .setIntParameter(CoreConnectionPNames.SO_TIMEOUT, 5000) + .setIntParameter(CoreConnectionPNames.SOCKET_BUFFER_SIZE, 8 * 1024) + .setBooleanParameter(CoreConnectionPNames.STALE_CONNECTION_CHECK, false) + .setBooleanParameter(CoreConnectionPNames.TCP_NODELAY, true) + .setParameter(CoreProtocolPNames.ORIGIN_SERVER, "HttpComponents/1.1"); + + httpproc = new ImmutableHttpProcessor(new HttpResponseInterceptor[] { + new ResponseDate(), + new ResponseServer(), + new ResponseContent(), + new ResponseConnControl() + }); + + registry = new HttpRequestHandlerRegistry(); + registry.register("*", new HttpHandler(server)); + + service = new HttpService(httpproc, + new DefaultConnectionReuseStrategy(), + new DefaultHttpResponseFactory(), registry, params); + } + + /** + * Thread execution body. + */ + @Override + public void run() { + while (Thread.interrupted() == false) { + Socket csocket = null; + DefaultHttpServerConnection conn + = new DefaultHttpServerConnection(); + Thread thread = null; + + try { + csocket = ssocket.accept(); + conn.bind(csocket, params); + } catch (IOException e) { + e.printStackTrace(); + break; + } + + thread = new HttpWorkerThread(service, conn); + thread.setDaemon(true); + thread.start(); + } + } +} diff --git a/src/uk/org/ury/server/HttpWorkerThread.java b/src/uk/org/ury/server/HttpWorkerThread.java new file mode 100644 index 0000000..246038c --- /dev/null +++ b/src/uk/org/ury/server/HttpWorkerThread.java @@ -0,0 +1,104 @@ +/* + * HttpWorkerThread.java + * --------------------- + * + * Part of the URY Server Platform + * + * V0.00 2011/03/20 + * + * (C) 2011 URY Computing + * + * Based on the HttpCore example code, which is available under the + * Apache License, version 2.0; the copyright notice provided with + * said code follows. + * + * ==================================================================== + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * ==================================================================== + * + * This software consists of voluntary contributions made by many + * individuals on behalf of the Apache Software Foundation. For more + * information on the Apache Software Foundation, please see + * <http://www.apache.org/>. + */ + +package uk.org.ury.server; + +import java.io.IOException; +import java.io.InterruptedIOException; + +import org.apache.http.ConnectionClosedException; +import org.apache.http.HttpException; +import org.apache.http.HttpServerConnection; +import org.apache.http.protocol.BasicHttpContext; +import org.apache.http.protocol.HttpContext; +import org.apache.http.protocol.HttpService; + +/** + * A worker thread in the server HTTP interface. + * + * This thread handles requests from the connected client, passing them to the + * request handler(s). + * + * @author Matt Windsor, Apache Software Foundation + */ +public class HttpWorkerThread extends Thread { + private final HttpService service; + private final HttpServerConnection conn; + + /** + * Construct a new HttpWorkerThread. + * + * @param service + * The HTTP service the thread is working for. + * @param conn + * The connection the thread is listening on. + */ + public HttpWorkerThread(HttpService service, HttpServerConnection conn) { + super(); + this.service = service; + this.conn = conn; + } + + /** + * Thread execution body. + */ + public void run() { + HttpContext context = new BasicHttpContext(null); + + try { + while (Thread.interrupted() == false && conn.isOpen()) { + service.handleRequest(conn, context); + } + } catch (ConnectionClosedException e) { + System.out.println("Client closed connection."); + } catch (InterruptedIOException e) { + System.out.println("Interrupted IO: " + e.getMessage()); + } catch (IOException e) { + e.printStackTrace(); + } catch (HttpException e) { + e.printStackTrace(); + } finally { + try { + conn.shutdown(); + } catch (IOException e) { + // Ignore + } + } + } +} diff --git a/src/uk/org/ury/server/Server.java b/src/uk/org/ury/server/Server.java index e75cb97..2419915 100644 --- a/src/uk/org/ury/server/Server.java +++ b/src/uk/org/ury/server/Server.java @@ -1,555 +1,98 @@ -/** +/* + * Server.java + * ----------- + * + * Part of the URY Server Platform + * + * V0.00 2011/03/20 * + * (C) 2011 URY Computing */ + package uk.org.ury.server; -import java.io.BufferedReader; import java.io.IOException; -import java.io.InputStreamReader; -import java.io.PrintWriter; -import java.io.UnsupportedEncodingException; - -import java.net.MalformedURLException; -import java.net.ServerSocket; -import java.net.Socket; -import java.net.URL; -import java.net.URLDecoder; - -import java.util.ArrayList; -import java.util.List; -import java.util.HashMap; -import java.util.Map; - -import org.apache.http.Header; -import org.apache.http.HttpResponse; -import org.apache.http.HttpStatus; -import org.apache.http.HttpVersion; -import org.apache.http.ParseException; -import org.apache.http.entity.StringEntity; -import org.apache.http.message.BasicHttpResponse; -import org.apache.http.protocol.HTTP; -import org.apache.http.util.EntityUtils; -import org.json.simple.JSONValue; import uk.org.ury.config.ConfigReader; import uk.org.ury.database.DatabaseDriver; import uk.org.ury.database.UserClass; import uk.org.ury.database.exceptions.ConnectionFailureException; import uk.org.ury.database.exceptions.MissingCredentialsException; -import uk.org.ury.protocol.Directive; -import uk.org.ury.protocol.Status; -import uk.org.ury.server.exceptions.BadRequestException; -import uk.org.ury.server.exceptions.HandleFailureException; -import uk.org.ury.server.exceptions.HandlerNotFoundException; -import uk.org.ury.server.exceptions.HandlerSetupFailureException; -import uk.org.ury.server.exceptions.HandlingException; -import uk.org.ury.server.exceptions.NotAHandlerException; /** * The unified URY server, accepting requests over HTTP. * - * @author Matt Windsor + * @author Matt Windsor */ - -public class Server -{ - - private ServerSocket serverSocket; - - private static final String SERVER_VERSION = "SLUT 0.0"; - private static final String DOCTYPE = - "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\"" - + "\"http://www.w3.org/TR/html4/strict.dtd\">"; - private static final String INDEX_HTML = - "\n<html>" - + "\n <head>" - + "\n <title>" + SERVER_VERSION + "</title>" - + "\n </head>" - + "\n <body>" - + "\n <h1>Welcome to the " + SERVER_VERSION + " server</h1>" - + "\n <p>This server exposes a class-based API for accessing" - + "\n the internals of the " + SERVER_VERSION + " system.</p>" - + "\n <p>See the documentation for details.</p>" - + "\n </body>" - + "\n</html>"; - - - /** - * The main method, which serves to create a server. - * - * @param args The argument vector. - */ - - public static void - main (String[] args) - { - Server srv = new Server (); - srv.run (); - } - - - /** - * Run the server. - */ - - private void - run () - { - try - { - serverSocket = new ServerSocket (8000); - } - catch (IOException e) - { - // TODO Auto-generated catch block - e.printStackTrace (); - } - - Socket clientSocket = null; - - while (true) - { - System.out.println ("Accepting connections... bring 'em on!"); - - try - { - clientSocket = serverSocket.accept (); - } - catch (IOException e) - { - System.out.println ("SLUT: Accept failed on port 8000. I'm bailing."); - System.exit (-1); - } - - try - { - doConnection (clientSocket); - } - catch (IOException e) - { - e.printStackTrace (); - } - finally - { - try - { - clientSocket.close (); - } - catch (IOException e) - { - // TODO Auto-generated catch block - e.printStackTrace(); - } - } +public class Server { + public static final String SERVER_VERSION = "SLUT 0.0"; + public static final String DOCTYPE = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\"" + + "\"http://www.w3.org/TR/html4/strict.dtd\">"; + public static final String INDEX_HTML = "\n<html>" + "\n <head>" + + "\n <title>" + SERVER_VERSION + "</title>" + "\n </head>" + + "\n <body>" + "\n <h1>Welcome to the " + SERVER_VERSION + + " server</h1>" + + "\n <p>This server exposes a class-based API for accessing" + + "\n the internals of the " + SERVER_VERSION + " system.</p>" + + "\n <p>See the documentation for details.</p>" + "\n </body>" + + "\n</html>"; + + /** + * The main method, which serves to create a server. + * + * @param args + * The argument vector. + */ + public static void main(String[] args) { + Server srv = new Server(); + srv.run(); } - } - - public void - doConnection (Socket clientSocket) - throws IOException - { - PrintWriter out = new PrintWriter (clientSocket.getOutputStream(), true); - BufferedReader in = new BufferedReader (new InputStreamReader ( - clientSocket.getInputStream())); - String inputLine; - - //initiate conversation with client - - List<String> buffer = new ArrayList<String> (); - - - for (inputLine = in.readLine (); inputLine != null; inputLine = in.readLine ()) - { - if (inputLine.equals ("")) - break; - - buffer.add (inputLine); - - if (inputLine.startsWith ("Expect:") - && inputLine.split (":")[1].startsWith ("100-continue")) - out.print ("HTTP/1.1 100 Continue\n\r\n"); - - out.flush (); - } - - processBuffer (buffer, out); - - out.flush (); - out.close (); - in.close (); - - System.out.println ("Just finished with this one..."); - } - - - public void - processBuffer (List<String> buffer, PrintWriter out) - { - String requestStart = buffer.get (0); - - System.out.println (requestStart); - - HttpResponse response; - - if (requestStart.startsWith ("GET")) - { - System.out.println ("That was a GET..."); - try - { - response = handleGet (buffer); - } - catch (HandlerNotFoundException e) - { - // TODO: log - response = serveError (HttpStatus.SC_NOT_FOUND, - e.getMessage ()); - } - catch (BadRequestException e) - { - // TODO: log - response = serveError (HttpStatus.SC_BAD_REQUEST, - e.getMessage ()); - } - catch (HandlingException e) - { - response = serveError (HttpStatus.SC_INTERNAL_SERVER_ERROR, - e.getMessage ()); - } - } - else - { - System.out.println ("Uh-oh! I don't know what to do!"); - response = serveError (HttpStatus.SC_NOT_IMPLEMENTED, - "Feature not implemented yet."); - } - - - // Now send the response. - - for (Header h : response.getAllHeaders ()) - { - out.println (h); - } - - try - { - out.print (EntityUtils.toString (response.getEntity ())); - } - catch (ParseException e) - { - // TODO Auto-generated catch block - e.printStackTrace (); - } - catch (IOException e) - { - // TODO Auto-generated catch block - e.printStackTrace (); - } - } - - - /** - * Handle a HTTP GET request. - * - * @param buffer The HTTP request as a list of strings. - * - * @return The HTTP response. - * - * @throws HandlerNotFoundException if the client requested - * a request handler that could not be found on the - * class path. - * - * @throws HandlerSetupFailureException if the handler was - * found but could not be set up (eg does not - * implement appropriate interface or cannot be - * instantiated). - * - * @throws HandleFailureException if an appropriate handler - * was contacted, but it failed to process the - * request. - * - * @throws BadRequestException if the request was malformed - * or invalid. - * - * @throws NotAHandlerException if the class requested to - * handle the request is not a handler. - */ - - public HttpResponse - handleGet (List<String> buffer) - throws HandlerNotFoundException, HandlerSetupFailureException, - HandleFailureException, BadRequestException, NotAHandlerException - { - HttpResponse response = null; - - String[] getsplit = buffer.get (0).split (" "); - String path = getsplit[1]; - - if (path.equals ("/index.html") - || path.equals ("/")) - { - // Someone's trying to get the index page! - // Humour them. - - response = new BasicHttpResponse (HttpVersion.HTTP_1_1, - HttpStatus.SC_OK, - "OK"); - - StringEntity entity = null; - - try - { - entity = new StringEntity (DOCTYPE + INDEX_HTML); - } - catch (UnsupportedEncodingException e) - { - throw new HandlerSetupFailureException ("(Index page)", e); - } - - response.setEntity (entity); - } - else - { - // Convert this into a URL and fan out the various parts of it. - - URL pathURL = null; - - try - { - pathURL = new URL ("http://localhost" + path); - } - catch (MalformedURLException e) - { - throw new BadRequestException (e); - } - - String className = "uk.org.ury" + pathURL.getPath ().replace ('/', '.'); - System.out.println (className); - Class<?> newClass = null; - - - try - { - newClass = Class.forName (className); - } - catch (ClassNotFoundException e) - { - throw new HandlerNotFoundException (className, e); - } - - - // Check for error (response set) here. - - if (response == null - && RequestHandler.class.isAssignableFrom (newClass)) - { - String queryString = pathURL.getQuery (); - Map<String, String> parameters; - - try - { - parameters = parseQueryString (queryString); - } - catch (UnsupportedEncodingException e) - { - throw new HandlerSetupFailureException (className, e); - } - - Map<String, Object> content = null; - - try - { - RequestHandler srh = ((RequestHandler) newClass.newInstance ()); - content = srh.handleGetRequest (parameters, this); - } - catch (InstantiationException e) - { - throw new HandlerSetupFailureException (className, e); - } - catch (IllegalAccessException e) - { - throw new HandlerSetupFailureException (className, e); - } - - - // Everything seems OK, so make the response. - - response = new BasicHttpResponse (HttpVersion.HTTP_1_1, - HttpStatus.SC_OK, - "OK"); - - content.put (Directive.STATUS.toString (), - Status.OK.toString ()); - - StringEntity entity = null; - - try - { - entity = new StringEntity (JSONValue.toJSONString (content)); - } - catch (UnsupportedEncodingException e) - { - throw new HandlerSetupFailureException (className, e); - } - - entity.setContentType (HTTP.PLAIN_TEXT_TYPE); - response.setEntity (entity); - } - else - throw new NotAHandlerException (className); - } - - return response; - } - - - /** - * Serve a HTTP plain-text error as a HTTP response. - * - * @param code HTTP status code to use. - * @param reason The reason to display to the client. - * - * @return the HTTP response for the error. - */ - - private HttpResponse - serveError (int code, String reason) - { - // Get the reason string to put in the error response. - - String statusReason = ""; - - switch (code) - { - case HttpStatus.SC_BAD_REQUEST: - statusReason = "Bad Request"; - break; - case HttpStatus.SC_NOT_FOUND: - statusReason = "Not Found"; - break; - default: - case HttpStatus.SC_INTERNAL_SERVER_ERROR: - statusReason = "Internal Server Error"; - break; - } - - HttpResponse response = new BasicHttpResponse (HttpVersion.HTTP_1_1, - code, statusReason); - StringEntity entity = null; - - try - { - Map<String, Object> content = new HashMap<String, Object> (); - - content.put (Directive.STATUS.toString (), - Status.ERROR.toString ()); - content.put (Directive.REASON.toString (), - reason); - - entity = new StringEntity (JSONValue.toJSONString (content)); - } - catch (UnsupportedEncodingException e) - { - // TODO Auto-generated catch block - e.printStackTrace (); - } - - if (entity != null) - { - entity.setContentType (HTTP.PLAIN_TEXT_TYPE); - response.setEntity (entity); - } - - return response; - } - - - /** - * Parse a query string, populating a key-value map of the - * URL-unescaped results. - * - * @param query The query string to parse. - * - * @return A map associating parameter keys and values. - * - * @throws UnsupportedEncodingException if the URL decoder - * fails. - */ - - public Map<String, String> - parseQueryString (String query) - throws UnsupportedEncodingException - { - Map<String, String> params = new HashMap<String, String> (); - - // At least one parameter - if (query != null - && query.endsWith ("&") == false) - { - String[] qsplit = {query}; - - // More than one parameter - split the query. - if (query.contains ("&")) - qsplit = query.split ("&"); - - - for (String param : qsplit) - { - // Has a value - if (param.contains ("=") - && param.endsWith ("=") == false) - { - String[] paramsplit = param.split ("="); - params.put (URLDecoder.decode (paramsplit[0], "UTF-8"), - URLDecoder.decode (paramsplit[1], "UTF-8")); - } - // Doesn't have a value - else if (param.contains ("=") == false) - { - params.put (URLDecoder.decode (param, "UTF-8"), null); - } - } - } - - return params; - } - - - /** - * Get a database connection using the given user class. - * - * @param userClass The user class to get a connection for. - * - * @return a database connection, which may or may not - * have been created on this call. - * - * @throw MissingCredentialsException if the credentials - * for the given userclass are missing. - * - * @throw ConnectionFailureException if the connection - * failed. - */ - - public DatabaseDriver - getDatabaseConnection (UserClass userClass) - throws MissingCredentialsException, ConnectionFailureException - { - // TODO: Singleton - - ConfigReader config = new ConfigReader ("res/conf.xml"); - - return new DatabaseDriver (config, UserClass.READ_ONLY); - } + /** + * Run the server. + */ + private void run() { + Thread thread = null; + + try { + thread = new HttpListenerThread(8000, this); + } catch (IOException e) { + e.printStackTrace(); + System.exit(-1); + } + + thread.setDaemon(false); + thread.run(); + } + /** + * Get a database connection using the given user class. + * + * @param userClass + * The user class to get a connection for. + * + * @return a database connection, which may or may not have been created on + * this call. + * + * @throws MissingCredentialsException + * if the credentials for the given userclass are missing. + * + * @throws ConnectionFailureException + * if the connection failed. + */ + public DatabaseDriver getDatabaseConnection(UserClass userClass) + throws MissingCredentialsException, ConnectionFailureException { + // TODO: Singleton + + ConfigReader config = new ConfigReader("res/conf.xml"); + + return new DatabaseDriver(config, UserClass.READ_ONLY); + } - /** - * @return the version string of the server. - */ - - public String - getVersion () - { - return SERVER_VERSION; - } + /** + * @return the version string of the server. + */ + public String getVersion() { + return SERVER_VERSION; + } } diff --git a/src/uk/org/ury/server/ServerRequestHandler.java b/src/uk/org/ury/server/ServerRequestHandler.java index c8d4f39..df67faf 100644 --- a/src/uk/org/ury/server/ServerRequestHandler.java +++ b/src/uk/org/ury/server/ServerRequestHandler.java @@ -7,7 +7,7 @@ import java.util.HashMap; import java.util.Map; import uk.org.ury.server.Server; -import uk.org.ury.server.RequestHandler; +import uk.org.ury.server.ApiRequestHandler; import uk.org.ury.server.exceptions.HandleFailureException; @@ -17,7 +17,7 @@ import uk.org.ury.server.exceptions.HandleFailureException; * @author Matt Windsor */ -public class ServerRequestHandler implements RequestHandler +public class ServerRequestHandler implements ApiRequestHandler { /** * Handle a server GET request (that is, a request for data diff --git a/src/uk/org/ury/show/viewer/ShowViewer.java b/src/uk/org/ury/show/viewer/ShowViewer.java index 24e696b..d11e8d5 100644 --- a/src/uk/org/ury/show/viewer/ShowViewer.java +++ b/src/uk/org/ury/show/viewer/ShowViewer.java @@ -1,3 +1,14 @@ +/* + * ShowViewer.java + * --------------- + * + * Part of the URY Frontend Platform + * + * V0.00 2011/03/20 + * + * (C) 2011 URY Computing + */ + package uk.org.ury.show.viewer; import java.util.List; @@ -11,135 +22,97 @@ import uk.org.ury.frontend.AbstractFrontendModule; import uk.org.ury.frontend.FrontendMaster; import uk.org.ury.frontend.FrontendModulePanel; import uk.org.ury.frontend.exceptions.UICreationFailureException; - import uk.org.ury.show.ShowChannel; import uk.org.ury.show.ShowUtils; import uk.org.ury.show.item.ShowItem; - /** * Frontend module for viewing show details. * - * This serves as the base for the show playout and editor classes, - * but can be used stand-alone as an (admittedly rather pointless) - * module. + * This serves as the base for the show playout and editor classes, but can be + * used stand-alone as an (admittedly rather pointless) module. + * + * @author Matt Windsor * - * @author Matt Windsor - * */ +public class ShowViewer extends AbstractFrontendModule { + /** + * + */ -public class ShowViewer extends AbstractFrontendModule -{ - /** - * - */ - - private static final long serialVersionUID = -2782366476480563739L; - private DatabaseDriver dd; - private ShowChannel[] channels; - private ShowViewerPanel panel; - private ConfigReader config; - - - /** - * Construct a new ShowViewer as a frontend object. - */ - - public - ShowViewer () - { - channels = new ShowChannel[ShowUtils.NUM_CHANNELS]; - } - - - /** - * Run the library viewer frontend. - */ - - @Override - public FrontendModulePanel - runFrontend (FrontendMaster master) - { - dd = null; - config = null; - - try - { - config = new ConfigReader (master.getResourceDirectory () + "conf.xml"); - } - catch (MissingCredentialsException e) - { - System.out.println(e); + private static final long serialVersionUID = -2782366476480563739L; + private DatabaseDriver dd; + private ShowChannel[] channels; + private ShowViewerPanel panel; + private ConfigReader config; + + /** + * Construct a new ShowViewer as a frontend object. + */ + public ShowViewer() { + channels = new ShowChannel[ShowUtils.NUM_CHANNELS]; } - - - - try - { - dd = new DatabaseDriver (config, UserClass.READ_ONLY); - } - catch (MissingCredentialsException e) - { - // TODO: Privilege de-escalation - master.fatalError (e.getMessage ()); - } - catch (Exception f) - { - master.fatalError (f.getMessage ()); - } - - for (int i = 0; i < channels.length; i++) - { - channels[i] = new ShowChannel (); - - try - { - for (ShowItem item : ShowUtils.getChannelList (dd, 4696, i)) - { - channels[i].add (item); - } - } - catch (QueryFailureException e) - { - master.fatalError (e.getMessage ()); - } - } - - try - { - panel = new ShowViewerPanel (this, master); - } - catch (UICreationFailureException e) - { - master.fatalError (e.getMessage ()); - } - - return panel; - } + /** + * Run the library viewer frontend. + */ + @Override + public FrontendModulePanel runFrontend(FrontendMaster master) { + dd = null; + config = null; + + try { + config = new ConfigReader(master.getResourceDirectory() + + "conf.xml"); + } catch (MissingCredentialsException e) { + System.out.println(e); + } + + try { + dd = new DatabaseDriver(config, UserClass.READ_ONLY); + } catch (MissingCredentialsException e) { + // TODO: Privilege de-escalation + master.fatalError(e.getMessage()); + } catch (Exception f) { + master.fatalError(f.getMessage()); + } - /** - * @return the channel array. - */ - - public ShowChannel[] - getChannels () - { - // TODO Auto-generated method stub - return channels; - } + for (int i = 0; i < channels.length; i++) { + channels[i] = new ShowChannel(); - - /** - * @return the list of bin names. - * - * @throws QueryFailureException if the underlying database query - * fails. - */ + try { + for (ShowItem item : ShowUtils.getChannelList(dd, 4696, i)) { + channels[i].add(item); + } + } catch (QueryFailureException e) { + master.fatalError(e.getMessage()); + } + } - public List<String> - getBins () throws QueryFailureException - { - return ShowUtils.getPublicFolders (dd); - } + try { + panel = new ShowViewerPanel(this, master); + } catch (UICreationFailureException e) { + master.fatalError(e.getMessage()); + } + + return panel; + } + + /** + * @return the channel array. + */ + public ShowChannel[] getChannels() { + // TODO Auto-generated method stub + return channels; + } + + /** + * @return the list of bin names. + * + * @throws QueryFailureException + * if the underlying database query fails. + */ + public List<String> getBins() throws QueryFailureException { + return ShowUtils.getPublicFolders(dd); + } } |