Package org.eclipse.epsilon.picto.source
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispose()
ViewTree
getViewTree(org.eclipse.ui.IEditorPart editorPart)
void
showElement(String id, String uri, org.eclipse.ui.IEditorPart editor)
boolean
supports(org.eclipse.ui.IEditorPart editorPart)
-