From df7d7981b56a4560c95ea7e9b194080e93398ecf Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Mon, 21 Mar 2011 21:54:31 +0000 Subject: GREAT PACKAGE RESHUFFLE: Everything is now organised into frontend, backend and common (to frontend and backend) packages. Things may have been broken. Doc refresh. --- doc/index-files/index-16.html | 62 +++++++++++++++++++++---------------------- 1 file changed, 31 insertions(+), 31 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 2f1a287..257bd5b 100644 --- a/doc/index-files/index-16.html +++ b/doc/index-files/index-16.html @@ -2,7 +2,7 @@ - + S-Index @@ -82,25 +82,25 @@ function windowTitle()

S

-
search(DatabaseDriver, String) - -Static method in class uk.org.ury.library.LibraryUtils +
search(DatabaseDriver, String) - +Static method in class uk.org.ury.common.library.LibraryUtils
Perform a library search. -
search() - -Method in class uk.org.ury.library.viewer.LibraryViewerPanel +
search() - +Method in class uk.org.ury.frontend.modules.library.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 +
search() - +Method in class uk.org.ury.frontend.modules.show.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 +
Server - Class in uk.org.ury.backend.server
The unified URY server, accepting requests over HTTP.
Server() - +Constructor for class uk.org.ury.backend.server.Server
  -
SERVER_VERSION - -Static variable in class uk.org.ury.server.Server +
SERVER_VERSION - +Static variable in class uk.org.ury.backend.server.Server
  -
ServerRequestHandler - Class in uk.org.ury.server
A request handler for server queries.
ServerRequestHandler() - -Constructor for class uk.org.ury.server.ServerRequestHandler +
ServerRequestHandler - Class in uk.org.ury.backend.server
A request handler for server queries.
ServerRequestHandler() - +Constructor for class uk.org.ury.backend.server.ServerRequestHandler
 
setMaster(FrontendMaster) - Method in class uk.org.ury.frontend.FrontendPanel @@ -120,8 +120,8 @@ Method in class uk.org.ury.frontend.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 +
setUp() - +Method in class uk.org.ury.frontend.client.test.ClientTest
 
setupUI() - Method in class uk.org.ury.frontend.FrontendApplet @@ -132,29 +132,29 @@ Method in class uk.org.ury.frontend.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 +
ShowChannel - Class in uk.org.ury.common.show
A channel of ShowItems in a show.
ShowChannel() - +Constructor for class uk.org.ury.common.show.ShowChannel
Constructs 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 +
ShowItem - Class in uk.org.ury.common.show.item
An item in the show database.
ShowItem(Map<ShowItemProperty, String>) - +Constructor for class uk.org.ury.common.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 +
ShowItemProperty - Enum in uk.org.ury.common.show.item
Enumeration of the parameters that are stored in a ShowItem.
ShowUtils - Class in uk.org.ury.common.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.common.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 +
ShowViewer - Class in uk.org.ury.frontend.modules.show
Frontend module for viewing show details.
ShowViewer() - +Constructor for class uk.org.ury.frontend.modules.show.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 +
ShowViewerPanel - Class in uk.org.ury.frontend.modules.show
Frontend panel providing access to an underlying show viewer.
ShowViewerPanel(ShowViewer, FrontendMaster) - +Constructor for class uk.org.ury.frontend.modules.show.ShowViewerPanel
Construct a new ShowViewerPanel. -
sql - -Variable in enum uk.org.ury.library.item.LibraryItemProperty +
sql - +Variable in enum uk.org.ury.common.library.item.LibraryItemProperty
  -
sql - -Variable in enum uk.org.ury.show.item.ShowItemProperty +
sql - +Variable in enum uk.org.ury.common.show.item.ShowItemProperty
  -
Status - Enum in uk.org.ury.protocol
Statuses that can follow the STATUS directory.
+
Status - Enum in uk.org.ury.common.protocol
Statuses that can follow the STATUS directory.
-- cgit v1.2.3