Task #2106
Mis à jour par Sebastien Jacquot il y a plus de 8 ans
TXMResult and TXMEditor hierarchy, modify CA related classes to use the new hierarchy.
h3. getName() generated string (Editor/Tab title and Status bar when clicking on a result node)
PARENT_CORPUS_SIMPLE_NAME OR PARENT_PARTITION_SIMPLE_NAME + ":" + PROPERTY_NAME + " (" + FIRST_DIMENSION + "," + SECOND_DIMENSION + ")"
eg. VOEUX_text_annee:word (1,3)
h3. getSimpleName() generated string (Tree node label)
PROPERTY_NAME + " (" + FIRST_DIMENSION + "," + SECOND_DIMENSION + ")"
eg. word (1,3)
h3. getDetails() generated string (Editor/Tab tool tip)
//TO DEFINE
h3. getName() generated string (Editor/Tab title and Status bar when clicking on a result node)
PARENT_CORPUS_SIMPLE_NAME OR PARENT_PARTITION_SIMPLE_NAME + ":" + PROPERTY_NAME + " (" + FIRST_DIMENSION + "," + SECOND_DIMENSION + ")"
eg. VOEUX_text_annee:word (1,3)
h3. getSimpleName() generated string (Tree node label)
PROPERTY_NAME + " (" + FIRST_DIMENSION + "," + SECOND_DIMENSION + ")"
eg. word (1,3)
h3. getDetails() generated string (Editor/Tab tool tip)
//TO DEFINE