| [news.eclipse.platform] Re: About the IActionDelegate? |
|
Dollyn, Here's an example where it's used in selectionChanged: public void selectionChanged(IAction action, ISelection selection)Maybe in run you'd look astisChecked to behave one of two ways or you'd toggle that state... Dollyn wrote: There are two methods in this interface : SelectionChanged(IAction action, ISelection selection) and run(IAction action). |