public class DefaultDebugExecutor extends Executor
Executor.ActionWrapper| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EXECUTOR_ID |
EXECUTOR_EXTENSION_NAME| Constructor and Description |
|---|
DefaultDebugExecutor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActionName() |
java.lang.String |
getContextActionId() |
static Executor |
getDebugExecutorInstance() |
java.lang.String |
getDescription()
Returns the action description (text displayed in the status bar) for the toolbar button corresponding to the executor.
|
javax.swing.Icon |
getDisabledIcon()
Returns the 16x16 icon for the disabled toolbar button corresponding to the executor.
|
java.lang.String |
getHelpId() |
javax.swing.Icon |
getIcon()
Returns the 16x16 icon for the toolbar button corresponding to the executor.
|
java.lang.String |
getId()
Returns the unique ID of the executor.
|
java.lang.String |
getStartActionText() |
javax.swing.Icon |
getToolWindowIcon() |
java.lang.String |
getToolWindowId()
Returns the ID of the toolwindow in which the run tabs created by this executor will be displayed.
|
getStartActionText, isApplicable, runnerActionsGroupExecutorActionCustomizer, shortenNameIfNeed, shortenNameIfNeededpublic static final java.lang.String EXECUTOR_ID
public java.lang.String getToolWindowId()
ExecutorgetToolWindowId in class ExecutorToolWindowId.RUN or
ToolWindowId.DEBUG).public javax.swing.Icon getToolWindowIcon()
getToolWindowIcon in class Executorpublic javax.swing.Icon getIcon()
Executorpublic javax.swing.Icon getDisabledIcon()
ExecutorgetDisabledIcon in class Executorpublic java.lang.String getActionName()
getActionName in class Executorpublic java.lang.String getId()
Executorpublic java.lang.String getContextActionId()
getContextActionId in class Executorpublic java.lang.String getStartActionText()
getStartActionText in class Executorpublic java.lang.String getDescription()
ExecutorgetDescription in class Executorpublic static Executor getDebugExecutorInstance()