Task #2100

Mis à jour par Sebastien Jacquot il y a plus de 8 ans

TXMResult and TXMEditor hierarchy, modify Partition Dimensions related classes to use the new hierarchy.

h3. getName() generated string (Editor/Tab title and Status bar when clicking on a result node)

RESULT_TYPE + ": " + PARENT_PARTITION_NAME

eg.: Dimensions: VOEUX_text_annee: 54

h3. getDetails() generated string (Editor/Tab tool tip)

_Idem_

h3. getSimpleName() generated string (Tree node label)

PARENT_PARTITION_SIMPLE_NAME

eg.: VOEUX_text_annee

Retour