Uses of Class
qat.gui.QAT

Packages that use QAT
qat.components   
qat.gui   
 

Uses of QAT in qat.components
 

Constructors in qat.components with parameters of type QAT
StatusWindow(QAT parent, java.lang.String title, java.lang.String message, boolean visible)
           
StatusWindow(QAT parent, java.lang.String title, java.lang.String message)
           
StatusWindow(QAT parent, java.lang.String title, java.lang.String message, int maxGauge)
           
 

Uses of QAT in qat.gui
 

Methods in qat.gui that return QAT
 QAT NodeMenu.getParentQAT()
           
 QAT TestTree.getParentQAT()
           
 

Methods in qat.gui with parameters of type QAT
 void NodeMenu.setParentQAT(QAT q)
          This method gives us a handle to the parent QAT so we can use it's runSingleTest method and have access to the GUI from the NodeMenu.
 void TestTree.setParentQAT(QAT q)
          This method gives us a handle to the parent QAT to pass on to the NodePopup Menu, so we can use it's runSingleTest method and have access to the GUI from the NodeMenu.
 

Constructors in qat.gui with parameters of type QAT
HttpReport(QAT parent, java.lang.String urlString, java.lang.String baseDir, StatusWindow status)
           
CompareResults(QAT parent)
           
CompareResults(QAT parent, java.lang.String pathA, java.lang.String pathB)
           
TraceViewer(QAT parent, TestSpecification test, java.lang.String commandID)
           
TraceViewerComponent(QAT parent)
           
TraceViewerComponent(QAT parent, TestSpecification test, java.lang.String commandID)
           
AgentInfo(QAT parent, java.lang.String title, java.util.Properties p)
           
EditProject(QAT parent, java.util.Properties p, java.lang.String title)
           
RuntimeComponent(QAT parent)
           
TimerRunner(QAT parent, TestRunner testRunner)
           
TestRunner(QAT p)
           
TestDetailViewer(QAT parent)
           
TestDetailViewer(QAT parent, TestSpecification test)
           
ParserOutputViewer(QAT parent)
           
ParserOutputViewer(QAT parent, TestSpecification test)
           
 



See QAT project for licensing details