public final class SWTNewFailurePatternDialog extends Object
| Constructor and Description |
|---|
SWTNewFailurePatternDialog(org.eclipse.swt.widgets.Shell parent,
Set<String> nameSuggestions,
Set<String> takenNames)
Constructs a new dialog for creating a new failure pattern.
|
public SWTNewFailurePatternDialog(org.eclipse.swt.widgets.Shell parent,
Set<String> nameSuggestions,
Set<String> takenNames)
parent - the parent of this dialognameSuggestions - name suggestions to be displayed inside auto-completion combo boxtakenNames - names that are already taken and must not be accepted as inputpublic String showDialog()
null if the user has canceled the dialogCopyright © 2013–2014. All rights reserved.