graphlab.gui.plugins.main.core.actions.undo
Class UndoLogManager
java.lang.Object
graphlab.main.core.action.AbstractAction
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
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public static final java.lang.String name
- See Also:
- Constant Field Values
UndoLogManager
public UndoLogManager(BlackBoard bb)
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