Author: ruschein
Date: 2010-08-03 14:59:16 -0700 (Tue, 03 Aug 2010)
New Revision: 21152

Modified:
   core3/work-api/trunk/src/main/java/org/cytoscape/work/Handler.java
Log:
Improved JavaDoc.

Modified: core3/work-api/trunk/src/main/java/org/cytoscape/work/Handler.java
===================================================================
--- core3/work-api/trunk/src/main/java/org/cytoscape/work/Handler.java  
2010-08-03 21:58:24 UTC (rev 21151)
+++ core3/work-api/trunk/src/main/java/org/cytoscape/work/Handler.java  
2010-08-03 21:59:16 UTC (rev 21152)
@@ -26,20 +26,20 @@
 public interface Handler {
        
        /**
-        * To get the Handler's field
+        * 
         * @return the field or null if no field has been associated with this 
handler
         */
        Field getField();
        
        /**
-        * To get the Handler's Object
+        * To get the Handler's object.  In order to actually set a field, both 
an instance of Field as well as an object instance are required.
         * @return object
         */
        Object getObject();
        
        /**
         * To get the Handler's Tunable
-        * @return Tunable
+        * @return the tunable managed by this handler
         */
        Tunable getTunable();
        

-- 
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