svn commit: r12656 - trunk/documentation: cookbook images/cookbook
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mvw
Date: 2007-05-24 11:39:53-0700
New Revision: 12656
Added:
trunk/documentation/images/cookbook/subsystem-ui.png (contents, props changed)
Modified:
trunk/documentation/cookbook/inside_subsystems.xml
Log:
Clarify the package structure for the UI for a subsystem.
Modified: trunk/documentation/cookbook/inside_subsystems.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/documentation/cookbook/inside_subsystems.xml?view=diff&rev=12656&p1=trunk/documentation/cookbook/inside_subsystems.xml&p2=trunk/documentation/cookbook/inside_subsystems.xml&r1=12655&r2=12656
==============================================================================
--- trunk/documentation/cookbook/inside_subsystems.xml (original)
+++ trunk/documentation/cookbook/inside_subsystems.xml 2007-05-24 11:39:53-0700
@@ -374,6 +374,23 @@
<classname>org.argouml.ui.GUI</classname>.
</para>
+ <para>Other subsystems that supply their own user interface,
+ may be split into 2 packages, e.g.
+ <classname>org.argouml.some-subsystem</classname> and
+ <classname>org.argouml.some-subsystem.ui</classname>.
+ In such case the following figure indicates
+ the allowed dependencies:
+ </para>
+
+ <para>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/cookbook/subsystem-ui.png"
+ format="PNG"/>
+ </imageobject>
+ </mediaobject>
+ </para>
+
</sect1>
<sect1 id="application">
Added: trunk/documentation/images/cookbook/subsystem-ui.png
Url: http://argouml.tigris.org/source/browse/argouml/trunk/documentation/images/cookbook/subsystem-ui.png?view=auto&rev=12656
==============================================================================
Binary file. No diff available.