Uses of Interface
org.cytoscape.service.util.CyServiceRegistrar
-
Packages that use CyServiceRegistrar Package Description org.cytoscape.app This is the Cytoscape App API, which supports development of Cytoscape 3.X apps in a manner similar to apps developed in Cytoscape 2.X.org.cytoscape.service.util.internal -
-
Uses of CyServiceRegistrar in org.cytoscape.app
Methods in org.cytoscape.app that return CyServiceRegistrar Modifier and Type Method Description CyServiceRegistrar
CyAppAdapter. getCyServiceRegistrar()
Deprecated.Returns an instance ofCyServiceRegistrar
. -
Uses of CyServiceRegistrar in org.cytoscape.service.util.internal
Classes in org.cytoscape.service.util.internal that implement CyServiceRegistrar Modifier and Type Class Description class
CyServiceRegistrarImpl
Implementation ofCyServiceRegistrar
.
-