|
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 instruction. The instruction is expected to both be writable and playable.
| Method Summary | |
|---|---|
IUIObject |
getCorrespondingObject()
Returns the corresponding IUIObject of this macro instruction. |
int |
getStartLine()
Returns the starting line number of this macro instruction in the macro script that it belongs to. |
int |
getStopLine()
Returns the last line number of this macro instruction in the macro script that it belongs to. |
WidgetIdentifier |
getWidgetId()
Returns the corresponding widget id of this instruction |
void |
load(org.w3c.dom.Node node,
java.util.Hashtable lineTable)
Invoked to load the macro instruction based on its corresponding XML node. |
void |
setCorrespondingObject(IUIObject uiObject)
Sets the UI object for this macro instruction. |
void |
setWidgetId(WidgetIdentifier widgetIdentifier)
Sets the widget identifier for this macro instruction |
| 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 void load(org.w3c.dom.Node node,
java.util.Hashtable lineTable)
throws org.eclipse.core.runtime.CoreException
node - The XML node representing this macro instructionlineTable - Contains line level information
org.eclipse.core.runtime.CoreException - In case of an unexpected errorpublic WidgetIdentifier getWidgetId()
public void setWidgetId(WidgetIdentifier widgetIdentifier)
public IUIObject getCorrespondingObject()
public void setCorrespondingObject(IUIObject uiObject)
uiObject - The corresponding objectpublic int getStartLine()
public int getStopLine()
|
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 | ||||||||||