WebEngine add/removeJavaScriptBinding Methods

Carlos Lozano Diez carlos at adaptiveware.eu
Thu Apr 25 11:40:09 PDT 2013


Hi all,

Quick question in the hope someone will be able to shed some light.

I'm seeing the following methods in the javadoc for javafx.scene.web.WebEngine on JDK 8 Build b86:
public void addJavaScriptBinding(java.lang.String name, java.lang.Object value)
public void removeJavaScriptBinding(java.lang.String name)
public void exportObject(java.lang.String jsName, java.lang.Object object)
But they're not present in the actual implementation (I decompiled the stub). Is the implementation still finding its way into the JDK 8 build or am I missing something?

Any pointers appreciated.

Cheers,

C!


More information about the openjfx-dev mailing list