public class Navigation extends GstInterface
GstInterface.ListElementCreator<E>
element, handle
Modifier and Type | Method and Description |
---|---|
void |
sendEvent(Structure structure) |
void |
sendKeyEvent(java.lang.String event,
java.lang.String key) |
void |
sendMouseEvent(java.lang.String event,
int button,
double x,
double y) |
static Navigation |
wrap(Element element)
Wraps the
Element in a Navigation interface |
getElement, nativeValue, objectList
public static final Navigation wrap(Element element)
Element
in a Navigation interfaceelement
- the element to use as a Navigationpublic void sendEvent(Structure structure)
public void sendKeyEvent(java.lang.String event, java.lang.String key)
public void sendMouseEvent(java.lang.String event, int button, double x, double y)