As I know when right click mouse on a chart there will be pop up menu with save and print functionality. Could we get those functionality on the main menu of an RCP application? The RCP applicaitn is simple, it has a view that shows the jfreechart by swt-awt bridge. I would like to have the menu item for save&print showing in the RCP applicaiton main menu instead of the popup menu on each chart, how to do it?
Thanks for the help.
Save and Print on the main menu
The functionality is contained in
See methodsetc
Code: Select all
org.jfree.chart.ChartPanel
Code: Select all
public void doSaveAs() throws java.io.IOException
public void doEditChartProperties()