Interface ITraceService
-
- All Known Implementing Classes:
TraceService
public interface ITraceService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddumpEditPartTree(org.eclipse.gef.EditPart editPart)voiddumpEditPartTree(org.eclipse.gef.EditPart editPart, int indent)voiddumpFigureTree(org.eclipse.draw2d.IFigure figure)voiddumpFigureTree(org.eclipse.draw2d.IFigure figure, int indent)voiddumpFigureTreeWithConnectionLayer(org.eclipse.draw2d.IFigure figure)voiddumpGATree(GraphicsAlgorithm ga)voiddumpGATree(GraphicsAlgorithm ga, int indent)voiddumpPictogramModelTree(PictogramElement pe)voiddumpPictogramModelTree(PictogramElement pe, int indent)java.lang.StringgetStacktrace(java.lang.Throwable t)Returns the stacktrace of the given Throwable.
-
-
-
Method Detail
-
getStacktrace
java.lang.String getStacktrace(java.lang.Throwable t)
Returns the stacktrace of the given Throwable.- Parameters:
The- Throwable, for which to get the stacktrace.- Returns:
- The stacktrace of the given Throwable.
-
dumpFigureTree
void dumpFigureTree(org.eclipse.draw2d.IFigure figure)
-
dumpFigureTreeWithConnectionLayer
void dumpFigureTreeWithConnectionLayer(org.eclipse.draw2d.IFigure figure)
-
dumpFigureTree
void dumpFigureTree(org.eclipse.draw2d.IFigure figure, int indent)
-
dumpEditPartTree
void dumpEditPartTree(org.eclipse.gef.EditPart editPart)
-
dumpEditPartTree
void dumpEditPartTree(org.eclipse.gef.EditPart editPart, int indent)
-
dumpPictogramModelTree
void dumpPictogramModelTree(PictogramElement pe)
-
dumpPictogramModelTree
void dumpPictogramModelTree(PictogramElement pe, int indent)
-
dumpGATree
void dumpGATree(GraphicsAlgorithm ga)
-
dumpGATree
void dumpGATree(GraphicsAlgorithm ga, int indent)
-
-