Package org.eclipse.epsilon.picto.source
Class FlexmiSource
java.lang.Object
org.eclipse.epsilon.picto.source.EglPictoSource
org.eclipse.epsilon.picto.source.FlexmiSource
- 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) getRenderingMetadata
(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.EglPictoSource
createEmptyViewTree, createParameter, dispose, getDefaultFormat, getDefaultIcon, getPath, getValue, getViewTree, loadModel, supports, waitForPath
-
Constructor Details
-
FlexmiSource
public FlexmiSource()
-
-
Method Details
-
getRenderingMetadata
- Specified by:
getRenderingMetadata
in classEglPictoSource
-
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
-