| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NavigableView
A CompareView that provides support for navigating between differences implements this interface.
| Method Summary | |
|---|---|
 void | 
addPositionListener(javax.swing.event.ChangeListener l)
Adds a listener for changes to the current navigable view position.  | 
 boolean | 
goToFirstDifference()
Navigate to the first difference in this view.  | 
 boolean | 
goToInitialDifference()
Navigate to the initial difference in this view, without requesting focus  | 
 boolean | 
goToLastDifference()
Navigate to the last difference in this view.  | 
 boolean | 
goToNextDifference()
Navigate to the next difference in this view.  | 
 boolean | 
goToPreviousDifference()
Navigate to the previous difference in this view.  | 
 boolean | 
hasNavigableDifferences()
Asks whether the view has navigable differences.  | 
 boolean | 
hasNextDifference()
Asks whether there is a next difference based on the position.  | 
 boolean | 
hasPreviousDifference()
Asks whether there is a previous difference based on the position.  | 
 void | 
removePositionListener(javax.swing.event.ChangeListener l)
Removes a listener for changes to the current navigable view position.  | 
| Method Detail | 
|---|
boolean goToInitialDifference()
void addPositionListener(javax.swing.event.ChangeListener l)
l - the listener to add.void removePositionListener(javax.swing.event.ChangeListener l)
l - the listener to remove.boolean hasNavigableDifferences()
boolean hasPreviousDifference()
boolean hasNextDifference()
boolean goToFirstDifference()
boolean goToLastDifference()
boolean goToPreviousDifference()
goToLastDifference().boolean goToNextDifference()
goToFirstDifference().
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||