Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Eclipse 3.5 Javascript-to-Java implementation document
Eclipse 3.5 Javascript-to-Java implementation document [message #480093] Thu, 13 August 2009 19:12 Go to next message
Eclipse UserFriend
Originally posted by: chenbeth.hotmail.com

Is there a document or Eclipse bug report that details how the javascript to
java ( and java to javascript ) is been implemented in Eclipse 3.5? I only
found javadoc for BrowserFuntion.

Thanks for any help.

Regards,
-Beth
Re: Eclipse 3.5 Javascript-to-Java implementation document [message #480305 is a reply to message #480093] Fri, 14 August 2009 21:05 Go to previous messageGo to next message
Pan Daoen is currently offline Pan DaoenFriend
Messages: 14
Registered: July 2009
Junior Member
take a look to org.eclipse.help/livehelp.js

Regards
Gr8vyguy

Beth Chen 写道:
> Is there a document or Eclipse bug report that details how the javascript to
> java ( and java to javascript ) is been implemented in Eclipse 3.5? I only
> found javadoc for BrowserFuntion.
>
> Thanks for any help.
>
> Regards,
> -Beth
>
>
Re: Eclipse 3.5 Javascript-to-Java implementation document [message #480560 is a reply to message #480093] Mon, 17 August 2009 15:55 Go to previous messageGo to next message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
There isn't a document for this, and there isn't a patch that contains all
of the changes (the bug report was
https://bugs.eclipse.org/bugs/show_bug.cgi?id=156276 ). It was a pretty big
change, is there anything in particular you want to know? Much of the
low-level implementation can be found in:

for IE: class WebSite methods Invoke(), convertToJS(), convertToJava(),
GetExternal()
for Mozilla: class External (all), file external.idl/.xpt
for Safari: class Safari methods callJava(), convertToJS(), convertToJava(),
isSelectorExcludedFromWebScript(), webScriptNameForSelection()

Grant


"Beth Chen" <chenbeth@hotmail.com> wrote in message
news:h61ok2$77v$1@build.eclipse.org...
> Is there a document or Eclipse bug report that details how the javascript
to
> java ( and java to javascript ) is been implemented in Eclipse 3.5? I only
> found javadoc for BrowserFuntion.
>
> Thanks for any help.
>
> Regards,
> -Beth
>
>
Re: Eclipse 3.5 Javascript-to-Java implementation document [message #480882 is a reply to message #480560] Tue, 18 August 2009 18:15 Go to previous message
Eclipse UserFriend
Originally posted by: chenbeth.hotmail.com

Grant, thanks for the information !

-Beth

"Grant Gayed" <grant_gayed@ca.ibm.com> wrote in message
news:h6buh5$ssm$1@build.eclipse.org...
> There isn't a document for this, and there isn't a patch that contains all
> of the changes (the bug report was
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=156276 ). It was a pretty
> big
> change, is there anything in particular you want to know? Much of the
> low-level implementation can be found in:
>
> for IE: class WebSite methods Invoke(), convertToJS(), convertToJava(),
> GetExternal()
> for Mozilla: class External (all), file external.idl/.xpt
> for Safari: class Safari methods callJava(), convertToJS(),
> convertToJava(),
> isSelectorExcludedFromWebScript(), webScriptNameForSelection()
>
> Grant
>
>
> "Beth Chen" <chenbeth@hotmail.com> wrote in message
> news:h61ok2$77v$1@build.eclipse.org...
>> Is there a document or Eclipse bug report that details how the javascript
> to
>> java ( and java to javascript ) is been implemented in Eclipse 3.5? I
>> only
>> found javadoc for BrowserFuntion.
>>
>> Thanks for any help.
>>
>> Regards,
>> -Beth
>>
>>
>
>
Previous Topic:Library to extract frames from AVI files
Next Topic:Print swt widgets
Goto Forum:
  


Current Time: Tue Mar 19 06:03:11 GMT 2024

Powered by FUDForum. Page generated in 0.02699 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top