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). --- .../frontend/class-use/AbstractFrontendModule.html | 209 ++++++++++++ .../frontend/class-use/FrontendAppletPanel.html | 181 ++++++++++ .../org/ury/frontend/class-use/FrontendBanner.html | 144 ++++++++ .../frontend/class-use/FrontendControlPanel.html | 270 +++++++++++++++ .../org/ury/frontend/class-use/FrontendError.html | 144 ++++++++ .../org/ury/frontend/class-use/FrontendFrame.html | 181 ++++++++++ .../org/ury/frontend/class-use/FrontendMaster.html | 365 ++++++++++++++++++++ .../org/ury/frontend/class-use/FrontendModule.html | 277 ++++++++++++++++ .../frontend/class-use/FrontendModulePanel.html | 367 +++++++++++++++++++++ .../org/ury/frontend/class-use/FrontendPanel.html | 291 ++++++++++++++++ .../ury/frontend/class-use/FrontendSubBanner.html | 144 ++++++++ doc/uk/org/ury/frontend/class-use/HintField.html | 144 ++++++++ 12 files changed, 2717 insertions(+) create mode 100644 doc/uk/org/ury/frontend/class-use/AbstractFrontendModule.html create mode 100644 doc/uk/org/ury/frontend/class-use/FrontendAppletPanel.html create mode 100644 doc/uk/org/ury/frontend/class-use/FrontendBanner.html create mode 100644 doc/uk/org/ury/frontend/class-use/FrontendControlPanel.html create mode 100644 doc/uk/org/ury/frontend/class-use/FrontendError.html create mode 100644 doc/uk/org/ury/frontend/class-use/FrontendFrame.html create mode 100644 doc/uk/org/ury/frontend/class-use/FrontendMaster.html create mode 100644 doc/uk/org/ury/frontend/class-use/FrontendModule.html create mode 100644 doc/uk/org/ury/frontend/class-use/FrontendModulePanel.html create mode 100644 doc/uk/org/ury/frontend/class-use/FrontendPanel.html create mode 100644 doc/uk/org/ury/frontend/class-use/FrontendSubBanner.html create mode 100644 doc/uk/org/ury/frontend/class-use/HintField.html (limited to 'doc/uk/org/ury/frontend/class-use') diff --git a/doc/uk/org/ury/frontend/class-use/AbstractFrontendModule.html b/doc/uk/org/ury/frontend/class-use/AbstractFrontendModule.html new file mode 100644 index 0000000..63f5b79 --- /dev/null +++ b/doc/uk/org/ury/frontend/class-use/AbstractFrontendModule.html @@ -0,0 +1,209 @@ + + + + + + +Uses of Class uk.org.ury.frontend.AbstractFrontendModule + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.frontend.AbstractFrontendModule

+
+ + + + + + + + + + + + + +
+Packages that use AbstractFrontendModule
uk.org.ury.library.viewer  
uk.org.ury.show.viewer  
+  +

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

+ + + + + + + + + +
Subclasses of AbstractFrontendModule in uk.org.ury.library.viewer
+ classLibraryViewer + +
+           
+  +

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

+ + + + + + + + + +
Subclasses of AbstractFrontendModule in uk.org.ury.show.viewer
+ classShowViewer + +
+          Frontend module for viewing show details.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/frontend/class-use/FrontendAppletPanel.html b/doc/uk/org/ury/frontend/class-use/FrontendAppletPanel.html new file mode 100644 index 0000000..bb11d5c --- /dev/null +++ b/doc/uk/org/ury/frontend/class-use/FrontendAppletPanel.html @@ -0,0 +1,181 @@ + + + + + + +Uses of Class uk.org.ury.frontend.FrontendAppletPanel + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.frontend.FrontendAppletPanel

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

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

+ + + + + + + + + +
Methods in uk.org.ury.frontend with parameters of type FrontendAppletPanel
+static voidFrontendError.reportFatal(java.lang.String message, + FrontendAppletPanel panel) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/frontend/class-use/FrontendBanner.html b/doc/uk/org/ury/frontend/class-use/FrontendBanner.html new file mode 100644 index 0000000..a89c6eb --- /dev/null +++ b/doc/uk/org/ury/frontend/class-use/FrontendBanner.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class uk.org.ury.frontend.FrontendBanner + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.frontend.FrontendBanner

+
+No usage of uk.org.ury.frontend.FrontendBanner +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/frontend/class-use/FrontendControlPanel.html b/doc/uk/org/ury/frontend/class-use/FrontendControlPanel.html new file mode 100644 index 0000000..bdcd6e7 --- /dev/null +++ b/doc/uk/org/ury/frontend/class-use/FrontendControlPanel.html @@ -0,0 +1,270 @@ + + + + + + +Uses of Class uk.org.ury.frontend.FrontendControlPanel + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.frontend.FrontendControlPanel

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

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

+ + + + + + + + + + + + + + + + + + + + + +
Methods in uk.org.ury.frontend with parameters of type FrontendControlPanel
+ voidFrontendAppletPanel.restoreModule(FrontendModulePanel mpanel, + FrontendControlPanel cpanel) + +
+          Restore an existing module and control panel into the frontend + frame.
+ voidFrontendMaster.restoreModule(FrontendModulePanel mpanel, + FrontendControlPanel cpanel) + +
+          Restore an existing module and control panel into the frontend + master.
+ voidFrontendFrame.restoreModule(FrontendModulePanel mpanel, + FrontendControlPanel cpanel) + +
+          Restore an existing module and control panel into the frontend + frame.
+ voidFrontendControlPanel.setPreviousCPanel(FrontendControlPanel cpanel) + +
+          Set the previous control panel (if any), so that it can be + restored when this control panel returns control to the + parent.
+  +

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

+ + + + + + + + + +
Subclasses of FrontendControlPanel in uk.org.ury.show.viewer
+ classLibraryControlPanel + +
+          Control panel for the demo system.
+  +

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

+ + + + + + + + + +
Subclasses of FrontendControlPanel in uk.org.ury.testrig
+ classDemoControlPanel + +
+          Control panel for the demo system.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/frontend/class-use/FrontendError.html b/doc/uk/org/ury/frontend/class-use/FrontendError.html new file mode 100644 index 0000000..7454d1c --- /dev/null +++ b/doc/uk/org/ury/frontend/class-use/FrontendError.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class uk.org.ury.frontend.FrontendError + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.frontend.FrontendError

+
+No usage of uk.org.ury.frontend.FrontendError +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/frontend/class-use/FrontendFrame.html b/doc/uk/org/ury/frontend/class-use/FrontendFrame.html new file mode 100644 index 0000000..02c5ee8 --- /dev/null +++ b/doc/uk/org/ury/frontend/class-use/FrontendFrame.html @@ -0,0 +1,181 @@ + + + + + + +Uses of Class uk.org.ury.frontend.FrontendFrame + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.frontend.FrontendFrame

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

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

+ + + + + + + + + +
Methods in uk.org.ury.frontend with parameters of type FrontendFrame
+static voidFrontendError.reportFatal(java.lang.String message, + FrontendFrame frame) + +
+          Create an error dialogue to report a fatal error.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + 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.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + 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.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/frontend/class-use/FrontendModulePanel.html b/doc/uk/org/ury/frontend/class-use/FrontendModulePanel.html new file mode 100644 index 0000000..05bd4c8 --- /dev/null +++ b/doc/uk/org/ury/frontend/class-use/FrontendModulePanel.html @@ -0,0 +1,367 @@ + + + + + + +Uses of Class uk.org.ury.frontend.FrontendModulePanel + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.frontend.FrontendModulePanel

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

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

+ + + + + + + + + +
Methods in uk.org.ury.frontend that return FrontendModulePanel
+ FrontendModulePanelFrontendModule.runFrontend(FrontendMaster master) + +
+          Begin execution of the frontend module.
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in uk.org.ury.frontend with parameters of type FrontendModulePanel
+ voidFrontendAppletPanel.restoreModule(FrontendModulePanel mpanel, + FrontendControlPanel cpanel) + +
+          Restore an existing module and control panel into the frontend + frame.
+ voidFrontendMaster.restoreModule(FrontendModulePanel mpanel, + FrontendControlPanel cpanel) + +
+          Restore an existing module and control panel into the frontend + master.
+ voidFrontendFrame.restoreModule(FrontendModulePanel mpanel, + FrontendControlPanel cpanel) + +
+          Restore an existing module and control panel into the frontend + frame.
+ voidFrontendControlPanel.setPanels(FrontendModulePanel parent, + FrontendModulePanel child) + +
+          Set the parent and child panels that this ControlPanel + facilitates intercommunication.
+  +

+ + + + + + + + + + + +
Constructors in uk.org.ury.frontend with parameters of type FrontendModulePanel
FrontendAppletPanel(FrontendModulePanel parent) + +
+           
FrontendFrame(FrontendModulePanel parent) + +
+           
+  +

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

+ + + + + + + + + +
Subclasses of FrontendModulePanel in uk.org.ury.library.viewer
+ classLibraryViewerPanel + +
+          Frontend panel providing access to an underlying library viewer.
+  +

+ + + + + + + + + +
Methods in uk.org.ury.library.viewer that return FrontendModulePanel
+ FrontendModulePanelLibraryViewer.runFrontend(FrontendMaster master) + +
+          Run the library viewer frontend.
+  +

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

+ + + + + + + + + +
Subclasses of FrontendModulePanel in uk.org.ury.show.viewer
+ classShowViewerPanel + +
+          Frontend panel providing access to an underlying lshow viewer.
+  +

+ + + + + + + + + +
Methods in uk.org.ury.show.viewer that return FrontendModulePanel
+ FrontendModulePanelShowViewer.runFrontend(FrontendMaster master) + +
+          Run the library viewer frontend.
+  +

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

+ + + + + + + + + +
Subclasses of FrontendModulePanel in uk.org.ury.testrig
+ classDemoMenuPanel + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/frontend/class-use/FrontendPanel.html b/doc/uk/org/ury/frontend/class-use/FrontendPanel.html new file mode 100644 index 0000000..a52cdc2 --- /dev/null +++ b/doc/uk/org/ury/frontend/class-use/FrontendPanel.html @@ -0,0 +1,291 @@ + + + + + + +Uses of Class uk.org.ury.frontend.FrontendPanel + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.frontend.FrontendPanel

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

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

+ + + + + + + + + + + + + +
Subclasses of FrontendPanel in uk.org.ury.frontend
+ classFrontendControlPanel + +
+          Abstract class for frontend module control panels.
+ classFrontendModulePanel + +
+          A frontend user interface panel.
+  +

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

+ + + + + + + + + +
Subclasses of FrontendPanel in uk.org.ury.library.viewer
+ classLibraryViewerPanel + +
+          Frontend panel providing access to an underlying library viewer.
+  +

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

+ + + + + + + + + + + + + +
Subclasses of FrontendPanel in uk.org.ury.show.viewer
+ classLibraryControlPanel + +
+          Control panel for the demo system.
+ classShowViewerPanel + +
+          Frontend panel providing access to an underlying lshow viewer.
+  +

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

+ + + + + + + + + + + + + +
Subclasses of FrontendPanel in uk.org.ury.testrig
+ classDemoControlPanel + +
+          Control panel for the demo system.
+ classDemoMenuPanel + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/frontend/class-use/FrontendSubBanner.html b/doc/uk/org/ury/frontend/class-use/FrontendSubBanner.html new file mode 100644 index 0000000..ff6a506 --- /dev/null +++ b/doc/uk/org/ury/frontend/class-use/FrontendSubBanner.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class uk.org.ury.frontend.FrontendSubBanner + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.frontend.FrontendSubBanner

+
+No usage of uk.org.ury.frontend.FrontendSubBanner +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/frontend/class-use/HintField.html b/doc/uk/org/ury/frontend/class-use/HintField.html new file mode 100644 index 0000000..32d0006 --- /dev/null +++ b/doc/uk/org/ury/frontend/class-use/HintField.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class uk.org.ury.frontend.HintField + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.frontend.HintField

+
+No usage of uk.org.ury.frontend.HintField +

+


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