Uses of Class
com.sun.javatest.tool.UIFactory
Packages that use UIFactory
Package
Description
The Test Manager Tool provides a GUI for opening, browsing, configuring,
and running tests and test suites, and for browsing the results.
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
Fields in com.sun.javatest.exec declared as UIFactoryModifier and TypeFieldDescriptionprotected UIFactoryBasicSessionControl.uifprotected UIFactoryBP_BranchSubpanel.uifprotected final UIFactoryET_DefaultControlFactory.uifprotected UIFactoryTP_Subpanel.uifMethods in com.sun.javatest.exec that return UIFactoryModifier and TypeMethodDescriptionExecTool.getUIF()protected UIFactoryBasicSessionControl.getUIFactory()Method returning UIFactory to be used to create InterviewEditor instance.Methods in com.sun.javatest.exec with parameters of type UIFactoryModifier and TypeMethodDescriptionstatic com.sun.javatest.exec.BranchPanelAccessWrapper.createBranchPanel(UIFactory uif, com.sun.javatest.exec.TreePanelModel model, Harness h, ExecModel em, JComponent parent, com.sun.javatest.exec.FilterSelectionHandler filterHandler, com.sun.javatest.exec.TestTreeModel ttm) static ET_FilterHandlerAccessWrapper.createFilterHandler(JComponent parent, ExecModel model, UIFactory uif, Harness h) static com.sun.javatest.exec.LogViewerAccessWrapper.createLogViewer(WorkDirectory workDir, UIFactory uif, JComponent parent) static com.sun.javatest.exec.NewReportDialogAccessWrapper.createNewReportDialog(JComponent parent, UIFactory uif, FilterConfig f, Object rb, ExecModel model) static com.sun.javatest.exec.ReportBrowserAccessWrapper.createReportBrowser(JComponent parent, ExecModel model, UIFactory uif, com.sun.javatest.exec.ReportHandler rh) static com.sun.javatest.exec.ReportHandlerAccessWrapper.createReportHandler(JComponent parent, ExecModel model, Harness harness, UIFactory uif) static com.sun.javatest.exec.CE_TemplateDialogAccessWrapper.createTemplateDialog(JComponent parent, InterviewParameters config, ExecModel model, UIFactory uif) ContextManager.getExecToolControlFactory(ExecTool et, UIFactory uif) static WorkDirChooseToolWorkDirChooseTool.getTool(JComponent parent, UIFactory ui, ExecModel em, int mode, TestSuite ts, boolean showTemplateStuff) Constructors in com.sun.javatest.exec with parameters of type UIFactoryModifierConstructorDescriptionBasicSessionControl(JComponent parent, UIFactory uif, TestSuite ts, ContextManager cm) Creates a control over new created session for the passed test suite.BP_DocumentationSubpanel(UIFactory uif, com.sun.javatest.exec.BP_Model bpm, com.sun.javatest.exec.TestTreeModel ttm, ExecModel em) Creates a new instance of BP_DocumentationSubpanelET_DefaultControlFactory(JComponent parent, UIFactory uif, TestSuite ts, ContextManager cm, ExecModel execModel, Tool tool) Initializes fields, does not create any instances.ET_DefaultViewControl(JComponent parent, TestSuite ts, ExecModel execModel, UIFactory uif, ET_FilterControl filterControl) protectedET_FilterHandler(JComponent parent, ExecModel model, UIFactory uif) FileTable(FileSystemTableModel model, UIFactory uif) FilterConfig(ExecModel e, JComponent parent, UIFactory uif) InterviewEditor(JComponent parent, UIFactory uif, InterviewParameters ip) InterviewEditor(JComponent parent, UIFactory uif, InterviewParameters ip, ContextManager cm) MultiFormatPane(UIFactory uif) NavigationPane(UIFactory uif, MultiFormatPane mediaPane) ServiceViewer(com.sun.javatest.services.ServiceManager mgr, UIFactory uif, Component parent) TestManagerDialog(ContextManager context, UIFactory uif, String key) Creates a new instance of TP_DocumentationSubpanelWorkDirChooseTool(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
Subclasses of UIFactory in com.sun.javatest.toolModifier and TypeClassDescriptionstatic classExtension to the UIFactory that allows to use more than one resource bundle.Fields in com.sun.javatest.tool declared as UIFactoryModifier and TypeFieldDescriptionprotected final UIFactoryEditableList.uifThe factory used to create the GUI elements of the component.protected final UIFactoryTool.uifThe UI factory used to create GUI components.protected final UIFactoryToolDialog.uifFactory associated with this dialog instance.Constructors in com.sun.javatest.tool with parameters of type UIFactoryModifierConstructorDescriptionColorPrefsPane(UIFactory uifactory) EditableList(UIFactory uif, String uiKey) Create an empty component, using a specified UIFactory and resource prefix.ToolAction(UIFactory uif, String key) Construct an internationalized action.ToolAction(UIFactory uif, String key, boolean needIcon) Construct an internationalized action.protectedToolDialog(Component parent, UIFactory uif, String uiKey) Create standard ToolDialog.protectedToolDialog(Component parent, UIFactory uif, String uiKey, int type) Create a ToolDialog with specified type.UIFactoryExt(UIFactory uif, Class<?> altClass)