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