Uses of Class
com.sun.javatest.tool.UIFactory

Packages that use UIFactory
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. 
com.sun.javatest.tool The JT Harness Tool API provides the command-line and GUI infrastructure for the main JT Harness test harness. 
 

Uses of UIFactory in com.sun.javatest.exec
 

Methods in com.sun.javatest.exec that return UIFactory
 UIFactory ExecTool.getUIF()
           
 

Methods in com.sun.javatest.exec with parameters of type UIFactory
static com.sun.javatest.exec.BranchPanel AccessWrapper.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 AccessWrapper.createConfigEditor(javax.swing.JComponent parent, InterviewParameters config, com.sun.javatest.exec.ExecModel model, UIFactory uif)
           
static com.sun.javatest.exec.ET_FilterHandler AccessWrapper.createFilterHandler(javax.swing.JComponent parent, com.sun.javatest.exec.ExecModel model, UIFactory uif, Harness h)
           
static com.sun.javatest.exec.LogViewer AccessWrapper.createLogViewer(WorkDirectory workDir, UIFactory uif, javax.swing.JComponent parent)
           
static com.sun.javatest.exec.NewReportDialog AccessWrapper.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 AccessWrapper.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 AccessWrapper.createReportHandler(javax.swing.JComponent parent, com.sun.javatest.exec.ExecModel model, Harness harness, UIFactory uif)
           
static com.sun.javatest.exec.CE_TemplateDialog AccessWrapper.createTemplateDialog(javax.swing.JComponent parent, InterviewParameters config, com.sun.javatest.exec.ExecModel model, UIFactory uif)
           
static WorkDirChooseTool WorkDirChooseTool.getTool(javax.swing.JComponent parent, UIFactory ui, com.sun.javatest.exec.ExecModel em, int mode, TestSuite ts, boolean showTemplateStuff)
           
 

Constructors in com.sun.javatest.exec with parameters of type UIFactory
BP_DocumentationSubpanel(UIFactory uif, com.sun.javatest.exec.BP_Model bpm, com.sun.javatest.exec.TestTreeModel ttm, com.sun.javatest.exec.ExecModel em)
          Creates a new instance of BP_DocumentationSubpanel
ContextManager.TestManagerDialog(ContextManager context, UIFactory uif, java.lang.String key)
           
FileTable(FileSystemTableModel model, UIFactory uif)
           
MultiFormatPane(UIFactory uif)
           
NavigationPane(UIFactory uif, MultiFormatPane mediaPane)
           
ServiceViewer(com.sun.javatest.services.ServiceManager mgr, UIFactory uif, java.awt.Component parent)
           
TP_DocumentationSubpanel(UIFactory uif)
          Creates a new instance of TP_DocumentationSubpanel
WorkDirChooseTool(java.awt.Frame parent, TestSuite testSuite, UIFactory uif, int mode)
          Create a WorkDirChooser, initially showing the user's current directory.
 

Uses of UIFactory in com.sun.javatest.tool
 

Fields in com.sun.javatest.tool declared as UIFactory
protected  UIFactory ToolDialog.uif
          Factory associated with this dialog instance.
protected  UIFactory Tool.uif
          The UI factory used to create GUI components.
protected  UIFactory EditableList.uif
          The factory used to create the GUI elements of the component.
 

Constructors in com.sun.javatest.tool with parameters of type UIFactory
EditableList(UIFactory uif, java.lang.String uiKey)
          Create an empty component, using a specified UIFactory and resource prefix.
ToolAction(UIFactory uif, java.lang.String key)
          Construct an internationalized action.
ToolAction(UIFactory uif, java.lang.String key, boolean needIcon)
          Construct an internationalized action.
ToolDialog(java.awt.Component parent, UIFactory uif, java.lang.String uiKey)
          Create a ToolDialog.
 



Copyright 1996-2009 Sun Microsystems, Inc. All Rights Reserved.