Author: pwang
Date: 2011-10-24 09:59:36 -0700 (Mon, 24 Oct 2011)
New Revision: 27281
Modified:
csplugins/trunk/ucsd/pwang/jActiveModules31/src/main/java/csplugins/jActiveModules/CyActivator.java
Log:
Clean up
Modified:
csplugins/trunk/ucsd/pwang/jActiveModules31/src/main/java/csplugins/jActiveModules/CyActivator.java
===================================================================
---
csplugins/trunk/ucsd/pwang/jActiveModules31/src/main/java/csplugins/jActiveModules/CyActivator.java
2011-10-24 16:47:11 UTC (rev 27280)
+++
csplugins/trunk/ucsd/pwang/jActiveModules31/src/main/java/csplugins/jActiveModules/CyActivator.java
2011-10-24 16:59:36 UTC (rev 27281)
@@ -63,19 +63,14 @@
cytoscapePropertiesServiceRef,
cyNetworkManagerServiceRef,cyNetworkViewManagerServiceRef,
visualMappingManagerRef,
cyNetworkFactoryServiceRef,
cyRootNetworkFactory, cyNetworkViewFactoryServiceRef,cyLayoutsServiceRef,
taskManagerServiceRef,cyEventHelperServiceRef,apfParams, mainPanel);
-
- ActiveModulesPanelSelectedListener
activeModulesPanelSelectedListener = new
ActiveModulesPanelSelectedListener(mainPanel);
-
registerAllServices(bc,mainPanel, new Properties());
registerAllServices(bc,networkSelectorPanel, new Properties());
registerService(bc,activeModulesCytoPanelComponent,CytoPanelComponent.class,
new Properties());
- registerAllServices(bc, activeModulesUI, new Properties());
-
-
registerService(bc,activeModulesPanelSelectedListener,CytoPanelComponentSelectedListener.class,
new Properties());
+ registerAllServices(bc, activeModulesUI, new Properties());
}
}
--
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.