181182183184185186187188
public TasksTreeView getTasksTreeView() { return new TasksTreeViewImpl(); } public WizardActivityView getWizardView(WizardContext context) { return new WizardActivityViewImpl( context, eventBus ); }
268269270271272273274
public TasksTreeView getTasksTreeView() { return new TasksTreeViewImpl(); } public WizardActivityView getWizardView() { return new WizardActivityViewImpl( eventBus ); }
130131132133134135136137
clientFactory, eventBus ); } public WizardActivityView getWizardView(WizardContext context) { return new WizardActivityViewImpl( context, eventBus ); }
271272273274275276277