|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CySwingAppAdapter
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>| Method Summary | |
|---|---|
CySwingApplication |
getCySwingApplication()
Returns an instance of CySwingApplication. |
DialogTaskManager |
getDialogTaskManager()
Returns an instance of DialogTaskManager. |
PanelTaskManager |
getPanelTaskManager()
Returns an instance of PanelTaskManager. |
| Method Detail |
|---|
DialogTaskManager getDialogTaskManager()
DialogTaskManager.
DialogTaskManager.PanelTaskManager getPanelTaskManager()
PanelTaskManager.
PanelTaskManager.CySwingApplication getCySwingApplication()
CySwingApplication.
CySwingApplication.
|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||