|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphlab.plugins.commonplugin.undo.UndoableActionOccuredData
public class UndoableActionOccuredData
Field Summary | |
---|---|
static java.lang.String |
EVENT_KEY
|
java.util.HashMap<java.lang.String,java.lang.Object> |
properties
|
Undoable |
undoableAction
|
Constructor Summary | |
---|---|
UndoableActionOccuredData(Undoable undoableAction)
|
Method Summary | |
---|---|
static void |
addUndoData(BlackBoard blackboard,
UndoableActionOccuredData data)
puts data in the stack of undo/redo actions, so it will be regarded as an undoable action and will be undone by the rules of undo/redo. |
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
public Undoable undoableAction
public java.util.HashMap<java.lang.String,java.lang.Object> properties
Constructor Detail |
---|
public UndoableActionOccuredData(Undoable undoableAction)
Method Detail |
---|
public static void addUndoData(BlackBoard blackboard, UndoableActionOccuredData data)
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |