Example usage for com.intellij.openapi.actionSystem IdeActions ACTION_NEXT_DIFF

List of usage examples for com.intellij.openapi.actionSystem IdeActions ACTION_NEXT_DIFF

Introduction

In this page you can find the example usage for com.intellij.openapi.actionSystem IdeActions ACTION_NEXT_DIFF.

Prototype

String ACTION_NEXT_DIFF

To view the source code for com.intellij.openapi.actionSystem IdeActions ACTION_NEXT_DIFF.

Click Source Link

Usage

From source file:com.intellij.diff.actions.impl.NextDifferenceAction.java

License:Apache License

public NextDifferenceAction() {
    setEnabledInModalContext(true);
    EmptyAction.setupAction(this, IdeActions.ACTION_NEXT_DIFF, null);
}