Uses of Interface
com._1c.g5.v8.dt.stacktraces.model.IStacktrace
Packages that use IStacktrace
Package
Description
-
Uses of IStacktrace in com._1c.g5.v8.dt.internal.stacktraces.model
Classes in com._1c.g5.v8.dt.internal.stacktraces.model that implement IStacktraceMethods in com._1c.g5.v8.dt.internal.stacktraces.model that return IStacktraceModifier and TypeMethodDescriptionStacktraceFactory.createStacktrace(String name, String detail, StacktraceFormat stacktraceFormat, String projectName) Stacktrace.getStacktrace()StacktraceElement.getStacktrace()Methods in com._1c.g5.v8.dt.internal.stacktraces.model that return types with arguments of type IStacktraceMethods in com._1c.g5.v8.dt.internal.stacktraces.model with parameters of type IStacktraceModifier and TypeMethodDescriptionvoidStacktraceRepository.add(IStacktrace stacktrace) voidStacktraceRepository.remove(IStacktrace stacktrace) -
Uses of IStacktrace in com._1c.g5.v8.dt.internal.stacktraces.ui.view
Methods in com._1c.g5.v8.dt.internal.stacktraces.ui.view that return IStacktraceMethods in com._1c.g5.v8.dt.internal.stacktraces.ui.view with parameters of type IStacktraceModifier and TypeMethodDescriptionvoidIStacktracesClipboardSupport.putStacktrace(IStacktrace stacktrace) Puts stacktrace to clipboard.voidStacktracesClipboardSupport.putStacktrace(IStacktrace stacktrace) Constructors in com._1c.g5.v8.dt.internal.stacktraces.ui.view with parameters of type IStacktraceModifierConstructorDescriptionStacktracesViewPage(MultiPageViewPart multiPageViewPart, IStacktrace stacktrace, IBslSourceDisplay sourceDisplay) Creates new stacktrace page. -
Uses of IStacktrace in com._1c.g5.v8.dt.stacktraces.model
Methods in com._1c.g5.v8.dt.stacktraces.model that return IStacktraceModifier and TypeMethodDescriptionIStacktraceFactory.createStacktrace(String title, String detail, StacktraceFormat stacktraceFormat, String projectName) Creates newIStacktrace.IStacktraceElement.getStacktrace()Returns root stacktrace.StacktraceChangedEvent.getStacktrace()Returns stacktrace.Parses stacktrace from stack trace or thread dump text.Methods in com._1c.g5.v8.dt.stacktraces.model that return types with arguments of type IStacktraceModifier and TypeMethodDescriptionIStacktraceRepository.getStacktraces()Returns repository stacktraces.Methods in com._1c.g5.v8.dt.stacktraces.model with parameters of type IStacktraceModifier and TypeMethodDescriptionvoidIStacktraceRepository.add(IStacktrace stacktrace) Adds stacktrace to repository.voidIStacktraceRepository.remove(IStacktrace stacktrace) Removes stacktrace repository.Constructors in com._1c.g5.v8.dt.stacktraces.model with parameters of type IStacktraceModifierConstructorDescriptionStacktraceAddedEvent(IStacktrace stacktrace) Creates new event.StacktraceChangedEvent(IStacktrace stacktrace) Creates new event.StacktraceRemovedEvent(IStacktrace stacktrace) Creates new event.