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
-
Field Summary
Fields inherited from class org.eclipse.epsilon.picto.source.EglPictoSource
models
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.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
-
Constructor Details
-
EmfaticSource
public EmfaticSource()
-
-
Method Details
-
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
-
showElement
-