Package org.eclipse.epsilon.picto.source
Class VerbatimSource
- java.lang.Object
-
- org.eclipse.epsilon.picto.source.EglPictoSource
-
- org.eclipse.epsilon.picto.source.SimpleSource
-
- org.eclipse.epsilon.picto.source.VerbatimSource
-
- All Implemented Interfaces:
PictoSource
- Direct Known Subclasses:
CsvSource
,GraphvizSource
,HtmlSource
,MarkdownSource
,MathjaxSource
,MermaidSource
,PlantUmlSource
,SvgSource
public abstract class VerbatimSource extends SimpleSource
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.picto.source.EglPictoSource
models
-
-
Constructor Summary
Constructors Constructor Description VerbatimSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ViewTree
getViewTree(org.eclipse.ui.IEditorPart editor)
-
Methods inherited from class org.eclipse.epsilon.picto.source.SimpleSource
getFile, getFileExtension, getFormat, getRenderingMetadata, getResource, showElement, supportsEditorType
-
Methods inherited from class org.eclipse.epsilon.picto.source.EglPictoSource
createEmptyViewTree, createParameter, dispose, getDefaultFormat, getDefaultIcon, getPath, getValue, loadModel, supports, waitForPath
-
-
-
-
Method Detail
-
getViewTree
public ViewTree getViewTree(org.eclipse.ui.IEditorPart editor) throws Exception
- Specified by:
getViewTree
in interfacePictoSource
- Overrides:
getViewTree
in classEglPictoSource
- Throws:
Exception
-
-