|
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.preview.ShowPreview
public class ShowPreview
Field Summary |
---|
Fields inherited from class graphlab.platform.core.AbstractAction |
---|
blackboard |
Constructor Summary | |
---|---|
ShowPreview(BlackBoard bb)
constructor |
Method Summary | |
---|---|
void |
performAction(java.lang.String eventName,
java.lang.Object value)
like Action |
static void |
show(java.lang.String fileName)
displayes a preview of the given file (as a GraphML file), the preview window will be a light! window which only a few plugins are loaded to build it |
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 |
Constructor Detail |
---|
public ShowPreview(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 show(java.lang.String fileName)
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |