abbot.editor.recorder
Class JTabbedPaneRecorder
java.lang.Object
abbot.editor.recorder.SemanticRecorder
abbot.editor.recorder.ComponentRecorder
abbot.editor.recorder.ContainerRecorder
abbot.editor.recorder.JComponentRecorder
abbot.editor.recorder.JTabbedPaneRecorder
- All Implemented Interfaces:
- SemanticEvents
public class JTabbedPaneRecorder
- extends JComponentRecorder
Record basic semantic events you might find on an JTabbedPane.
Methods inherited from class abbot.editor.recorder.ComponentRecorder |
canDrag, canMultipleClick, createAWTMenuSelection, createDrag, createDrop, createInputMethod, createKey, createPopupMenuSelection, createWindowEvent, dragStarted, getLocation, getLocationArgument, isClick, isClose, isDragDrop, isKeyTyped, isMenuEvent, isOpen, isToolTip, isWindowEvent, parseClick, parseDrop, parseInputMethod, parseKeyEvent, parseMenuSelection, parseWindowEvent, setFinished |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JTabbedPaneRecorder
public JTabbedPaneRecorder(Resolver resolver)
accept
public boolean accept(AWTEvent event)
- Description copied from class:
JComponentRecorder
- Add handling for JComponent input-mapped actions.
- Overrides:
accept
in class JComponentRecorder
createMenuSelection
protected Step createMenuSelection(Component menuItem)
- Special case for OSX tab selection from popup menu.
- Overrides:
createMenuSelection
in class ComponentRecorder
createClick
protected Step createClick(Component target,
int x,
int y,
int mods,
int count)
- Parse clicks, notably those that select a tab.
- Overrides:
createClick
in class ComponentRecorder
Copyright © 2002-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on