|
||||||||||
| 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.UndoAction
public class UndoAction
| 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 |
|---|
public static final Event undoEvent
| Constructor Detail |
|---|
public UndoAction(BlackBoard bb)
| Method Detail |
|---|
public static void undo(UndoableActionOccuredData uaod)
public void performJob(java.lang.String name)
AbstractAction
performJob in class AbstractActionpublic static void undo(BlackBoard blackboard)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||