Author: mkirby
Date: 2011-10-08 01:11:22 -0700 (Sat, 08 Oct 2011)
New Revision: 27107

Modified:
   
core3/api/trunk/swing-application-api/src/main/java/org/cytoscape/application/swing/CySwingApplication.java
   
core3/api/trunk/swing-application-api/src/main/java/org/cytoscape/application/swing/CytoPanel.java
   
core3/api/trunk/swing-application-api/src/main/java/org/cytoscape/application/swing/ViewUpdater.java
   
core3/api/trunk/swing-application-api/src/main/java/org/cytoscape/application/swing/events/CytoPanelStateChangedEvent.java
Log:
Fixed Javadoc.

Modified: 
core3/api/trunk/swing-application-api/src/main/java/org/cytoscape/application/swing/CySwingApplication.java
===================================================================
--- 
core3/api/trunk/swing-application-api/src/main/java/org/cytoscape/application/swing/CySwingApplication.java
 2011-10-08 08:10:44 UTC (rev 27106)
+++ 
core3/api/trunk/swing-application-api/src/main/java/org/cytoscape/application/swing/CySwingApplication.java
 2011-10-08 08:11:22 UTC (rev 27107)
@@ -52,6 +52,7 @@
        /** 
         * Returns the JMenu for the specified name and null if no 
         * menu exists for the name.
+        * @param menuName the name of the JMenu.
         * @return The JMenu for the specified name and null if no 
         * menu exists for the name.
         */

Modified: 
core3/api/trunk/swing-application-api/src/main/java/org/cytoscape/application/swing/CytoPanel.java
===================================================================
--- 
core3/api/trunk/swing-application-api/src/main/java/org/cytoscape/application/swing/CytoPanel.java
  2011-10-08 08:10:44 UTC (rev 27106)
+++ 
core3/api/trunk/swing-application-api/src/main/java/org/cytoscape/application/swing/CytoPanel.java
  2011-10-08 08:11:22 UTC (rev 27107)
@@ -64,6 +64,7 @@
 
        /**
         * Returns the component at index.
+        * @param index the index of the component.
         *
         * @return component at the given index.
         */
@@ -108,6 +109,7 @@
        /**
         * Returns the Component that is this CytoPanel.  This is a hack to 
allow
         * CytoPanel to be used as a Component.
+        * @return the Component that is this CytoPanel.
         */
        public Component getThisComponent();
 }

Modified: 
core3/api/trunk/swing-application-api/src/main/java/org/cytoscape/application/swing/ViewUpdater.java
===================================================================
--- 
core3/api/trunk/swing-application-api/src/main/java/org/cytoscape/application/swing/ViewUpdater.java
        2011-10-08 08:10:44 UTC (rev 27106)
+++ 
core3/api/trunk/swing-application-api/src/main/java/org/cytoscape/application/swing/ViewUpdater.java
        2011-10-08 08:11:22 UTC (rev 27107)
@@ -68,7 +68,7 @@
         * visual property on the view with the new value that has been set in 
the
         * row.
         * 
-        * @param RowsSetEvent The event to be processed.
+        * @param e The {@link RowsSetEvent} to be processed.
         */
        @SuppressWarnings("unchecked")
        public void handleEvent(RowsSetEvent e) {

Modified: 
core3/api/trunk/swing-application-api/src/main/java/org/cytoscape/application/swing/events/CytoPanelStateChangedEvent.java
===================================================================
--- 
core3/api/trunk/swing-application-api/src/main/java/org/cytoscape/application/swing/events/CytoPanelStateChangedEvent.java
  2011-10-08 08:10:44 UTC (rev 27106)
+++ 
core3/api/trunk/swing-application-api/src/main/java/org/cytoscape/application/swing/events/CytoPanelStateChangedEvent.java
  2011-10-08 08:11:22 UTC (rev 27107)
@@ -17,7 +17,7 @@
         * Constructor.
         * @param source The object firing the event.
         * @param cp The CytoPanel whose state has changed. 
-        * @param index The new state of the CytoPanel. 
+        * @param newState The new state of the CytoPanel. 
         */
        public CytoPanelStateChangedEvent(final Object source, final CytoPanel 
cp, final CytoPanelState newState) {
                super(source, CytoPanelStateChangedListener.class);

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to