mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
IJPL-156272 Provide JavaDoc
(cherry picked from commit 49394024789207a2ec90d69f7c3750ca409386c5) GitOrigin-RevId: 1ce58c93d3830535e41c1f50b99fac9cc7f3d573
This commit is contained in:
committed by
intellij-monorepo-bot
parent
65d349c8f2
commit
ac94ecbd68
@@ -6,7 +6,13 @@ import com.intellij.openapi.project.Project;
|
||||
import org.jetbrains.annotations.ApiStatus;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
/**
|
||||
* Implement to add additional tab after invoking "Analyze Stacktrace and Thread Dumps" action
|
||||
*/
|
||||
@ApiStatus.Experimental
|
||||
public interface StacktraceTabContentProvider {
|
||||
/**
|
||||
* @param text text of thread dump or stacktrace
|
||||
*/
|
||||
@Nullable RunContentDescriptor createRunTabDescriptor(Project project, String text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user