N - The node classpublic class NodeInfoGUIPluginView<N> extends java.lang.Object implements IGUIPluginView
| Constructor and Description |
|---|
NodeInfoGUIPluginView(NodeInfoGenerator<N> nodeInfoGenerator) |
NodeInfoGUIPluginView(NodeInfoGenerator<N> nodeInfoGenerator,
java.lang.String title) |
| Modifier and Type | Method and Description |
|---|---|
NodeInfoGUIPluginModel<N> |
getModel() |
javafx.scene.Node |
getNode() |
java.lang.String |
getTitle() |
void |
update() |
public NodeInfoGUIPluginView(NodeInfoGenerator<N> nodeInfoGenerator, java.lang.String title)
public NodeInfoGUIPluginView(NodeInfoGenerator<N> nodeInfoGenerator)
public javafx.scene.Node getNode()
getNode in interface IGUIPluginViewpublic void update()
update in interface IGUIPluginViewpublic NodeInfoGUIPluginModel<N> getModel()
public java.lang.String getTitle()
getTitle in interface IGUIPluginView