|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IMockCentralDialogInputValidator | |
|---|---|
| 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. |
| Uses of IMockCentralDialogInputValidator in org.mockcentral.editor.dialogs |
|---|
| Methods in org.mockcentral.editor.dialogs with parameters of type IMockCentralDialogInputValidator | |
|---|---|
java.lang.String |
IMockCentralDialogFactory.showInputDialog(java.lang.String title,
java.lang.String message,
java.lang.String defaultValue,
IMockCentralDialogInputValidator validator)
Invoked to display an input dialog constructed with the parameter values, returning the user's response. |
| Uses of IMockCentralDialogInputValidator in org.mockcentral.editor.nodes.expectation.part |
|---|
| Classes in org.mockcentral.editor.nodes.expectation.part that implement IMockCentralDialogInputValidator | |
|---|---|
class |
ThrowableDefinitionValidator
An extension of the ClassDefinitionValidator which additionally
validates that the class supplied is a Throwable. |
| Methods in org.mockcentral.editor.nodes.expectation.part that return IMockCentralDialogInputValidator | |
|---|---|
static IMockCentralDialogInputValidator |
SignaturePartUtil.getValueClassNameInputValidator(org.mockcentral.server.ValueType valueType)
Returns the IMockCentralDialogInputValidator used to
validate a prospective value for the value class name field. |
static IMockCentralDialogInputValidator |
SignaturePartUtil.getValueInputValidator(org.mockcentral.server.SignaturePartBean bean)
Returns the IMockCentralDialogInputValidator used to
validate a prospective value for the value field. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||