Class ProblemIndicationComposite.TextProvider
- java.lang.Object
-
- org.eclipse.emf.common.ui.DiagnosticComposite.TextProvider
-
- org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.ProblemIndicationComposite.TextProvider
-
- Enclosing class:
- ProblemIndicationComposite
public static class ProblemIndicationComposite.TextProvider extends DiagnosticComposite.TextProvider
-
-
Constructor Summary
Constructors Constructor Description TextProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage(Diagnostic rootDiagnostic)
Returns the message to be displayed next to the icon, at the top of the editor.-
Methods inherited from class org.eclipse.emf.common.ui.DiagnosticComposite.TextProvider
getDetail
-
-
-
-
Method Detail
-
getMessage
public String getMessage(Diagnostic rootDiagnostic)
Returns the message to be displayed next to the icon, at the top of the editor.- Returns:
- a not null String
-
-