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

    Constructors
    Constructor
    Description
    ExecRunContentDescriptor(@Nullable com.intellij.execution.ui.ExecutionConsole executionConsole, @Nullable com.intellij.execution.process.ProcessHandler processHandler, @NotNull JComponent component, String displayName)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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:
      isContentReuseProhibited in class com.intellij.execution.ui.RunContentDescriptor