public class CompareWithSelectedRevisionAction extends AbstractVcsAction
AnAction.TransparentUpdateACTIONS_KEY, EMPTY_ARRAY| Constructor and Description |
|---|
CompareWithSelectedRevisionAction() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
actionPerformed(VcsContext vcsContext) |
static void |
showListPopup(java.util.List<VcsFileRevision> revisions,
Project project,
Consumer<? super VcsFileRevision> selectedRevisionConsumer,
boolean showComments) |
protected void |
showSelectedRevision(VcsRevisionNumber selected,
AbstractVcs vcs,
VirtualFile file,
Project project) |
void |
update(VcsContext e,
Presentation presentation) |
actionPerformed, forceSyncUpdate, getActiveVcses, performUpdate, updatecreate, createaddTextOverride, applyTextOverride, beforeActionPerformedUpdate, copyFrom, copyShortcutFrom, displayTextInToolbar, getEventProject, getShortcutSet, getTemplatePresentation, getTemplateText, isDefaultIcon, isEnabledInModalContext, isInInjectedContext, isTransparentUpdate, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, setDefaultIcon, setEnabledInModalContext, setInjectedContext, setShortcutSet, startInTransaction, toString, unregisterCustomShortcutSet, useSmallerFontForTextInToolbarclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisDumbAwarepublic void update(VcsContext e, Presentation presentation)
update in class AbstractVcsActionprotected void actionPerformed(VcsContext vcsContext)
actionPerformed in class AbstractVcsActionprotected void showSelectedRevision(VcsRevisionNumber selected, AbstractVcs vcs, VirtualFile file, Project project)
public static void showListPopup(java.util.List<VcsFileRevision> revisions, Project project, Consumer<? super VcsFileRevision> selectedRevisionConsumer, boolean showComments)