| java.lang.Object abbot.editor.recorder.SemanticRecorder abbot.editor.recorder.ComponentRecorder abbot.editor.recorder.ContainerRecorder abbot.editor.recorder.JComponentRecorder abbot.editor.recorder.JTextComponentRecorder
JTextComponentRecorder | public class JTextComponentRecorder extends JComponentRecorder (Code) | | Record basic semantic events you might find on an JTextComponent.
|
Method Summary | |
protected Step | createClick(Component comp, int x, int y, int mods, int count) The text component click should click on the text index instead of a
mouse coordinate. | protected Step | createDrop(Component comp, int start, int end) | protected Step | createStep() | protected boolean | dragStarted(Component target, int x, int y, int modifiers, MouseEvent dragEvent) Coalesce initial click with subsequent drags to produce a
selection. | protected void | init(int rtype) | protected boolean | isMappedEvent(KeyEvent ev) Don't store the action "default-typed"; store the key event instead. | protected boolean | parseDrop(AWTEvent event) |
SE_SELECTION | final public static int SE_SELECTION(Code) | | |
JTextComponentRecorder | public JTextComponentRecorder(Resolver resolver)(Code) | | |
createClick | protected Step createClick(Component comp, int x, int y, int mods, int count)(Code) | | The text component click should click on the text index instead of a
mouse coordinate.
|
dragStarted | protected boolean dragStarted(Component target, int x, int y, int modifiers, MouseEvent dragEvent)(Code) | | Coalesce initial click with subsequent drags to produce a
selection.
|
init | protected void init(int rtype)(Code) | | |
isMappedEvent | protected boolean isMappedEvent(KeyEvent ev)(Code) | | Don't store the action "default-typed"; store the key event instead.
|
Fields inherited from abbot.editor.recorder.JComponentRecorder | final public static int SE_ACTION_MAP(Code)(Java Doc)
|
Methods inherited from abbot.editor.recorder.ComponentRecorder | public boolean accept(AWTEvent event)(Code)(Java Doc) protected boolean canDrag()(Code)(Java Doc) protected boolean canMultipleClick()(Code)(Java Doc) protected Step createAWTMenuSelection(Component parent, MenuItem menuItem, boolean isPopup)(Code)(Java Doc) protected Step createClick(Component target, int x, int y, int mods, int count)(Code)(Java Doc) protected Step createDrag(Component comp, int x, int y)(Code)(Java Doc) protected Step createDrop(Component comp, int x, int y)(Code)(Java Doc) protected Step createInputMethod(Component comp, ArrayList codes, String text)(Code)(Java Doc) protected Step createKey(Component comp, char keychar, int mods)(Code)(Java Doc) protected Step createMenuSelection(Component menuItem)(Code)(Java Doc) protected Step createPopupMenuSelection(Component invoker, int x, int y, Component menuItem)(Code)(Java Doc) protected Step createStep()(Code)(Java Doc) protected Step createWindowEvent(Window window, boolean isClose)(Code)(Java Doc) protected boolean dragStarted(Component target, int x, int y, int modifiers, MouseEvent dragEvent)(Code)(Java Doc) protected ComponentLocation getLocation(Component c, int x, int y)(Code)(Java Doc) protected String getLocationArgument(Component c, int x, int y)(Code)(Java Doc) protected void init(int recordingType)(Code)(Java Doc) protected boolean isClick(AWTEvent event)(Code)(Java Doc) protected boolean isClose(AWTEvent event)(Code)(Java Doc) protected boolean isDragDrop(AWTEvent event)(Code)(Java Doc) protected boolean isKeyTyped(AWTEvent event)(Code)(Java Doc) protected boolean isMenuEvent(AWTEvent event)(Code)(Java Doc) protected boolean isOpen(AWTEvent event)(Code)(Java Doc) protected boolean isToolTip(Object source)(Code)(Java Doc) protected boolean isWindowEvent(AWTEvent event)(Code)(Java Doc) public boolean parse(AWTEvent event)(Code)(Java Doc) protected boolean parseClick(AWTEvent event)(Code)(Java Doc) protected boolean parseDrop(AWTEvent event)(Code)(Java Doc) protected boolean parseInputMethod(AWTEvent event)(Code)(Java Doc) protected boolean parseKeyEvent(AWTEvent e)(Code)(Java Doc) protected boolean parseMenuSelection(AWTEvent event)(Code)(Java Doc) protected boolean parseWindowEvent(AWTEvent event)(Code)(Java Doc) protected void setFinished(boolean state)(Code)(Java Doc)
|
|
|