| java.awt.peer.RobotPeer
RobotPeer | public interface RobotPeer (Code) | | 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.17, 05/05/07 author: Robi Khan |
dispose | public void dispose()(Code) | | |
getRGBPixel | public int getRGBPixel(int x, int y)(Code) | | |
keyPress | public void keyPress(int keycode)(Code) | | |
keyRelease | public void keyRelease(int keycode)(Code) | | |
mouseMove | public void mouseMove(int x, int y)(Code) | | |
mousePress | public void mousePress(int buttons)(Code) | | |
mouseRelease | public void mouseRelease(int buttons)(Code) | | |
mouseWheel | public void mouseWheel(int wheelAmt)(Code) | | |
|
|