public class ModuleHelp extends Object
Constructor and Description |
---|
ModuleHelp() |
Modifier and Type | Method and Description |
---|---|
static String |
createLink(String uri,
String label)
Creates a link with the given URI and label text.
|
static String |
getConstantHelpTip(Field field)
Retrieve help content for module constants.
|
static String |
getImageAndLabel(String imageSrcPath,
String label) |
static String |
getMethodHelpTip(Method method)
Retrieve help content for module method.
|
static String |
getModuleHelpTip(ModuleDefinition definition)
Retrieve help content for module definition.
|
static String |
getNodeContent(IMemento node) |
public static String getModuleHelpTip(ModuleDefinition definition)
definition
- module definition to fetch help forpublic static String createLink(String uri, String label)
uri
- the URIlabel
- the labelpublic static String getMethodHelpTip(Method method)
method
- module method to fetch help for