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.io |
Handle import/export of Cytoscape data structures to/from local files/remote URLs.
|
Modifier and Type | Method and Description |
---|---|
StreamUtil |
CyAppAdapter.getStreamUtil()
Returns an instance of
StreamUtil . |
Modifier and Type | Field and Description |
---|---|
protected StreamUtil |
BasicCyFileFilter.streamUtil |
Constructor and Description |
---|
BasicCyFileFilter(Set<String> extensions,
Set<String> contentTypes,
String description,
DataCategory category,
StreamUtil streamUtil)
Creates a file filter from the specified arguments.
|
BasicCyFileFilter(String[] extensions,
String[] contentTypes,
String description,
DataCategory category,
StreamUtil streamUtil)
Creates a file filter from the specified arguments.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.