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.view.layout |
This package provides access to the available layout algorithms, as well as provides abstract layout
classes and layout information containers for the convenience of implementing other layout algorithms.
|
org.cytoscape.work.swing.undo |
This packages provides Swing-specific extensions for undo support.
|
Modifier and Type | Method and Description |
---|---|
UndoSupport |
CyAppAdapter.getUndoSupport()
Returns an instance of
UndoSupport . |
Modifier and Type | Field and Description |
---|---|
protected UndoSupport |
AbstractLayoutTask.undo
Undo support for the task.
|
protected UndoSupport |
AbstractLayoutAlgorithm.undoSupport
An undo support object available for use
|
Constructor and Description |
---|
AbstractLayoutAlgorithm(String computerName,
String humanName,
UndoSupport undoSupport)
The Constructor.
|
AbstractLayoutTask(String displayName,
CyNetworkView networkView,
Set<View<CyNode>> nodesToLayOut,
String layoutAttribute,
UndoSupport undo)
Constructor.
|
AbstractParallelPartitionLayoutTask(String displayName,
boolean singlePartition,
CyNetworkView networkView,
Set<View<CyNode>> nodesToLayOut,
String layoutAttribute,
UndoSupport undo)
Creates a new AbstractPartitionLayoutTask object.
|
AbstractPartitionLayoutTask(String displayName,
boolean singlePartition,
CyNetworkView networkView,
Set<View<CyNode>> nodesToLayOut,
String layoutAttribute,
UndoSupport undo)
Creates a new AbstractPartitionLayoutTask object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SwingUndoSupport
In general, developers should NOT use this interface or the classes
it provides access to to post edits and should use
UndoSupport instead. |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.