|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecp.view.internal.swt.ECPSWTViewRendererImpl
public class ECPSWTViewRendererImpl
Field Summary |
---|
Fields inherited from interface org.eclipse.emf.ecp.ui.view.swt.ECPSWTViewRenderer |
---|
INSTANCE |
Constructor Summary | |
---|---|
ECPSWTViewRendererImpl()
Constructor. |
Method Summary | |
---|---|
ECPSWTView |
render(org.eclipse.swt.widgets.Composite parent,
org.eclipse.emf.ecore.EObject domainObject)
Creates a view with the attributes of the domain object. |
ECPSWTView |
render(org.eclipse.swt.widgets.Composite parent,
org.eclipse.emf.ecore.EObject domainObject,
Map<String,Object> context)
Creates a view with the attributes of the domain object. |
ECPSWTView |
render(org.eclipse.swt.widgets.Composite parent,
org.eclipse.emf.ecore.EObject domainObject,
VView viewModel)
Creates a view with the attributes of the domain object. |
ECPSWTView |
render(org.eclipse.swt.widgets.Composite parent,
ViewModelContext viewModelContext)
Creates a view with the attributes of the domain object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ECPSWTViewRendererImpl()
Method Detail |
---|
public ECPSWTView render(org.eclipse.swt.widgets.Composite parent, org.eclipse.emf.ecore.EObject domainObject) throws ECPRendererException
render
in interface ECPSWTViewRenderer
parent
- the parent SWT composite to render the view ondomainObject
- The domainObject to show in the view
ECPRendererException
- if there is an exception during renderingECPSWTViewRenderer.render(org.eclipse.swt.widgets.Composite,
org.eclipse.emf.ecore.EObject)
public ECPSWTView render(org.eclipse.swt.widgets.Composite parent, org.eclipse.emf.ecore.EObject domainObject, VView viewModel) throws ECPRendererException
render
in interface ECPSWTViewRenderer
parent
- the parent SWT composite to render the view ondomainObject
- The domainObject to show in the viewviewModel
- the view model describing the layout of the view
ECPRendererException
- if there is an exception during renderingECPSWTViewRenderer.render(org.eclipse.swt.widgets.Composite,
org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecp.view.spi.model.VView)
public ECPSWTView render(org.eclipse.swt.widgets.Composite parent, ViewModelContext viewModelContext) throws ECPRendererException
render
in interface ECPSWTViewRenderer
parent
- the parent SWT composite to render the view onviewModelContext
- the ViewModelContext
to use
ECPRendererException
- if there is an exception during renderingECPSWTViewRenderer.render(org.eclipse.swt.widgets.Composite,
org.eclipse.emf.ecp.view.spi.context.ViewModelContext)
public ECPSWTView render(org.eclipse.swt.widgets.Composite parent, org.eclipse.emf.ecore.EObject domainObject, Map<String,Object> context) throws ECPRendererException
render
in interface ECPSWTViewRenderer
parent
- the parent SWT composite to render the view ondomainObject
- The domainObject to show in the viewcontext
- a key-value-map from String to Object
ECPRendererException
- if there is an exception during renderingECPSWTViewRenderer.render(org.eclipse.swt.widgets.Composite,
org.eclipse.emf.ecore.EObject, java.util.Map)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |