Author: mes
Date: 2010-02-18 17:53:41 -0800 (Thu, 18 Feb 2010)
New Revision: 19382
Modified:
core3/vizmap-gui-impl/trunk/src/main/java/org/cytoscape/view/vizmap/gui/internal/event/ViewFocusEventHandler.java
Log:
removed dependency on an internal class
Modified:
core3/vizmap-gui-impl/trunk/src/main/java/org/cytoscape/view/vizmap/gui/internal/event/ViewFocusEventHandler.java
===================================================================
---
core3/vizmap-gui-impl/trunk/src/main/java/org/cytoscape/view/vizmap/gui/internal/event/ViewFocusEventHandler.java
2010-02-19 00:47:39 UTC (rev 19381)
+++
core3/vizmap-gui-impl/trunk/src/main/java/org/cytoscape/view/vizmap/gui/internal/event/ViewFocusEventHandler.java
2010-02-19 01:53:41 UTC (rev 19382)
@@ -4,15 +4,15 @@
import org.cytoscape.view.vizmap.VisualStyle;
-import cytoscape.internal.view.NetworkPanel;
+//import cytoscape.internal.view.NetworkPanel;
public class ViewFocusEventHandler extends AbstractVizMapEventHandler {
@Override
public void processEvent(PropertyChangeEvent e) {
- if (e.getSource().getClass() != NetworkPanel.class)
- return;
+// if (e.getSource().getClass() != NetworkPanel.class)
+// return;
// Get visual style for the selected netwrok view.
final VisualStyle vs = vmm.getVisualStyle(cyNetworkManager
--
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.