public abstract class TabbedContentAction extends AnAction implements DumbAware
Modifier and Type | Class and Description |
---|---|
static class |
TabbedContentAction.CloseAction |
static class |
TabbedContentAction.CloseAllAction |
static class |
TabbedContentAction.CloseAllButThisAction |
static class |
TabbedContentAction.ForContent |
static class |
TabbedContentAction.MyNextTabAction |
static class |
TabbedContentAction.MyPreviousTabAction |
AnAction.TransparentUpdate
Modifier and Type | Field and Description |
---|---|
protected ContentManager |
myManager |
protected ShadowAction |
myShadow |
ACTIONS_KEY, EMPTY_ARRAY
Modifier | Constructor and Description |
---|---|
protected |
TabbedContentAction(ContentManager manager,
AnAction template,
Disposable parentDisposable) |
protected |
TabbedContentAction(ContentManager manager,
AnAction shortcutTemplate,
java.lang.String text,
Disposable parentDisposable) |
actionPerformed, addTextOverride, applyTextOverride, beforeActionPerformedUpdate, copyFrom, copyShortcutFrom, displayTextInToolbar, getEventProject, getShortcutSet, getTemplatePresentation, getTemplateText, isDefaultIcon, isEnabledInModalContext, isInInjectedContext, isTransparentUpdate, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, setDefaultIcon, setEnabledInModalContext, setInjectedContext, setShortcutSet, startInTransaction, toString, unregisterCustomShortcutSet, update, useSmallerFontForTextInToolbar
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isDumbAware
protected final ContentManager myManager
protected final ShadowAction myShadow
protected TabbedContentAction(ContentManager manager, AnAction shortcutTemplate, java.lang.String text, Disposable parentDisposable)
protected TabbedContentAction(ContentManager manager, AnAction template, Disposable parentDisposable)