|
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 | ||||||||||
java.lang.Objectorg.eclipse.tptp.test.auto.gui.internal.macro.Macro
Models a macro
| Field Summary | |
|---|---|
static int |
WORKBENCH_PART_CLOSED
|
| Constructor Summary | |
|---|---|
Macro()
|
|
Macro(java.lang.String name)
|
|
| Method Summary | |
|---|---|
boolean |
addEvent(org.eclipse.swt.widgets.Event event)
|
void |
addPause()
|
protected void |
addShell(org.w3c.dom.Node node,
java.util.Hashtable lineTable)
|
java.lang.String |
getName()
|
int |
getShellStackSize()
|
MacroCommandShell |
getTopShell()
|
void |
initializeForRecording(org.eclipse.swt.widgets.Display display)
|
boolean |
playback(org.eclipse.swt.widgets.Display display,
org.eclipse.swt.widgets.Composite parent,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
stopRecording()
|
void |
write(int indent,
java.io.PrintWriter writer)
|
void |
write(int indent,
java.lang.StringBuffer sb)
Invoked after writeStart |
void |
writeFinish(int indent,
java.lang.StringBuffer writer)
Invoked in the end of the write of a writable object |
void |
writeStart(int indent,
java.lang.StringBuffer writer)
Invoked at start of the write of a writable object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int WORKBENCH_PART_CLOSED
| Constructor Detail |
public Macro()
public Macro(java.lang.String name)
| Method Detail |
protected void addShell(org.w3c.dom.Node node,
java.util.Hashtable lineTable)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic void initializeForRecording(org.eclipse.swt.widgets.Display display)
public void stopRecording()
public boolean addEvent(org.eclipse.swt.widgets.Event event)
throws java.lang.Exception
java.lang.Exceptionpublic void addPause()
public MacroCommandShell getTopShell()
public boolean playback(org.eclipse.swt.widgets.Display display,
org.eclipse.swt.widgets.Composite parent,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
playback in interface IPlayableorg.eclipse.core.runtime.CoreException
public void write(int indent,
java.io.PrintWriter writer)
public void write(int indent,
java.lang.StringBuffer sb)
IWritable
write in interface IWritableindent - The indentssb - The buffer that the string serialization should be written topublic java.lang.String getName()
public void writeStart(int indent,
java.lang.StringBuffer writer)
IWritable
writeStart in interface IWritableindent - The indentswriter - The buffer that the string serialization should be written to
public void writeFinish(int indent,
java.lang.StringBuffer writer)
IWritable
writeFinish in interface IWritableindent - The indentswriter - The buffer that the string serialization should be written topublic int getShellStackSize()
|
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 | ||||||||||