44454647484950
if (report == null) { throw new NullPointerException(); } this.report = report; this.localeSettings = new DefaultLocaleSettings(); }
42434445464748
public DefaultWizardDesignTimeContext(final WizardEditorModel editorModel, final Window parentWindow) { this.editorModel = editorModel; this.parentWindow = parentWindow; this.localeSettings = new DefaultLocaleSettings(); }
5455565758596061
{ this.localeSettings = parentContext.getLocaleSettings(); } else { this.localeSettings = new DefaultLocaleSettings(); } }
4142434445464748
if (report == null) { throw new NullPointerException(); } this.report = report; this.localeSettings = new DefaultLocaleSettings(); this.dataFactoryContext = new DesignTimeDataFactoryContext(); }