Uses of Interface
org.cytoscape.app.swing.CySwingAppAdapter
-
Packages that use CySwingAppAdapter Package Description 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 CySwingAppAdapter in org.cytoscape.app.swing
Fields in org.cytoscape.app.swing declared as CySwingAppAdapter Modifier and Type Field Description protected CySwingAppAdapter
AbstractCySwingApp. swingAdapter
Deprecated.Reference to access Cytoscape functionality -- various managers and factories that are normally available as OSGi services.Constructors in org.cytoscape.app.swing with parameters of type CySwingAppAdapter Constructor Description AbstractCySwingApp(CySwingAppAdapter swingAdapter)
Deprecated.The constructor that all apps must call using "super(adapter);" where the "adapter" is aCySwingAppAdapter
reference provided as an argument to the constructor.
-