Interface PictoSource

All Known Implementing Classes:
CsvSource, DotSource, EditingDomainProviderSource, EglPictoSource, EmfaticSource, ExternalMetadataSource, FlexmiSource, GraphvizSource, HtmlSource, MarkdownSource, MathjaxSource, MermaidSource, NeatoSource, PlantUmlSource, SimpleSource, StandalonePictoSource, SvgSource, VerbatimSource

public interface PictoSource
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    getViewTree(org.eclipse.ui.IEditorPart editorPart)
     
    void
    showElement(String id, String uri, org.eclipse.ui.IEditorPart editor)
     
    boolean
    supports(org.eclipse.ui.IEditorPart editorPart)
     
  • Method Details

    • supports

      boolean supports(org.eclipse.ui.IEditorPart editorPart)
    • showElement

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

      ViewTree getViewTree(org.eclipse.ui.IEditorPart editorPart) throws Exception
      Throws:
      Exception
    • dispose

      void dispose()