Interface TopicRefTargetInfoProvider
-
@API(type=EXTENDABLE, src=PUBLIC) public interface TopicRefTargetInfoProvider
Provides information about targets for each topic reference.- Since:
- 12.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
clearCache()
Invalidate the entire cache.void
computeTopicRefTargetInfo(java.util.Map<TopicRefInfo,TopicRefTargetInfo> ditaMapTargetReferences)
Call back received to compute for eachTopicRefInfo
key the correct properties of theTopicRefTargetInfo
object.
-
-
-
Method Detail
-
computeTopicRefTargetInfo
void computeTopicRefTargetInfo(java.util.Map<TopicRefInfo,TopicRefTargetInfo> ditaMapTargetReferences)
Call back received to compute for eachTopicRefInfo
key the correct properties of theTopicRefTargetInfo
object. TheTopicRefTargetInfo
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.
-
clearCache
default void clearCache()
Invalidate the entire cache. Called when the entire cache needs to be invalidated, for example when F5 is pressed in the DITA maps manager view.- Since:
- 22
-
-