diff options
Diffstat (limited to 'doc/uk/org/ury/frontend/FrontendFrame.html')
-rw-r--r-- | doc/uk/org/ury/frontend/FrontendFrame.html | 64 |
1 files changed, 29 insertions, 35 deletions
diff --git a/doc/uk/org/ury/frontend/FrontendFrame.html b/doc/uk/org/ury/frontend/FrontendFrame.html index 8f2f727..7b45c1a 100644 --- a/doc/uk/org/ury/frontend/FrontendFrame.html +++ b/doc/uk/org/ury/frontend/FrontendFrame.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> FrontendFrame </TITLE> @@ -109,8 +109,8 @@ java.lang.Object </PRE> <P> -A frame that hosts a FrontendModulePanel, used for serving frontend - panels in a window (application mode). +A frame that hosts a FrontendModulePanel, used for serving frontend panels in + a window (application mode). <P> <P> @@ -250,8 +250,8 @@ A frame that hosts a FrontendModulePanel, used for serving frontend java.lang.String cPanelName)</CODE> <BR> - Load a module into the frontend frame, additionally installing - a control panel to communicate with the previous module.</TD> + Load a module into the frontend frame, additionally installing a control + panel to communicate with the previous module.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> @@ -260,8 +260,7 @@ A frame that hosts a FrontendModulePanel, used for serving frontend <A HREF="../../../../uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend">FrontendControlPanel</A> cpanel)</CODE> <BR> - Restore an existing module and control panel into the frontend - frame.</TD> + Restore an existing module and control panel into the frontend frame.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> @@ -355,12 +354,12 @@ public <B>FrontendFrame</B>(java.lang.String moduleName)</PRE> <DL> <DD>Construct a new FrontendFrame given an initial frontend module. - Loading will fail with a fatal error if the class is not found, - or is not an implementor of FrontendModule. + Loading will fail with a fatal error if the class is not found, or is not + an implementor of FrontendModule. <P> <DL> -<DT><B>Parameters:</B><DD><CODE>moduleName</CODE> - The fully qualified class-name of the module, - minus the leading "uk.org.ury." domain.</DL> +<DT><B>Parameters:</B><DD><CODE>moduleName</CODE> - The fully qualified class-name of the module, minus the + leading "uk.org.ury." domain.</DL> </DL> <!-- ============ METHOD DETAIL ========== --> @@ -397,19 +396,18 @@ public void <B>loadModule</B>(java.lang.String moduleName) <DL> <DD>Load a module into the frontend frame. - Loading will fail with a fatal error if the class is not found, - or is not an implementor of FrontendModule. + Loading will fail with a fatal error if the class is not found, or is not + an implementor of FrontendModule. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html#loadModule(java.lang.String)">loadModule</A></CODE> in interface <CODE><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A></CODE></DL> </DD> <DD><DL> -<DT><B>Parameters:</B><DD><CODE>moduleName</CODE> - The fully qualified class-name of the module, - minus the leading "uk.org.ury." domain. +<DT><B>Parameters:</B><DD><CODE>moduleName</CODE> - The fully qualified class-name of the module, minus the + leading "uk.org.ury." domain. <DT><B>Throws:</B> -<DD><CODE><A HREF="../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A></CODE> - if the class is - not found, or is not an implementor of - FrontendModule.</DL> +<DD><CODE><A HREF="../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A></CODE> - if the class is not found, or is not an implementor of + FrontendModule.</DL> </DD> </DL> <HR> @@ -421,24 +419,22 @@ public void <B>loadModule</B>(java.lang.String moduleName, java.lang.String cPanelName) throws <A HREF="../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A></PRE> <DL> -<DD>Load a module into the frontend frame, additionally installing - a control panel to communicate with the previous module. +<DD>Load a module into the frontend frame, additionally installing a control + panel to communicate with the previous module. - Loading will fail with a fatal error if the class is not found, - or is not an implementor of FrontendModule. + Loading will fail with a fatal error if the class is not found, or is not + an implementor of FrontendModule. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html#loadModule(java.lang.String, java.lang.String)">loadModule</A></CODE> in interface <CODE><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A></CODE></DL> </DD> <DD><DL> -<DT><B>Parameters:</B><DD><CODE>moduleName</CODE> - The fully qualified class-name of the module, - minus the leading "uk.org.ury." domain.<DD><CODE>cPanelName</CODE> - The fully qualified class-name of the control - panel to install, minus the leading - "uk.org.ury." domain. +<DT><B>Parameters:</B><DD><CODE>moduleName</CODE> - The fully qualified class-name of the module, minus the + leading "uk.org.ury." domain.<DD><CODE>cPanelName</CODE> - The fully qualified class-name of the control panel to + install, minus the leading "uk.org.ury." domain. <DT><B>Throws:</B> -<DD><CODE><A HREF="../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A></CODE> - if the class is - not found, or is not an implementor of - FrontendModule.</DL> +<DD><CODE><A HREF="../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A></CODE> - if the class is not found, or is not an implementor of + FrontendModule.</DL> </DD> </DL> <HR> @@ -449,15 +445,14 @@ restoreModule</H3> public void <B>restoreModule</B>(<A HREF="../../../../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A> mpanel, <A HREF="../../../../uk/org/ury/frontend/FrontendControlPanel.html" title="class in uk.org.ury.frontend">FrontendControlPanel</A> cpanel)</PRE> <DL> -<DD>Restore an existing module and control panel into the frontend - frame. +<DD>Restore an existing module and control panel into the frontend frame. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html#restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)">restoreModule</A></CODE> in interface <CODE><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A></CODE></DL> </DD> <DD><DL> -<DT><B>Parameters:</B><DD><CODE>mpanel</CODE> - The module panel to restore.<DD><CODE>cpanel</CODE> - The control panel to restore, if any. A null - value signifies a lack of control panel. +<DT><B>Parameters:</B><DD><CODE>mpanel</CODE> - The module panel to restore.<DD><CODE>cpanel</CODE> - The control panel to restore, if any. A null value signifies a + lack of control panel. <DT><B>Throws:</B> <DD><CODE>java.lang.IllegalArgumentException</CODE> - if the mpanel is null.</DL> </DD> @@ -475,8 +470,7 @@ public void <B>fatalError</B>(java.lang.String message)</PRE> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html#fatalError(java.lang.String)">fatalError</A></CODE> in interface <CODE><A HREF="../../../../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A></CODE></DL> </DD> <DD><DL> -<DT><B>Parameters:</B><DD><CODE>message</CODE> - The message, eg the exception message, to report - to the user.</DL> +<DT><B>Parameters:</B><DD><CODE>message</CODE> - The message, eg the exception message, to report to the user.</DL> </DD> </DL> <HR> |