Uses of Class
cytoscape.editor.actions.UndoAction

Packages that use UndoAction
cytoscape.editor.actions   
 

Uses of UndoAction in cytoscape.editor.actions
 

Methods in cytoscape.editor.actions with parameters of type UndoAction
 void RedoAction.setUndoAction(UndoAction undoAction)
          defines an undo action that corresponds with this RedoAction and is (or should be) the inverse of the functionality of the redo operation.