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
Modifier and TypeMethodDescriptionvoiddispose()getViewTree(org.eclipse.ui.IEditorPart editorPart) voidshowElement(String id, String uri, org.eclipse.ui.IEditorPart editor) booleansupports(org.eclipse.ui.IEditorPart editorPart)
-
Method Details
-
supports
boolean supports(org.eclipse.ui.IEditorPart editorPart) -
showElement
-
getViewTree
- Throws:
Exception
-
dispose
void dispose()
-