Uses of Interface
com.sun.javatest.exec.ET_FilterControl
-
Packages that use ET_FilterControl Package Description com.sun.javatest.exec The Test Manager Tool provides a GUI for opening, browsing, configuring, and running tests and test suites, and for browsing the results. -
-
Uses of ET_FilterControl in com.sun.javatest.exec
Classes in com.sun.javatest.exec that implement ET_FilterControl Modifier and Type Class Description class
ET_FilterHandler
This class handles all the special filter juggling that exec tool needs to do.Methods in com.sun.javatest.exec that return ET_FilterControl Modifier and Type Method Description ET_FilterControl
ET_ControlFactory. createFilterControl()
Creates a control over filters.ET_FilterControl
ET_DefaultControlFactory. createFilterControl()
Constructors in com.sun.javatest.exec with parameters of type ET_FilterControl Constructor Description ET_DefaultViewControl(javax.swing.JComponent parent, TestSuite ts, ExecModel execModel, UIFactory uif, ET_FilterControl filterControl)
-