Oxygen XML Editor 11.2 Author API

ro.sync.ecss.extensions.api.access
Interface AuthorOutlineAccess

All Superinterfaces:
WSOutline

public interface AuthorOutlineAccess
extends WSOutline

Author Outline access.

*********************************
EXPERIMENTAL - Subject to change
*********************************

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.

Since:
11.2

Method Summary
 void refreshNodes(AuthorNode[] nodes)
          The Outline usually automatically updates the nodes based on the document changes.
 
Methods inherited from interface ro.sync.exml.workspace.api.editor.page.WSOutline
getSelectedPaths, setSelectionPaths
 

Method Detail

refreshNodes

void refreshNodes(AuthorNode[] nodes)
The Outline usually automatically updates the nodes based on the document changes. If the developer sets an AuthorOutlineCustomizer or an AuthorBreadCrumbCustomizer which uses as render text for a node the information available in another node, if the second node changes, the Outline/Bread Crumb components do not know what other nodes to update. Example: If the developer renders for a <chapter> the gathered text from the <title> child nodes then he will have to add a document listener and when a <title> node's text changes update the parent <chapter>.

Parameters:
nodes - The nodes to Refresh in the outline/bread crumb

Oxygen XML Editor 11.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2010.