org.netbeans.jemmy.drivers.focus
Class MouseFocusDriver
java.lang.Object
org.netbeans.jemmy.drivers.LightSupportiveDriver
org.netbeans.jemmy.drivers.focus.MouseFocusDriver
- All Implemented Interfaces:
- FocusDriver, LightDriver
public class MouseFocusDriver
- extends LightSupportiveDriver
- implements FocusDriver
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MouseFocusDriver
public MouseFocusDriver()
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.