public class DefaultRunExecutor extends Executor
Executor.ActionWrapper
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EXECUTOR_ID |
EXECUTOR_EXTENSION_NAME
Constructor and Description |
---|
DefaultRunExecutor() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActionName() |
java.lang.String |
getContextActionId() |
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.
|
static Executor |
getRunExecutorInstance() |
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, shortenNameIfNeeded
public static final java.lang.String EXECUTOR_ID
public java.lang.String getStartActionText()
getStartActionText
in class Executor
public java.lang.String getToolWindowId()
Executor
getToolWindowId
in class Executor
ToolWindowId.RUN
or
ToolWindowId.DEBUG
).public javax.swing.Icon getToolWindowIcon()
getToolWindowIcon
in class Executor
public javax.swing.Icon getIcon()
Executor
public javax.swing.Icon getDisabledIcon()
Executor
getDisabledIcon
in class Executor
public java.lang.String getDescription()
Executor
getDescription
in class Executor
public java.lang.String getActionName()
getActionName
in class Executor
public java.lang.String getId()
Executor
public java.lang.String getContextActionId()
getContextActionId
in class Executor
public static Executor getRunExecutorInstance()