[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: implementing global action in ApplicationWorkbench

IFocusService service = (IFocusService) Application.APP_WINDOW.getService(IFocusService.class);

how can I activate the cut, copy, paste of the edit menu for the given control?