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
  • Constructor Details

    • SimpleSource

      public SimpleSource()
  • Method Details

    • getFormat

      protected abstract String getFormat()
    • getFileExtension

      protected abstract String getFileExtension()
    • getRenderingMetadata

      protected Picto getRenderingMetadata(org.eclipse.ui.IEditorPart editorPart)
      Specified by:
      getRenderingMetadata in class EglPictoSource
    • getResource

      protected org.eclipse.emf.ecore.resource.Resource getResource(org.eclipse.ui.IEditorPart editorPart)
      Specified by:
      getResource in class EglPictoSource
    • supportsEditorType

      protected boolean supportsEditorType(org.eclipse.ui.IEditorPart editorPart)
      Specified by:
      supportsEditorType in class EglPictoSource
    • getFile

      protected org.eclipse.core.resources.IFile getFile(org.eclipse.ui.IEditorPart editorPart)
      Specified by:
      getFile in class EglPictoSource
    • showElement

      public void showElement(String id, String uri, org.eclipse.ui.IEditorPart editor)