public class RendererHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
COMPILATION_SUBTITLE |
protected static String |
DOCUMENTATION_SUBTITLE |
| Constructor and Description |
|---|
RendererHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
docToString(Doc doc,
String... optionalDocumentations)
Return HTML formatted tooltip.
|
static String |
getNameAndCompComboString(String name) |
static String |
getNameAndCompListString(String name) |
static String |
getNameAndDocComboString(String name,
String documentation) |
static String |
getNameAndDocListString(String name,
String documentation) |
protected static final String DOCUMENTATION_SUBTITLE
protected static final String COMPILATION_SUBTITLE
public static String docToString(Doc doc, String... optionalDocumentations)
doc - the doc to useoptionalDocumentations - optional documentationpublic static String getNameAndDocListString(String name, String documentation)
public static String getNameAndDocComboString(String name, String documentation)
Copyright © 1999–2015 CodeLutin. All rights reserved.