[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[News.eclipse.foundation] Is it possible to get typed key in webpage but not only get typed key in window?
|
- From: jiaxinl@xxxxxxxxxx (George)
- Date: Sat, 31 May 2008 08:06:05 +0000 (UTC)
- Newsgroups: eclipse.foundation
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
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.