Uses of Package
org.mockcentral.editor.dialogs

Packages that use org.mockcentral.editor.dialogs
org.mockcentral.editor Contains a top-level classes and interfaces used to build editor applications for Mock Central configuration files. 
org.mockcentral.editor.dialogs Contains interfaces and an enum used for creating and processing dialogs for editors used to edit MockCentral configuration files. 
org.mockcentral.editor.nodes.expectation.part Contains classes and interfaces used for editing the parameters or expected results for method expectations for Mock Object definitions. 
 

Classes in org.mockcentral.editor.dialogs used by org.mockcentral.editor
IMockCentralDialogFactory
          Interface for classes used to display various dialogs for the application.
 

Classes in org.mockcentral.editor.dialogs used by org.mockcentral.editor.dialogs
IMockCentralDialog
          Interface for the various dialogs provided by the application.
IMockCentralDialogInputValidator
          Interface for classes used to validate user input entered in dialogs.
MockCentralDialogType
          An enum specifying the various types of an IMockCentralDialog that can be created using the dialog factory.
 

Classes in org.mockcentral.editor.dialogs used by org.mockcentral.editor.nodes.expectation.part
IMockCentralDialogInputValidator
          Interface for classes used to validate user input entered in dialogs.