aboutsummaryrefslogtreecommitdiff
path: root/doc/allclasses-noframe.html
diff options
context:
space:
mode:
authorMatt Windsor <mattwindsor@btinternet.com>2011-03-21 21:54:31 +0000
committerMatt Windsor <mattwindsor@btinternet.com>2011-03-21 21:54:31 +0000
commitdf7d7981b56a4560c95ea7e9b194080e93398ecf (patch)
treeb3ae4f02d23ae1f7f4951c776ee8d91b0047dd6f /doc/allclasses-noframe.html
parent2d073129857a42ab4195cd433c8be152e357033f (diff)
GREAT PACKAGE RESHUFFLE: Everything is now organised into frontend, backend and common (to frontend and backend) packages. Things may have been broken. Doc refresh.
Diffstat (limited to 'doc/allclasses-noframe.html')
-rw-r--r--doc/allclasses-noframe.html108
1 files changed, 54 insertions, 54 deletions
diff --git a/doc/allclasses-noframe.html b/doc/allclasses-noframe.html
index 1115f5e..e10982b 100644
--- a/doc/allclasses-noframe.html
+++ b/doc/allclasses-noframe.html
@@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Mon Mar 21 17:00:03 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Mon Mar 21 21:53:12 GMT 2011 -->
<TITLE>
All Classes
</TITLE>
@@ -23,43 +23,43 @@ 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/server/AbstractRequestHandler.html" title="class in uk.org.ury.server">AbstractRequestHandler</A>
+<A HREF="uk/org/ury/backend/server/AbstractRequestHandler.html" title="class in uk.org.ury.backend.server">AbstractRequestHandler</A>
<BR>
-<A HREF="uk/org/ury/server/ApiRequestHandler.html" title="interface in uk.org.ury.server"><I>ApiRequestHandler</I></A>
+<A HREF="uk/org/ury/backend/server/ApiRequestHandler.html" title="interface in uk.org.ury.backend.server"><I>ApiRequestHandler</I></A>
<BR>
-<A HREF="uk/org/ury/testrig/ApplicationLauncher.html" title="class in uk.org.ury.testrig">ApplicationLauncher</A>
+<A HREF="uk/org/ury/frontend/testrig/ApplicationLauncher.html" title="class in uk.org.ury.frontend.testrig">ApplicationLauncher</A>
<BR>
-<A HREF="uk/org/ury/config/Auth.html" title="class in uk.org.ury.config">Auth</A>
+<A HREF="uk/org/ury/backend/config/Auth.html" title="class in uk.org.ury.backend.config">Auth</A>
<BR>
-<A HREF="uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions">BadRequestException</A>
+<A HREF="uk/org/ury/backend/server/exceptions/BadRequestException.html" title="class in uk.org.ury.backend.server.exceptions">BadRequestException</A>
<BR>
-<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/modules/show/ChannelPanel.html" title="class in uk.org.ury.frontend.modules.show">ChannelPanel</A>
<BR>
-<A HREF="uk/org/ury/client/Client.html" title="class in uk.org.ury.client">Client</A>
+<A HREF="uk/org/ury/frontend/client/Client.html" title="class in uk.org.ury.frontend.client">Client</A>
<BR>
-<A HREF="uk/org/ury/client/test/ClientTest.html" title="class in uk.org.ury.client.test">ClientTest</A>
+<A HREF="uk/org/ury/frontend/client/test/ClientTest.html" title="class in uk.org.ury.frontend.client.test">ClientTest</A>
<BR>
-<A HREF="uk/org/ury/config/ConfigReader.html" title="class in uk.org.ury.config">ConfigReader</A>
+<A HREF="uk/org/ury/backend/config/ConfigReader.html" title="class in uk.org.ury.backend.config">ConfigReader</A>
<BR>
-<A HREF="uk/org/ury/database/exceptions/ConnectionFailureException.html" title="class in uk.org.ury.database.exceptions">ConnectionFailureException</A>
+<A HREF="uk/org/ury/backend/database/exceptions/ConnectionFailureException.html" title="class in uk.org.ury.backend.database.exceptions">ConnectionFailureException</A>
<BR>
-<A HREF="uk/org/ury/config/Database.html" title="class in uk.org.ury.config">Database</A>
+<A HREF="uk/org/ury/backend/config/Database.html" title="class in uk.org.ury.backend.config">Database</A>
<BR>
-<A HREF="uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A>
+<A HREF="uk/org/ury/backend/database/DatabaseDriver.html" title="class in uk.org.ury.backend.database">DatabaseDriver</A>
<BR>
-<A HREF="uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A>
+<A HREF="uk/org/ury/backend/database/DatabaseItem.html" title="class in uk.org.ury.backend.database">DatabaseItem</A>
<BR>
-<A HREF="uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions">DecodeFailureException</A>
+<A HREF="uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions">DecodeFailureException</A>
<BR>
-<A HREF="uk/org/ury/testrig/DemoControlPanel.html" title="class in uk.org.ury.testrig">DemoControlPanel</A>
+<A HREF="uk/org/ury/frontend/cpanels/menu/DemoControlPanel.html" title="class in uk.org.ury.frontend.cpanels.menu">DemoControlPanel</A>
<BR>
-<A HREF="uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig">DemoMenu</A>
+<A HREF="uk/org/ury/frontend/modules/menu/DemoMenu.html" title="class in uk.org.ury.frontend.modules.menu">DemoMenu</A>
<BR>
-<A HREF="uk/org/ury/testrig/DemoMenuPanel.html" title="class in uk.org.ury.testrig">DemoMenuPanel</A>
+<A HREF="uk/org/ury/frontend/modules/menu/DemoMenuPanel.html" title="class in uk.org.ury.frontend.modules.menu">DemoMenuPanel</A>
<BR>
-<A HREF="uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol">Directive</A>
+<A HREF="uk/org/ury/common/protocol/Directive.html" title="enum in uk.org.ury.common.protocol">Directive</A>
<BR>
-<A HREF="uk/org/ury/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.library.exceptions">EmptySearchException</A>
+<A HREF="uk/org/ury/common/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.common.library.exceptions">EmptySearchException</A>
<BR>
<A HREF="uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A>
<BR>
@@ -81,79 +81,79 @@ 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>
+<A HREF="uk/org/ury/backend/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.backend.server.exceptions">HandleFailureException</A>
<BR>
-<A HREF="uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions">HandlerNotFoundException</A>
+<A HREF="uk/org/ury/backend/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.backend.server.exceptions">HandlerNotFoundException</A>
<BR>
-<A HREF="uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions">HandlerSetupFailureException</A>
+<A HREF="uk/org/ury/backend/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.backend.server.exceptions">HandlerSetupFailureException</A>
<BR>
-<A HREF="uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A>
+<A HREF="uk/org/ury/backend/server/exceptions/HandlingException.html" title="class in uk.org.ury.backend.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/server/HttpHandler.html" title="class in uk.org.ury.server">HttpHandler</A>
+<A HREF="uk/org/ury/backend/server/HttpHandler.html" title="class in uk.org.ury.backend.server">HttpHandler</A>
<BR>
-<A HREF="uk/org/ury/server/HttpListenerThread.html" title="class in uk.org.ury.server">HttpListenerThread</A>
+<A HREF="uk/org/ury/backend/server/HttpListenerThread.html" title="class in uk.org.ury.backend.server">HttpListenerThread</A>
<BR>
-<A HREF="uk/org/ury/server/HttpWorkerThread.html" title="class in uk.org.ury.server">HttpWorkerThread</A>
+<A HREF="uk/org/ury/backend/server/HttpWorkerThread.html" title="class in uk.org.ury.backend.server">HttpWorkerThread</A>
<BR>
-<A HREF="uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions">InvalidMessageException</A>
+<A HREF="uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.common.protocol.exceptions">InvalidMessageException</A>
<BR>
-<A HREF="uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig"><I>Launcher</I></A>
+<A HREF="uk/org/ury/frontend/testrig/Launcher.html" title="interface in uk.org.ury.frontend.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>
+<A HREF="uk/org/ury/frontend/cpanels/show/LibraryControlPanel.html" title="class in uk.org.ury.frontend.cpanels.show">LibraryControlPanel</A>
<BR>
-<A HREF="uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A>
+<A HREF="uk/org/ury/common/library/item/LibraryItem.html" title="class in uk.org.ury.common.library.item">LibraryItem</A>
<BR>
-<A HREF="uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A>
+<A HREF="uk/org/ury/common/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.common.library.item">LibraryItemProperty</A>
<BR>
-<A HREF="uk/org/ury/library/LibraryRequestHandler.html" title="class in uk.org.ury.library">LibraryRequestHandler</A>
+<A HREF="uk/org/ury/backend/handlers/LibraryRequestHandler.html" title="class in uk.org.ury.backend.handlers">LibraryRequestHandler</A>
<BR>
-<A HREF="uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A>
+<A HREF="uk/org/ury/frontend/modules/library/LibraryTableModel.html" title="class in uk.org.ury.frontend.modules.library">LibraryTableModel</A>
<BR>
-<A HREF="uk/org/ury/library/LibraryUtils.html" title="class in uk.org.ury.library">LibraryUtils</A>
+<A HREF="uk/org/ury/common/library/LibraryUtils.html" title="class in uk.org.ury.common.library">LibraryUtils</A>
<BR>
-<A HREF="uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer">LibraryViewer</A>
+<A HREF="uk/org/ury/frontend/modules/library/LibraryViewer.html" title="class in uk.org.ury.frontend.modules.library">LibraryViewer</A>
<BR>
-<A HREF="uk/org/ury/library/viewer/LibraryViewerPanel.html" title="class in uk.org.ury.library.viewer">LibraryViewerPanel</A>
+<A HREF="uk/org/ury/frontend/modules/library/LibraryViewerPanel.html" title="class in uk.org.ury.frontend.modules.library">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>
+<A HREF="uk/org/ury/backend/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.backend.database.exceptions">MissingCredentialsException</A>
<BR>
-<A HREF="uk/org/ury/database/exceptions/MissingPropertyException.html" title="class in uk.org.ury.database.exceptions">MissingPropertyException</A>
+<A HREF="uk/org/ury/backend/database/exceptions/MissingPropertyException.html" title="class in uk.org.ury.backend.database.exceptions">MissingPropertyException</A>
<BR>
-<A HREF="uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions">NotAHandlerException</A>
+<A HREF="uk/org/ury/backend/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.backend.server.exceptions">NotAHandlerException</A>
<BR>
-<A HREF="uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol">ProtocolUtils</A>
+<A HREF="uk/org/ury/common/protocol/ProtocolUtils.html" title="class in uk.org.ury.common.protocol">ProtocolUtils</A>
<BR>
-<A HREF="uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions">QueryFailureException</A>
+<A HREF="uk/org/ury/backend/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.backend.database.exceptions">QueryFailureException</A>
<BR>
-<A HREF="uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A>
+<A HREF="uk/org/ury/backend/server/Server.html" title="class in uk.org.ury.backend.server">Server</A>
<BR>
-<A HREF="uk/org/ury/server/ServerRequestHandler.html" title="class in uk.org.ury.server">ServerRequestHandler</A>
+<A HREF="uk/org/ury/backend/server/ServerRequestHandler.html" title="class in uk.org.ury.backend.server">ServerRequestHandler</A>
<BR>
-<A HREF="uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show">ShowChannel</A>
+<A HREF="uk/org/ury/common/show/ShowChannel.html" title="class in uk.org.ury.common.show">ShowChannel</A>
<BR>
-<A HREF="uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A>
+<A HREF="uk/org/ury/common/show/item/ShowItem.html" title="class in uk.org.ury.common.show.item">ShowItem</A>
<BR>
-<A HREF="uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A>
+<A HREF="uk/org/ury/common/show/item/ShowItemProperty.html" title="enum in uk.org.ury.common.show.item">ShowItemProperty</A>
<BR>
-<A HREF="uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show">ShowUtils</A>
+<A HREF="uk/org/ury/common/show/ShowUtils.html" title="class in uk.org.ury.common.show">ShowUtils</A>
<BR>
-<A HREF="uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer">ShowViewer</A>
+<A HREF="uk/org/ury/frontend/modules/show/ShowViewer.html" title="class in uk.org.ury.frontend.modules.show">ShowViewer</A>
<BR>
-<A HREF="uk/org/ury/show/viewer/ShowViewerPanel.html" title="class in uk.org.ury.show.viewer">ShowViewerPanel</A>
+<A HREF="uk/org/ury/frontend/modules/show/ShowViewerPanel.html" title="class in uk.org.ury.frontend.modules.show">ShowViewerPanel</A>
<BR>
-<A HREF="uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol">Status</A>
+<A HREF="uk/org/ury/common/protocol/Status.html" title="enum in uk.org.ury.common.protocol">Status</A>
<BR>
-<A HREF="uk/org/ury/show/viewer/TrackBin.html" title="class in uk.org.ury.show.viewer">TrackBin</A>
+<A HREF="uk/org/ury/frontend/modules/show/TrackBin.html" title="class in uk.org.ury.frontend.modules.show">TrackBin</A>
<BR>
<A HREF="uk/org/ury/frontend/exceptions/UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions">UICreationFailureException</A>
<BR>
-<A HREF="uk/org/ury/server/exceptions/UnknownFunctionException.html" title="class in uk.org.ury.server.exceptions">UnknownFunctionException</A>
+<A HREF="uk/org/ury/backend/server/exceptions/UnknownFunctionException.html" title="class in uk.org.ury.backend.server.exceptions">UnknownFunctionException</A>
<BR>
-<A HREF="uk/org/ury/database/UserClass.html" title="enum in uk.org.ury.database">UserClass</A>
+<A HREF="uk/org/ury/backend/database/UserClass.html" title="enum in uk.org.ury.backend.database">UserClass</A>
<BR>
</FONT></TD>
</TR>