Class AbstractUserHelpDocumentationProvider
- java.lang.Object
-
- org.yakindu.base.utils.jface.help.AbstractUserHelpDocumentationProvider
-
- All Implemented Interfaces:
org.eclipse.xtext.documentation.IEObjectDocumentationProvider
public abstract class AbstractUserHelpDocumentationProvider extends Object implements org.eclipse.xtext.documentation.IEObjectDocumentationProvider
-
-
Field Summary
Fields Modifier and Type Field Description static String
EMPTY_DOCUMENTATION
-
Constructor Summary
Constructors Constructor Description AbstractUserHelpDocumentationProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
convertStreamToString(InputStream is)
protected String
getHelp(String contextId)
-
-
-
Field Detail
-
EMPTY_DOCUMENTATION
public static final String EMPTY_DOCUMENTATION
- See Also:
- Constant Field Values
-
-