aboutsummaryrefslogtreecommitdiff
path: root/doc/uk/org/ury/frontend/FrontendModule.html
diff options
context:
space:
mode:
authorMatt Windsor <mattwindsor@btinternet.com>2011-03-21 21:54:31 +0000
committerMatt Windsor <mattwindsor@btinternet.com>2011-03-21 21:54:31 +0000
commitdf7d7981b56a4560c95ea7e9b194080e93398ecf (patch)
treeb3ae4f02d23ae1f7f4951c776ee8d91b0047dd6f /doc/uk/org/ury/frontend/FrontendModule.html
parent2d073129857a42ab4195cd433c8be152e357033f (diff)
GREAT PACKAGE RESHUFFLE: Everything is now organised into frontend, backend and common (to frontend and backend) packages. Things may have been broken. Doc refresh.
Diffstat (limited to 'doc/uk/org/ury/frontend/FrontendModule.html')
-rw-r--r--doc/uk/org/ury/frontend/FrontendModule.html23
1 files changed, 10 insertions, 13 deletions
diff --git a/doc/uk/org/ury/frontend/FrontendModule.html b/doc/uk/org/ury/frontend/FrontendModule.html
index f5acde2..761de60 100644
--- a/doc/uk/org/ury/frontend/FrontendModule.html
+++ b/doc/uk/org/ury/frontend/FrontendModule.html
@@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Mon Mar 21 17:00:00 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Mon Mar 21 21:53:09 GMT 2011 -->
<TITLE>
FrontendModule
</TITLE>
@@ -92,7 +92,7 @@ uk.org.ury.frontend</FONT>
<BR>
Interface FrontendModule</H2>
<DL>
-<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend">AbstractFrontendModule</A>, <A HREF="../../../../uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig">DemoMenu</A>, <A HREF="../../../../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer">LibraryViewer</A>, <A HREF="../../../../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer">ShowViewer</A></DD>
+<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend">AbstractFrontendModule</A>, <A HREF="../../../../uk/org/ury/frontend/modules/menu/DemoMenu.html" title="class in uk.org.ury.frontend.modules.menu">DemoMenu</A>, <A HREF="../../../../uk/org/ury/frontend/modules/library/LibraryViewer.html" title="class in uk.org.ury.frontend.modules.library">LibraryViewer</A>, <A HREF="../../../../uk/org/ury/frontend/modules/show/ShowViewer.html" title="class in uk.org.ury.frontend.modules.show">ShowViewer</A></DD>
</DL>
<HR>
<DL>
@@ -100,22 +100,20 @@ Interface FrontendModule</H2>
</PRE>
<P>
-Interface for all system modules that are to be reachable from
- the frontend array.
+Interface for all system modules that are to be reachable from the frontend
+ array.
Frontend-exposed modules must:
- be runnable standalone, as either an application or an applet;
- - contain their user interface in a subclass of FrontendModulePanel
- which can be embedded either in a FrontendFrame, a web page
- or another module;
-
+ - contain their user interface in a subclass of FrontendModulePanel which can
+ be embedded either in a FrontendFrame, a web page or another module;
+
- use the frontend error reporting systems.
- An abstract implementation of this interface,
- AbstractFrontendModule, is provided to simplify the creation of
- frontend modules.
+ An abstract implementation of this interface, AbstractFrontendModule, is
+ provided to simplify the creation of frontend modules.
<P>
<P>
@@ -166,8 +164,7 @@ runFrontend</H3>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>master</CODE> - The FrontendMaster driving the frontend.
-<DT><B>Returns:</B><DD>the frontend panel to insert into the
- FrontendMaster.</DL>
+<DT><B>Returns:</B><DD>the frontend panel to insert into the FrontendMaster.</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->