public class EventDriver extends LightSupportiveDriver
Modifier and Type | Class and Description |
---|---|
protected class |
EventDriver.Dispatcher
Class used fot execution of an event through the dispatching thread.
|
Constructor and Description |
---|
EventDriver()
Constructs an EventDriver object suporting ComponentOperator.
|
EventDriver(java.lang.String[] supported)
Constructs an EventDriver object.
|
Modifier and Type | Method and 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, getSupported
public 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.