|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphlab.platform.core.AbstractAction
graphlab.plugins.commonplugin.undo.undo.RedoAction
public class RedoAction
Field Summary | |
---|---|
static java.lang.String |
EVENT_KEY
|
Fields inherited from class graphlab.platform.core.AbstractAction |
---|
blackboard |
Constructor Summary | |
---|---|
RedoAction(BlackBoard bb)
|
Method Summary | |
---|---|
void |
performAction(java.lang.String eventName,
java.lang.Object value)
like Action |
static void |
redo(BlackBoard blackboard)
redo the last undoabe operation done in the context of current blackboard |
static void |
redo(UndoableActionOccuredData uaod)
performs the redo operation for basic actions |
Methods inherited from class graphlab.platform.core.AbstractAction |
---|
disable, enable, getBlackBoard, getLastListenedEventKey, isEnable, keyChanged, listen4Event, setBlackBoard, unListenEvent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String EVENT_KEY
Constructor Detail |
---|
public RedoAction(BlackBoard bb)
Method Detail |
---|
public static void redo(UndoableActionOccuredData uaod)
public void performAction(java.lang.String eventName, java.lang.Object value)
AbstractAction
performAction
in interface Action
performAction
in class AbstractAction
public static void redo(BlackBoard blackboard)
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |