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
public abstract class SimpleSource extends EglPictoSource
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.picto.source.EglPictoSource
models
-
-
Constructor Summary
Constructors Constructor Description SimpleSource()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.core.resources.IFilegetFile(org.eclipse.ui.IEditorPart editorPart)protected abstract StringgetFileExtension()protected abstract StringgetFormat()protected 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
-
-
-
-
Method Detail
-
getFormat
protected abstract String getFormat()
-
getFileExtension
protected abstract String getFileExtension()
-
getRenderingMetadata
protected Picto getRenderingMetadata(org.eclipse.ui.IEditorPart editorPart)
- 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
-
-