Oxygen XML Editor 14.2 Author API

ro.sync.ecss.extensions.commons
Class XMLNodeRendererCustomizerAdapter

java.lang.Object
  extended by ro.sync.exml.workspace.api.node.customizer.XMLNodeRendererCustomizer
      extended by ro.sync.ecss.extensions.commons.XMLNodeRendererCustomizerAdapter
All Implemented Interfaces:
Extension

@API(type=INTERNAL,
     src=PUBLIC)
public class XMLNodeRendererCustomizerAdapter
extends XMLNodeRendererCustomizer

Empty implementation for XMLNodeRendererCustomizer.


Constructor Summary
XMLNodeRendererCustomizerAdapter()
           
 
Method Summary
 java.lang.String getDescription()
           
 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
 

Constructor Detail

XMLNodeRendererCustomizerAdapter

public XMLNodeRendererCustomizerAdapter()
Method Detail

getDescription

public java.lang.String getDescription()
Returns:
The description of the extension.
See Also:
Extension.getDescription()

getRenderingInformation

public BasicRenderingInformation getRenderingInformation(NodeRendererCustomizerContext context)
Description copied from class: XMLNodeRendererCustomizer
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.

Specified by:
getRenderingInformation in class XMLNodeRendererCustomizer
Parameters:
context - The node context(contains information like node name, namespace and attributes).
Returns:
The rendering information. If the returned value is null then the default node rendering will be used.
See Also:
XMLNodeRendererCustomizer.getRenderingInformation(ro.sync.exml.workspace.api.node.customizer.NodeRendererCustomizerContext)

Oxygen XML Editor 14.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.