|
TPTP 4.4.0 Testing Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Represents a macro command that can be included as part of the macro script or played back to perform a UI interaction.
| Method Summary | |
|---|---|
java.lang.String |
getDescriptiveField()
Returns the descriptive field of this command. |
MacroCommandShell |
getParent()
Returns the parent of this command. |
java.lang.String |
getType()
Returns the type of this command |
boolean |
isRepeatRedundant()
Returns false if executing this command just after it has already been executed will have a different output. |
boolean |
mergeEvent(org.eclipse.swt.widgets.Event e)
If this command occurs consecutively, then this method gives this command a chance to merge mutliple commands together to reduce the overhead. |
void |
processEvent(org.eclipse.swt.widgets.Event event)
Allows this command to process the corresponding event. |
void |
setDescriptiveField(java.lang.String descriptiveField)
Sets the descriptive field of this command. |
void |
setParent(MacroCommandShell parent)
Sets the parent of this command. |
| Methods inherited from interface org.eclipse.tptp.test.auto.gui.internal.core.IMacroInstruction |
|---|
getCorrespondingObject, getStartLine, getStopLine, getWidgetId, load, setCorrespondingObject, setWidgetId |
| Methods inherited from interface org.eclipse.tptp.test.auto.gui.internal.core.IWritable |
|---|
write, writeFinish, writeStart |
| Methods inherited from interface org.eclipse.tptp.test.auto.gui.internal.core.IPlayable |
|---|
playback |
| Method Detail |
public java.lang.String getType()
public void processEvent(org.eclipse.swt.widgets.Event event)
event - The event that awaits processingpublic boolean mergeEvent(org.eclipse.swt.widgets.Event e)
public java.lang.String getDescriptiveField()
public void setDescriptiveField(java.lang.String descriptiveField)
descriptiveField - The descriptive fieldpublic MacroCommandShell getParent()
public void setParent(MacroCommandShell parent)
parent - The parentpublic boolean isRepeatRedundant()
|
TPTP 4.4.0 Testing Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||