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. --- .../ury/frontend/testrig/ApplicationLauncher.html | 289 +++++++++++++++++++++ doc/uk/org/ury/frontend/testrig/Launcher.html | 215 +++++++++++++++ .../testrig/class-use/ApplicationLauncher.html | 144 ++++++++++ .../ury/frontend/testrig/class-use/Launcher.html | 210 +++++++++++++++ doc/uk/org/ury/frontend/testrig/package-frame.html | 43 +++ .../org/ury/frontend/testrig/package-summary.html | 171 ++++++++++++ doc/uk/org/ury/frontend/testrig/package-tree.html | 159 ++++++++++++ doc/uk/org/ury/frontend/testrig/package-use.html | 189 ++++++++++++++ 8 files changed, 1420 insertions(+) create mode 100644 doc/uk/org/ury/frontend/testrig/ApplicationLauncher.html create mode 100644 doc/uk/org/ury/frontend/testrig/Launcher.html create mode 100644 doc/uk/org/ury/frontend/testrig/class-use/ApplicationLauncher.html create mode 100644 doc/uk/org/ury/frontend/testrig/class-use/Launcher.html create mode 100644 doc/uk/org/ury/frontend/testrig/package-frame.html create mode 100644 doc/uk/org/ury/frontend/testrig/package-summary.html create mode 100644 doc/uk/org/ury/frontend/testrig/package-tree.html create mode 100644 doc/uk/org/ury/frontend/testrig/package-use.html (limited to 'doc/uk/org/ury/frontend/testrig') diff --git a/doc/uk/org/ury/frontend/testrig/ApplicationLauncher.html b/doc/uk/org/ury/frontend/testrig/ApplicationLauncher.html new file mode 100644 index 0000000..049e8a8 --- /dev/null +++ b/doc/uk/org/ury/frontend/testrig/ApplicationLauncher.html @@ -0,0 +1,289 @@ + + + + + + +ApplicationLauncher + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +uk.org.ury.frontend.testrig +
+Class ApplicationLauncher

+
+java.lang.Object
+  extended by uk.org.ury.frontend.testrig.ApplicationLauncher
+
+
+
All Implemented Interfaces:
Launcher
+
+
+
+
public class ApplicationLauncher
extends java.lang.Object
implements Launcher
+ + +

+An application-based entry point into the frontend. + + If provided with no arguments, this will launch the main menu. +

+ +

+

+
Author:
+
Matt Windsor
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from interface uk.org.ury.frontend.testrig.Launcher
DEFAULT_MODULE_NAME
+  + + + + + + + + + + +
+Constructor Summary
ApplicationLauncher() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(java.lang.String[] args) + +
+          Main method.
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ApplicationLauncher

+
+public ApplicationLauncher()
+
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(java.lang.String[] args)
+
+
Main method. +

+

+
+
+
+
Parameters:
args - The command-line arguments to the program. These will + currently be ignored.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/frontend/testrig/Launcher.html b/doc/uk/org/ury/frontend/testrig/Launcher.html new file mode 100644 index 0000000..64dbf34 --- /dev/null +++ b/doc/uk/org/ury/frontend/testrig/Launcher.html @@ -0,0 +1,215 @@ + + + + + + +Launcher + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +uk.org.ury.frontend.testrig +
+Interface Launcher

+
+
All Known Implementing Classes:
ApplicationLauncher, FrontendApplet
+
+
+
+
public interface Launcher
+ + +

+Interface for entry points into the frontend. +

+ +

+

+
Author:
+
Matt Windsor
+
+
+ +

+ + + + + + + + + + + +
+Field Summary
+static java.lang.StringDEFAULT_MODULE_NAME + +
+           
+  +

+ + + + + + + + +
+Field Detail
+ +

+DEFAULT_MODULE_NAME

+
+static final java.lang.String DEFAULT_MODULE_NAME
+
+
+
See Also:
Constant Field Values
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/frontend/testrig/class-use/ApplicationLauncher.html b/doc/uk/org/ury/frontend/testrig/class-use/ApplicationLauncher.html new file mode 100644 index 0000000..af4b74a --- /dev/null +++ b/doc/uk/org/ury/frontend/testrig/class-use/ApplicationLauncher.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class uk.org.ury.frontend.testrig.ApplicationLauncher + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

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

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

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/frontend/testrig/class-use/Launcher.html b/doc/uk/org/ury/frontend/testrig/class-use/Launcher.html new file mode 100644 index 0000000..5c04771 --- /dev/null +++ b/doc/uk/org/ury/frontend/testrig/class-use/Launcher.html @@ -0,0 +1,210 @@ + + + + + + +Uses of Interface uk.org.ury.frontend.testrig.Launcher + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

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

+
+ + + + + + + + + + + + + +
+Packages that use Launcher
uk.org.ury.frontend  
uk.org.ury.frontend.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.frontend.testrig
+  +

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

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/frontend/testrig/package-frame.html b/doc/uk/org/ury/frontend/testrig/package-frame.html new file mode 100644 index 0000000..6b1fed0 --- /dev/null +++ b/doc/uk/org/ury/frontend/testrig/package-frame.html @@ -0,0 +1,43 @@ + + + + + + +uk.org.ury.frontend.testrig + + + + + + + + + + + +uk.org.ury.frontend.testrig + + + + +
+Interfaces  + +
+Launcher
+ + + + + + +
+Classes  + +
+ApplicationLauncher
+ + + + diff --git a/doc/uk/org/ury/frontend/testrig/package-summary.html b/doc/uk/org/ury/frontend/testrig/package-summary.html new file mode 100644 index 0000000..14b8058 --- /dev/null +++ b/doc/uk/org/ury/frontend/testrig/package-summary.html @@ -0,0 +1,171 @@ + + + + + + +uk.org.ury.frontend.testrig + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package uk.org.ury.frontend.testrig +

+ + + + + + + + + +
+Interface Summary
LauncherInterface for entry points into the frontend.
+  + +

+ + + + + + + + + +
+Class Summary
ApplicationLauncherAn application-based entry point into the frontend.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/frontend/testrig/package-tree.html b/doc/uk/org/ury/frontend/testrig/package-tree.html new file mode 100644 index 0000000..d4af553 --- /dev/null +++ b/doc/uk/org/ury/frontend/testrig/package-tree.html @@ -0,0 +1,159 @@ + + + + + + +uk.org.ury.frontend.testrig Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package uk.org.ury.frontend.testrig +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/frontend/testrig/package-use.html b/doc/uk/org/ury/frontend/testrig/package-use.html new file mode 100644 index 0000000..813f65a --- /dev/null +++ b/doc/uk/org/ury/frontend/testrig/package-use.html @@ -0,0 +1,189 @@ + + + + + + +Uses of Package uk.org.ury.frontend.testrig + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
uk.org.ury.frontend.testrig

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

+ + + + + + + + +
+Classes in uk.org.ury.frontend.testrig used by uk.org.ury.frontend
Launcher + +
+          Interface for entry points into the frontend.
+  +

+ + + + + + + + +
+Classes in uk.org.ury.frontend.testrig used by uk.org.ury.frontend.testrig
Launcher + +
+          Interface for entry points into the frontend.
+  +

+


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