|
|
Re: Define a ViewerContentProvider for each TreeFormView [message #1838073 is a reply to message #1838063] |
Mon, 15 February 2021 12:25   |
Jean-Baptiste Meyer Messages: 16 Registered: February 2021 |
Junior Member |
|
|
Hello Lorenzo,
Thanks for your fast answer. This is exactly what I want. But how to use the other Guice Module for a given SaveableTreeFormView ? Shall we inject it in the TreeFormView like the following code ? Is there another way to map the Guice Module to use and the given view ?
import com.google.inject.Inject;
public class Example1SaveableTreeFormView extends org.eclipse.emf.parsley.views.SaveableTreeFormView {
@Inject
private EmfParsleyGuiceModule1 module;
}
import com.google.inject.Inject;
public class Example2SaveableTreeFormView extends org.eclipse.emf.parsley.views.SaveableTreeFormView {
@Inject
private EmfParsleyGuiceModule2 module;
}
Thanks a lot
[Updated on: Mon, 15 February 2021 12:26] Report message to a moderator
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02258 seconds