Class SCPTreeBrowser


  • public class SCPTreeBrowser
    extends java.lang.Object

    The SCPTreeBrowser class implements a Swing graphical user interface to browse the contents of an SCPTree.

    • Constructor Summary

      Constructors 
      Constructor Description
      SCPTreeBrowser​(SCPECG scpecg, javax.swing.JScrollPane treeBrowserScrollPane)
      Build and display a graphical user interface view of an SCP-ECG instance.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SCPTreeBrowser

        public SCPTreeBrowser​(SCPECG scpecg,
                              javax.swing.JScrollPane treeBrowserScrollPane)
                       throws java.lang.Exception

        Build and display a graphical user interface view of an SCP-ECG instance.

        Implicitly builds a tree from the SCP-ECG instance.

        Parameters:
        scpecg - tan SCP-ECG instance
        treeBrowserScrollPane - the scrolling pane in which the tree view of the attributes will be rendered
        Throws:
        java.lang.Exception