public class WindowRecorder extends ContainerRecorder
events
Constructor and Description |
---|
WindowRecorder(Resolver resolver) |
Modifier and Type | Method and Description |
---|---|
protected Step |
createClose(Window window) |
protected Step |
createMove(Window window,
Point where) |
protected Step |
createResize(Window window,
Dimension size) |
protected Step |
createStep()
Returns the script step generated from the events recorded so far.
|
protected void |
init(int recordingType) |
protected boolean |
isWindowEvent(AWTEvent event)
Test whether the given event is a trigger for a window event.
|
protected boolean |
parseWindowEvent(AWTEvent event) |
accept, canDrag, canMultipleClick, createAWTMenuSelection, createClick, createDrag, createDrop, createInputMethod, createKey, createMenuSelection, createPopupMenuSelection, createWindowEvent, dragStarted, getLocation, getLocationArgument, isClick, isClose, isDragDrop, isKeyTyped, isMenuEvent, isOpen, isToolTip, parse, parseClick, parseDrop, parseInputMethod, parseKeyEvent, parseMenuSelection, setFinished
addActionListener, getRecordingType, getResolver, getStep, isFinished, record, setRecordingType, setStatus, setStep
public WindowRecorder(Resolver resolver)
protected void init(int recordingType)
init
in class ComponentRecorder
protected boolean isWindowEvent(AWTEvent event)
ComponentRecorder
isWindowEvent
in class ComponentRecorder
protected boolean parseWindowEvent(AWTEvent event)
parseWindowEvent
in class ComponentRecorder
protected Step createStep()
ComponentRecorder
createStep
in class ComponentRecorder
Abbot is hosted on