public class JavaBridgeFX extends JavaBridge
CONTENT_TYPE_EXCLUDE, CONTENT_TYPE_INCLUDE, controls, JAVA_BRIDGE, map| Constructor and Description |
|---|
JavaBridgeFX() |
JavaBridgeFX(IdMap map) |
JavaBridgeFX(IdMap map,
JavaViewAdapter webView,
java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(Control c,
EventTypes type,
java.lang.String methodName,
java.lang.Object object)
Register a Listener on the Control, that invokes a function, that has the given name, on the given object.
|
addControl, addEventListener, executeScript, fireControlChange, fireEvent, fireEvent, getControls, getEntity, getMap, getViewAdapter, getWebView, init, logScript, put, readFile, setApplyingChangeMSG, update, withDebug, withLogger, withWebViewpublic JavaBridgeFX()
public JavaBridgeFX(IdMap map)
public JavaBridgeFX(IdMap map, JavaViewAdapter webView, java.lang.String type)
public void addListener(Control c, EventTypes type, java.lang.String methodName, java.lang.Object object)
JavaBridgeaddListener in class JavaBridgec - the controltype - the eventTypemethodName - the name of the function that is invokedobject - the object on which the method is invoked