svn commit: r14445 - trunk/src/argouml-app/src/org/argouml: cognitive/critics ui uml/ui/foundation/core util

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2008-04-23 14:37:09-0700
New Revision: 14445

Modified:
   trunk/src/argouml-app/src/org/argouml/cognitive/critics/package.html
   trunk/src/argouml-app/src/org/argouml/ui/package.html
   trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelFeature.java
   trunk/src/argouml-app/src/org/argouml/util/SortedListModel.java

Log:
Another batch of Javadoc reference fixes

Modified: trunk/src/argouml-app/src/org/argouml/cognitive/critics/package.html
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/critics/package.html?view=diff&rev=14445&p1=trunk/src/argouml-app/src/org/argouml/cognitive/critics/package.html&p2=trunk/src/argouml-app/src/org/argouml/cognitive/critics/package.html&r1=14444&r2=14445
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/cognitive/critics/package.html	(original)
+++ trunk/src/argouml-app/src/org/argouml/cognitive/critics/package.html	2008-04-23 14:37:09-0700
@@ -46,17 +46,18 @@
 <p>The key classes are:<p>
 
 <ul>
-  <li><p>{@link org.argouml.cognitive.critics.Agency}. The central class
+  <li><p>{@link org.argouml.cognitive.Agency}. The central class
     controlling the critics.</p></li>
 
-  <li><p>{@link org.argouml.cognitive.critics.Critic}. The main class for
+  <li><p>{@link org.argouml.cognitive.Critic}. The main class for
     defining critics. Specializations include {@link
-      org.argouml.cognitive.critics.CompoundCritic} for critics built out of
+      org.argouml.cognitive.CompoundCritic} for critics built out of
     several other critics and {@link org.argouml.uml.cognitive.critics.CrUML}
     for critics relating specifically to UML.</p></li>
     
-  <li><p>{@link org.argouml.cognitive.critics.ControlMech}. A control mech is 
-  	used by the agency to control when a critic is active or not. We use the standard mech.</p></li>
+  <li><p>{@link org.argouml.cognitive.ControlMech}. A control mech is 
+  	used by the agency to control when a critic is active or not. We use the
+  	standard mech.</p></li>
 
 </ul>
 

Modified: trunk/src/argouml-app/src/org/argouml/ui/package.html
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/package.html?view=diff&rev=14445&p1=trunk/src/argouml-app/src/org/argouml/ui/package.html&p2=trunk/src/argouml-app/src/org/argouml/ui/package.html&r1=14444&r2=14445
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/package.html	(original)
+++ trunk/src/argouml-app/src/org/argouml/ui/package.html	2008-04-23 14:37:09-0700
@@ -30,20 +30,20 @@
 <body bgcolor="white">
 
 
-contains many user interface related classes, such as the ProjectBrowser, actions, stylepanels etc.
+contains many user interface related classes, such as the ProjectBrowser, 
+actions, style panels etc.
 
-The organisation of this packages is a little bit chaotic. 
+The organization of this packages is a little bit chaotic. 
 
 <h2>Related Documentation </h2>
 
-Classes which are not found here are likely to be in the uml package or in other related UI packages. Some examples are listed below.
+Classes which are not found here are likely to be in the uml package or in other
+related UI packages. Some examples are listed below.
 @see org.argouml.uml.ui
 @see org.argouml.cognitive
 @see org.argouml.uml.cognitive
 @see org.argouml.uml.diagram.ui
 
-The actual menubar for the application is created in
-@see org.argouml.ui.menubar
 </body>
 </html>
 

Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelFeature.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelFeature.java?view=diff&rev=14445&p1=trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelFeature.java&p2=trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelFeature.java&r1=14444&r2=14445
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelFeature.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelFeature.java	2008-04-23 14:37:09-0700
@@ -66,7 +66,7 @@
      * @param icon icon
      * @param orientation orientation
      * @deprecated for 0.25.4 by tfmorris. Use
-     *             {@link #PropPanelModelElement(String, ImageIcon)} and
+     *             {@link #PropPanelFeature(String, ImageIcon)} and
      *             setOrientation() after instantiation.
      */
     @Deprecated
@@ -81,7 +81,7 @@
      * @param name the name to be shown at the top of the panel
      * @param orientation the orientation of the panel
      * @deprecated for 0.25.4 by tfmorris. Use
-     *             {@link #PropPanelModelElement(String, ImageIcon)} and
+     *             {@link #PropPanelFeature(String, ImageIcon)} and
      *             setOrientation() after instantiation.
      */
     @Deprecated

Modified: trunk/src/argouml-app/src/org/argouml/util/SortedListModel.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/SortedListModel.java?view=diff&rev=14445&p1=trunk/src/argouml-app/src/org/argouml/util/SortedListModel.java&p2=trunk/src/argouml-app/src/org/argouml/util/SortedListModel.java&r1=14444&r2=14445
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/SortedListModel.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/util/SortedListModel.java	2008-04-23 14:37:09-0700
@@ -242,8 +242,8 @@
     /**
      * Unimplemented optional operation.
      * 
-     * @param c
-     * @return
+     * @param c unimplemented
+     * @return unimplemented
      * @see java.util.List#retainAll(java.util.Collection)
      */
     public boolean retainAll(Collection c) {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.