|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecp.view.model.common.AbstractRenderer<VELEMENT>
VELEMENT
- the VElement
this renderer is applicable forpublic abstract class AbstractRenderer<VELEMENT extends VElement>
Common super class for renderer.
Constructor Summary | |
---|---|
AbstractRenderer(VELEMENT vElement,
ViewModelContext viewContext,
ReportService reportService)
Default constructor. |
Method Summary | |
---|---|
VELEMENT |
getVElement()
The VElement instance to use. |
ViewModelContext |
getViewModelContext()
The ViewModelContext to use. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractRenderer(VELEMENT vElement, ViewModelContext viewContext, ReportService reportService)
vElement
- the VElement
to be renderedviewContext
- the ViewModelContext
to usereportService
- The ReportService
to useMethod Detail |
---|
public final ViewModelContext getViewModelContext()
ViewModelContext
to use.
ViewModelContext
public final VELEMENT getVElement()
VElement
instance to use.
VElement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |