| 
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 | |||||||||
java.lang.Objectoracle.ide.quickdiff.QuickDiffReferenceProvider
public abstract class QuickDiffReferenceProvider
Class that provides a comparable Quick Diff reference and specifies how it should be represented in the UI.
| Constructor Summary | |
|---|---|
QuickDiffReferenceProvider()
 | 
|
| Method Summary | |
|---|---|
abstract  QuickDiffReference | 
createReference(java.net.URL url)
Creates an observable QuickDiffReference for the given URL value. | 
abstract  java.lang.String | 
getID()
Gets the ID against which this reference provider is registered.  | 
 float | 
getMenuSection()
Gets a section identifier for the menu item representing this reference type in the UI.  | 
abstract  java.lang.String | 
getName()
Gets the human-readable name used to describe the reference type in the UI.  | 
 boolean | 
isAvailable(java.net.URL url)
Asks whether this reference type should be made available for the given URL.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public QuickDiffReferenceProvider()
| Method Detail | 
|---|
public abstract java.lang.String getID()
public abstract java.lang.String getName()
public float getMenuSection()
public boolean isAvailable(java.net.URL url)
url - the URL.
public abstract QuickDiffReference createReference(java.net.URL url)
QuickDiffReference for the given URL value.
url - the URL of the reference.
QuickDiffReference backed by the URL.
  | 
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 | |||||||||