Task #2400

Mis à jour par Sebastien Jacquot il y a plus de 7 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)

| TXMResult | Tree Node label | Editor/Tab title and Status bar | Editor/Tab tool tip |
| Concordance | | | |
| | | | |
| Contrast | | | |
| | | | |
| Cooccurrence | | | |
| | | | |
| Index | | | |
| | | | |
| .TSIndex | | | |
| | | | |
| Properties | | | |
| | | | |
| InternalView | | | |
| | | | |
| LexicalTable | | | |
| | | | |
| Lexicon | | | |
| | | | |
| ParaBrowser | | | |
| | | | |
| Preview | | | |
| | | | |
| QueryAutoCooccurence | | | |
| | | | |
| QueryCooccurence | | | |
| | | | |
| QueryIndex | | | |
| | | | |
| Referencer | | | |
| | | | |
| Specificities | | | |
| | | | |
| Summary | | | |
| | | | |
| TIGERSearch | | | |
| | | | |
| 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 + ")" | | |
| | | | |
| PartitionDimensions | | | |
| | | | |
| Progression | | | |
| | | | |
| SpecificitiesSelection | | | |
| | | | |
| TextsBalance | | | |
| | | | |
| WordCloud | | | |
| | | | |

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

PROPERTY

eg.: word

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

PARENT_PARTITION_NAME + ":" + PROPERTY

eg.: VOEUX_text_loc: 7: word

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

_Idem_

Retour