aboutsummaryrefslogtreecommitdiff
path: root/doc/index-files/index-7.html
diff options
context:
space:
mode:
authorMatt Windsor <mattwindsor@btinternet.com>2011-03-21 21:54:31 +0000
committerMatt Windsor <mattwindsor@btinternet.com>2011-03-21 21:54:31 +0000
commitdf7d7981b56a4560c95ea7e9b194080e93398ecf (patch)
treeb3ae4f02d23ae1f7f4951c776ee8d91b0047dd6f /doc/index-files/index-7.html
parent2d073129857a42ab4195cd433c8be152e357033f (diff)
GREAT PACKAGE RESHUFFLE: Everything is now organised into frontend, backend and common (to frontend and backend) packages. Things may have been broken. Doc refresh.
Diffstat (limited to 'doc/index-files/index-7.html')
-rw-r--r--doc/index-files/index-7.html120
1 files changed, 60 insertions, 60 deletions
diff --git a/doc/index-files/index-7.html b/doc/index-files/index-7.html
index 46b54f2..211e9d8 100644
--- a/doc/index-files/index-7.html
+++ b/doc/index-files/index-7.html
@@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Mon Mar 21 17:00:03 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Mon Mar 21 21:53:12 GMT 2011 -->
<TITLE>
G-Index
</TITLE>
@@ -82,54 +82,54 @@ function windowTitle()
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
-<DT><A HREF="../uk/org/ury/client/Client.html#get(java.lang.String)"><B>get(String)</B></A> -
-Method in class uk.org.ury.client.<A HREF="../uk/org/ury/client/Client.html" title="class in uk.org.ury.client">Client</A>
-<DD>Get a raw response from the server.
-<DT><A HREF="../uk/org/ury/database/DatabaseItem.html#get(E)"><B>get(E)</B></A> -
-Method in class uk.org.ury.database.<A HREF="../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A>
+<DT><A HREF="../uk/org/ury/backend/database/DatabaseItem.html#get(E)"><B>get(E)</B></A> -
+Method in class uk.org.ury.backend.database.<A HREF="../uk/org/ury/backend/database/DatabaseItem.html" title="class in uk.org.ury.backend.database">DatabaseItem</A>
<DD>Query this item for a property.
-<DT><A HREF="../uk/org/ury/show/ShowChannel.html#get(int)"><B>get(int)</B></A> -
-Method in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show">ShowChannel</A>
+<DT><A HREF="../uk/org/ury/common/show/ShowChannel.html#get(int)"><B>get(int)</B></A> -
+Method in class uk.org.ury.common.show.<A HREF="../uk/org/ury/common/show/ShowChannel.html" title="class in uk.org.ury.common.show">ShowChannel</A>
<DD>Retrieves an item from the channel.
-<DT><A HREF="../uk/org/ury/show/viewer/ShowViewer.html#getBins()"><B>getBins()</B></A> -
-Method in class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer">ShowViewer</A>
+<DT><A HREF="../uk/org/ury/frontend/client/Client.html#get(java.lang.String)"><B>get(String)</B></A> -
+Method in class uk.org.ury.frontend.client.<A HREF="../uk/org/ury/frontend/client/Client.html" title="class in uk.org.ury.frontend.client">Client</A>
+<DD>Get a raw response from the server.
+<DT><A HREF="../uk/org/ury/frontend/modules/show/ShowViewer.html#getBins()"><B>getBins()</B></A> -
+Method in class uk.org.ury.frontend.modules.show.<A HREF="../uk/org/ury/frontend/modules/show/ShowViewer.html" title="class in uk.org.ury.frontend.modules.show">ShowViewer</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/show/ShowUtils.html#getChannelList(uk.org.ury.database.DatabaseDriver, int, int)"><B>getChannelList(DatabaseDriver, int, int)</B></A> -
-Static method in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show">ShowUtils</A>
+<DT><A HREF="../uk/org/ury/common/show/ShowUtils.html#getChannelList(uk.org.ury.backend.database.DatabaseDriver, int, int)"><B>getChannelList(DatabaseDriver, int, int)</B></A> -
+Static method in class uk.org.ury.common.show.<A HREF="../uk/org/ury/common/show/ShowUtils.html" title="class in uk.org.ury.common.show">ShowUtils</A>
<DD>Given a show and a channel, retrieve a list of all show items bound to
that channel for the show.
-<DT><A HREF="../uk/org/ury/show/viewer/ShowViewer.html#getChannels()"><B>getChannels()</B></A> -
-Method in class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer">ShowViewer</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/show/ShowViewer.html#getChannels()"><B>getChannels()</B></A> -
+Method in class uk.org.ury.frontend.modules.show.<A HREF="../uk/org/ury/frontend/modules/show/ShowViewer.html" title="class in uk.org.ury.frontend.modules.show">ShowViewer</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html#getColumnClass(int)"><B>getColumnClass(int)</B></A> -
-Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/library/LibraryTableModel.html#getColumnClass(int)"><B>getColumnClass(int)</B></A> -
+Method in class uk.org.ury.frontend.modules.library.<A HREF="../uk/org/ury/frontend/modules/library/LibraryTableModel.html" title="class in uk.org.ury.frontend.modules.library">LibraryTableModel</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html#getColumnCount()"><B>getColumnCount()</B></A> -
-Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/library/LibraryTableModel.html#getColumnCount()"><B>getColumnCount()</B></A> -
+Method in class uk.org.ury.frontend.modules.library.<A HREF="../uk/org/ury/frontend/modules/library/LibraryTableModel.html" title="class in uk.org.ury.frontend.modules.library">LibraryTableModel</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html#getColumnName(int)"><B>getColumnName(int)</B></A> -
-Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/library/LibraryTableModel.html#getColumnName(int)"><B>getColumnName(int)</B></A> -
+Method in class uk.org.ury.frontend.modules.library.<A HREF="../uk/org/ury/frontend/modules/library/LibraryTableModel.html" title="class in uk.org.ury.frontend.modules.library">LibraryTableModel</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/config/ConfigReader.html#getDatabase()"><B>getDatabase()</B></A> -
-Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/ConfigReader.html" title="class in uk.org.ury.config">ConfigReader</A>
+<DT><A HREF="../uk/org/ury/backend/config/ConfigReader.html#getDatabase()"><B>getDatabase()</B></A> -
+Method in class uk.org.ury.backend.config.<A HREF="../uk/org/ury/backend/config/ConfigReader.html" title="class in uk.org.ury.backend.config">ConfigReader</A>
<DD>Get the database configuration
-<DT><A HREF="../uk/org/ury/server/Server.html#getDatabaseConnection(uk.org.ury.database.UserClass)"><B>getDatabaseConnection(UserClass)</B></A> -
-Method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A>
+<DT><A HREF="../uk/org/ury/backend/server/Server.html#getDatabaseConnection(uk.org.ury.backend.database.UserClass)"><B>getDatabaseConnection(UserClass)</B></A> -
+Method in class uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/Server.html" title="class in uk.org.ury.backend.server">Server</A>
<DD>Gets a database connection using the given user class.
-<DT><A HREF="../uk/org/ury/config/Database.html#getDb()"><B>getDb()</B></A> -
-Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/Database.html" title="class in uk.org.ury.config">Database</A>
+<DT><A HREF="../uk/org/ury/backend/config/Database.html#getDb()"><B>getDb()</B></A> -
+Method in class uk.org.ury.backend.config.<A HREF="../uk/org/ury/backend/config/Database.html" title="class in uk.org.ury.backend.config">Database</A>
<DD>Get the name of the database
-<DT><A HREF="../uk/org/ury/show/ShowChannel.html#getElementAt(int)"><B>getElementAt(int)</B></A> -
-Method in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show">ShowChannel</A>
+<DT><A HREF="../uk/org/ury/common/show/ShowChannel.html#getElementAt(int)"><B>getElementAt(int)</B></A> -
+Method in class uk.org.ury.common.show.<A HREF="../uk/org/ury/common/show/ShowChannel.html" title="class in uk.org.ury.common.show">ShowChannel</A>
<DD>List model retrieval wrapper for get.
-<DT><A HREF="../uk/org/ury/library/item/LibraryItemProperty.html#getFromSQL(java.lang.String)"><B>getFromSQL(String)</B></A> -
-Static method in enum uk.org.ury.library.item.<A HREF="../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A>
+<DT><A HREF="../uk/org/ury/common/library/item/LibraryItemProperty.html#getFromSQL(java.lang.String)"><B>getFromSQL(String)</B></A> -
+Static method in enum uk.org.ury.common.library.item.<A HREF="../uk/org/ury/common/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.common.library.item">LibraryItemProperty</A>
<DD>Retrieve a LibraryItemProperty given its SQL identifier.
-<DT><A HREF="../uk/org/ury/config/Database.html#getHost()"><B>getHost()</B></A> -
-Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/Database.html" title="class in uk.org.ury.config">Database</A>
+<DT><A HREF="../uk/org/ury/backend/config/Database.html#getHost()"><B>getHost()</B></A> -
+Method in class uk.org.ury.backend.config.<A HREF="../uk/org/ury/backend/config/Database.html" title="class in uk.org.ury.backend.config">Database</A>
<DD>Get the hostname of the database server
-<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewer.html#getLibraryList()"><B>getLibraryList()</B></A> -
-Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer">LibraryViewer</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/library/LibraryViewer.html#getLibraryList()"><B>getLibraryList()</B></A> -
+Method in class uk.org.ury.frontend.modules.library.<A HREF="../uk/org/ury/frontend/modules/library/LibraryViewer.html" title="class in uk.org.ury.frontend.modules.library">LibraryViewer</A>
<DD>&nbsp;
<DT><A HREF="../uk/org/ury/frontend/FrontendModulePanel.html#getModule()"><B>getModule()</B></A> -
Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A>
@@ -137,23 +137,23 @@ Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendModu
<DT><A HREF="../uk/org/ury/frontend/FrontendModulePanel.html#getModuleName()"><B>getModuleName()</B></A> -
Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewerPanel.html#getModuleName()"><B>getModuleName()</B></A> -
-Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryViewerPanel.html" title="class in uk.org.ury.library.viewer">LibraryViewerPanel</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/library/LibraryViewerPanel.html#getModuleName()"><B>getModuleName()</B></A> -
+Method in class uk.org.ury.frontend.modules.library.<A HREF="../uk/org/ury/frontend/modules/library/LibraryViewerPanel.html" title="class in uk.org.ury.frontend.modules.library">LibraryViewerPanel</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html#getModuleName()"><B>getModuleName()</B></A> -
-Method in class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html" title="class in uk.org.ury.show.viewer">ShowViewerPanel</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/menu/DemoMenuPanel.html#getModuleName()"><B>getModuleName()</B></A> -
+Method in class uk.org.ury.frontend.modules.menu.<A HREF="../uk/org/ury/frontend/modules/menu/DemoMenuPanel.html" title="class in uk.org.ury.frontend.modules.menu">DemoMenuPanel</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/testrig/DemoMenuPanel.html#getModuleName()"><B>getModuleName()</B></A> -
-Method in class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoMenuPanel.html" title="class in uk.org.ury.testrig">DemoMenuPanel</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/show/ShowViewerPanel.html#getModuleName()"><B>getModuleName()</B></A> -
+Method in class uk.org.ury.frontend.modules.show.<A HREF="../uk/org/ury/frontend/modules/show/ShowViewerPanel.html" title="class in uk.org.ury.frontend.modules.show">ShowViewerPanel</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/config/Auth.html#getPass()"><B>getPass()</B></A> -
-Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/Auth.html" title="class in uk.org.ury.config">Auth</A>
+<DT><A HREF="../uk/org/ury/backend/config/Auth.html#getPass()"><B>getPass()</B></A> -
+Method in class uk.org.ury.backend.config.<A HREF="../uk/org/ury/backend/config/Auth.html" title="class in uk.org.ury.backend.config">Auth</A>
<DD>Get the password of the login
-<DT><A HREF="../uk/org/ury/config/Database.html#getPort()"><B>getPort()</B></A> -
-Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/Database.html" title="class in uk.org.ury.config">Database</A>
+<DT><A HREF="../uk/org/ury/backend/config/Database.html#getPort()"><B>getPort()</B></A> -
+Method in class uk.org.ury.backend.config.<A HREF="../uk/org/ury/backend/config/Database.html" title="class in uk.org.ury.backend.config">Database</A>
<DD>Get the port the database server is running on
-<DT><A HREF="../uk/org/ury/show/ShowUtils.html#getPublicFolders(uk.org.ury.database.DatabaseDriver)"><B>getPublicFolders(DatabaseDriver)</B></A> -
-Static method in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show">ShowUtils</A>
+<DT><A HREF="../uk/org/ury/common/show/ShowUtils.html#getPublicFolders(uk.org.ury.backend.database.DatabaseDriver)"><B>getPublicFolders(DatabaseDriver)</B></A> -
+Static method in class uk.org.ury.common.show.<A HREF="../uk/org/ury/common/show/ShowUtils.html" title="class in uk.org.ury.common.show">ShowUtils</A>
<DD>Return the names of the public track folders, or "bins".
<DT><A HREF="../uk/org/ury/frontend/FrontendApplet.html#getResourceDirectory()"><B>getResourceDirectory()</B></A> -
Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A>
@@ -164,26 +164,26 @@ Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendFram
<DT><A HREF="../uk/org/ury/frontend/FrontendMaster.html#getResourceDirectory()"><B>getResourceDirectory()</B></A> -
Method in interface uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/config/ConfigReader.html#getRoAuth()"><B>getRoAuth()</B></A> -
-Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/ConfigReader.html" title="class in uk.org.ury.config">ConfigReader</A>
+<DT><A HREF="../uk/org/ury/backend/config/ConfigReader.html#getRoAuth()"><B>getRoAuth()</B></A> -
+Method in class uk.org.ury.backend.config.<A HREF="../uk/org/ury/backend/config/ConfigReader.html" title="class in uk.org.ury.backend.config">ConfigReader</A>
<DD>Get the read only login auth configuration
-<DT><A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html#getRowCount()"><B>getRowCount()</B></A> -
-Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/library/LibraryTableModel.html#getRowCount()"><B>getRowCount()</B></A> -
+Method in class uk.org.ury.frontend.modules.library.<A HREF="../uk/org/ury/frontend/modules/library/LibraryTableModel.html" title="class in uk.org.ury.frontend.modules.library">LibraryTableModel</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/config/ConfigReader.html#getRwAuth()"><B>getRwAuth()</B></A> -
-Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/ConfigReader.html" title="class in uk.org.ury.config">ConfigReader</A>
+<DT><A HREF="../uk/org/ury/backend/config/ConfigReader.html#getRwAuth()"><B>getRwAuth()</B></A> -
+Method in class uk.org.ury.backend.config.<A HREF="../uk/org/ury/backend/config/ConfigReader.html" title="class in uk.org.ury.backend.config">ConfigReader</A>
<DD>Get the read write login auth configuration
-<DT><A HREF="../uk/org/ury/show/ShowChannel.html#getSize()"><B>getSize()</B></A> -
-Method in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show">ShowChannel</A>
+<DT><A HREF="../uk/org/ury/common/show/ShowChannel.html#getSize()"><B>getSize()</B></A> -
+Method in class uk.org.ury.common.show.<A HREF="../uk/org/ury/common/show/ShowChannel.html" title="class in uk.org.ury.common.show">ShowChannel</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/config/Auth.html#getUser()"><B>getUser()</B></A> -
-Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/Auth.html" title="class in uk.org.ury.config">Auth</A>
+<DT><A HREF="../uk/org/ury/backend/config/Auth.html#getUser()"><B>getUser()</B></A> -
+Method in class uk.org.ury.backend.config.<A HREF="../uk/org/ury/backend/config/Auth.html" title="class in uk.org.ury.backend.config">Auth</A>
<DD>Get the username of the login
-<DT><A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html#getValueAt(int, int)"><B>getValueAt(int, int)</B></A> -
-Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/library/LibraryTableModel.html#getValueAt(int, int)"><B>getValueAt(int, int)</B></A> -
+Method in class uk.org.ury.frontend.modules.library.<A HREF="../uk/org/ury/frontend/modules/library/LibraryTableModel.html" title="class in uk.org.ury.frontend.modules.library">LibraryTableModel</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/server/Server.html#getVersion()"><B>getVersion()</B></A> -
-Method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A>
+<DT><A HREF="../uk/org/ury/backend/server/Server.html#getVersion()"><B>getVersion()</B></A> -
+Method in class uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/Server.html" title="class in uk.org.ury.backend.server">Server</A>
<DD>&nbsp;
</DL>
<HR>