aboutsummaryrefslogtreecommitdiff
path: root/doc/uk/org/ury/library/viewer/LibraryViewer.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/uk/org/ury/library/viewer/LibraryViewer.html')
-rw-r--r--doc/uk/org/ury/library/viewer/LibraryViewer.html24
1 files changed, 16 insertions, 8 deletions
diff --git a/doc/uk/org/ury/library/viewer/LibraryViewer.html b/doc/uk/org/ury/library/viewer/LibraryViewer.html
index e1f328e..a3a532b 100644
--- a/doc/uk/org/ury/library/viewer/LibraryViewer.html
+++ b/doc/uk/org/ury/library/viewer/LibraryViewer.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:31 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Mon Mar 21 16:59:56 GMT 2011 -->
<TITLE>
LibraryViewer
</TITLE>
-<META NAME="date" CONTENT="2011-03-20">
+<META NAME="date" CONTENT="2011-03-21">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
@@ -106,6 +106,14 @@ java.lang.Object
<P>
Module for investigating the track library.
+
+ The <code>LibraryViewer</code> and its corresponding user
+ interface, <code>LibraryViewerPanel</code>, provide a
+ user interface for querying the server's library services
+ for track information.
+
+ Subclasses of this module provide editing features for
+ the track library.
<P>
<P>
@@ -129,7 +137,7 @@ Module for investigating the track library.
<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/viewer/LibraryViewer.html#LibraryViewer()">LibraryViewer</A></B>()</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new LibraryViewer as a frontend object.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new LibraryViewer as a frontend object.</TD>
</TR>
</TABLE>
&nbsp;
@@ -147,7 +155,7 @@ Module for investigating the track library.
<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/viewer/LibraryViewer.html#doSearch(java.lang.String)">doSearch</A></B>(java.lang.String&nbsp;search)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Do a library search.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Does a library search.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -163,7 +171,7 @@ Module for investigating the track library.
<TD><CODE><B><A HREF="../../../../../uk/org/ury/library/viewer/LibraryViewer.html#runFrontend(uk.org.ury.frontend.FrontendMaster)">runFrontend</A></B>(<A HREF="../../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A>&nbsp;master)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Run the library viewer frontend.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Runs the library viewer frontend.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
@@ -193,7 +201,7 @@ LibraryViewer</H3>
<PRE>
public <B>LibraryViewer</B>()</PRE>
<DL>
-<DD>Construct a new LibraryViewer as a frontend object.
+<DD>Constructs a new LibraryViewer as a frontend object.
<P>
</DL>
@@ -212,7 +220,7 @@ runFrontend</H3>
<PRE>
public <A HREF="../../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> <B>runFrontend</B>(<A HREF="../../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A>&nbsp;master)</PRE>
<DL>
-<DD>Run the library viewer frontend.
+<DD>Runs the library viewer frontend.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>master</CODE> - The FrontendMaster driving the frontend.
@@ -229,7 +237,7 @@ public void <B>doSearch</B>(java.lang.String&nbsp;search)
throws <A HREF="../../../../../uk/org/ury/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.library.exceptions">EmptySearchException</A>,
<A HREF="../../../../../uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions">InvalidMessageException</A></PRE>
<DL>
-<DD>Do a library search.
+<DD>Does a library search.
This will update the library list to reflect the results of the search.
<P>