Uses of Interface
org.cytoscape.work.undo.UndoSupport
Packages that use 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
Methods in org.cytoscape.app that return UndoSupportModifier and TypeMethodDescriptionCyAppAdapter.getUndoSupport()
Deprecated.Returns an instance ofUndoSupport
. -
Uses of UndoSupport in org.cytoscape.view.layout
Fields in org.cytoscape.view.layout declared as UndoSupportModifier and TypeFieldDescriptionprotected UndoSupport
AbstractLayoutTask.undo
Undo support for the task.protected UndoSupport
AbstractLayoutAlgorithm.undoSupport
An undo support object available for useConstructors in org.cytoscape.view.layout with parameters of type UndoSupportModifierConstructorDescriptionAbstractLayoutAlgorithm(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
Subinterfaces of UndoSupport in org.cytoscape.work.swing.undoModifier and TypeInterfaceDescriptioninterface
In general, developers should NOT use this interface or the classes it provides access to to post edits and should useUndoSupport
instead.