|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgraphlab.main.core.action.AbstractAction
graphlab.gui.plugins.main.core.actions.undo.undo.UndoLogManager
public class UndoLogManager
| 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 |
|---|
public static final java.lang.String name
| Constructor Detail |
|---|
public UndoLogManager(BlackBoard bb)
| Method Detail |
|---|
public void performJob(java.lang.String name)
performJob in class AbstractActionpublic UndoableActionOccuredData getNextUndoData()
public UndoableActionOccuredData getNextRedoData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||