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

Packages that use IMockCentralDialog
org.mockcentral.editor.dialogs Contains interfaces and an enum used for creating and processing dialogs for editors used to edit MockCentral configuration files. 
 

Uses of IMockCentralDialog in org.mockcentral.editor.dialogs
 

Methods in org.mockcentral.editor.dialogs that return IMockCentralDialog
 IMockCentralDialog IMockCentralDialogFactory.getMockCentralDialog(MockCentralDialogType type, java.lang.Object... args)
          Returns an IMockCentralDialog created using the specified MockCentralDialogType value and the supplied varargs.