BaseCompareView
.@Deprecated
public interface NavigableConflictsView
Modifier and Type | Method and Description |
---|---|
boolean |
goToFirstConflict()
Deprecated.
Navigate to the first conflict in this view.
|
boolean |
goToLastConflict()
Deprecated.
Navigate to the last conflict in this view.
|
boolean |
goToNextConflict()
Deprecated.
Navigate to the next conflict in this view.
|
boolean |
goToPreviousConflict()
Deprecated.
Navigate to the previous conflict in this view.
|
boolean |
hasNavigableConflicts()
Deprecated.
Asks whether the view has navigable conflicts.
|
boolean |
hasNextConflict()
Deprecated.
Asks whether there is a next conflict based on the position.
|
boolean |
hasPreviousConflict()
Deprecated.
Asks whether there is a previous conflict based on the position.
|
boolean hasNavigableConflicts()
boolean hasPreviousConflict()
boolean hasNextConflict()
boolean goToFirstConflict()
boolean goToLastConflict()
boolean goToPreviousConflict()
goToLastConflict()
.boolean goToNextConflict()
goToFirstConflict()
.