public class ShowUpdatedDiffActionProvider extends java.lang.Object implements AnActionExtensionProvider
Constructor and Description |
---|
ShowUpdatedDiffActionProvider() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(AnActionEvent e) |
static ChangeDiffRequestChain |
createDiffRequestChain(Project project,
Label before,
Label after,
java.lang.Iterable<? extends Pair<FilePath,FileStatus>> iterable,
FilePath selectedPath) |
boolean |
isActive(AnActionEvent e) |
void |
update(AnActionEvent e) |
public boolean isActive(AnActionEvent e)
isActive
in interface AnActionExtensionProvider
Provider should not modify presentation in this method. Only the first active provider will be used.
public void update(AnActionEvent e)
update
in interface AnActionExtensionProvider
public void actionPerformed(AnActionEvent e)
actionPerformed
in interface AnActionExtensionProvider
public static ChangeDiffRequestChain createDiffRequestChain(Project project, Label before, Label after, java.lang.Iterable<? extends Pair<FilePath,FileStatus>> iterable, FilePath selectedPath)