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.
|
Modifier and Type | Field and Description |
---|---|
protected CyAppAdapter |
AbstractCyApp.adapter
Reference to access Cytoscape functionality -- various managers and
factories that are normally available as OSGi services.
|
Constructor and Description |
---|
AbstractCyApp(CyAppAdapter adapter)
The constructor that all apps must call using "super(adapter);" where
the "adapter" is a
CyAppAdapter reference provided as an
argument to the constructor. |
Modifier and Type | Interface and Description |
---|---|
interface |
CySwingAppAdapter
A Swing-specific extension of
CyAppAdapter that
serves as a Java-only api providing access to core
Cytoscape functionality. |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.