Cytoscape 2.8.0 API

cytoscape.util.undo
Class CyUndo

java.lang.Object
  extended by undo.Undo
      extended by cytoscape.util.undo.CyUndo

public class CyUndo
extends Undo

A tiny class for supporting undo in the Cytoscape context. If you want to post an edit, use CyUndo.getUndoableEditSupport().postEdit(yourEdit).


Field Summary
protected static CyLogger logger
           
protected static UndoManager undoManager
           
 
Constructor Summary
CyUndo()
           
 
Method Summary
 
Methods inherited from class undo.Undo
getUndoableEditSupport, getUndoManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

undoManager

protected static UndoManager undoManager

logger

protected static CyLogger logger
Constructor Detail

CyUndo

public CyUndo()

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.