Uses of Interface
org.cytoscape.work.undo.UndoSupport
Package
Description
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.
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.
This packages provides Swing-specific extensions for undo support.
-
Uses of UndoSupport in org.cytoscape.app
Modifier and TypeMethodDescriptionCyAppAdapter.getUndoSupport()
Deprecated.Returns an instance ofUndoSupport
. -
Uses of UndoSupport in org.cytoscape.view.layout
Modifier and TypeFieldDescriptionprotected final UndoSupport
AbstractLayoutTask.undo
Undo support for the task.protected final UndoSupport
AbstractLayoutAlgorithm.undoSupport
An undo support object available for useModifierConstructorDescriptionAbstractLayoutAlgorithm
(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. -
Uses of UndoSupport in org.cytoscape.work.swing.undo
Modifier and TypeInterfaceDescriptioninterface
In general, developers should NOT use this interface or the classes it provides access to to post edits and should useUndoSupport
instead.