abbot.editor.recorder
Class FrameRecorder
java.lang.Object
abbot.editor.recorder.SemanticRecorder
abbot.editor.recorder.ComponentRecorder
abbot.editor.recorder.ContainerRecorder
abbot.editor.recorder.WindowRecorder
abbot.editor.recorder.FrameRecorder
- All Implemented Interfaces:
- SemanticEvents
public class FrameRecorder
- extends WindowRecorder
Record basic semantic events you might find on an Window.
Methods inherited from class abbot.editor.recorder.ComponentRecorder |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FrameRecorder
public FrameRecorder(Resolver resolver)
init
protected void init(int recordingType)
- Overrides:
init
in class WindowRecorder
isWindowEvent
protected boolean isWindowEvent(AWTEvent event)
- Additionally handle state change events (1.4 and later).
- Overrides:
isWindowEvent
in class WindowRecorder
parseWindowEvent
protected boolean parseWindowEvent(AWTEvent event)
- Overrides:
parseWindowEvent
in class WindowRecorder
createStep
protected Step createStep()
- Description copied from class:
ComponentRecorder
- Returns the script step generated from the events recorded so far.
- Overrides:
createStep
in class WindowRecorder
createFrameStateChange
protected Step createFrameStateChange(Frame frame,
int newState)
createResize
protected Step createResize(Window window,
Dimension size)
- Overrides:
createResize
in class WindowRecorder
getExtendedState
protected int getExtendedState(Frame frame)
Copyright © 2002-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on