Uses of Class
cst.util.UserInterfaceFactory

Packages that use UserInterfaceFactory
cst.adminTool.io This code package is responsible for importing subject records into the data repository. 
cst.common.system   
cst.loggingTool.plugins   
cst.loggingTool.presentationLayer Manages code used to make the GUI in the Logging Tool. 
cst.loggingTool.presentationLayer.reports Contains the classes used to generate reports in the Logging Tool. 
cst.util Contains general purposes classes which are candidates for libraries which may serve other applications. 
 

Uses of UserInterfaceFactory in cst.adminTool.io
 

Fields in cst.adminTool.io declared as UserInterfaceFactory
protected  UserInterfaceFactory AbstractImportStepEditor.userInterfaceFactory
           
 

Uses of UserInterfaceFactory in cst.common.system
 

Methods in cst.common.system that return UserInterfaceFactory
 UserInterfaceFactory SessionProperties.getUserInterfaceFactory()
           
 

Uses of UserInterfaceFactory in cst.loggingTool.plugins
 

Methods in cst.loggingTool.plugins with parameters of type UserInterfaceFactory
protected  void AbstractStubPlugin.buildUI(UserInterfaceFactory userInterfaceFactory)
           
 

Uses of UserInterfaceFactory in cst.loggingTool.presentationLayer
 

Fields in cst.loggingTool.presentationLayer declared as UserInterfaceFactory
protected  UserInterfaceFactory TrialActivityView.userInterfaceFactory
           
protected  UserInterfaceFactory AbstractMenu.userInterfaceFactory
           
protected  UserInterfaceFactory AbstractFieldView.userInterfaceFactory
           
 

Uses of UserInterfaceFactory in cst.loggingTool.presentationLayer.reports
 

Constructors in cst.loggingTool.presentationLayer.reports with parameters of type UserInterfaceFactory
ReportViewerPanel(UserInterfaceFactory userInterfaceFactory, ProgressGraph progressGraph)
           
 

Uses of UserInterfaceFactory in cst.util
 

Constructors in cst.util with parameters of type UserInterfaceFactory
ClosePanel(UserInterfaceFactory userInterfaceFactory)
           
ClosePanel(UserInterfaceFactory userInterfaceFactory, ClosePanel.Option option)