Uses of Interface
org.cytoscape.app.CyAppAdapter
-
Packages that use CyAppAdapter 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.app.swing This is the Cytoscape Swing App API, which supports development of Cytoscape 3.X apps in a manner similar to apps developed in Cytoscape 2.X and provides full access to the Swing specific services of the Cytoscape API in addition to all other services provided in Cytoscape App API. -
-
Uses of CyAppAdapter in org.cytoscape.app
Fields in org.cytoscape.app declared as CyAppAdapter Modifier and Type Field Description protected CyAppAdapter
AbstractCyApp. adapter
Deprecated.Reference to access Cytoscape functionality -- various managers and factories that are normally available as OSGi services.Constructors in org.cytoscape.app with parameters of type CyAppAdapter Constructor Description AbstractCyApp(CyAppAdapter adapter)
Deprecated.The constructor that all apps must call using "super(adapter);" where the "adapter" is aCyAppAdapter
reference provided as an argument to the constructor. -
Uses of CyAppAdapter in org.cytoscape.app.swing
Subinterfaces of CyAppAdapter in org.cytoscape.app.swing Modifier and Type Interface Description interface
CySwingAppAdapter
Deprecated.(As of Cytoscape 3.7) Support for simple apps will be removed in a future version of Cytoscape, please provide an OSGi bundle app instead.
-