|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ECPSWTViewRenderer
Renders a view which displays the attributes of an domain objects.
| Field Summary | |
|---|---|
static ECPSWTViewRenderer |
INSTANCE
Provides access to the stateless renderer. |
| 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. |
| Field Detail |
|---|
static final ECPSWTViewRenderer INSTANCE
| Method Detail |
|---|
ECPSWTView render(org.eclipse.swt.widgets.Composite parent,
org.eclipse.emf.ecore.EObject domainObject)
throws ECPRendererException
parent - the parent SWT composite to render the view ondomainObject - The domainObject to show in the view
ECPRendererException - if there is an exception during rendering
ECPSWTView render(org.eclipse.swt.widgets.Composite parent,
org.eclipse.emf.ecore.EObject domainObject,
VView viewModel)
throws ECPRendererException
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 rendering
ECPSWTView render(org.eclipse.swt.widgets.Composite parent,
ViewModelContext viewModelContext)
throws ECPRendererException
parent - the parent SWT composite to render the view onviewModelContext - the ViewModelContext to use
ECPRendererException - if there is an exception during rendering
ECPSWTView render(org.eclipse.swt.widgets.Composite parent,
org.eclipse.emf.ecore.EObject domainObject,
Map<String,Object> context)
throws ECPRendererException
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 rendering
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||