Cytoscape 3.0.1 API

org.cytoscape.app.swing
Interface CySwingAppAdapter

All Superinterfaces:
CyAppAdapter

public interface CySwingAppAdapter
extends CyAppAdapter

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.


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.

Method Summary
 CySwingApplication getCySwingApplication()
          Returns an instance of CySwingApplication.
 DialogTaskManager getDialogTaskManager()
          Returns an instance of DialogTaskManager.
 PanelTaskManager getPanelTaskManager()
          Returns an instance of PanelTaskManager.
 
Methods inherited from interface org.cytoscape.app.CyAppAdapter
get_ApplyPreferredLayoutTaskFactory, get_ApplyVisualStyleTaskFactory, get_CloneNetworkTaskFactory, get_CollapseGroupTaskFactory, get_ConnectSelectedNodesTaskFactory, get_CreateNetworkViewTaskFactory, get_DeleteColumnTaskFactory, get_DeleteSelectedNodesAndEdgesTaskFactory, get_DeleteTableTaskFactory, get_DeselectAllEdgesTaskFactory, get_DeselectAllNodesTaskFactory, get_DeselectAllTaskFactory, get_DestroyNetworkTaskFactory, get_DestroyNetworkViewTaskFactory, get_EditNetworkTitleTaskFactory, get_ExpandGroupTaskFactory, get_ExportNetworkImageTaskFactory, get_ExportNetworkViewTaskFactory, get_ExportSelectedTableTaskFactory, get_ExportTableTaskFactory, get_ExportVizmapTaskFactory, get_GroupNodesTaskFactory, get_HideSelectedEdgesTaskFactory, get_HideSelectedNodesTaskFactory, get_HideSelectedTaskFactory, get_InvertSelectedEdgesTaskFactory, get_InvertSelectedNodesTaskFactory, get_LoadNetworkFileTaskFactory, get_LoadNetworkURLTaskFactory, get_LoadTableFileTaskFactory, get_LoadTableURLTaskFactory, get_LoadVizmapFileTaskFactory, get_MapGlobalToLocalTableTaskFactory, get_MapTableToNetworkTablesTaskFactory, get_NewEmptyNetworkViewFactory, get_NewNetworkSelectedNodesAndEdgesTaskFactory, get_NewNetworkSelectedNodesOnlyTaskFactory, get_NewSessionTaskFactory, get_OpenSessionTaskFactory, get_RenameColumnTaskFactory, get_SaveSessionAsTaskFactory, get_SelectAdjacentEdgesTaskFactory, get_SelectAllEdgesTaskFactory, get_SelectAllNodesTaskFactory, get_SelectAllTaskFactory, get_SelectConnectedNodesTaskFactory, get_SelectFirstNeighborsNodeViewTaskFactory, get_SelectFirstNeighborsTaskFactory, get_SelectFirstNeighborsTaskFactoryInEdge, get_SelectFirstNeighborsTaskFactoryOutEdge, get_SelectFromFileListTaskFactory, get_UnGroupNodesTaskFactory, get_UnGroupTaskFactory, get_UnHideAllEdgesTaskFactory, get_UnHideAllNodesTaskFactory, get_UnHideAllTaskFactory, getCoreProperties, getCyApplicationManager, getCyEventHelper, getCyGroupAggregationManager, getCyGroupFactory, getCyGroupManager, getCyLayoutAlgorithmManager, getCyNetworkFactory, getCyNetworkManager, getCyNetworkViewFactory, getCyNetworkViewManager, getCyNetworkViewReaderManager, getCyNetworkViewWriterManager, getCyPropertyReaderManager, getCyPropertyWriterManager, getCyRootNetworkManager, getCyServiceRegistrar, getCySessionManager, getCySessionReaderManager, getCySessionWriterManager, getCyTableFactory, getCyTableManager, getCyTableReaderManager, getCyTableWriterManager, getCyVersion, getDataSourceManager, getPresentationWriterManager, getRenderingEngineManager, getStreamUtil, getTaskManager, getUndoSupport, getVisualMappingFunctionContinuousFactory, getVisualMappingFunctionDiscreteFactory, getVisualMappingFunctionPassthroughFactory, getVisualMappingManager, getVisualStyleFactory
 

Method Detail

getDialogTaskManager

DialogTaskManager getDialogTaskManager()
Returns an instance of DialogTaskManager.

Returns:
an instance of DialogTaskManager.

getPanelTaskManager

PanelTaskManager getPanelTaskManager()
Returns an instance of PanelTaskManager.

Returns:
an instance of PanelTaskManager.

getCySwingApplication

CySwingApplication getCySwingApplication()
Returns an instance of CySwingApplication.

Returns:
an instance of CySwingApplication.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.