taverna-parallelize-ui/src/main/java/org/apache/taverna/workbench/parallelize/ParallelizeContextualView.java [57:64]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	public ParallelizeContextualView(Processor processor, EditManager editManager, SelectionManager selectionManager) {
		super();
		this.processor = processor;
		this.editManager = editManager;
		this.selectionManager = selectionManager;
		initialise();
		initView();
	}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



taverna-retry-ui/src/main/java/org/apache/taverna/workbench/retry/RetryContextualView.java [56:63]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	public RetryContextualView(Processor processor, EditManager editManager, SelectionManager selectionManager) {
		super();
		this.processor = processor;
		this.editManager = editManager;
		this.selectionManager = selectionManager;
		initialise();
		initView();
	}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



