Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD

undo
Class Undo

java.lang.Object
  extended by undo.Undo
Direct Known Subclasses:
CyUndo

public class Undo
extends Object

Rudimentary support for undo. To post an edit to the manager, call Undo.getUndoableEditSupport().postEdit(yourEdit). To handle the edits, you should extend this class and write actions, etc. that use the UndoManager.


Constructor Summary
Undo()
           
 
Method Summary
static UndoableEditSupport getUndoableEditSupport()
          Use this method to get the UndoableEditSupport which you should use to post edits: Undo.getUndoableEditSupport().postEdit(yourEdit).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Undo

public Undo()
Method Detail

getUndoableEditSupport

public static UndoableEditSupport getUndoableEditSupport()
Use this method to get the UndoableEditSupport which you should use to post edits: Undo.getUndoableEditSupport().postEdit(yourEdit).

Returns:
the UndoableEditSupport used for posting edits.

www.cytoscape.org