Class ExecRunContentDescriptor
java.lang.Object
com.intellij.execution.ui.RunContentDescriptor
com.redhat.devtools.intellij.common.utils.ExecRunContentDescriptor
- All Implemented Interfaces:
com.intellij.openapi.Disposable
public class ExecRunContentDescriptor
extends com.intellij.execution.ui.RunContentDescriptor
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.intellij.openapi.Disposable
com.intellij.openapi.Disposable.Default, com.intellij.openapi.Disposable.Parent -
Field Summary
Fields inherited from class com.intellij.execution.ui.RunContentDescriptor
CONTENT_TOOL_WINDOW_ID_KEY, DESCRIPTOR_KEY -
Constructor Summary
ConstructorsConstructorDescriptionExecRunContentDescriptor(@Nullable com.intellij.execution.ui.ExecutionConsole executionConsole, @Nullable com.intellij.execution.process.ProcessHandler processHandler, @NotNull JComponent component, String displayName) -
Method Summary
Methods inherited from class com.intellij.execution.ui.RunContentDescriptor
dispose, getActivationCallback, getAttachedContent, getComponent, getContentToolWindowId, getDisplayName, getDisplayNameProperty, getExecutionConsole, getExecutionId, getHelpId, getIcon, getIconProperty, getPreferredFocusComputable, getProcessHandler, getRestartActions, getReusePolicy, getRunnerLayoutUi, isActivateToolWindowWhenAdded, isAutoFocusContent, isHiddenContent, isReuseToolWindowActivation, isSelectContentWhenAdded, setActivateToolWindowWhenAdded, setAttachedContent, setAutoFocusContent, setContentToolWindowId, setDisplayName, setExecutionId, setFocusComputable, setIcon, setProcessHandler, setReusePolicy, setReuseToolWindowActivation, setRunnerLayoutUi, setSelectContentWhenAdded, toString
-
Constructor Details
-
ExecRunContentDescriptor
public ExecRunContentDescriptor(@Nullable @Nullable com.intellij.execution.ui.ExecutionConsole executionConsole, @Nullable @Nullable com.intellij.execution.process.ProcessHandler processHandler, @NotNull @NotNull JComponent component, String displayName)
-
-
Method Details
-
isContentReuseProhibited
public boolean isContentReuseProhibited()- Overrides:
isContentReuseProhibitedin classcom.intellij.execution.ui.RunContentDescriptor
-