Interface CySwingAppAdapter

All Superinterfaces:
CyAppAdapter

@Deprecated public interface CySwingAppAdapter extends CyAppAdapter
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.
A Swing-specific extension of CyAppAdapter that serves as a Java-only api providing access to core Cytoscape functionality. This class will provide access the various Swing-specific Manager and Factory interfaces in addition to those defined in CyAppAdapter. Through these interfaces developers will have access to most management and creational facilities defined in the Cytoscape API. This is a convenience interface intended make app development as simple as possible.

Module: swing-app-api

To use this in your app, include the following dependency in your POM:

<dependency>
    <groupId>org.cytoscape</groupId>
    <artifactId>swing-app-api</artifactId>
</dependency>

Cytoscape Backwards Compatibility (API Interface): We expect that this interface will be used but not implemented by developers using this interface. As such, we reserve the right to add methods to the interface as part of minor version upgrades. We will not remove methods for any changes other than major version upgrades.