Context sensitive tab for charts

Context sensitive tabs have existed already, for example for pictures and shapes. Now we have a context sensitive tab for charts. When the user double clicks on a chart, this tab appears with all chart related functions. The data table editor dialog has been converted to the JSDialog framework, it was one of the last pixel based, tunneled dialogs. The conversion was a difficult process, because this dialog used a custom table editor widget that was not used anywhere else. My decision was to extend the existing TreeView widget, that has been used for various complex dialogs already.

Leave a Reply