public class TraceService extends java.lang.Object implements ITraceService
Constructor and Description |
---|
TraceService() |
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) |
void |
dumpStyleTree(Style style) |
void |
dumpStyleTree(Style style,
int indent) |
java.lang.String |
getStacktrace(java.lang.Throwable t)
Returns the stacktrace of the given Throwable.
|
public java.lang.String getStacktrace(java.lang.Throwable t)
ITraceService
getStacktrace
in interface ITraceService
public void dumpFigureTree(org.eclipse.draw2d.IFigure figure)
dumpFigureTree
in interface ITraceService
public void dumpFigureTree(org.eclipse.draw2d.IFigure figure, int indent)
dumpFigureTree
in interface ITraceService
public void dumpFigureTreeWithConnectionLayer(org.eclipse.draw2d.IFigure figure)
dumpFigureTreeWithConnectionLayer
in interface ITraceService
public void dumpEditPartTree(org.eclipse.gef.EditPart editPart)
dumpEditPartTree
in interface ITraceService
public void dumpEditPartTree(org.eclipse.gef.EditPart editPart, int indent)
dumpEditPartTree
in interface ITraceService
public void dumpPictogramModelTree(PictogramElement pe)
dumpPictogramModelTree
in interface ITraceService
public void dumpPictogramModelTree(PictogramElement pe, int indent)
dumpPictogramModelTree
in interface ITraceService
public void dumpGATree(GraphicsAlgorithm ga)
dumpGATree
in interface ITraceService
public void dumpGATree(GraphicsAlgorithm ga, int indent)
dumpGATree
in interface ITraceService
public void dumpStyleTree(Style style)
public void dumpStyleTree(Style style, int indent)