From d547f87da5f68c12dede7c9d45618cae11ff5699 Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Fri, 18 Mar 2011 08:28:09 +0000 Subject: Mega-commit to the rescue! Added Javadoc snapshot (admittedly old); show UI now fixed-layout; UI uses system selection colours for accents; now uses bapsserver password and can thus talk to show database relations; removed member relation dependencies until further notice; attempted to get application and applet launchers working but having issues with the latter; started working on a server communicating via a minimal implementation of HTTP 1.1 (standardisation required eventually). --- .../org/ury/frontend/class-use/FrontendModule.html | 277 +++++++++++++++++++++ 1 file changed, 277 insertions(+) create mode 100644 doc/uk/org/ury/frontend/class-use/FrontendModule.html (limited to 'doc/uk/org/ury/frontend/class-use/FrontendModule.html') diff --git a/doc/uk/org/ury/frontend/class-use/FrontendModule.html b/doc/uk/org/ury/frontend/class-use/FrontendModule.html new file mode 100644 index 0000000..93cec67 --- /dev/null +++ b/doc/uk/org/ury/frontend/class-use/FrontendModule.html @@ -0,0 +1,277 @@ + + + + + + +Uses of Interface uk.org.ury.frontend.FrontendModule + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
uk.org.ury.frontend.FrontendModule

+
+ + + + + + + + + + + + + + + + + +
+Packages that use FrontendModule
uk.org.ury.frontend  
uk.org.ury.library.viewer  
uk.org.ury.show.viewer  
+  +

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

+ + + + + + + + + +
Classes in uk.org.ury.frontend that implement FrontendModule
+ classAbstractFrontendModule + +
+          An abstract implementation of the FrontendModule interface.
+  +

+ + + + + + + + + +
Methods in uk.org.ury.frontend that return FrontendModule
+ FrontendModuleFrontendModulePanel.getModule() + +
+          Retrieve the module that this panel is serving as a view into.
+  +

+ + + + + + + + + + + +
Constructors in uk.org.ury.frontend with parameters of type FrontendModule
FrontendModulePanel(FrontendModule module, + FrontendMaster master) + +
+          Construct a new, blank FrontendModulePanel.
FrontendModulePanel(FrontendModule module, + java.lang.String xmlPath, + FrontendMaster master) + +
+          Construct a FrontendModulePanel using an XML layout manifest.
+  +

+ + + + + +
+Uses of FrontendModule in uk.org.ury.library.viewer
+  +

+ + + + + + + + + +
Classes in uk.org.ury.library.viewer that implement FrontendModule
+ classLibraryViewer + +
+           
+  +

+ + + + + +
+Uses of FrontendModule in uk.org.ury.show.viewer
+  +

+ + + + + + + + + +
Classes in uk.org.ury.show.viewer that implement FrontendModule
+ classShowViewer + +
+          Frontend module for viewing show details.
+  +

+


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