org.netbeans.jemmy.drivers.focus
Class MouseFocusDriver

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

public class MouseFocusDriver
extends LightSupportiveDriver
implements FocusDriver


Constructor Summary
MouseFocusDriver()
           
 
Method Summary
 void giveFocus(ComponentOperator oper)
          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

MouseFocusDriver

public MouseFocusDriver()
Method Detail

giveFocus

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

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