From cee53b021632c95f1b4882664a31ca639a9b0700 Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Sun, 20 Mar 2011 16:38:51 +0000 Subject: Rewrite of server to use HttpCore example code; beginning of code reformat from GNU style to Java conventions. Code now includes Apache license code. --- .../frontend/class-use/AbstractFrontendModule.html | 35 +++- .../org/ury/frontend/class-use/FrontendApplet.html | 181 +++++++++++++++++++++ .../org/ury/frontend/class-use/FrontendBanner.html | 4 +- .../frontend/class-use/FrontendControlPanel.html | 17 +- .../org/ury/frontend/class-use/FrontendError.html | 4 +- .../org/ury/frontend/class-use/FrontendFrame.html | 4 +- .../org/ury/frontend/class-use/FrontendMaster.html | 26 ++- .../org/ury/frontend/class-use/FrontendModule.html | 35 +++- .../frontend/class-use/FrontendModulePanel.html | 55 +++---- .../org/ury/frontend/class-use/FrontendPanel.html | 22 ++- .../ury/frontend/class-use/FrontendSubBanner.html | 4 +- doc/uk/org/ury/frontend/class-use/HintField.html | 4 +- 12 files changed, 328 insertions(+), 63 deletions(-) create mode 100644 doc/uk/org/ury/frontend/class-use/FrontendApplet.html (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 63f5b79..f36bd08 100644 --- a/doc/uk/org/ury/frontend/class-use/AbstractFrontendModule.html +++ b/doc/uk/org/ury/frontend/class-use/AbstractFrontendModule.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.AbstractFrontendModule - + @@ -97,6 +97,10 @@ Packages that use uk.org.ury.show.viewer    + +uk.org.ury.testrig +   +  

@@ -120,7 +124,7 @@ Uses of LibraryViewer
-            +          Module for investigating the track library.   @@ -150,6 +154,31 @@ Uses of  

+ + + + + +
+Uses of AbstractFrontendModule in uk.org.ury.testrig
+  +

+ + + + + + + + + +
Subclasses of AbstractFrontendModule in uk.org.ury.testrig
+ classDemoMenu + +
+          Application frontend, for testing early-stage frontend code.
+  +


diff --git a/doc/uk/org/ury/frontend/class-use/FrontendApplet.html b/doc/uk/org/ury/frontend/class-use/FrontendApplet.html new file mode 100644 index 0000000..cfc7c7b --- /dev/null +++ b/doc/uk/org/ury/frontend/class-use/FrontendApplet.html @@ -0,0 +1,181 @@ + + + + + + +Uses of Class uk.org.ury.frontend.FrontendApplet + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.frontend.FrontendApplet

+
+ + + + + + + + + +
+Packages that use FrontendApplet
uk.org.ury.frontend  
+  +

+ + + + + +
+Uses of FrontendApplet in uk.org.ury.frontend
+  +

+ + + + + + + + + +
Methods in uk.org.ury.frontend with parameters of type FrontendApplet
+static voidFrontendError.reportFatal(java.lang.String message, + FrontendApplet panel) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/frontend/class-use/FrontendBanner.html b/doc/uk/org/ury/frontend/class-use/FrontendBanner.html index a89c6eb..230ca1b 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendBanner.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendBanner.html @@ -2,12 +2,12 @@ - + 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 bdcd6e7..c7aa65c 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendControlPanel.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendControlPanel.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.FrontendControlPanel - + @@ -121,32 +121,31 @@ Uses of  void -FrontendAppletPanel.restoreModule(FrontendModulePanel mpanel, +FrontendApplet.restoreModule(FrontendModulePanel mpanel, FrontendControlPanel cpanel)
-          Restore an existing module and control panel into the frontend - frame. +          Restore an existing module and control panel into the frontend frame.  void -FrontendMaster.restoreModule(FrontendModulePanel mpanel, +FrontendFrame.restoreModule(FrontendModulePanel mpanel, FrontendControlPanel cpanel)
          Restore an existing module and control panel into the frontend - master. + frame.  void -FrontendFrame.restoreModule(FrontendModulePanel mpanel, +FrontendMaster.restoreModule(FrontendModulePanel mpanel, FrontendControlPanel cpanel)
          Restore an existing module and control panel into the frontend - frame. + master. diff --git a/doc/uk/org/ury/frontend/class-use/FrontendError.html b/doc/uk/org/ury/frontend/class-use/FrontendError.html index 7454d1c..40ed92f 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendError.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendError.html @@ -2,12 +2,12 @@ - + 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 02c5ee8..0d9b825 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendFrame.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendFrame.html @@ -2,12 +2,12 @@ - + 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 78e7235..528d5cb 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendMaster.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendMaster.html @@ -2,12 +2,12 @@ - + Uses of Interface uk.org.ury.frontend.FrontendMaster - + @@ -125,11 +125,11 @@ Uses of  class -FrontendAppletPanel +FrontendApplet
-          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). @@ -293,6 +293,22 @@ Uses of + +Methods in uk.org.ury.testrig with parameters of type FrontendMaster + + + + FrontendModulePanel +DemoMenu.runFrontend(FrontendMaster master) + +
+          Run the demo menu in frontend mode. + + +  +

+ diff --git a/doc/uk/org/ury/frontend/class-use/FrontendModule.html b/doc/uk/org/ury/frontend/class-use/FrontendModule.html index 93cec67..88c88f0 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendModule.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendModule.html @@ -2,12 +2,12 @@ - + Uses of Interface uk.org.ury.frontend.FrontendModule - + @@ -101,6 +101,10 @@ Packages that use uk.org.ury.show.viewer + + + +
Constructors in uk.org.ury.testrig with parameters of type FrontendMaster   
uk.org.ury.testrig  
 

@@ -188,7 +192,7 @@ Uses of LibraryViewer
-            +          Module for investigating the track library.   @@ -218,6 +222,31 @@ Uses of + + + + +
+Uses of FrontendModule in uk.org.ury.testrig
+  +

+ + + + + + + + + +
Classes in uk.org.ury.testrig that implement FrontendModule
+ classDemoMenu + +
+          Application frontend, for testing early-stage frontend code.
+  +


diff --git a/doc/uk/org/ury/frontend/class-use/FrontendModulePanel.html b/doc/uk/org/ury/frontend/class-use/FrontendModulePanel.html index 05bd4c8..5e5edb7 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendModulePanel.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendModulePanel.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.FrontendModulePanel - + @@ -141,32 +141,31 @@ Uses of  void -FrontendAppletPanel.restoreModule(FrontendModulePanel mpanel, +FrontendApplet.restoreModule(FrontendModulePanel mpanel, FrontendControlPanel cpanel)
-          Restore an existing module and control panel into the frontend - frame. +          Restore an existing module and control panel into the frontend frame.  void -FrontendMaster.restoreModule(FrontendModulePanel mpanel, +FrontendFrame.restoreModule(FrontendModulePanel mpanel, FrontendControlPanel cpanel)
          Restore an existing module and control panel into the frontend - master. + frame.  void -FrontendFrame.restoreModule(FrontendModulePanel mpanel, +FrontendMaster.restoreModule(FrontendModulePanel mpanel, FrontendControlPanel cpanel)
          Restore an existing module and control panel into the frontend - frame. + master. @@ -181,26 +180,6 @@ Uses of  

- - - - - - - - - - - -
Constructors in uk.org.ury.frontend with parameters of type FrontendModulePanel
FrontendAppletPanel(FrontendModulePanel parent) - -
-           
FrontendFrame(FrontendModulePanel parent) - -
-           
-  -

@@ -262,7 +241,7 @@ Uses of ShowViewerPanel
-          Frontend panel providing access to an underlying lshow viewer. +          Frontend panel providing access to an underlying show viewer.
  @@ -308,6 +287,22 @@ Uses of  

+ + + + + + + + + +
Methods in uk.org.ury.testrig that return FrontendModulePanel
+ FrontendModulePanelDemoMenu.runFrontend(FrontendMaster master) + +
+          Run the demo menu in frontend mode.
+  +


diff --git a/doc/uk/org/ury/frontend/class-use/FrontendPanel.html b/doc/uk/org/ury/frontend/class-use/FrontendPanel.html index a52cdc2..f7f386a 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendPanel.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendPanel.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.FrontendPanel - + @@ -183,6 +183,14 @@ Uses of  class +ChannelPanel + +
+          A panel displaying channel information. + + + + class LibraryControlPanel
@@ -194,7 +202,15 @@ Uses of ShowViewerPanel

-          Frontend panel providing access to an underlying lshow viewer. +          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 ff6a506..e5c50cb 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendSubBanner.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendSubBanner.html @@ -2,12 +2,12 @@ - + 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 32d0006..feb6a66 100644 --- a/doc/uk/org/ury/frontend/class-use/HintField.html +++ b/doc/uk/org/ury/frontend/class-use/HintField.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.HintField - + -- cgit v1.2.3