| Package | Description |
|---|---|
| com.lynden.gmapsfx.javascript.event | |
| com.lynden.gmapsfx.javascript.object |
| Modifier and Type | Method and Description |
|---|---|
static UIEventType |
UIEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIEventType[] |
UIEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and 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 |
GoogleMap.addUIEventHandler(JavascriptObject obj,
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 |
DirectionsPane.addUIEventHandler(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) |
Copyright © 2017. All rights reserved.