aboutsummaryrefslogtreecommitdiff
path: root/doc/overview-tree.html
diff options
context:
space:
mode:
authorMatt Windsor <mattwindsor@btinternet.com>2011-03-20 16:38:51 +0000
committerMatt Windsor <mattwindsor@btinternet.com>2011-03-20 16:38:51 +0000
commitcee53b021632c95f1b4882664a31ca639a9b0700 (patch)
tree436215d8d67a659f20ca6d911bc4e9b7a23a4675 /doc/overview-tree.html
parent0a4133a08038b1d867a78be20dd6afafbd0b09d1 (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.
Diffstat (limited to 'doc/overview-tree.html')
-rw-r--r--doc/overview-tree.html41
1 files changed, 23 insertions, 18 deletions
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>&lt;E,T&gt;<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&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, 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>