Class 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.Parent
    • Field Summary

      • Fields inherited from class com.intellij.execution.ui.RunContentDescriptor

        DESCRIPTOR_KEY
    • 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
      boolean isContentReuseProhibited()  
      • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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)
    • Method Detail

      • isContentReuseProhibited

        public boolean isContentReuseProhibited()
        Overrides:
        isContentReuseProhibited in class com.intellij.execution.ui.RunContentDescriptor