Oxygen XML Editor 14.2 Author API

ro.sync.exml.workspace.api.standalone.ditamap
Interface TopicRefTargetInfoProvider


@API(type=EXTENDABLE,
     src=PUBLIC)
public interface TopicRefTargetInfoProvider

Provides information about targets for each topic reference.

Since:
12.2

Method Summary
 void computeTopicRefTargetInfo(java.util.Map<TopicRefInfo,TopicRefTargetInfo> ditaMapTargetReferences)
          Call back received to compute for each TopicRefInfo key the correct properties of the TopicRefTargetInfo object.
 

Method Detail

computeTopicRefTargetInfo

void computeTopicRefTargetInfo(java.util.Map<TopicRefInfo,TopicRefTargetInfo> ditaMapTargetReferences)
Call back received to compute for each TopicRefInfo key the correct properties of the TopicRefTargetInfo object. The TopicRefTargetInfo values are initialized but contain no properties inside. After the call back, the map is used by Oxygen to show titles for each topic reference in the DITA Maps Manager view.

Parameters:
ditaMapTargetReferences - A map of topic references.

Oxygen XML Editor 14.2 Author API

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