| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.1) E13403-09  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.javatools.compare.CompareContributor
public abstract class CompareContributor
The base class for a single participant in compare.
| Constructor Summary | |
|---|---|
CompareContributor() | 
|
| Method Summary | |
|---|---|
 void | 
addPropertyChangeListener(java.beans.PropertyChangeListener listener)Add a listener to be notified when properties of this bean change.  | 
 void | 
addPropertyChangeListener(java.lang.String propertyName, java.beans.PropertyChangeListener listener)Add a listener to be notified when properties of this bean change.  | 
 java.lang.String | 
getLongLabel()Get a long label for this comparable element.  | 
protected  java.beans.PropertyChangeSupport | 
getPropertyChangeSupport()Get the property change support for this contributor.  | 
 java.lang.String | 
getShortLabel()Get a short label for this comparable element.  | 
 java.lang.String | 
getType()Get the extension of the file this contributor represents.  | 
 void | 
removePropertyChangeListener(java.beans.PropertyChangeListener listener)Remove a property change listener.  | 
 void | 
setLongLabel(java.lang.String longLabel)Set a long label for this comparable element.  | 
 void | 
setShortLabel(java.lang.String shortLabel)Set a short label for this comparable element.  | 
 void | 
setType(java.lang.String type)Set the extension of the file this contributor represents.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public CompareContributor()
| Method Detail | 
|---|
public java.lang.String getShortLabel()
public void setShortLabel(java.lang.String shortLabel)
shortLabel - short label for this comparable element.public java.lang.String getLongLabel()
public void setLongLabel(java.lang.String longLabel)
longLabel - a long label for this comparable element.public java.lang.String getType()
public void setType(java.lang.String type)
type - an extension for this file without any period prefix. E.g. "java".protected java.beans.PropertyChangeSupport getPropertyChangeSupport()
public void addPropertyChangeListener(java.lang.String propertyName,
                                      java.beans.PropertyChangeListener listener)
propertyName - the property to listen for changes tolistener - the listener to addpublic void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
listener - the listener to addpublic void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
listener - the listener to remove
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.1) E13403-09  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||