Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.javatools.compare.view
Interface NavigableConflictsView

All Known Implementing Classes:
BaseCompareView, IdeBaseCompareView, ListCompareView, SequenceCompareView, WedgeCompareView

Deprecated. included in release 11.1.1.2.0 (Shepherd), to be removed in 11.1.2.0.0 (Sherman); replaced by extending BaseCompareView.

@Deprecated
public interface NavigableConflictsView

Since:
11.1.1.0.0

Method Summary
 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.
 

Method Detail

hasNavigableConflicts

boolean hasNavigableConflicts()
Deprecated. 
Asks whether the view has navigable conflicts.

Returns:
true if the view has conflicts which can be navigated.

hasPreviousConflict

boolean hasPreviousConflict()
Deprecated. 
Asks whether there is a previous conflict based on the position.

Returns:
true if a previous conflict can be reached from the current position in the navigable view.

hasNextConflict

boolean hasNextConflict()
Deprecated. 
Asks whether there is a next conflict based on the position.

Returns:
true if a successive conflict can be reached from the current position in the navigable view.

goToFirstConflict

boolean goToFirstConflict()
Deprecated. 
Navigate to the first conflict in this view.

Returns:
true if there was at least one conflict in this view and navigation was successful.

goToLastConflict

boolean goToLastConflict()
Deprecated. 
Navigate to the last conflict in this view.

Returns:
true if there was at least one conflict in this view and navigation was successful.

goToPreviousConflict

boolean goToPreviousConflict()
Deprecated. 
Navigate to the previous conflict in this view.

Returns:
true if there was at least one conflict between the current conflict and the start of the view. If false is returned and you want to wrap navigation, you can call goToLastConflict().

goToNextConflict

boolean goToNextConflict()
Deprecated. 
Navigate to the next conflict in this view.

Returns:
true if there was at least one conflict between the current conflict and the end of the view. If false is returned and you want to wrap navigation, you can call goToFirstConflict().

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.