Uses of Interface
org.cytoscape.work.undo.UndoSupport
-
Packages that use UndoSupport 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. -
-
Uses of UndoSupport in org.cytoscape.app
Methods in org.cytoscape.app that return UndoSupport Modifier and Type Method Description UndoSupport
CyAppAdapter. getUndoSupport()
Deprecated.Returns an instance ofUndoSupport
. -
Uses of UndoSupport in org.cytoscape.view.layout
Fields in org.cytoscape.view.layout declared as UndoSupport Modifier and Type Field Description protected 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 UndoSupport Constructor 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. -
Uses of UndoSupport in org.cytoscape.work.swing.undo
Subinterfaces of UndoSupport in org.cytoscape.work.swing.undo Modifier and Type Interface Description interface
SwingUndoSupport
In general, developers should NOT use this interface or the classes it provides access to to post edits and should useUndoSupport
instead.
-