From 2d073129857a42ab4195cd433c8be152e357033f Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Mon, 21 Mar 2011 20:40:57 +0000 Subject: Documentation refresh; ResourceBundle in ShowUtils; probably some format pokery. --- doc/uk/org/ury/library/viewer/LibraryViewer.html | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'doc/uk/org/ury/library/viewer/LibraryViewer.html') 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 @@ - + LibraryViewer - + @@ -106,6 +106,14 @@ java.lang.Object

Module for investigating the track library. + + The LibraryViewer and its corresponding user + interface, LibraryViewerPanel, 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.

@@ -129,7 +137,7 @@ Module for investigating the track library. LibraryViewer()
-          Construct a new LibraryViewer as a frontend object. +          Constructs a new LibraryViewer as a frontend object.   @@ -147,7 +155,7 @@ Module for investigating the track library. doSearch(java.lang.String search)
-          Do a library search. +          Does a library search. @@ -163,7 +171,7 @@ Module for investigating the track library. runFrontend(FrontendMaster master)
-          Run the library viewer frontend. +          Runs the library viewer frontend.   @@ -193,7 +201,7 @@ LibraryViewer

 public LibraryViewer()
-
Construct a new LibraryViewer as a frontend object. +
Constructs a new LibraryViewer as a frontend object.

@@ -212,7 +220,7 @@ runFrontend
 public FrontendModulePanel runFrontend(FrontendMaster master)
-
Run the library viewer frontend. +
Runs the library viewer frontend.

Parameters:
master - The FrontendMaster driving the frontend. @@ -229,7 +237,7 @@ public void doSearch(java.lang.String search) throws EmptySearchException, InvalidMessageException
-
Do a library search. +
Does a library search. This will update the library list to reflect the results of the search.

-- cgit v1.2.3