Package implementation.gui.model
Class VisualGraphNode
- java.lang.Object
-
- implementation.gui.model.VisualGraphNode
-
public class VisualGraphNode extends java.lang.Object
Visualization for the details of a node- Author:
- nk-fouque
-
-
Constructor Summary
Constructors Constructor Description VisualGraphNode(java.lang.String uri, CollectionsModel colMd, javafx.scene.control.TextField textField)
Base constructor
-
-
-
Constructor Detail
-
VisualGraphNode
public VisualGraphNode(java.lang.String uri, CollectionsModel colMd, javafx.scene.control.TextField textField)
Base constructor- Parameters:
uri
- the uri of the node to describecolMd
- The model in which to describetextField
- the filter textfield to use for navigation
-
-