[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: New Platform Browser from Browser Widget
|
If I understand your question correctly: you can look into the javadoc for
org.eclipse.swt.browser.WindowEvent. This event is used to handle new window
requests with the SWT Browser. Application needs to handle these events to
support commands like href target="_blank" or javascript window.open.
Or are you asking for something else?
Chris