Uses of Interface
com.sun.javatest.exec.ET_Control
-
Packages that use ET_Control 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_Control in com.sun.javatest.exec
Subinterfaces of ET_Control in com.sun.javatest.exec Modifier and Type Interface Description interfaceET_FilterControlBasic interface for controls over filtersinterfaceET_HelpControlSignal interface for a control over help.interfaceET_ReportControlSignal interface for a control over reporter.interfaceET_SessionControlControl over configuration settings in the harness.interfaceET_ViewControlClasses in com.sun.javatest.exec that implement ET_Control Modifier and Type Class Description classBasicSessionControlClass that encapsulate logic of user's actions on update session: operations on configuration and work directory.classET_DefaultHelpControlclassET_DefaultViewControlclassET_FilterHandlerThis class handles all the special filter juggling that exec tool needs to do.Methods in com.sun.javatest.exec that return types with arguments of type ET_Control Modifier and Type Method Description java.util.List<ET_Control>ET_ControlFactory. createCustomControls()Creates a list of custom controls.java.util.List<ET_Control>ET_DefaultControlFactory. createCustomControls()No custom controls by default.
-