Uses of Class
qat.components.StatusWindow

Packages that use StatusWindow
qat.common   
qat.gui   
 

Uses of StatusWindow in qat.common
 

Methods in qat.common with parameters of type StatusWindow
static void SwingUtils.copy(java.lang.String sourceName, java.lang.String destName, StatusWindow status)
          This method copies sourceName to destName.
static void SwingUtils.delete(java.lang.String fileName, StatusWindow status)
          This method deletes the file specified by fileName.
static void SwingUtils.delete(java.io.File node, StatusWindow status)
          This method deletes the file specified by fileName.
 

Uses of StatusWindow in qat.gui
 

Methods in qat.gui with parameters of type StatusWindow
 void TestTree.loadNewTestDir(java.lang.String dirPath, StatusWindow status)
          This method clears all the tests currently in the tree, and load all tests & subdirectorys contained within the specified path.
 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.
 void QAT.generateHtmlReport(java.lang.String directoryRoot, StatusWindow status)
           
 

Constructors in qat.gui with parameters of type StatusWindow
HttpReport(QAT parent, java.lang.String urlString, java.lang.String baseDir, StatusWindow status)
           
 



See QAT project for licensing details