Task #2106
Task #2113: Use the new TXMResult and TXMEditor hierarchy and centralization
TXMResult and TXMEditor hierarchy, modify CA related classes to use the new hierarchy
Status: | Closed | Start date: | 04/05/2017 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% |
|
Category: | Development | Spent time: | - | |
Target version: | TXM 0.8.0a (split/restructuration) |
Description
TXMResult and TXMEditor hierarchy, modify CA related classes to use the new hierarchy.
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)
getSimpleName() generated string (Tree node label)¶
PROPERTY_NAME + " (" + FIRST_DIMENSION + "," + SECOND_DIMENSION + ")"
eg. word (1,3)
getDetails() generated string (Editor/Tab tool tip)¶
//TO DEFINE
History
#1 Updated by Sebastien Jacquot almost 6 years ago
- Parent task set to #2113
#2 Updated by Sebastien Jacquot almost 6 years ago
- Description updated (diff)
#3 Updated by Sebastien Jacquot almost 6 years ago
- Description updated (diff)
- Status changed from New to Feedback
- % Done changed from 0 to 50
#4 Updated by Sebastien Jacquot almost 6 years ago
- Description updated (diff)
#5 Updated by Sebastien Jacquot over 4 years ago
- Status changed from Feedback to Closed
- % Done changed from 50 to 100