|
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.ClearSelection
public class ClearSelection
Field Summary | |
---|---|
static java.lang.String |
lastTimeGraphWasClear
indicates that wheter the last time GraphSelectPointData fired, it was originally cleared or not (it was cleared by this object) the initially use was for AddVertex, because it only adds vertices on graphselectpoints and if the selection was empty, so AddVertex and ClearSelection are both listening to GraphSelectPoint, so if ClearSelection fired before AddVertex it clears the selection and then AddVertex adds the Vertex but it shouldn't do that, because at the click time the selection wasn'nt clear and it is a mistake (bug) from users point of view,.... |
Fields inherited from class graphlab.platform.core.AbstractAction |
---|
blackboard |
Constructor Summary | |
---|---|
ClearSelection(BlackBoard bb)
constructor |
Method Summary | |
---|---|
static void |
clearSelected(BlackBoard bb)
|
void |
performAction(java.lang.String eventName,
java.lang.Object value)
like Action |
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 lastTimeGraphWasClear
Constructor Detail |
---|
public ClearSelection(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 static void clearSelected(BlackBoard bb)
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |