Uses of Interface
org.mockcentral.editor.dialogs.IMockCentralDialogFactory

Packages that use IMockCentralDialogFactory
org.mockcentral.editor Contains a top-level classes and interfaces used to build editor applications for Mock Central configuration files. 
 

Uses of IMockCentralDialogFactory in org.mockcentral.editor
 

Methods in org.mockcentral.editor that return IMockCentralDialogFactory
static IMockCentralDialogFactory MockCentralApplication.getDialogFactory()
          Returns the IMockCentralDialogFactory implementation.
 

Methods in org.mockcentral.editor with parameters of type IMockCentralDialogFactory
static void MockCentralApplication.setDialogFactory(IMockCentralDialogFactory dialogFactory)
          Sets the IMockCentralDialogFactory implementation.