Interface ITraceService

All Known Implementing Classes:
TraceService

public interface ITraceService
  • Method Details

    • getStacktrace

      String getStacktrace(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)