public interface ITraceService
Modifier and Type | Method and Description |
---|---|
void |
dumpEditPartTree(org.eclipse.gef.EditPart editPart) |
void |
dumpEditPartTree(org.eclipse.gef.EditPart editPart,
int indent) |
void |
dumpFigureTree(org.eclipse.draw2d.IFigure figure) |
void |
dumpFigureTree(org.eclipse.draw2d.IFigure figure,
int indent) |
void |
dumpFigureTreeWithConnectionLayer(org.eclipse.draw2d.IFigure figure) |
void |
dumpGATree(GraphicsAlgorithm ga) |
void |
dumpGATree(GraphicsAlgorithm ga,
int indent) |
void |
dumpPictogramModelTree(PictogramElement pe) |
void |
dumpPictogramModelTree(PictogramElement pe,
int indent) |
java.lang.String |
getStacktrace(java.lang.Throwable t)
Returns the stacktrace of the given Throwable.
|
java.lang.String getStacktrace(java.lang.Throwable t)
The
- Throwable, for which to get the stacktrace.void dumpFigureTree(org.eclipse.draw2d.IFigure figure)
void dumpFigureTreeWithConnectionLayer(org.eclipse.draw2d.IFigure figure)
void dumpFigureTree(org.eclipse.draw2d.IFigure figure, int indent)
void dumpEditPartTree(org.eclipse.gef.EditPart editPart)
void dumpEditPartTree(org.eclipse.gef.EditPart editPart, int indent)
void dumpPictogramModelTree(PictogramElement pe)
void dumpPictogramModelTree(PictogramElement pe, int indent)
void dumpGATree(GraphicsAlgorithm ga)
void dumpGATree(GraphicsAlgorithm ga, int indent)