Uses of Interface
org.cytoscape.event.CyEventHelper
Packages that use CyEventHelper
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.
Visual Mapping basic API module.
APIs for different mapping functions -- continuous mapping, discrete mapping and pass through mapping.
-
Uses of CyEventHelper in org.cytoscape.app
Methods in org.cytoscape.app that return CyEventHelperModifier and TypeMethodDescriptionCyAppAdapter.getCyEventHelper()
Deprecated.Returns an instance ofCyEventHelper
. -
Uses of CyEventHelper in org.cytoscape.view.vizmap
Methods in org.cytoscape.view.vizmap with parameters of type CyEventHelperModifier and TypeMethodDescriptionvoid
VisualPropertyDependency.setEventHelper(CyEventHelper eventHelper)
TheVisualStyle
implementation should use this method to pass a valid CyEventHelper after this dependency is added to the visual style object. -
Uses of CyEventHelper in org.cytoscape.view.vizmap.mappings
Fields in org.cytoscape.view.vizmap.mappings declared as CyEventHelperModifier and TypeFieldDescriptionprotected CyEventHelper
AbstractVisualMappingFunction.eventHelper
Constructors in org.cytoscape.view.vizmap.mappings with parameters of type CyEventHelperModifierConstructorDescriptionAbstractVisualMappingFunction(String columnName, Class<K> columnType, VisualProperty<V> vp, CyEventHelper eventHelper)
Constructs this AbstractVisualMappingFunction.ContinuousMappingPoint(K value, BoundaryRangeValues<V> range, ContinuousMapping<K,V> parentMapping, CyEventHelper eventHelper)
Constructor.