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

+Uses of Class
uk.org.ury.frontend.exceptions.UICreationFailureException

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

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

+ + + + + + + + + + + + + + +
Constructors in uk.org.ury.frontend that throw UICreationFailureException
FrontendControlPanel(java.lang.String xmlPath) + +
+          Alternative constructor allowing an XML file to be used to + create the layout of the ControlPanel.
FrontendModulePanel(FrontendModule module, + java.lang.String xmlPath, + FrontendMaster master) + +
+          Construct a FrontendModulePanel using an XML layout manifest.
FrontendPanel(java.lang.String xmlPath, + FrontendMaster master) + +
+          Construct a new FrontendPanel from an XML layout.
+  +

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

+ + + + + + + + +
Constructors in uk.org.ury.library.viewer that throw UICreationFailureException
LibraryViewerPanel(LibraryViewer viewer, + FrontendMaster master) + +
+          Construct a new LibraryViewerPanel.
+  +

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

+ + + + + + + + + + + + + + + + + +
Constructors in uk.org.ury.show.viewer that throw UICreationFailureException
ChannelPanel(int number, + ShowChannel channel) + +
+          Construct a new ChannelPanel.
LibraryControlPanel() + +
+          Construct a new LibraryControlPanel.
ShowViewerPanel(ShowViewer viewer, + FrontendMaster master) + +
+          Construct a new ShowViewerPanel.
TrackBin(java.lang.String name) + +
+          Construct a new TrackBin.
+  +

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

+ + + + + + + + +
Constructors in uk.org.ury.testrig that throw UICreationFailureException
DemoControlPanel() + +
+          Constructs a new DemoControlPanel.
+  +

+


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