Author: akuchinsky
Date: 2010-10-15 17:21:47 -0700 (Fri, 15 Oct 2010)
New Revision: 22270
Modified:
csplugins/trunk/agilent/creech/HyperEdgeEditor/src/cytoscape/hyperedge/editor/HyperEdgeEditorPlugin.java
Log:
Fixed call to CytoscapeEditorManager.register() to include
CytoscapeEditorManager.NETWORK_TYPE as argument
Modified:
csplugins/trunk/agilent/creech/HyperEdgeEditor/src/cytoscape/hyperedge/editor/HyperEdgeEditorPlugin.java
===================================================================
---
csplugins/trunk/agilent/creech/HyperEdgeEditor/src/cytoscape/hyperedge/editor/HyperEdgeEditorPlugin.java
2010-10-16 00:08:48 UTC (rev 22269)
+++
csplugins/trunk/agilent/creech/HyperEdgeEditor/src/cytoscape/hyperedge/editor/HyperEdgeEditorPlugin.java
2010-10-16 00:21:47 UTC (rev 22270)
@@ -151,6 +151,7 @@
"cytoscape.hyperedge.editor.event.HyperEdgeEditEventHandler",
HyperEdgeImpl.ENTITY_TYPE_ATTRIBUTE_NAME,
Semantics.INTERACTION,
+ CytoscapeEditorManager.NETWORK_TYPE,
BioChemicalReactionVisualStyle.BIOCHEMICAL_REACTION_VISUAL_STYLE);
// MLC 12/18/07:
// fixUpCytoscapeDeleteMenu();
--
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.