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/FrontendModulePanel.html | 55 ++++++++++------------ 1 file changed, 25 insertions(+), 30 deletions(-) (limited to 'doc/uk/org/ury/frontend/class-use/FrontendModulePanel.html') 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.
+  +


-- cgit v1.2.3