Class ObjectInspectorTreeModelTest

  • All Implemented Interfaces:
    javax.swing.tree.TreeModel

    public class ObjectInspectorTreeModelTest
    extends OAVTreeModel
    • Constructor Detail

      • ObjectInspectorTreeModelTest

        public ObjectInspectorTreeModelTest()
        Construct a test model
    • Method Detail

      • setObjectRootNode

        public void setObjectRootNode​(OAVTreeModel.ObjectInspectorNode root)
        Set root node to inspect from
        Parameters:
        root - tree root object
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        some simple tests
        Parameters:
        args -
        Throws:
        java.lang.Exception
      • createAndTestStructureChange

        public void createAndTestStructureChange​(ObjectInspectorTreeModelTest model)
                                          throws java.lang.Exception
        Throws:
        java.lang.Exception