org.netbeans.jemmy.drivers.input
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(String[] supported)
Constructs an EventDriver object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
checkVisibility(Component component)
Checks component visibility.
|
void |
dispatchEvent(Component comp,
AWTEvent event)
Dispatches an event to the component.
|
checkSupported, getSupported
public EventDriver(String[] supported)
supported
- an array of supported class namespublic EventDriver()
public void dispatchEvent(Component comp, AWTEvent event)
comp
- Component to dispatch events to.event
- an event to dispatch.protected void checkVisibility(Component component)
component
- a component.