Community
Participate
Working Groups
The method org.eclipse.emf.facet.widgets.nattable.internal.NatTableWidget.usesTmpResource() has to be added to the API in the version 0.2.0.
To be able to deal with events, the class NatTableWidget needs a TableInstance contained in a resource. Iām not so sure that the class NatTableWidget has to instantiate a temporary resource. The NatTableWidget may have to require a TableInstance contained in a resource. Rather than to provide the method usesTmpResource, we may have to add a constraint on the parameter tableInstanceParam of org.eclipse.emf.facet.widgets.nattable.internal.NatTableWidget.NatTableWidget(Composite, IEditingDomainProvider, TableInstance, MenuManager). This would imply that the temporary resource will be created and managed by the Widget user (NatTableEditor for instance)