Package org.eclipse.epsilon.picto.source
Class EmfaticSource
- java.lang.Object
-
- org.eclipse.epsilon.picto.source.EglPictoSource
-
- org.eclipse.epsilon.picto.source.ExternalMetadataSource
-
- org.eclipse.epsilon.picto.source.EmfaticSource
-
- All Implemented Interfaces:
PictoSource
public class EmfaticSource extends ExternalMetadataSource
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.picto.source.EglPictoSource
models
-
-
Constructor Summary
Constructors Constructor Description EmfaticSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.core.resources.IFile
getFile(org.eclipse.ui.IEditorPart editorPart)
org.eclipse.emf.ecore.resource.Resource
getResource(org.eclipse.ui.IEditorPart editorPart)
void
showElement(String id, String uri, org.eclipse.ui.IEditorPart editor)
boolean
supportsEditorType(org.eclipse.ui.IEditorPart editorPart)
-
Methods inherited from class org.eclipse.epsilon.picto.source.ExternalMetadataSource
getFromFlexmi, getFromProperties, getRenderingMetadata, getRenderingMetadata, getViewTree
-
Methods inherited from class org.eclipse.epsilon.picto.source.EglPictoSource
createEmptyViewTree, createParameter, dispose, getDefaultFormat, getDefaultIcon, getPath, getValue, loadModel, supports, waitForPath
-
-
-
-
Method Detail
-
getResource
public org.eclipse.emf.ecore.resource.Resource getResource(org.eclipse.ui.IEditorPart editorPart)
- Specified by:
getResource
in classEglPictoSource
-
supportsEditorType
public boolean supportsEditorType(org.eclipse.ui.IEditorPart editorPart)
- Specified by:
supportsEditorType
in classEglPictoSource
-
getFile
public org.eclipse.core.resources.IFile getFile(org.eclipse.ui.IEditorPart editorPart)
- Specified by:
getFile
in classEglPictoSource
-
-