Uses of Interface
org.cytoscape.view.model.CyNetworkViewManager
Packages that use CyNetworkViewManager
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 defines the various interfaces, abstract classes, and enums
that represent the Cytoscape Swing Application API.
Definitions for View-Model related events and their listeners.
-
Uses of CyNetworkViewManager in org.cytoscape.app
Methods in org.cytoscape.app that return CyNetworkViewManagerModifier and TypeMethodDescriptionCyAppAdapter.getCyNetworkViewManager()Deprecated.Returns an instance ofCyNetworkViewManager. -
Uses of CyNetworkViewManager in org.cytoscape.application.swing
Constructors in org.cytoscape.application.swing with parameters of type CyNetworkViewManagerModifierConstructorDescriptionAbstractCyAction(String name, CyApplicationManager applicationManager, String enableFor, CyNetworkViewManager networkViewManager) Creates a new AbstractCyAction object that is enabled for the specific "enableFor" state.AbstractCyAction(Map<String, String> configProps, CyApplicationManager applicationManager, CyNetworkViewManager networkViewManager) Creates a new AbstractCyAction object.AbstractCyAction(Map<String, String> configProps, CyApplicationManager applicationManager, CyNetworkViewManager networkViewManager, TaskFactory factory) Creates a new AbstractCyAction object.ActionEnableSupport(Action action, String enableFor, CyApplicationManager applicationManager, CyNetworkViewManager networkViewManager) Constructor.ActionEnableSupport(JMenuItem menuItem, String enableFor, CyApplicationManager applicationManager, CyNetworkViewManager networkViewManager) Constructor.ActionEnableSupport(DynamicSubmenuListener submenuListener, String enableFor, CyApplicationManager applicationManager, CyNetworkViewManager networkViewManager) Constructor. -
Uses of CyNetworkViewManager in org.cytoscape.view.model.events
Constructors in org.cytoscape.view.model.events with parameters of type CyNetworkViewManagerModifierConstructorDescriptionCreates the event for network views that are about to be destroyed.NetworkViewAddedEvent(CyNetworkViewManager source, CyNetworkView view) Creates the event for network views that are added.Creates the event for network views that are destroyed.