org.netbeans.jemmy.drivers.focus
Class APIFocusDriver

java.lang.Object
  extended by org.netbeans.jemmy.drivers.LightSupportiveDriver
      extended by org.netbeans.jemmy.drivers.focus.APIFocusDriver
All Implemented Interfaces:
FocusDriver, LightDriver

public class APIFocusDriver
extends LightSupportiveDriver
implements FocusDriver


Constructor Summary
APIFocusDriver()
           
 
Method Summary
 void giveFocus(ComponentOperator operator)
          Makes a compoennt having focus.
 
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

APIFocusDriver

public APIFocusDriver()
Method Detail

giveFocus

public void giveFocus(ComponentOperator operator)
Description copied from interface: FocusDriver
Makes a compoennt having focus.

Specified by:
giveFocus in interface FocusDriver
Parameters:
operator - Component operator.