Is there any API in SWT that I can call to register an Apple Event
Handler? What I'm trying to archive is to double click on a new file
extension that it will launch to my app. The only thing is I see that MAC
handles argument differently than Window. Therefore, the way how I just
getArguments through the IApplication does not work. I must somehow
register com.apple.eawt.ApplicationAdapter to use the
handleOpenFile(ApplicationEvent event) method. Any help will be greatly
appreciated.