Uses of Class
com.sun.javatest.exec.InterviewEditor
-
Packages that use InterviewEditor 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 InterviewEditor in com.sun.javatest.exec
Fields in com.sun.javatest.exec declared as InterviewEditor Modifier and Type Field Description protected InterviewEditorBasicSessionControl. interviewEditorInterviewEditorBasicSessionControl.E_EditorVisibility. sourceMethods in com.sun.javatest.exec that return InterviewEditor Modifier and Type Method Description protected InterviewEditorBasicSessionControl. createInterviewEditor(InterviewParameters ip)Creates an InterviewEditor instance.Methods in com.sun.javatest.exec with parameters of type InterviewEditor Modifier and Type Method Description voidBasicSessionControl. changedVisibility(boolean isVisible, InterviewEditor editor)InterviewEditor.Observer method.voidInterviewEditor.Observer. changedVisibility(boolean isVisible, InterviewEditor source)Invoked when setVisible() method is invoked on InterviewEditor object
-