|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecp.explorereditorbridge.internal.EditorContext
public class EditorContext
An EditorContext depending on an ECPProject
.
Constructor Summary | |
---|---|
EditorContext(org.eclipse.emf.ecore.EObject modelElement,
ECPProject ecpProject)
Default constructor. |
Method Summary | |
---|---|
void |
addECPContextDisposeListener(ECPContextDisposedListener modelElementContextListener)
Adds a ECPContextDisposedListener . |
void |
dispose()
Dispose the context. |
org.eclipse.emf.ecore.EObject |
getDomainObject()
The domain EObject . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EditorContext(org.eclipse.emf.ecore.EObject modelElement, ECPProject ecpProject)
modelElement
- the model element to be displayed in the editorecpProject
- the ECPProject
containing the model elementMethod Detail |
---|
public void addECPContextDisposeListener(ECPContextDisposedListener modelElementContextListener)
ECPContextDisposedListener
.
addECPContextDisposeListener
in interface ECPEditorContext
modelElementContextListener
- the ECPContextDisposedListener
public void dispose()
dispose
in interface ECPEditorContext
public org.eclipse.emf.ecore.EObject getDomainObject()
EObject
.
getDomainObject
in interface ECPEditorContext
EObject
ECPEditorContext.getDomainObject()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |