public interface IConflictRenderer
extends org.eclipse.core.runtime.IExecutableExtension
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentType()
Returns the content type against which this extension is bound.
|
java.lang.String |
renderDescription(Conflict conflict)
Renders a description to be shown in the description viewer when a
corresponding conflict is selected
|
java.lang.String |
renderShortName(Conflict conflict)
Renders a short name to be shown as a conflict label in the tree
|
java.lang.String renderShortName(Conflict conflict)
conflict - to render the name forjava.lang.String renderDescription(Conflict conflict)
conflict - to render the description forjava.lang.String getContentType()