Uses of Interface
org.cytoscape.event.CyEventHelper
-
Packages that use CyEventHelper 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.view.vizmap Visual Mapping basic API module.org.cytoscape.view.vizmap.mappings 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 CyEventHelper Modifier and Type Method Description CyEventHelper
CyAppAdapter. getCyEventHelper()
Deprecated.Returns an instance ofCyEventHelper
. -
Uses of CyEventHelper in org.cytoscape.view.vizmap
Methods in org.cytoscape.view.vizmap with parameters of type CyEventHelper Modifier and Type Method Description void
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 CyEventHelper Modifier and Type Field Description protected CyEventHelper
AbstractVisualMappingFunction. eventHelper
Constructors in org.cytoscape.view.vizmap.mappings with parameters of type CyEventHelper Constructor Description AbstractVisualMappingFunction(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.
-