|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UndoSupport
A simple interface that posts edits to the Cytoscape undo stack.
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>| Method Summary | |
|---|---|
void |
postEdit(AbstractCyEdit edit)
Posts the specified edit to the Cytoscape undo stack. |
void |
reset()
Clears the undo stack. |
| Method Detail |
|---|
void postEdit(AbstractCyEdit edit)
edit - The edit to be added to the Cytoscape undo stack.void reset()
|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||