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. --- .../ury/testrig/class-use/ApplicationLauncher.html | 144 ++++++++++++++ .../ury/testrig/class-use/DemoControlPanel.html | 4 +- doc/uk/org/ury/testrig/class-use/DemoMenu.html | 4 +- .../org/ury/testrig/class-use/DemoMenuPanel.html | 4 +- doc/uk/org/ury/testrig/class-use/Launcher.html | 210 +++++++++++++++++++++ 5 files changed, 360 insertions(+), 6 deletions(-) create mode 100644 doc/uk/org/ury/testrig/class-use/ApplicationLauncher.html create mode 100644 doc/uk/org/ury/testrig/class-use/Launcher.html (limited to 'doc/uk/org/ury/testrig/class-use') diff --git a/doc/uk/org/ury/testrig/class-use/ApplicationLauncher.html b/doc/uk/org/ury/testrig/class-use/ApplicationLauncher.html new file mode 100644 index 0000000..78d1ab2 --- /dev/null +++ b/doc/uk/org/ury/testrig/class-use/ApplicationLauncher.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class uk.org.ury.testrig.ApplicationLauncher + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.testrig.ApplicationLauncher

+
+No usage of uk.org.ury.testrig.ApplicationLauncher +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/testrig/class-use/DemoControlPanel.html b/doc/uk/org/ury/testrig/class-use/DemoControlPanel.html index 2ef2ceb..11a75bc 100644 --- a/doc/uk/org/ury/testrig/class-use/DemoControlPanel.html +++ b/doc/uk/org/ury/testrig/class-use/DemoControlPanel.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.testrig.DemoControlPanel - + diff --git a/doc/uk/org/ury/testrig/class-use/DemoMenu.html b/doc/uk/org/ury/testrig/class-use/DemoMenu.html index 435069f..ff1bc13 100644 --- a/doc/uk/org/ury/testrig/class-use/DemoMenu.html +++ b/doc/uk/org/ury/testrig/class-use/DemoMenu.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.testrig.DemoMenu - + diff --git a/doc/uk/org/ury/testrig/class-use/DemoMenuPanel.html b/doc/uk/org/ury/testrig/class-use/DemoMenuPanel.html index 09ad243..dfff911 100644 --- a/doc/uk/org/ury/testrig/class-use/DemoMenuPanel.html +++ b/doc/uk/org/ury/testrig/class-use/DemoMenuPanel.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.testrig.DemoMenuPanel - + diff --git a/doc/uk/org/ury/testrig/class-use/Launcher.html b/doc/uk/org/ury/testrig/class-use/Launcher.html new file mode 100644 index 0000000..38b34c1 --- /dev/null +++ b/doc/uk/org/ury/testrig/class-use/Launcher.html @@ -0,0 +1,210 @@ + + + + + + +Uses of Interface uk.org.ury.testrig.Launcher + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
uk.org.ury.testrig.Launcher

+
+ + + + + + + + + + + + + +
+Packages that use Launcher
uk.org.ury.frontend  
uk.org.ury.testrig  
+  +

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

+ + + + + + + + + +
Classes in uk.org.ury.frontend that implement Launcher
+ classFrontendApplet + +
+          A frame that hosts a FrontendModulePanel, used for serving frontend panels in + a window (application mode).
+  +

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

+ + + + + + + + + +
Classes in uk.org.ury.testrig that implement Launcher
+ classApplicationLauncher + +
+          An application-based entry point into the frontend.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3