com.sun.javatest.exec
Class AccessWrapper
java.lang.Object
com.sun.javatest.exec.AccessWrapper
public class AccessWrapper
- extends java.lang.Object
Method Summary |
static com.sun.javatest.exec.BranchPanel |
createBranchPanel(UIFactory uif,
com.sun.javatest.exec.TreePanelModel model,
Harness h,
com.sun.javatest.exec.ExecModel em,
javax.swing.JComponent parent,
com.sun.javatest.exec.FilterSelectionHandler filterHandler,
com.sun.javatest.exec.TestTreeModel ttm)
|
static com.sun.javatest.exec.ConfigEditor |
createConfigEditor(javax.swing.JComponent parent,
InterviewParameters config,
com.sun.javatest.exec.ExecModel model,
UIFactory uif)
|
static com.sun.javatest.exec.ET_FilterHandler |
createFilterHandler(javax.swing.JComponent parent,
com.sun.javatest.exec.ExecModel model,
UIFactory uif,
Harness h)
|
static com.sun.javatest.exec.LogViewer |
createLogViewer(WorkDirectory workDir,
UIFactory uif,
javax.swing.JComponent parent)
|
static com.sun.javatest.exec.NewReportDialog |
createNewReportDialog(javax.swing.JComponent parent,
UIFactory uif,
com.sun.javatest.exec.FilterConfig f,
java.lang.Object rb,
com.sun.javatest.exec.ExecModel model)
|
static com.sun.javatest.exec.ReportBrowser |
createReportBrowser(javax.swing.JComponent parent,
com.sun.javatest.exec.ExecModel model,
UIFactory uif,
com.sun.javatest.exec.ReportHandler rh)
|
static com.sun.javatest.exec.ReportHandler |
createReportHandler(javax.swing.JComponent parent,
com.sun.javatest.exec.ExecModel model,
Harness harness,
UIFactory uif)
|
static com.sun.javatest.exec.CE_TemplateDialog |
createTemplateDialog(javax.swing.JComponent parent,
InterviewParameters config,
com.sun.javatest.exec.ExecModel model,
UIFactory uif)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createReportHandler
public static com.sun.javatest.exec.ReportHandler createReportHandler(javax.swing.JComponent parent,
com.sun.javatest.exec.ExecModel model,
Harness harness,
UIFactory uif)
createReportBrowser
public static com.sun.javatest.exec.ReportBrowser createReportBrowser(javax.swing.JComponent parent,
com.sun.javatest.exec.ExecModel model,
UIFactory uif,
com.sun.javatest.exec.ReportHandler rh)
createNewReportDialog
public static com.sun.javatest.exec.NewReportDialog createNewReportDialog(javax.swing.JComponent parent,
UIFactory uif,
com.sun.javatest.exec.FilterConfig f,
java.lang.Object rb,
com.sun.javatest.exec.ExecModel model)
createConfigEditor
public static com.sun.javatest.exec.ConfigEditor createConfigEditor(javax.swing.JComponent parent,
InterviewParameters config,
com.sun.javatest.exec.ExecModel model,
UIFactory uif)
createTemplateDialog
public static com.sun.javatest.exec.CE_TemplateDialog createTemplateDialog(javax.swing.JComponent parent,
InterviewParameters config,
com.sun.javatest.exec.ExecModel model,
UIFactory uif)
createFilterHandler
public static com.sun.javatest.exec.ET_FilterHandler createFilterHandler(javax.swing.JComponent parent,
com.sun.javatest.exec.ExecModel model,
UIFactory uif,
Harness h)
createLogViewer
public static com.sun.javatest.exec.LogViewer createLogViewer(WorkDirectory workDir,
UIFactory uif,
javax.swing.JComponent parent)
createBranchPanel
public static com.sun.javatest.exec.BranchPanel createBranchPanel(UIFactory uif,
com.sun.javatest.exec.TreePanelModel model,
Harness h,
com.sun.javatest.exec.ExecModel em,
javax.swing.JComponent parent,
com.sun.javatest.exec.FilterSelectionHandler filterHandler,
com.sun.javatest.exec.TestTreeModel ttm)
Copyright 1996-2009 Sun Microsystems, Inc. All Rights Reserved.