Author: mes
Date: 2011-10-17 17:28:30 -0700 (Mon, 17 Oct 2011)
New Revision: 27209
Modified:
core3/api/trunk/dnd-api/src/main/java/org/cytoscape/dnd/GraphicalEntity.java
Log:
tweak in anticipation of annotations
Modified:
core3/api/trunk/dnd-api/src/main/java/org/cytoscape/dnd/GraphicalEntity.java
===================================================================
---
core3/api/trunk/dnd-api/src/main/java/org/cytoscape/dnd/GraphicalEntity.java
2011-10-18 00:02:56 UTC (rev 27208)
+++
core3/api/trunk/dnd-api/src/main/java/org/cytoscape/dnd/GraphicalEntity.java
2011-10-18 00:28:30 UTC (rev 27209)
@@ -56,4 +56,10 @@
* @return the attribute value
*/
public String getAttributeValue();
+
+ /**
+ * Returns descriptive text for the Graphical Entity. May be used as
tool tip text.
+ * @return descriptive text for the Graphical Entity.
+ */
+ public String getDescription();
}
--
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.