Uses of Class
qat.gui.TestTreeNode

Packages that use TestTreeNode
qat.gui   
 

Uses of TestTreeNode in qat.gui
 

Methods in qat.gui that return TestTreeNode
 TestTreeNode TestTree.getRoot()
           
 TestTreeNode TestTree.getNode(javax.swing.tree.TreePath tree)
          This method returns the TestTreeNode matching the TreePath parameter.
 TestTreeNode TestTree.getNode(TestSpecification test)
          This method returns the TestTreeNode matching the test parameter.
 

Methods in qat.gui with parameters of type TestTreeNode
 void TestTree.fireChangeEvent(TestTreeNode node)
           
 void TestTree.parseTestsFrom(TestTreeNode thisRoot, StatusWindow status)
          This method is called to re-check if any new tests exist in the directory thisRoot, or if any have been deleted.
 javax.swing.tree.TreePath TestTree.getTreePath(TestTreeNode node)
           
 void TestTree.selectNode(TestTreeNode node)
          Searches for the node in the tree matching test, and sets it to selected.
 java.util.ArrayList TestTree.getAllTestNodes(TestTreeNode node)
          This method returns all the TestTreeNodes starting at the node parameter.
 java.util.ArrayList TestTree.getAllTests(TestTreeNode node)
          This method returns all the tests starting at the node parameter.
 java.util.ArrayList TestTree.getAllNodes(TestTreeNode node)
          This method returns all the TestTreeNode starting at the node parameter.
 void TestTree.parseTestNode(TestTreeNode node, ParserInterface parser)
           
 void TestTree.nodeChanged(TestTreeNode node)
           
 void TestTree.saveNode(java.io.ObjectOutputStream out, TestTreeNode node)
           
 void TestTree.loadNode(java.io.ObjectInputStream in, TestTreeNode parent)
           
 void QATInterface.parseTest(TestTreeNode testNode, ParserInterface parser)
          Reparses all tests from this node.
 void QAT.reloadDirectory(TestTreeNode testNode)
          This will relook at the disk only from this directory onwards, instead of re-parsing the entire tree off disk.
 void QAT.parseTest(TestTreeNode testNode, ParserInterface parser)
           
 



See QAT project for licensing details