Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 672c7e8d9b97c6cbc202cc0b249185c6a46b8120 (plain) (blame)
1
2
3
4
5
**class ViewPrototype**
This class provides method to create a view (editor) from an EObject using the method 
instantiateOn(final EObject owner, final String name, final boolean openCreatedView)
This class provides the command to change the graphical owner and the semantic owner.

Back to the top