public class GlossaryRenderers
extends java.lang.Object
addGlossaryRenderer(IGlossaryRenderer)
.Modifier and Type | Field and Description |
---|---|
static IGlossaryRenderer |
DEFAULT_RENDERER |
Modifier and Type | Method and Description |
---|---|
static void |
addGlossaryRenderer(IGlossaryRenderer renderer) |
static java.util.List<IGlossaryRenderer> |
getAll() |
static IGlossaryRenderer |
getPreferredGlossaryRenderer() |
static void |
setPreferredGlossaryRenderer(IGlossaryRenderer renderer) |
public static final IGlossaryRenderer DEFAULT_RENDERER
public static java.util.List<IGlossaryRenderer> getAll()
public static void addGlossaryRenderer(IGlossaryRenderer renderer)
public static void setPreferredGlossaryRenderer(IGlossaryRenderer renderer)
public static IGlossaryRenderer getPreferredGlossaryRenderer()