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 AnActionExtensionProviderProvider should not modify presentation in this method. Only the first active provider will be used.
public void update(AnActionEvent e)
update in interface AnActionExtensionProviderpublic void actionPerformed(AnActionEvent e)
actionPerformed in interface AnActionExtensionProviderpublic static ChangeDiffRequestChain createDiffRequestChain(Project project, Label before, Label after, java.lang.Iterable<? extends Pair<FilePath,FileStatus>> iterable, FilePath selectedPath)