FileDocCategorySizeDatePackage
RobotPeer.javaAPI DocJava SE 6 API958Tue Jun 10 00:25:30 BST 2008java.awt.peer

RobotPeer

public interface RobotPeer
RobotPeer defines an interface whereby toolkits support automated testing by allowing native input events to be generated from Java code. This interface should not be directly imported by code outside the java.awt.* hierarchy; it is not to be considered public and is subject to change.
version
1.10, 11/17/05
author
Robi Khan

Fields Summary
Constructors Summary
Methods Summary
public intgetRGBPixel(int x, int y)

public int[]getRGBPixels(java.awt.Rectangle bounds)

public voidkeyPress(int keycode)

public voidkeyRelease(int keycode)

public voidmouseMove(int x, int y)

public voidmousePress(int buttons)

public voidmouseRelease(int buttons)

public voidmouseWheel(int wheelAmt)