|
|||||||||
| Home >> All >> abbot >> editor >> [ recorder overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
abbot.editor.recorder
Class JListRecorder

java.lang.Objectabbot.editor.recorder.SemanticRecorder
abbot.editor.recorder.ComponentRecorder
abbot.editor.recorder.ContainerRecorder
abbot.editor.recorder.JComponentRecorder
abbot.editor.recorder.JListRecorder
- All Implemented Interfaces:
- SemanticEvents
- public class JListRecorder
- extends JComponentRecorder
Record basic semantic events you might find on an JList.
- Select a cell
| Field Summary | |
private javax.swing.JList |
target
|
| Fields inherited from class abbot.editor.recorder.JComponentRecorder |
SE_ACTION_MAP |
| Fields inherited from class abbot.editor.recorder.ComponentRecorder |
|
| 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 | |
JListRecorder(abbot.Resolver resolver)
|
|
| Method Summary | |
protected abbot.script.Step |
createClick(java.awt.Component target,
int x,
int y,
int mods,
int count)
Create a click referencing the String value that was clicked. |
private java.lang.String |
getValueAsString(javax.swing.JList list,
int index)
|
| Methods inherited from class abbot.editor.recorder.JComponentRecorder |
accept, createActionMap, createStep, getAction, init, isMappedEvent, parse, parseActionMapEvent |
| Methods inherited from class abbot.editor.recorder.ComponentRecorder |
canDrag, canMultipleClick, createActivate, createAWTMenuSelection, createDrag, createDrop, createInputMethod, createKey, createMenuSelection, createPopupMenuSelection, createWindowEvent, dragStarted, isClick, isDrop, isKeyTyped, isMenuEvent, isWindowEvent, parseClick, parseDrop, parseInputMethod, parseKeyEvent, parseMenuSelection, parseWindowEvent |
| Methods inherited from class abbot.editor.recorder.SemanticRecorder |
addActionListener, getFinder, getRecordingType, getResolver, getStep, isFinished, record, setFinished, setRecordingType, setStatus, setStep |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
target
private javax.swing.JList target
| Constructor Detail |
JListRecorder
public JListRecorder(abbot.Resolver resolver)
| Method Detail |
getValueAsString
private java.lang.String getValueAsString(javax.swing.JList list, int index)
createClick
protected abbot.script.Step createClick(java.awt.Component target, int x, int y, int mods, int count)
- Create a click referencing the String value that was clicked.
- Overrides:
createClickin classComponentRecorder
|
|||||||||
| Home >> All >> abbot >> editor >> [ recorder overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC