About Titles Customization in the RFLP Linked Objects Window

The titles of the categories displayed in the RFLP Linked Objects window can be customized.

This page discusses:

About Titles Customization

You can use the CATImmRFLPLinksDecoderPanel.CATNls resource file to customize the titles of the following categories:

  • Implemented Objects
  • Implementing Objects
  • Downstream Requirements
  • Downstream Requirement Sources.

Note: The resource file is available in the resource\msgcatalog directory.

Default Values

In CATImmRFLPLinksDecoderPanel.CATNls, the default titles values for the customizable categories are provided:

// Custom categories default values
RFLPNavPanel_ = "/P1 Linked Objects:";
RFLPNavPanel_Implemented = "Implemented /P1 Objects:";
RFLPNavPanel_Implementing = "Implementing /P1 Objects:";
RFLPNavPanel_DerivedReq = "Derived /P1:";
RFLPNavPanel_DerivedReqSource = "Derived /P1 Sources:";
Note: "P1" (Parameter 1) corresponds to the title of the pointed type.

Example

In this example, Implementing Logical Instance Objects is the default title for the Implementing Objects category.

Logical Instance is the title of the pointed type.



Customized Values

A dedicated tag is provided to customize the categories titles :

RFLPNavPanel_<MainCategory>_<TypeSel>_<TypeTarget> = "<Title>";

Tag Manipulation

In the tag, four elements have to be specified:

  • <MainCategory> : Implementing, Implemented, DerivedReq, or DerivedReqSource
  • <TypeSel> : Type of the selected object
  • <TypeTarget> : Type of the pointed object
  • "<Title>" : Customized title.

When the tag is added to CATImmRFLPLinksDecoderPanel.CATNls, the default value for the specified category is ignored.

Example

In this example, the following tag had been added to CATImmRFLPLinksDecoderPanel.CATNls:

RFLPNavPanel_Implementing_RFLPLMFunctionalInstance_RFLVPMLogicalInstance = "From FctInstMyCompany to LogInstMyCompany:".

FctInstMyCompany to LogInstMyCompany is now the customized title for the Implementing Objects category.