Package ro.sync.ecss.extensions.tei
Class TEINodeRendererCustomizer
java.lang.Object
ro.sync.exml.workspace.api.node.customizer.XMLNodeRendererCustomizer
ro.sync.ecss.extensions.tei.TEINodeRendererCustomizer
- All Implemented Interfaces:
- Extension
@API(type=INTERNAL,
     src=PUBLIC)
public class TEINodeRendererCustomizer
extends XMLNodeRendererCustomizer
Class used to customize the way an TEI 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 Elements view.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet the rendering information (text to render, path of the icon to display in outline, bread crumb or content completion proposals window) for given context.
- 
Constructor Details- 
TEINodeRendererCustomizerpublic TEINodeRendererCustomizer()
 
- 
- 
Method Details- 
getRenderingInformationDescription copied from class:XMLNodeRendererCustomizerGet the rendering information (text to render, path of the icon to display in outline, bread crumb or content completion proposals window) for given context.- Specified by:
- getRenderingInformationin class- XMLNodeRendererCustomizer
- Parameters:
- context- The node context(contains information like node name, namespace and attributes).
- Returns:
- The rendering information. 
         If the returned value is nullthen the default node rendering will be used.
 
- 
getDescription- Returns:
- The description of the extension.
 
 
-