|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.ecp.editor.e3.MEEditorInput
public class MEEditorInput
The IEditorInput for the MEEditor.
| Constructor Summary | |
|---|---|
MEEditorInput(ECPEditorContext context)
Default constructor. |
|
MEEditorInput(ECPEditorContext context,
org.eclipse.emf.ecore.EStructuralFeature problemFeature)
Constructor to add a probleFeature. |
|
| Method Summary | |
|---|---|
void |
dispose()
Disposes the input. |
boolean |
equals(Object obj)
Custom equals() for this class. |
boolean |
exists()
|
Object |
getAdapter(Class clazz)
|
org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor()
|
ECPEditorContext |
getModelElementContext()
Returns the ECPEditorContext. |
String |
getName()
|
org.eclipse.ui.IPersistableElement |
getPersistable()
|
org.eclipse.emf.ecore.EStructuralFeature |
getProblemFeature()
|
String |
getToolTipText()
|
int |
hashCode()
|
void |
setProblemFeature(org.eclipse.emf.ecore.EStructuralFeature problemFeature)
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MEEditorInput(ECPEditorContext context,
org.eclipse.emf.ecore.EStructuralFeature problemFeature)
context - context of the model elementproblemFeature - the problem featurepublic MEEditorInput(ECPEditorContext context)
context - context of the modelelement| Method Detail |
|---|
public boolean exists()
exists in interface org.eclipse.ui.IEditorInputpublic org.eclipse.ui.IPersistableElement getPersistable()
getPersistable in interface org.eclipse.ui.IEditorInputpublic org.eclipse.emf.ecore.EStructuralFeature getProblemFeature()
public void setProblemFeature(org.eclipse.emf.ecore.EStructuralFeature problemFeature)
problemFeature - the problemFeature to setpublic boolean equals(Object obj)
equals in class Objectobj - the compared object.
public int hashCode()
hashCode in class Objectpublic Object getAdapter(Class clazz)
getAdapter in interface org.eclipse.core.runtime.IAdaptablepublic ECPEditorContext getModelElementContext()
ECPEditorContext.
ECPEditorContextpublic void dispose()
public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
getImageDescriptor in interface org.eclipse.ui.IEditorInputpublic String getName()
getName in interface org.eclipse.ui.IEditorInputpublic String getToolTipText()
getToolTipText in interface org.eclipse.ui.IEditorInput
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||