aboutsummaryrefslogtreecommitdiff
path: root/doc/index-files
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index-files')
-rw-r--r--doc/index-files/index-1.html18
-rw-r--r--doc/index-files/index-10.html42
-rw-r--r--doc/index-files/index-11.html15
-rw-r--r--doc/index-files/index-12.html13
-rw-r--r--doc/index-files/index-13.html38
-rw-r--r--doc/index-files/index-14.html54
-rw-r--r--doc/index-files/index-15.html103
-rw-r--r--doc/index-files/index-16.html94
-rw-r--r--doc/index-files/index-17.html37
-rw-r--r--doc/index-files/index-18.html50
-rw-r--r--doc/index-files/index-19.html177
-rw-r--r--doc/index-files/index-2.html19
-rw-r--r--doc/index-files/index-3.html16
-rw-r--r--doc/index-files/index-4.html20
-rw-r--r--doc/index-files/index-5.html11
-rw-r--r--doc/index-files/index-6.html22
-rw-r--r--doc/index-files/index-7.html60
-rw-r--r--doc/index-files/index-8.html56
-rw-r--r--doc/index-files/index-9.html27
19 files changed, 596 insertions, 276 deletions
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>&nbsp;
-<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>&nbsp;
+<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&lt;LibraryItemProperty, String&gt;)</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&lt;LibraryItemProperty, String&gt;)</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>&nbsp;
-<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&lt;LibraryItem&gt;)</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>&nbsp;
+<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&lt;LibraryItem&gt;)</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>&nbsp;
-<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>&nbsp;<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&lt;String&gt;, 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>&nbsp;
+<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>&nbsp;
+<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>&nbsp;
</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>&nbsp;
-<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>&nbsp;
-<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&lt;ShowItemProperty, String&gt;)</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>&nbsp;
-<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>&nbsp;
-<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>&nbsp;
-<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&lt;?, ?&gt;)</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>&nbsp;
-<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>&nbsp;
+<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>&nbsp;
+<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>&nbsp;
+<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>&nbsp;
+<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&lt;ShowItemProperty, String&gt;)</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>&nbsp;
+<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>&nbsp;
+<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>&nbsp;
+<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>&nbsp;<DT><A HREF="../uk/org/ury/database/package-summary.html"><B>uk.org.ury.database</B></A> - package uk.org.ury.database<DD>&nbsp;<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>&nbsp;<DT><A HREF="../uk/org/ury/frontend/package-summary.html"><B>uk.org.ury.frontend</B></A> - package uk.org.ury.frontend<DD>&nbsp;<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>&nbsp;<DT><A HREF="../uk/org/ury/library/package-summary.html"><B>uk.org.ury.library</B></A> - package uk.org.ury.library<DD>&nbsp;<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>&nbsp;<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>&nbsp;<DT><A HREF="../uk/org/ury/show/package-summary.html"><B>uk.org.ury.show</B></A> - package uk.org.ury.show<DD>&nbsp;<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>&nbsp;<DT><A HREF="../uk/org/ury/testrig/package-summary.html"><B>uk.org.ury.testrig</B></A> - package uk.org.ury.testrig<DD>&nbsp;<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>&nbsp;
+<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>&nbsp;
+<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">
&nbsp;<A HREF="index-17.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;NEXT LETTER</FONT></TD>
+&nbsp;<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> &nbsp;
&nbsp;<A HREF="index-18.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
@@ -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>&nbsp;<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>&nbsp;<DT><A HREF="../uk/org/ury/config/package-summary.html"><B>uk.org.ury.config</B></A> - package uk.org.ury.config<DD>&nbsp;<DT><A HREF="../uk/org/ury/database/package-summary.html"><B>uk.org.ury.database</B></A> - package uk.org.ury.database<DD>&nbsp;<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>&nbsp;<DT><A HREF="../uk/org/ury/frontend/package-summary.html"><B>uk.org.ury.frontend</B></A> - package uk.org.ury.frontend<DD>&nbsp;<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>&nbsp;<DT><A HREF="../uk/org/ury/library/package-summary.html"><B>uk.org.ury.library</B></A> - package uk.org.ury.library<DD>&nbsp;<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>&nbsp;<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>&nbsp;<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>&nbsp;<DT><A HREF="../uk/org/ury/protocol/package-summary.html"><B>uk.org.ury.protocol</B></A> - package uk.org.ury.protocol<DD>&nbsp;<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>&nbsp;<DT><A HREF="../uk/org/ury/server/package-summary.html"><B>uk.org.ury.server</B></A> - package uk.org.ury.server<DD>&nbsp;<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>&nbsp;<DT><A HREF="../uk/org/ury/show/package-summary.html"><B>uk.org.ury.show</B></A> - package uk.org.ury.show<DD>&nbsp;<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>&nbsp;<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>&nbsp;<DT><A HREF="../uk/org/ury/testrig/package-summary.html"><B>uk.org.ury.testrig</B></A> - package uk.org.ury.testrig<DD>&nbsp;<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">
&nbsp;<A HREF="index-17.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;NEXT LETTER</FONT></TD>
+&nbsp;<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> &nbsp;
&nbsp;<A HREF="index-18.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
@@ -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>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="index-18.html"><B>PREV LETTER</B></A>&nbsp;
+&nbsp;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> &nbsp;
+&nbsp;<A HREF="index-19.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
+&nbsp;<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>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="index-18.html"><B>PREV LETTER</B></A>&nbsp;
+&nbsp;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> &nbsp;
+&nbsp;<A HREF="index-19.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
+&nbsp;<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>&nbsp;
</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>&nbsp;<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>&nbsp;
+<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>&nbsp;
<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&lt;E, T&gt;)</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>&nbsp;
<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>&nbsp;<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>&nbsp;
<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&lt;String, Object&gt;)</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>&nbsp;
<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>&nbsp;
<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>&nbsp;
+<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>&nbsp;
<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>&nbsp;
@@ -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>&nbsp;
-<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>&nbsp;
-<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>&nbsp;
-<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>&nbsp;
<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>&nbsp;
-<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>&nbsp;
-<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>&nbsp;
-<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>&nbsp;
<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>&nbsp;
+<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>&nbsp;
+<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>&nbsp;
<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>&nbsp;
<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>&nbsp;
+<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>&nbsp;
</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&lt;String&gt;)</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&lt;String, String&gt;, 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&lt;String, String&gt;, 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&lt;String, String&gt;, 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>