Uses of Class
org.cytoscape.work.undo.AbstractCyEdit
-
Packages that use AbstractCyEdit Package Description 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.undo Cytoscape's undo framework. -
-
Uses of AbstractCyEdit in org.cytoscape.view.layout
Subclasses of AbstractCyEdit in org.cytoscape.view.layout Modifier and Type Class Description class
LayoutEdit
An undoable edit that will undo and redo of a layout algorithm applied to a network view. -
Uses of AbstractCyEdit in org.cytoscape.work.undo
Methods in org.cytoscape.work.undo with parameters of type AbstractCyEdit Modifier and Type Method Description void
UndoSupport. postEdit(AbstractCyEdit edit)
Posts the specified edit to the Cytoscape undo stack.
-