Hi, I had a problem with ApplicationDialog class. I needed a dialog with 3 buttons instead of the 2 buttons ApplicationDialog provides.
It solved the problem redefining a copy of the class and changing some methods of ApplicationDialog in an inherited class, but it would be easier if more methods of ApplicationDialog were protected instead of private.
I am talking of methods like initStandardCommands(), executeCloseAction(), constructDialog()...
Can it be contempled in the future releases of Spring RCP? It's an easy modification and helps a lot
Thx in advance



Reply With Quote