[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[News.eclipse.foundation] Re: Is it possible to get typed key in webpage but not only get typed key in window?

George,

You're asking using inappropriate newsgroup for a technical question given that this newsgroup is intended to discuss the operations of the Eclipse foundation as an organization. 

Maybe this article will help: 
http://www.eclipse.org/articles/Article-SWT-browser-widget/browser.html
You might want to check out what kinds of things are possible using WTP: 
http://www.eclipse.org/webtools/

George wrote:
Does eclipse has such a API as below:
Is it possible to get typed key in webpage but not only get typed key in SWT's window?
Considerable two kinds of API:
One API is has a webpage's key event such as org.eclipse.swt.events.KeyEvent;
The other API would be getting the web source after typing a key in the web.

Is there anyone who knows this?
Or this is forbidden by Eclipse or Microsoft's API?

I would very appreciate your guidance.