|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UndoSupport | |
---|---|
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. |
Uses of UndoSupport in org.cytoscape.app |
---|
Methods in org.cytoscape.app that return UndoSupport | |
---|---|
UndoSupport |
CyAppAdapter.getUndoSupport()
Returns an instance of UndoSupport . |
Uses of UndoSupport in org.cytoscape.view.layout |
---|
Fields in org.cytoscape.view.layout declared as UndoSupport | |
---|---|
protected UndoSupport |
AbstractLayoutTask.undo
Undo support for the task. |
protected UndoSupport |
AbstractLayoutAlgorithm.undoSupport
An undo support object available for use |
Constructors in org.cytoscape.view.layout with parameters of type UndoSupport | |
---|---|
AbstractLayoutAlgorithm(String computerName,
String humanName,
UndoSupport undoSupport)
The Constructor. |
|
AbstractLayoutTask(String name,
CyNetworkView networkView,
Set<View<CyNode>> nodesToLayOut,
String layoutAttribute,
UndoSupport undo)
Constructor. |
|
AbstractPartitionLayoutTask(String name,
boolean singlePartition,
CyNetworkView networkView,
Set<View<CyNode>> nodesToLayOut,
String layoutAttribute,
UndoSupport undo)
Creates a new AbstractPartitionLayoutTask object. |
Uses of UndoSupport in org.cytoscape.work.swing.undo |
---|
Subinterfaces of UndoSupport in org.cytoscape.work.swing.undo | |
---|---|
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. |
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |