abbot.editor.recorder
Class CheckboxRecorder

java.lang.Object
  extended by abbot.editor.recorder.SemanticRecorder
      extended by abbot.editor.recorder.ComponentRecorder
          extended by abbot.editor.recorder.CheckboxRecorder
All Implemented Interfaces:
SemanticEvents

public class CheckboxRecorder
extends ComponentRecorder

Record basic click a Checkbox component.


Field Summary
 
Fields inherited from class abbot.editor.recorder.SemanticRecorder
events
 
Fields inherited from interface abbot.editor.recorder.SemanticEvents
SE_ANY, SE_CLICK, SE_DRAG, SE_DROP, SE_IM, SE_KEY, SE_MENU, SE_NONE, SE_TEXT, SE_WINDOW
 
Constructor Summary
CheckboxRecorder(Resolver resolver)
           
 
Method Summary
protected  Step createClick(Component target, int x, int y, int mods, int count)
          Don't need to store any position or modifier information.
 
Methods inherited from class abbot.editor.recorder.ComponentRecorder
accept, canDrag, canMultipleClick, createAWTMenuSelection, createDrag, createDrop, createInputMethod, createKey, createMenuSelection, createPopupMenuSelection, createStep, createWindowEvent, dragStarted, getLocation, getLocationArgument, init, isClick, isClose, isDragDrop, isKeyTyped, isMenuEvent, isOpen, isToolTip, isWindowEvent, parse, parseClick, parseDrop, parseInputMethod, parseKeyEvent, parseMenuSelection, parseWindowEvent, setFinished
 
Methods inherited from class abbot.editor.recorder.SemanticRecorder
addActionListener, getRecordingType, getResolver, getStep, isFinished, record, setRecordingType, setStatus, setStep
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckboxRecorder

public CheckboxRecorder(Resolver resolver)
Method Detail

createClick

protected Step createClick(Component target,
                           int x,
                           int y,
                           int mods,
                           int count)
Don't need to store any position or modifier information.

Overrides:
createClick in class ComponentRecorder


Copyright © 2002-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge