Package org.eclipse.epsilon.picto.source
Class SimpleSource
java.lang.Object
org.eclipse.epsilon.picto.source.EglPictoSource
org.eclipse.epsilon.picto.source.SimpleSource
- All Implemented Interfaces:
PictoSource
- Direct Known Subclasses:
StandalonePictoSource,VerbatimSource
-
Field Summary
Fields inherited from class org.eclipse.epsilon.picto.source.EglPictoSource
models -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.eclipse.core.resources.IFilegetFile(org.eclipse.ui.IEditorPart editorPart) protected abstract Stringprotected abstract Stringprotected PictogetRenderingMetadata(org.eclipse.ui.IEditorPart editorPart) protected org.eclipse.emf.ecore.resource.ResourcegetResource(org.eclipse.ui.IEditorPart editorPart) voidshowElement(String id, String uri, org.eclipse.ui.IEditorPart editor) protected booleansupportsEditorType(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
-
SimpleSource
public SimpleSource()
-
-
Method Details
-
getFormat
-
getFileExtension
-
getRenderingMetadata
- Specified by:
getRenderingMetadatain classEglPictoSource
-
getResource
protected org.eclipse.emf.ecore.resource.Resource getResource(org.eclipse.ui.IEditorPart editorPart) - Specified by:
getResourcein classEglPictoSource
-
supportsEditorType
protected boolean supportsEditorType(org.eclipse.ui.IEditorPart editorPart) - Specified by:
supportsEditorTypein classEglPictoSource
-
getFile
protected org.eclipse.core.resources.IFile getFile(org.eclipse.ui.IEditorPart editorPart) - Specified by:
getFilein classEglPictoSource
-
showElement
-