Uses of Class
cytoscape.editor.actions.RedoAction

Packages that use RedoAction
cytoscape.editor.actions   
 

Uses of RedoAction in cytoscape.editor.actions
 

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