LightDriverKeyEventDriver, MouseEventDriverpublic class EventDriver extends LightSupportiveDriver
| Modifier and Type | Class | Description |
|---|---|---|
protected class |
EventDriver.Dispatcher |
Class used fot execution of an event through the dispatching thread.
|
| Constructor | Description |
|---|---|
EventDriver() |
Constructs an EventDriver object suporting ComponentOperator.
|
EventDriver(java.lang.String[] supported) |
Constructs an EventDriver object.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
checkVisibility(java.awt.Component component) |
Checks component visibility.
|
void |
dispatchEvent(java.awt.Component comp,
java.awt.AWTEvent event) |
Dispatches an event to the component.
|
checkSupported, getSupportedpublic EventDriver(java.lang.String[] supported)
supported - an array of supported class namespublic EventDriver()
public void dispatchEvent(java.awt.Component comp,
java.awt.AWTEvent event)
comp - Component to dispatch events to.event - an event to dispatch.protected void checkVisibility(java.awt.Component component)
component - a component.