Uses of Interface
com.dlsc.gmapsfx.javascript.event.UIEventHandler
| Package | Description |
|---|---|
| com.dlsc.gmapsfx.javascript.object |
-
Uses of UIEventHandler in com.dlsc.gmapsfx.javascript.object
Methods in com.dlsc.gmapsfx.javascript.object with parameters of type UIEventHandler Modifier and Type Method Description voidDirectionsPane. addUIEventHandler(UIEventType type, UIEventHandler h)Adds a handler for a mouse type event on the map.voidDirectionsPane. addUIEventHandler(JavascriptObject obj, UIEventType type, UIEventHandler h)Adds a handler for a mouse type event on the map.voidGoogleMap. addUIEventHandler(UIEventType type, UIEventHandler h)Adds a handler for a mouse type event on the map.voidGoogleMap. addUIEventHandler(JavascriptObject obj, UIEventType type, UIEventHandler h)Adds a handler for a mouse type event on the map.Method parameters in com.dlsc.gmapsfx.javascript.object with type arguments of type UIEventHandler Modifier and Type Method Description voidGoogleMap. addMarkers(Collection<Marker> col, UIEventType type, javafx.util.Callback<Marker,UIEventHandler> h)