-
-
Methods in com.dlsc.gmapsfx.javascript.object with parameters of type UIEventType
| Modifier and Type |
Method |
Description |
void |
GoogleMap.addMarkers(Collection<Marker> col,
UIEventType type,
javafx.util.Callback<Marker,UIEventHandler> h) |
|
void |
GoogleMap.addMouseEventHandler(UIEventType type,
MouseEventHandler h) |
Adds a handler for a mouse type event and returns an object that does not require interaction with
the underlying Javascript API.
|
void |
DirectionsPane.addUIEventHandler(UIEventType type,
UIEventHandler h) |
Adds a handler for a mouse type event on the map.
|
void |
DirectionsPane.addUIEventHandler(JavascriptObject obj,
UIEventType type,
UIEventHandler h) |
Adds a handler for a mouse type event on the map.
|
void |
GoogleMap.addUIEventHandler(UIEventType type,
UIEventHandler h) |
Adds a handler for a mouse type event on the map.
|
void |
GoogleMap.addUIEventHandler(JavascriptObject obj,
UIEventType type,
UIEventHandler h) |
Adds a handler for a mouse type event on the map.
|
protected void |
GoogleMap.addUIHandler(JavascriptObject obj,
UIEventType type,
GFXEventHandler h) |
|