public class GraphViewer
Created by Kamil Asfandiyarov.
| Constructor and Description |
|---|
GraphViewer()
Created by Kamil Asfandiyarov.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.Scene |
getScene() |
Shortcut |
getShortcut(ShortcutType shortcutType) |
void |
openGraph(java.util.List<ru.fix.completable.reactor.model.GraphModel> graphs,
boolean resetViewer) |
GraphViewer |
registerListener(GraphViewer.ActionListener actionListener) |
void |
setShortcut(ShortcutType shortcutType,
Shortcut shortcut) |
public javafx.scene.Scene getScene()
public void openGraph(java.util.List<ru.fix.completable.reactor.model.GraphModel> graphs,
boolean resetViewer)
public GraphViewer registerListener(GraphViewer.ActionListener actionListener)
public void setShortcut(ShortcutType shortcutType, Shortcut shortcut)
public Shortcut getShortcut(ShortcutType shortcutType)