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
-
-
Constructor Summary
Constructors Constructor Description ExecRunContentDescriptor(@Nullable com.intellij.execution.ui.ExecutionConsole executionConsole, @Nullable com.intellij.execution.process.ProcessHandler processHandler, @NotNull javax.swing.JComponent component, java.lang.String displayName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisContentReuseProhibited()-
Methods inherited from class com.intellij.execution.ui.RunContentDescriptor
dispose, getActivationCallback, getAttachedContent, getComponent, getContentToolWindowId, getDisplayName, getExecutionConsole, getExecutionId, getHelpId, getIcon, getPreferredFocusComputable, getProcessHandler, getRestartActions, getReusePolicy, getRunnerLayoutUi, isActivateToolWindowWhenAdded, isAutoFocusContent, isHiddenContent, isReuseToolWindowActivation, isSelectContentWhenAdded, setActivateToolWindowWhenAdded, setAttachedContent, setAutoFocusContent, setContentToolWindowId, setExecutionId, setFocusComputable, setProcessHandler, setReusePolicy, setReuseToolWindowActivation, setRunnerLayoutUi, setSelectContentWhenAdded, toString
-
-
-
-
Constructor Detail
-
ExecRunContentDescriptor
public ExecRunContentDescriptor(@Nullable @Nullable com.intellij.execution.ui.ExecutionConsole executionConsole, @Nullable @Nullable com.intellij.execution.process.ProcessHandler processHandler, @NotNull @NotNull javax.swing.JComponent component, java.lang.String displayName)
-
-