public interface UndoSupport
Module: work-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>work-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
void |
postEdit(AbstractCyEdit edit)
Posts the specified edit to the Cytoscape undo stack.
|
void |
reset()
Clears the undo stack.
|
void postEdit(AbstractCyEdit edit)
edit
- The edit to be added to the Cytoscape undo stack.void reset()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.