Uses of Class
org.mockcentral.editor.dialogs.MockCentralDialogType

Packages that use MockCentralDialogType
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 MockCentralDialogType in org.mockcentral.editor.dialogs
 

Methods in org.mockcentral.editor.dialogs that return MockCentralDialogType
static MockCentralDialogType MockCentralDialogType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MockCentralDialogType[] MockCentralDialogType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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