Task #2105
Task #2113: Use the new TXMResult and TXMEditor hierarchy and centralization
TXMResult and TXMEditor hierarchy, modify Progression related classes to use the new hierarchy
Statut: | Closed | Début: | 05/04/2017 | |
---|---|---|---|---|
Priorité: | Normal | Echéance: | ||
Assigné à: | - | % réalisé: | 100% |
|
Catégorie: | Development | Temps passé: | - | |
Version cible: | TXM 0.8.0a (split/restructuration) |
Description
TXMResult and TXMEditor hierarchy, modify Progression related classes to use the new hierarchy.
Steps¶
- implement "public boolean compute(ProgressWatcher watcher, TXMCommandParameters parameters)" in result class
=> TODO - check the abstract handler to extract all computing code to the result compute() method
=> TODO - check the editor part code
- use the methods getIntParametersValue(), etc. to fill the widgets in the command parameters area
=> TODO - "public void computeResult(boolean update)" and use in it a TXMCommandParameters created with the values from the parameters area widget to compute the result
=> TODO - check that "public void createPartControl(final Composite parent)" method call "super.createPartControl(parent)" to create the parameters widgets inside the hideable parameters area controlled by hide/show the editor tool bar button
=> TODO
- use the methods getIntParametersValue(), etc. to fill the widgets in the command parameters area
getName() generated string (Editor/Tab title and Status bar when clicking on a result node)¶
PARENT_CORPUS_SIMPLE_NAME + ": " + QUERIES
eg.: VOEUX: ["faire", "voir"]
getDetails() generated string (Editor/Tab tool tip)¶
Idem
getSimpleName() generated string (Tree node label)¶
QUERIES
eg.: ["faire", "voir"]
Historique
#1 Mis à jour par Sebastien Jacquot il y a plus de 8 ans
- Sujet changé de Progression, modify classes to use the new TXMResult and TXMEditor hierarchy à TXMResult and TXMEditor hierarchy, modify Progression related classes to use the new hierarchy
- Description mis à jour (diff)
#2 Mis à jour par Sebastien Jacquot il y a plus de 8 ans
- Tâche parente mis à #2113
#3 Mis à jour par Sebastien Jacquot il y a plus de 8 ans
- Description mis à jour (diff)
- Statut changé de New à Feedback
- % réalisé changé de 0 à 80
#4 Mis à jour par Sebastien Jacquot il y a plus de 8 ans
- Description mis à jour (diff)
#5 Mis à jour par Sebastien Jacquot il y a environ 8 ans
- Description mis à jour (diff)
- % réalisé changé de 80 à 50
#6 Mis à jour par Sebastien Jacquot il y a plus de 7 ans
- Statut changé de Feedback à Closed
- % réalisé changé de 50 à 100