blob: 37651a5674c3eb534b804c7b333a6f5770e32473 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="ReportManagerConfigurationUIFactory" class="net.sf.taverna.t2.workbench.report.config.ui.ReportManagerConfigurationUIFactory">
<property name="reportManagerConfiguration" ref="reportManagerConfiguration" />
</bean>
<bean id="ReportViewComponentFactory" class="net.sf.taverna.t2.workbench.report.view.ReportViewComponentFactory">
<property name="editManager" ref="editManager" />
<property name="fileManager" ref="fileManager" />
<property name="menuManager" ref="menuManager" />
<property name="reportManager" ref="reportManager" />
<property name="workbench" ref="workbench" />
<property name="selectionManager" ref="selectionManager" />
<property name="visitExplainers" ref="visitExplainers" />
</bean>
<bean id="ReportOnObjectContextualMenuAction" class="net.sf.taverna.t2.workbench.report.view.ReportOnObjectContextualMenuAction">
<property name="editManager" ref="editManager" />
<property name="fileManager" ref="fileManager" />
<property name="reportManager" ref="reportManager" />
<property name="workbench" ref="workbench" />
</bean>
</beans>