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/FrontendMaster.html | 365 +++++++++++++++++++++ 1 file changed, 365 insertions(+) create mode 100644 doc/uk/org/ury/frontend/class-use/FrontendMaster.html (limited to 'doc/uk/org/ury/frontend/class-use/FrontendMaster.html') diff --git a/doc/uk/org/ury/frontend/class-use/FrontendMaster.html b/doc/uk/org/ury/frontend/class-use/FrontendMaster.html new file mode 100644 index 0000000..78e7235 --- /dev/null +++ b/doc/uk/org/ury/frontend/class-use/FrontendMaster.html @@ -0,0 +1,365 @@ + + + + + + +Uses of Interface uk.org.ury.frontend.FrontendMaster + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

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

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

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

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

+ + + + + + + + + + + + + +
Methods in uk.org.ury.frontend with parameters of type FrontendMaster
+ FrontendModulePanelFrontendModule.runFrontend(FrontendMaster master) + +
+          Begin execution of the frontend module.
+ voidFrontendPanel.setMaster(FrontendMaster master) + +
+          Set the frontend master.
+  +

+ + + + + + + + + + + + + + + + + +
Constructors in uk.org.ury.frontend with parameters of type FrontendMaster
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.
FrontendPanel(FrontendMaster master) + +
+          Construct a new, blank FrontendPanel.
FrontendPanel(java.lang.String xmlPath, + FrontendMaster master) + +
+          Construct a new FrontendPanel from an XML layout.
+  +

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

+ + + + + + + + + +
Methods in uk.org.ury.library.viewer with parameters of type FrontendMaster
+ FrontendModulePanelLibraryViewer.runFrontend(FrontendMaster master) + +
+          Run the library viewer frontend.
+  +

+ + + + + + + + +
Constructors in uk.org.ury.library.viewer with parameters of type FrontendMaster
LibraryViewerPanel(LibraryViewer viewer, + FrontendMaster master) + +
+          Construct a new LibraryViewerPanel.
+  +

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

+ + + + + + + + + +
Methods in uk.org.ury.show.viewer with parameters of type FrontendMaster
+ FrontendModulePanelShowViewer.runFrontend(FrontendMaster master) + +
+          Run the library viewer frontend.
+  +

+ + + + + + + + +
Constructors in uk.org.ury.show.viewer with parameters of type FrontendMaster
ShowViewerPanel(ShowViewer viewer, + FrontendMaster master) + +
+          Construct a new ShowViewerPanel.
+  +

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

+ + + + + + + + +
Constructors in uk.org.ury.testrig with parameters of type FrontendMaster
DemoMenuPanel(FrontendMaster inMaster) + +
+          Construct a new DemoMenuPanel.
+  +

+


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