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

-T

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

+S

-
toString() - -Method in class uk.org.ury.show.ShowItem +
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. +
Server - Class in uk.org.ury.server
The unified URY server, accepting requests over HTTP.
Server() - +Constructor for class uk.org.ury.server.Server
  -
TrackBin - Class in uk.org.ury.show.viewer
A panel displaying track bin contents.
TrackBin(String) - -Constructor for class uk.org.ury.show.viewer.TrackBin -
Construct a new TrackBin. -
+
ServerProtocol - Class in uk.org.ury.server
The BAPS server protocol (a minimal implementation of HTTP 1.1) handler.
ServerProtocol() - +Constructor for class uk.org.ury.server.ServerProtocol +
  +
ServerRequestHandler - Class in uk.org.ury.server
A request handler for server queries.
ServerRequestHandler() - +Constructor for class uk.org.ury.server.ServerRequestHandler +
  +
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 +
  +
setTitle(String) - +Method in class uk.org.ury.frontend.FrontendBanner +
Change the title displayed on the banner. +
setUp() - +Method in class uk.org.ury.client.test.ClientTest +
  +
setupUI() - +Method in class uk.org.ury.frontend.FrontendApplet +
Set up the user interface of the frame. +
setupUI() - +Method in class uk.org.ury.frontend.FrontendFrame +
Set up the user interface of the frame. +
setupUI() - +Method in interface uk.org.ury.frontend.FrontendMaster +
Set up the frontend master's user interface. +
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.item
An item in the show database.
ShowItem(Map<ShowItemProperty, String>) - +Constructor for class uk.org.ury.show.item.ShowItem +
Construct a new ShowItem. +
ShowItemProperty - Enum in uk.org.ury.show.item
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 show 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.item.LibraryItemProperty +
  +
sql - +Variable in enum uk.org.ury.show.item.ShowItemProperty +
  +
Status - Enum in uk.org.ury.protocol
Statuses that can follow the STATUS directory.
@@ -142,7 +208,7 @@ Constructor for 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