[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.gef] Tie into Save All

We have an rcp that creates an ActionFactory.SAVE_ALL action and adds it to
a menu, and calls IActionBarConfigurer.registerGlobalAction().  This works
great for all our editors that get "dirty."  However, I have some data that
can be modified by all our views, editors, and even some programmatic calls.
We would like to be able to persist this data when the SaveAll button is
clicked, as well as enable SaveAll button when the data is "dirty."

What is the proper/best way to tie into the SaveAll mechanism?