chrriis.dj.nativeswing.swtimpl.components
Class WebBrowserFunction
java.lang.Object
chrriis.dj.nativeswing.swtimpl.components.WebBrowserFunction
public abstract class WebBrowserFunction
- extends Object
A function that can be registered to a web browser.
- Author:
- Christopher Deckers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebBrowserFunction
public WebBrowserFunction(String functionName)
getName
public String getName()
invoke
public abstract Object invoke(JWebBrowser webBrowser,
Object... args)