|
Oxygen XML Editor 13.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectro.sync.exml.workspace.api.node.customizer.XMLNodeRendererCustomizer
@API(type=EXTENDABLE, src=PUBLIC) public abstract class XMLNodeRendererCustomizer
Class used to customize the way an XML node is rendered in the UI. A node represents an entry from Author outline, Author bread crumb, Text page outline, content completion proposals window or DITA Map view.
Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
Constructor Summary | |
---|---|
XMLNodeRendererCustomizer()
|
Method Summary | |
---|---|
abstract BasicRenderingInformation |
getRenderingInformation(NodeRendererCustomizerContext context)
Get the rendering information (text to render, path of the icon to display in outline, bread crumb or content completion proposals window) for given context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ro.sync.ecss.extensions.api.Extension |
---|
getDescription |
Constructor Detail |
---|
public XMLNodeRendererCustomizer()
Method Detail |
---|
public abstract BasicRenderingInformation getRenderingInformation(NodeRendererCustomizerContext context)
context
- The node context(contains information like node name, namespace and attributes).
null
then the default node rendering will be used.
|
Oxygen XML Editor 13.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |