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-3.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'doc/index-files/index-3.html') diff --git a/doc/index-files/index-3.html b/doc/index-files/index-3.html index 73b5ed5..bb4d97e 100644 --- a/doc/index-files/index-3.html +++ b/doc/index-files/index-3.html @@ -2,7 +2,7 @@ - + C-Index @@ -82,29 +82,29 @@ function windowTitle()

C

-
ChannelPanel - Class in uk.org.ury.show.viewer
A panel displaying channel information.
ChannelPanel(int, ShowChannel) - -Constructor for class uk.org.ury.show.viewer.ChannelPanel +
ChannelPanel - Class in uk.org.ury.frontend.modules.show
A panel displaying channel information.
ChannelPanel(int, ShowChannel) - +Constructor for class uk.org.ury.frontend.modules.show.ChannelPanel
Construct a new ChannelPanel. -
Client - Class in uk.org.ury.client
 
Client() - -Constructor for class uk.org.ury.client.Client +
Client - Class in uk.org.ury.frontend.client
 
Client() - +Constructor for class uk.org.ury.frontend.client.Client
  -
ClientTest - Class in uk.org.ury.client.test
JUnit test for the low-level client logic.
ClientTest() - -Constructor for class uk.org.ury.client.test.ClientTest +
ClientTest - Class in uk.org.ury.frontend.client.test
JUnit test for the low-level client logic.
ClientTest() - +Constructor for class uk.org.ury.frontend.client.test.ClientTest
  -
configName - -Variable in enum uk.org.ury.database.UserClass +
configName - +Variable in enum uk.org.ury.backend.database.UserClass
The name of the tag in the configuration file that contains the credentials for this user class. -
ConfigReader - Class in uk.org.ury.config
Reads in an XML config file and creates config objects
ConfigReader(String) - -Constructor for class uk.org.ury.config.ConfigReader +
ConfigReader - Class in uk.org.ury.backend.config
Reads in an XML config file and creates config objects
ConfigReader(String) - +Constructor for class uk.org.ury.backend.config.ConfigReader
Read in the config file and create the Database and Auth configuration objects. -
ConnectionFailureException - Exception in uk.org.ury.database.exceptions
Exception thrown when the database backend fails to connect to - the database server, in absence of a more specific exception.
ConnectionFailureException() - -Constructor for exception uk.org.ury.database.exceptions.ConnectionFailureException +
ConnectionFailureException - Exception in uk.org.ury.backend.database.exceptions
Exception thrown when the database backend fails to connect to + the database server, in absence of a more specific exception.
ConnectionFailureException() - +Constructor for exception uk.org.ury.backend.database.exceptions.ConnectionFailureException
Construct a new ConnectionFailureException with a default reason. -
ConnectionFailureException(String) - -Constructor for exception uk.org.ury.database.exceptions.ConnectionFailureException +
ConnectionFailureException(String) - +Constructor for exception uk.org.ury.backend.database.exceptions.ConnectionFailureException
Construct a new ConnectionFailureException.

-- cgit v1.2.3