Task #2400
Mis à jour par Sebastien Jacquot il y a plus de 6 ans
WIP:
This ticket is dedicated to centralize and check the standardizing of result text labels in UI at 3 locations:
* Corpora view tree node label
* Editor/Tab title and Status bar when clicking on a result node
* Editor/Tab tool tip
* TODO: add information Area at bottom toolbar ? redundancy with status bar?
Dev note: methods called in each area are:
* getSimpleName() (Tree node label)
* getName()(Editor/Tab title and Status bar when clicking on a result node)
* getDetails() (Editor/Tab tool tip)
* create some methods?: getParametersDetails(), getSummary(), getStartOfComputingMessage(), getEndOfComputingMessage(), etc.
| TXMResult | Tree Node label | Editor/Tab title and Status bar | Editor/Tab tool tip |
| Concordance | | | |
| | | | |
| Cooccurrence | | | |
| | | | |
| Index | | | |
| | | | |
| Properties | | | |
| | | | |
| Partition Properties | | | |
| | | | |
| InternalView | | | |
| | | | |
| LexicalTable | | | |
| | | | |
| Lexicon | | | |
| | | | |
| Referencer | | | |
| | | | |
| Specificities | | | |
| | | | |
| SpecificitiesSelection | | | |
| | | | |
| AHC | PARENT_CA_NAME | _idem_ | _idem_ |
| | VOEUX_text_annee:word | _idem_ | _idem_ |
| CA | PARENT_CORPUS_SIMPLE_NAME OR PARENT_PARTITION_SIMPLE_NAME + ":" + PROPERTY_NAME + " (" + FIRST_DIMENSION + "," + SECOND_DIMENSION + ")" | PROPERTY_NAME + " (" + FIRST_DIMENSION + "," + SECOND_DIMENSION + ")" | |
| | VOEUX_text_annee:word (1,3) | word (1,3) | "FMin = " + this.getLexicalTable().getFMin() |
| Progression | | | |
| | | | |
This ticket is dedicated to centralize and check the standardizing of result text labels in UI at 3 locations:
* Corpora view tree node label
* Editor/Tab title and Status bar when clicking on a result node
* Editor/Tab tool tip
* TODO: add information Area at bottom toolbar ? redundancy with status bar?
Dev note: methods called in each area are:
* getSimpleName() (Tree node label)
* getName()(Editor/Tab title and Status bar when clicking on a result node)
* getDetails() (Editor/Tab tool tip)
* create some methods?: getParametersDetails(), getSummary(), getStartOfComputingMessage(), getEndOfComputingMessage(), etc.
| TXMResult | Tree Node label | Editor/Tab title and Status bar | Editor/Tab tool tip |
| Concordance | | | |
| | | | |
| Cooccurrence | | | |
| | | | |
| Index | | | |
| | | | |
| Properties | | | |
| | | | |
| Partition Properties | | | |
| | | | |
| InternalView | | | |
| | | | |
| LexicalTable | | | |
| | | | |
| Lexicon | | | |
| | | | |
| Referencer | | | |
| | | | |
| Specificities | | | |
| | | | |
| SpecificitiesSelection | | | |
| | | | |
| AHC | PARENT_CA_NAME | _idem_ | _idem_ |
| | VOEUX_text_annee:word | _idem_ | _idem_ |
| CA | PARENT_CORPUS_SIMPLE_NAME OR PARENT_PARTITION_SIMPLE_NAME + ":" + PROPERTY_NAME + " (" + FIRST_DIMENSION + "," + SECOND_DIMENSION + ")" | PROPERTY_NAME + " (" + FIRST_DIMENSION + "," + SECOND_DIMENSION + ")" | |
| | VOEUX_text_annee:word (1,3) | word (1,3) | "FMin = " + this.getLexicalTable().getFMin() |
| Progression | | | |
| | | | |