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-15.html | 103 +++++++++++++++++------------------------- 1 file changed, 41 insertions(+), 62 deletions(-) (limited to 'doc/index-files/index-15.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 @@ - + -S-Index +R-Index - + @@ -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"; } } @@ -78,67 +78,46 @@ function windowTitle() -A B C D E F G H I L M N Q R S T U V
-

-S

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

+R

-
search(DatabaseDriver, String) - -Static method in class uk.org.ury.library.LibraryUtils -
Perform a library search. -
search() - -Method in class uk.org.ury.library.viewer.LibraryViewerPanel -
Action method for performing a search, bound by the UI XML - manifest to the search field and button. -
search() - -Method in class uk.org.ury.show.viewer.ShowViewerPanel -
Initialise the library viewer for the purposes of adding tracks - and/or browsing the library. -
setMaster(FrontendMaster) - -Method in class uk.org.ury.frontend.FrontendPanel -
Set the frontend master. -
setPanels(FrontendModulePanel, FrontendModulePanel) - -Method in class uk.org.ury.frontend.FrontendControlPanel -
Set the parent and child panels that this ControlPanel - facilitates intercommunication. -
setPreviousCPanel(FrontendControlPanel) - -Method in class uk.org.ury.frontend.FrontendControlPanel -
Set the previous control panel (if any), so that it can be - restored when this control panel returns control to the - parent. -
setText(String) - -Method in class uk.org.ury.frontend.FrontendSubBanner +
reportFatal(String, FrontendFrame) - +Static method in class uk.org.ury.frontend.FrontendError +
Create an error dialogue to report a fatal error. +
reportFatal(String, FrontendApplet) - +Static method in class uk.org.ury.frontend.FrontendError
  -
setTitle(String) - -Method in class uk.org.ury.frontend.FrontendBanner -
Change the title displayed on the banner. -
ShowChannel - Class in uk.org.ury.show
A channel of ShowItems in a show.
ShowChannel() - -Constructor for class uk.org.ury.show.ShowChannel -
Construct a new, empty channel. -
ShowItem - Class in uk.org.ury.show
An item in the show database.
ShowItem(Map<ShowItemProperty, String>) - -Constructor for class uk.org.ury.show.ShowItem -
Construct a new ShowItem. -
ShowItemProperty - Enum in uk.org.ury.show
Enumeration of the parameters that are stored in a ShowItem.
ShowUtils - Class in uk.org.ury.show
A set of common utility routines to facilitate the extraction of - show items from the show storage areas of the URY database.
ShowUtils() - -Constructor for class uk.org.ury.show.ShowUtils -
  -
ShowViewer - Class in uk.org.ury.show.viewer
Frontend module for viewing show details.
ShowViewer() - -Constructor for class uk.org.ury.show.viewer.ShowViewer -
Construct a new ShowViewer as a frontend object. -
ShowViewerPanel - Class in uk.org.ury.show.viewer
Frontend panel providing access to an underlying lshow viewer.
ShowViewerPanel(ShowViewer, FrontendMaster) - -Constructor for class uk.org.ury.show.viewer.ShowViewerPanel -
Construct a new ShowViewerPanel. -
sql - -Variable in enum uk.org.ury.library.LibraryItemProperty -
  -
sql - -Variable in enum uk.org.ury.show.ShowItemProperty -
  -
start() - +
RequestHandler - Interface in uk.org.ury.server
Interface for classes that can handle requests addressed to their + class name from the main server.
responseIsOK(Map<?, ?>) - +Static method in class uk.org.ury.protocol.ProtocolUtils +
Check if a response is flagged as having OK status. +
restoreModule(FrontendModulePanel, FrontendControlPanel) - +Method in class uk.org.ury.frontend.FrontendApplet +
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 as an applet. -
start() - +
Run the library viewer frontend. +
runFrontend(FrontendMaster) - Method in class uk.org.ury.show.viewer.ShowViewer -
Run the library viewer frontend as an applet. +
Run the library viewer frontend. +
runFrontend(FrontendMaster) - +Method in class uk.org.ury.testrig.DemoMenu +
Run the demo menu in frontend mode.

@@ -193,7 +172,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