public interface RunContentManager
Modifier and Type | Field and Description |
---|---|
static Topic<RunContentWithExecutorListener> |
TOPIC |
static final Topic<RunContentWithExecutorListener> TOPIC
static RunContentManager getInstance(Project project)
static RunContentManager getInstanceIfCreated(Project project)
RunContentDescriptor getSelectedContent()
java.util.List<RunContentDescriptor> getAllDescriptors()
RunContentDescriptor getReuseContent(ExecutionEnvironment executionEnvironment)
RunContentDescriptor findContentDescriptor(Executor requestor, ProcessHandler handler)
void showRunContent(Executor executor, RunContentDescriptor descriptor, RunContentDescriptor contentToReuse)
void showRunContent(Executor executor, RunContentDescriptor descriptor)
void hideRunContent(Executor executor, RunContentDescriptor descriptor)
boolean removeRunContent(Executor executor, RunContentDescriptor descriptor)
void toFrontRunContent(Executor requestor, RunContentDescriptor descriptor)
void toFrontRunContent(Executor requestor, ProcessHandler handler)
ToolWindow getToolWindowByDescriptor(RunContentDescriptor descriptor)
void selectRunContent(RunContentDescriptor descriptor)
@Deprecated default java.lang.String getContentDescriptorToolWindowId(RunnerAndConfigurationSettings settings)
getContentDescriptorToolWindowId(RunConfiguration)
default java.lang.String getContentDescriptorToolWindowId(ExecutionEnvironment environment)
java.lang.String getContentDescriptorToolWindowId(RunConfiguration settings)
java.lang.String getToolWindowIdByEnvironment(ExecutionEnvironment executionEnvironment)