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

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

public class UndoLogManager
extends AbstractAction

User: Rouzbeh Date: Nov 27, 2005 Time: 11:35:03 AM


Field Summary
static java.lang.String name
           
 
Fields inherited from class graphlab.main.core.action.AbstractAction
listeningEvents
 
Constructor Summary
UndoLogManager(BlackBoard bb)
           
 
Method Summary
 UndoableActionOccuredData getNextRedoData()
          returns the data for the next undo action
 UndoableActionOccuredData getNextUndoData()
          returns the data for the next undo action
 void performJob(java.lang.String name)
          Occurs when the undo log adds by an action
 
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

name

public static final java.lang.String name
See Also:
Constant Field Values
Constructor Detail

UndoLogManager

public UndoLogManager(BlackBoard bb)
Method Detail

performJob

public void performJob(java.lang.String name)
Occurs when the undo log adds by an action

Specified by:
performJob in class AbstractAction

getNextUndoData

public UndoableActionOccuredData getNextUndoData()
returns the data for the next undo action


getNextRedoData

public UndoableActionOccuredData getNextRedoData()
returns the data for the next undo action