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. --- .../frontend/class-use/AbstractFrontendModule.html | 36 +++---- .../org/ury/frontend/class-use/FrontendApplet.html | 2 +- .../org/ury/frontend/class-use/FrontendBanner.html | 2 +- .../frontend/class-use/FrontendControlPanel.html | 25 +++-- .../org/ury/frontend/class-use/FrontendError.html | 2 +- .../org/ury/frontend/class-use/FrontendFrame.html | 2 +- .../org/ury/frontend/class-use/FrontendMaster.html | 58 ++++++------ .../org/ury/frontend/class-use/FrontendModule.html | 36 +++---- .../frontend/class-use/FrontendModulePanel.html | 55 ++++++----- .../org/ury/frontend/class-use/FrontendPanel.html | 104 +++++++++++++++------ .../ury/frontend/class-use/FrontendSubBanner.html | 2 +- doc/uk/org/ury/frontend/class-use/HintField.html | 2 +- 12 files changed, 183 insertions(+), 143 deletions(-) (limited to 'doc/uk/org/ury/frontend/class-use') diff --git a/doc/uk/org/ury/frontend/class-use/AbstractFrontendModule.html b/doc/uk/org/ury/frontend/class-use/AbstractFrontendModule.html index 9606536..131d70c 100644 --- a/doc/uk/org/ury/frontend/class-use/AbstractFrontendModule.html +++ b/doc/uk/org/ury/frontend/class-use/AbstractFrontendModule.html @@ -2,7 +2,7 @@ - + Uses of Class uk.org.ury.frontend.AbstractFrontendModule @@ -90,25 +90,25 @@ function windowTitle() Packages that use AbstractFrontendModule -uk.org.ury.library.viewer +uk.org.ury.frontend.modules.library    -uk.org.ury.show.viewer +uk.org.ury.frontend.modules.menu    -uk.org.ury.testrig +uk.org.ury.frontend.modules.show     

- + +Uses of AbstractFrontendModule in uk.org.ury.frontend.modules.library
-Uses of AbstractFrontendModule in uk.org.ury.library.viewer
  @@ -116,12 +116,12 @@ Uses of -Subclasses of AbstractFrontendModule in uk.org.ury.library.viewer +Subclasses of AbstractFrontendModule in uk.org.ury.frontend.modules.library  class -LibraryViewer +LibraryViewer
          Module for investigating the track library. @@ -129,11 +129,11 @@ Uses of  

- + +Uses of AbstractFrontendModule in uk.org.ury.frontend.modules.menu
-Uses of AbstractFrontendModule in uk.org.ury.show.viewer
  @@ -141,24 +141,24 @@ Uses of -Subclasses of AbstractFrontendModule in uk.org.ury.show.viewer +Subclasses of AbstractFrontendModule in uk.org.ury.frontend.modules.menu  class -ShowViewer +DemoMenu
-          Frontend module for viewing show details. +          Application frontend, for testing early-stage frontend code.  

- + +Uses of AbstractFrontendModule in uk.org.ury.frontend.modules.show
-Uses of AbstractFrontendModule in uk.org.ury.testrig
  @@ -166,15 +166,15 @@ Uses of -Subclasses of AbstractFrontendModule in uk.org.ury.testrig +Subclasses of AbstractFrontendModule in uk.org.ury.frontend.modules.show  class -DemoMenu +ShowViewer
-          Application frontend, for testing early-stage frontend code. +          Frontend module for viewing show details.   diff --git a/doc/uk/org/ury/frontend/class-use/FrontendApplet.html b/doc/uk/org/ury/frontend/class-use/FrontendApplet.html index 275c9ec..952267f 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendApplet.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendApplet.html @@ -2,7 +2,7 @@ - + Uses of Class uk.org.ury.frontend.FrontendApplet diff --git a/doc/uk/org/ury/frontend/class-use/FrontendBanner.html b/doc/uk/org/ury/frontend/class-use/FrontendBanner.html index 01d308f..75261ee 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendBanner.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendBanner.html @@ -2,7 +2,7 @@ - + Uses of Class uk.org.ury.frontend.FrontendBanner diff --git a/doc/uk/org/ury/frontend/class-use/FrontendControlPanel.html b/doc/uk/org/ury/frontend/class-use/FrontendControlPanel.html index b870f01..f1e610e 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendControlPanel.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendControlPanel.html @@ -2,7 +2,7 @@ - + Uses of Class uk.org.ury.frontend.FrontendControlPanel @@ -94,11 +94,11 @@ Packages that use -uk.org.ury.show.viewer +uk.org.ury.frontend.cpanels.menu    -uk.org.ury.testrig +uk.org.ury.frontend.cpanels.show    @@ -134,8 +134,7 @@ Uses of FrontendControlPanel cpanel)
-          Restore an existing module and control panel into the frontend - frame. +          Restore an existing module and control panel into the frontend frame. @@ -160,11 +159,11 @@ Uses of  

- + +Uses of FrontendControlPanel in uk.org.ury.frontend.cpanels.menu
-Uses of FrontendControlPanel in uk.org.ury.show.viewer
  @@ -172,12 +171,12 @@ Uses of -Subclasses of FrontendControlPanel in uk.org.ury.show.viewer
+Subclasses of FrontendControlPanel in uk.org.ury.frontend.cpanels.menu  class -LibraryControlPanel +DemoControlPanel
          Control panel for the demo system. @@ -185,11 +184,11 @@ Uses of  

- + +Uses of FrontendControlPanel in uk.org.ury.frontend.cpanels.show
-Uses of FrontendControlPanel in uk.org.ury.testrig
  @@ -197,12 +196,12 @@ Uses of -Subclasses of FrontendControlPanel in uk.org.ury.testrig +Subclasses of FrontendControlPanel in uk.org.ury.frontend.cpanels.show  class -DemoControlPanel +LibraryControlPanel
          Control panel for the demo system. diff --git a/doc/uk/org/ury/frontend/class-use/FrontendError.html b/doc/uk/org/ury/frontend/class-use/FrontendError.html index 3b23715..45d1709 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendError.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendError.html @@ -2,7 +2,7 @@ - + Uses of Class uk.org.ury.frontend.FrontendError diff --git a/doc/uk/org/ury/frontend/class-use/FrontendFrame.html b/doc/uk/org/ury/frontend/class-use/FrontendFrame.html index f73cc31..1ff3540 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendFrame.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendFrame.html @@ -2,7 +2,7 @@ - + Uses of Class uk.org.ury.frontend.FrontendFrame diff --git a/doc/uk/org/ury/frontend/class-use/FrontendMaster.html b/doc/uk/org/ury/frontend/class-use/FrontendMaster.html index ca79312..d15fefb 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendMaster.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendMaster.html @@ -2,7 +2,7 @@ - + Uses of Interface uk.org.ury.frontend.FrontendMaster @@ -94,15 +94,15 @@ Packages that use -uk.org.ury.library.viewer +uk.org.ury.frontend.modules.library    -uk.org.ury.show.viewer +uk.org.ury.frontend.modules.menu    -uk.org.ury.testrig +uk.org.ury.frontend.modules.show    @@ -137,8 +137,8 @@ Uses of FrontendFrame
-          A frame that hosts a FrontendModulePanel, used for serving frontend - panels in a window (application mode). +          A frame that hosts a FrontendModulePanel, used for serving frontend panels in + a window (application mode).   @@ -203,11 +203,11 @@ Uses of + +Uses of FrontendMaster in uk.org.ury.frontend.modules.library
-Uses of FrontendMaster in uk.org.ury.library.viewer
  @@ -215,12 +215,12 @@ Uses of -Methods in uk.org.ury.library.viewer with parameters of type FrontendMaster +Methods in uk.org.ury.frontend.modules.library with parameters of type FrontendMaster  FrontendModulePanel -LibraryViewer.runFrontend(FrontendMaster master) +LibraryViewer.runFrontend(FrontendMaster master)
          Runs the library viewer frontend. @@ -231,10 +231,10 @@ Uses of -Constructors in uk.org.ury.library.viewer with parameters of type FrontendMaster +Constructors in uk.org.ury.frontend.modules.library with parameters of type FrontendMaster -LibraryViewerPanel(LibraryViewer viewer, +LibraryViewerPanel(LibraryViewer viewer, FrontendMaster master)
@@ -243,11 +243,11 @@ Uses of + +Uses of FrontendMaster in uk.org.ury.frontend.modules.menu
-Uses of FrontendMaster in uk.org.ury.show.viewer
  @@ -255,15 +255,15 @@ Uses of -Methods in uk.org.ury.show.viewer with parameters of type FrontendMaster +Methods in uk.org.ury.frontend.modules.menu with parameters of type FrontendMaster  FrontendModulePanel -ShowViewer.runFrontend(FrontendMaster master) +DemoMenu.runFrontend(FrontendMaster master)
-          Run the library viewer frontend. +          Run the demo menu in frontend mode.   @@ -271,23 +271,22 @@ Uses of -Constructors in uk.org.ury.show.viewer with parameters of type FrontendMaster +Constructors in uk.org.ury.frontend.modules.menu with parameters of type FrontendMaster -ShowViewerPanel(ShowViewer viewer, - FrontendMaster master) +DemoMenuPanel(FrontendMaster inMaster)
-          Construct a new ShowViewerPanel. +          Construct a new DemoMenuPanel.  

- + +Uses of FrontendMaster in uk.org.ury.frontend.modules.show
-Uses of FrontendMaster in uk.org.ury.testrig
  @@ -295,15 +294,15 @@ Uses of -Methods in uk.org.ury.testrig with parameters of type FrontendMaster +Methods in uk.org.ury.frontend.modules.show with parameters of type FrontendMaster  FrontendModulePanel -DemoMenu.runFrontend(FrontendMaster master) +ShowViewer.runFrontend(FrontendMaster master)
-          Run the demo menu in frontend mode. +          Run the library viewer frontend.   @@ -311,13 +310,14 @@ Uses of -Constructors in uk.org.ury.testrig with parameters of type FrontendMaster +Constructors in uk.org.ury.frontend.modules.show with parameters of type FrontendMaster -DemoMenuPanel(FrontendMaster inMaster) +ShowViewerPanel(ShowViewer viewer, + FrontendMaster master)
-          Construct a new DemoMenuPanel. +          Construct a new ShowViewerPanel.   diff --git a/doc/uk/org/ury/frontend/class-use/FrontendModule.html b/doc/uk/org/ury/frontend/class-use/FrontendModule.html index edecafc..334c782 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendModule.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendModule.html @@ -2,7 +2,7 @@ - + Uses of Interface uk.org.ury.frontend.FrontendModule @@ -94,15 +94,15 @@ Packages that use -uk.org.ury.library.viewer +uk.org.ury.frontend.modules.library    -uk.org.ury.show.viewer +uk.org.ury.frontend.modules.menu    -uk.org.ury.testrig +uk.org.ury.frontend.modules.show    @@ -172,11 +172,11 @@ Uses of + +Uses of FrontendModule in uk.org.ury.frontend.modules.library
-Uses of FrontendModule in uk.org.ury.library.viewer
  @@ -184,12 +184,12 @@ Uses of -Classes in uk.org.ury.library.viewer that implement FrontendModule +Classes in uk.org.ury.frontend.modules.library that implement FrontendModule  class -LibraryViewer +LibraryViewer
          Module for investigating the track library. @@ -197,11 +197,11 @@ Uses of + +Uses of FrontendModule in uk.org.ury.frontend.modules.menu
-Uses of FrontendModule in uk.org.ury.show.viewer
  @@ -209,24 +209,24 @@ Uses of -Classes in uk.org.ury.show.viewer that implement FrontendModule +Classes in uk.org.ury.frontend.modules.menu that implement FrontendModule  class -ShowViewer +DemoMenu
-          Frontend module for viewing show details. +          Application frontend, for testing early-stage frontend code.  

- + +Uses of FrontendModule in uk.org.ury.frontend.modules.show
-Uses of FrontendModule in uk.org.ury.testrig
  @@ -234,15 +234,15 @@ Uses of -Classes in uk.org.ury.testrig that implement FrontendModule +Classes in uk.org.ury.frontend.modules.show that implement FrontendModule  class -DemoMenu +ShowViewer
-          Application frontend, for testing early-stage frontend code. +          Frontend module for viewing show details.   diff --git a/doc/uk/org/ury/frontend/class-use/FrontendModulePanel.html b/doc/uk/org/ury/frontend/class-use/FrontendModulePanel.html index 05972a9..5fa3376 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendModulePanel.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendModulePanel.html @@ -2,7 +2,7 @@ - + Uses of Class uk.org.ury.frontend.FrontendModulePanel @@ -94,15 +94,15 @@ Packages that use -uk.org.ury.library.viewer +uk.org.ury.frontend.modules.library    -uk.org.ury.show.viewer +uk.org.ury.frontend.modules.menu    -uk.org.ury.testrig +uk.org.ury.frontend.modules.show    @@ -154,8 +154,7 @@ Uses of FrontendControlPanel cpanel)

-          Restore an existing module and control panel into the frontend - frame. +          Restore an existing module and control panel into the frontend frame. @@ -180,11 +179,11 @@ Uses of  

- + +Uses of FrontendModulePanel in uk.org.ury.frontend.modules.library
-Uses of FrontendModulePanel in uk.org.ury.library.viewer
  @@ -192,12 +191,12 @@ Uses of -Subclasses of FrontendModulePanel in uk.org.ury.library.viewer
+Subclasses of FrontendModulePanel in uk.org.ury.frontend.modules.library  class -LibraryViewerPanel +LibraryViewerPanel
          Frontend panel providing access to an underlying library viewer. @@ -208,12 +207,12 @@ Uses of -Methods in uk.org.ury.library.viewer that return FrontendModulePanel +Methods in uk.org.ury.frontend.modules.library that return FrontendModulePanel  FrontendModulePanel -LibraryViewer.runFrontend(FrontendMaster master) +LibraryViewer.runFrontend(FrontendMaster master)
          Runs the library viewer frontend. @@ -221,11 +220,11 @@ Uses of  

- + +Uses of FrontendModulePanel in uk.org.ury.frontend.modules.menu
-Uses of FrontendModulePanel in uk.org.ury.show.viewer
  @@ -233,15 +232,15 @@ Uses of -Subclasses of FrontendModulePanel in uk.org.ury.show.viewer +Subclasses of FrontendModulePanel in uk.org.ury.frontend.modules.menu  class -ShowViewerPanel +DemoMenuPanel
-          Frontend panel providing access to an underlying show viewer. +              @@ -249,24 +248,24 @@ Uses of -Methods in uk.org.ury.show.viewer that return FrontendModulePanel +Methods in uk.org.ury.frontend.modules.menu that return FrontendModulePanel  FrontendModulePanel -ShowViewer.runFrontend(FrontendMaster master) +DemoMenu.runFrontend(FrontendMaster master)
-          Run the library viewer frontend. +          Run the demo menu in frontend mode.  

- + +Uses of FrontendModulePanel in uk.org.ury.frontend.modules.show
-Uses of FrontendModulePanel in uk.org.ury.testrig
  @@ -274,15 +273,15 @@ Uses of -Subclasses of FrontendModulePanel in uk.org.ury.testrig +Subclasses of FrontendModulePanel in uk.org.ury.frontend.modules.show  class -DemoMenuPanel +ShowViewerPanel
-            +          Frontend panel providing access to an underlying show viewer.   @@ -290,15 +289,15 @@ Uses of -Methods in uk.org.ury.testrig that return FrontendModulePanel +Methods in uk.org.ury.frontend.modules.show that return FrontendModulePanel  FrontendModulePanel -DemoMenu.runFrontend(FrontendMaster master) +ShowViewer.runFrontend(FrontendMaster master)
-          Run the demo menu in frontend mode. +          Run the library viewer frontend.   diff --git a/doc/uk/org/ury/frontend/class-use/FrontendPanel.html b/doc/uk/org/ury/frontend/class-use/FrontendPanel.html index 3ae79e6..f24b27b 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendPanel.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendPanel.html @@ -2,7 +2,7 @@ - + Uses of Class uk.org.ury.frontend.FrontendPanel @@ -94,15 +94,23 @@ Packages that use -uk.org.ury.library.viewer +uk.org.ury.frontend.cpanels.menu    -uk.org.ury.show.viewer +uk.org.ury.frontend.cpanels.show    -uk.org.ury.testrig +uk.org.ury.frontend.modules.library +   + + +uk.org.ury.frontend.modules.menu +   + + +uk.org.ury.frontend.modules.show    @@ -141,11 +149,11 @@ Uses of + +Uses of FrontendPanel in uk.org.ury.frontend.cpanels.menu
-Uses of FrontendPanel in uk.org.ury.library.viewer
  @@ -153,24 +161,24 @@ Uses of -Subclasses of FrontendPanel in uk.org.ury.library.viewer +Subclasses of FrontendPanel in uk.org.ury.frontend.cpanels.menu  class -LibraryViewerPanel +DemoControlPanel
-          Frontend panel providing access to an underlying library viewer. +          Control panel for the demo system.  

- + +Uses of FrontendPanel in uk.org.ury.frontend.cpanels.show
-Uses of FrontendPanel in uk.org.ury.show.viewer
  @@ -178,48 +186,74 @@ Uses of -Subclasses of FrontendPanel in uk.org.ury.show.viewer +Subclasses of FrontendPanel in uk.org.ury.frontend.cpanels.show  class -ChannelPanel +LibraryControlPanel
-          A panel displaying channel information. +          Control panel for the demo system. - - - class -LibraryControlPanel + +  +

+ + + + + +
+Uses of FrontendPanel in uk.org.ury.frontend.modules.library
+  +

-
-          Control panel for the demo system. + + + - +          Frontend panel providing access to an underlying library viewer. + +
Subclasses of FrontendPanel in uk.org.ury.frontend.modules.library
 classShowViewerPanel +LibraryViewerPanel
-          Frontend panel providing access to an underlying show viewer.
+  +

+ + + + + +
+Uses of FrontendPanel in uk.org.ury.frontend.modules.menu
+  +

+ + + + - +           
Subclasses of FrontendPanel in uk.org.ury.frontend.modules.menu
 classTrackBin +DemoMenuPanel
-          A panel displaying track bin contents.
 

- + +Uses of FrontendPanel in uk.org.ury.frontend.modules.show
-Uses of FrontendPanel in uk.org.ury.testrig
  @@ -227,23 +261,31 @@ Uses of -Subclasses of FrontendPanel in uk.org.ury.testrig +Subclasses of FrontendPanel in uk.org.ury.frontend.modules.show  class -DemoControlPanel +ChannelPanel
-          Control panel for the demo system. +          A panel displaying channel information.  class -DemoMenuPanel +ShowViewerPanel
-            +          Frontend panel providing access to an underlying show viewer. + + + + class +TrackBin + +
+          A panel displaying track bin contents.   diff --git a/doc/uk/org/ury/frontend/class-use/FrontendSubBanner.html b/doc/uk/org/ury/frontend/class-use/FrontendSubBanner.html index 8bcae14..8fb5bdc 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendSubBanner.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendSubBanner.html @@ -2,7 +2,7 @@ - + Uses of Class uk.org.ury.frontend.FrontendSubBanner diff --git a/doc/uk/org/ury/frontend/class-use/HintField.html b/doc/uk/org/ury/frontend/class-use/HintField.html index e830fd0..5225f05 100644 --- a/doc/uk/org/ury/frontend/class-use/HintField.html +++ b/doc/uk/org/ury/frontend/class-use/HintField.html @@ -2,7 +2,7 @@ - + Uses of Class uk.org.ury.frontend.HintField -- cgit v1.2.3