public abstract class CloseViewsActionBase extends BaseViewAction
AnAction.TransparentUpdate
ACTIONS_KEY, EMPTY_ARRAY
Constructor and Description |
---|
CloseViewsActionBase() |
Modifier and Type | Method and Description |
---|---|
protected void |
actionPerformed(AnActionEvent e,
ViewContext context,
Content[] content) |
protected abstract boolean |
isAccepted(Content c,
Content [] selectedContents) |
boolean |
isEnabled(ViewContext context,
Content[] selectedContents,
java.lang.String place) |
protected void |
update(AnActionEvent e,
ViewContext context,
Content[] content) |
actionPerformed, getTabFor, setEnabled, update
create, create
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, useSmallerFontForTextInToolbar
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isDumbAware
protected void update(AnActionEvent e, ViewContext context, Content[] content)
update
in class BaseViewAction
protected void actionPerformed(AnActionEvent e, ViewContext context, Content[] content)
actionPerformed
in class BaseViewAction
public boolean isEnabled(ViewContext context, Content[] selectedContents, java.lang.String place)