From cee53b021632c95f1b4882664a31ca639a9b0700 Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Sun, 20 Mar 2011 16:38:51 +0000 Subject: Rewrite of server to use HttpCore example code; beginning of code reformat from GNU style to Java conventions. Code now includes Apache license code. --- doc/index-files/index-14.html | 54 +++++++++++++------------------------------ 1 file changed, 16 insertions(+), 38 deletions(-) (limited to 'doc/index-files/index-14.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 @@ - + -R-Index +Q-Index - + @@ -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"; } } @@ -78,40 +78,18 @@ function windowTitle() -A B C D E F G H I L M N Q R S T U V
-

-R

+A B C D E F G H I L M N P Q R S T U V
+

+Q

-
reportFatal(String, FrontendFrame) - -Static method in class uk.org.ury.frontend.FrontendError -
Create an error dialogue to report a fatal error. -
reportFatal(String, FrontendAppletPanel) - -Static method in class uk.org.ury.frontend.FrontendError -
  -
restoreModule(FrontendModulePanel, FrontendControlPanel) - -Method in class uk.org.ury.frontend.FrontendAppletPanel -
Restore an existing module and control panel into the frontend - frame. -
restoreModule(FrontendModulePanel, FrontendControlPanel) - -Method in class uk.org.ury.frontend.FrontendFrame -
Restore an existing module and control panel into the frontend - frame. -
restoreModule(FrontendModulePanel, FrontendControlPanel) - -Method in interface uk.org.ury.frontend.FrontendMaster -
Restore an existing module and control panel into the frontend - master. -
run() - -Method in class uk.org.ury.testrig.DemoMenu -
Run the demo menu, creating a user interface. -
runFrontend(FrontendMaster) - -Method in interface uk.org.ury.frontend.FrontendModule -
Begin execution of the frontend module. -
runFrontend(FrontendMaster) - -Method in class uk.org.ury.library.viewer.LibraryViewer -
Run the library viewer frontend. -
runFrontend(FrontendMaster) - -Method in class uk.org.ury.show.viewer.ShowViewer -
Run the library viewer frontend. +
QueryFailureException - Exception in uk.org.ury.database.exceptions
Exception thrown when the database backend fails to execute + a query.
QueryFailureException() - +Constructor for exception uk.org.ury.database.exceptions.QueryFailureException +
Construct a new QueryFailureException with a + default reason. +
QueryFailureException(String) - +Constructor for exception uk.org.ury.database.exceptions.QueryFailureException +
Construct a new QueryFailureException.

@@ -166,7 +144,7 @@ Method in class uk.org.ury.show.viewer. -A B C D E F G H I L M N Q R S T U V
+A B C D E F G H I L M N P Q R S T U V
-- cgit v1.2.3