|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.jemmy.drivers.LightSupportiveDriver
org.netbeans.jemmy.drivers.input.EventDriver
public class EventDriver
Superclass for all drivers using event dispatching.
Nested Class Summary | |
---|---|
protected class |
EventDriver.Dispatcher
Class used fot execution of an event through the dispatching thread. |
Constructor Summary | |
---|---|
EventDriver()
Constructs an EventDriver object suporting ComponentOperator. |
|
EventDriver(java.lang.String[] supported)
Constructs an EventDriver object. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.netbeans.jemmy.drivers.LightSupportiveDriver |
---|
checkSupported, getSupported |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventDriver(java.lang.String[] supported)
supported
- an array of supported class namespublic EventDriver()
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |