|
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 | |||||||||
java.lang.Objectoracle.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. |
java.lang.Object |
getProperty(java.lang.String name)
|
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 |
setProperty(java.lang.String name,
java.lang.Object value)
|
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 removepublic final java.lang.Object getProperty(java.lang.String name)
public final void setProperty(java.lang.String name,
java.lang.Object value)
|
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 | |||||||||