graphlab.gui.plugins.main.core.actions.undo.undo
Class UndoAction

java.lang.Object
  extended by graphlab.main.core.action.AbstractAction
      extended by graphlab.gui.plugins.main.core.actions.undo.undo.UndoAction
All Implemented Interfaces:
Action, Notifiable

public class UndoAction
extends AbstractAction


Field Summary
static Event undoEvent
           
 
Fields inherited from class graphlab.main.core.action.AbstractAction
listeningEvents
 
Constructor Summary
UndoAction(BlackBoard bb)
           
 
Method Summary
 void performJob(java.lang.String name)
          like Action
static void undo(BlackBoard blackboard)
           
static void undo(UndoableActionOccuredData uaod)
          performs the undo operation for basic actions
 
Methods inherited from class graphlab.main.core.action.AbstractAction
disable, doJob, enable, getBlackBoard, isEnable, setBlackBoard
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

undoEvent

public static final Event undoEvent
Constructor Detail

UndoAction

public UndoAction(BlackBoard bb)
Method Detail

undo

public static void undo(UndoableActionOccuredData uaod)
performs the undo operation for basic actions


performJob

public void performJob(java.lang.String name)
Description copied from class: AbstractAction
like Action

Specified by:
performJob in class AbstractAction

undo

public static void undo(BlackBoard blackboard)