public class RobotClipboardPasteEvent extends RobotKeyEvent
InputKeysParser
,
Robot
,
RobotKeyEvent
KEY_PRESS, KEY_RELEASE, KEY_TYPE
Constructor and Description |
---|
RobotClipboardPasteEvent(java.lang.String content,
java.util.Vector<RobotKeyEvent> pasteKeys)
The constructor of class RobotClipboardPasteEvent.
|
Modifier and Type | Method and Description |
---|---|
void |
doEvent(java.awt.Robot robot,
int ms_delay)
Overides RobotKeyEvent.doEvent(Robot, int).
|
doKeystrokes, equals, get_event, get_keycode, toString
public RobotClipboardPasteEvent(java.lang.String content, java.util.Vector<RobotKeyEvent> pasteKeys)
content:
- a 'non-standard' string to be copied to ClipboardpasteKeys:
- key strokes for doing paste-operation. (Ctrl+v)public void doEvent(java.awt.Robot robot, int ms_delay)
doEvent
in class RobotKeyEvent
Copyright © SAS Institute. All Rights Reserved.