Task #2113
Updated by Sebastien Jacquot almost 4 years ago
Use the new TXMResult and TXMEditor hierarchy.
WIP:
To factorize and share some a bunch of functions/code: functions:
TBX:
* base results must extend Function, TXMResult or implement ITXMResult
* chart results must extend ChartResult or implement IChartResult
* result must define the abstract methods getName(), etc.
RCP:
* editor inputs must use or extend TXMEditorInput or ChartEditorInput
* editor part must use or extend TXMEditorPart or ChartEditorPart
Still need to discuss about the name methods, getName(), etc. and which ones to use at what location.
WIP:
To factorize and share some a bunch of functions/code: functions:
TBX:
* base results must extend Function, TXMResult or implement ITXMResult
* chart results must extend ChartResult or implement IChartResult
* result must define the abstract methods getName(), etc.
RCP:
* editor inputs must use or extend TXMEditorInput or ChartEditorInput
* editor part must use or extend TXMEditorPart or ChartEditorPart
Still need to discuss about the name methods, getName(), etc. and which ones to use at what location.