|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TopicRefTargetInfoProvider
Provides information about targets for each topic reference.
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.
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 |
---|
void computeTopicRefTargetInfo(java.util.Map<TopicRefInfo,TopicRefTargetInfo> ditaMapTargetReferences)
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.
ditaMapTargetReferences
- A map of topic references.
|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |