|
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.main.select.MoveSelected
public class MoveSelected
Field Summary | |
---|---|
static java.lang.String |
SELECTION_MOVED
|
static java.lang.String |
SELECTION_MOVING
|
Fields inherited from class graphlab.platform.core.AbstractAction |
---|
blackboard |
Constructor Summary | |
---|---|
MoveSelected(BlackBoard bb)
constructor |
Method Summary | |
---|---|
void |
performAction(java.lang.String eventName,
java.lang.Object value)
like Action |
void |
redo(UndoableActionOccuredData uaod)
|
void |
undo(UndoableActionOccuredData uaod)
|
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 SELECTION_MOVED
public static final java.lang.String SELECTION_MOVING
Constructor Detail |
---|
public MoveSelected(BlackBoard bb)
bb
- the blackboard of the actionMethod Detail |
---|
public void performAction(java.lang.String eventName, java.lang.Object value)
AbstractAction
performAction
in interface Action
performAction
in class AbstractAction
public void undo(UndoableActionOccuredData uaod)
undo
in interface Undoable
public void redo(UndoableActionOccuredData uaod)
redo
in interface Undoable
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |