Class 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
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 describe
        colMd - The model in which to describe
        textField - the filter textfield to use for navigation