Uses of Interface
org.cytoscape.service.util.CyServiceRegistrar
Packages that use CyServiceRegistrar
Package
Description
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.
This package contains misc helper classes for Cytoscape Desktop application.
-
Uses of CyServiceRegistrar in org.cytoscape.app
Methods in org.cytoscape.app that return CyServiceRegistrarModifier and TypeMethodDescriptionCyAppAdapter.getCyServiceRegistrar()
Deprecated.Returns an instance ofCyServiceRegistrar
. -
Uses of CyServiceRegistrar in org.cytoscape.service.util.internal
Classes in org.cytoscape.service.util.internal that implement CyServiceRegistrarModifier and TypeClassDescriptionclass
Implementation ofCyServiceRegistrar
. -
Uses of CyServiceRegistrar in org.cytoscape.util.swing
Constructors in org.cytoscape.util.swing with parameters of type CyServiceRegistrarModifierConstructorDescriptionColorButton(CyServiceRegistrar serviceRegistrar, Palette palette, PaletteType type, Color color, boolean paletteOnly)
The basic constructor for a color button with palettes.