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(java.lang.String id, java.lang.String uri, org.eclipse.ui.IEditorPart editor)
boolean
supports(org.eclipse.ui.IEditorPart editorPart)
-
-
-
Method Detail
-
supports
boolean supports(org.eclipse.ui.IEditorPart editorPart)
-
showElement
void showElement(java.lang.String id, java.lang.String uri, org.eclipse.ui.IEditorPart editor)
-
getViewTree
ViewTree getViewTree(org.eclipse.ui.IEditorPart editorPart) throws java.lang.Exception
- Throws:
java.lang.Exception
-
dispose
void dispose()
-
-