TPTP 4.4.0 Testing Tools Project
Internal API Specification

org.eclipse.tptp.test.auto.gui.internal.core
Interface IPlayable

All Known Subinterfaces:
IMacroCommand, IMacroInstruction
All Known Implementing Classes:
AbstractMacroCommand, AbstractMacroInstruction, Macro

public interface IPlayable


Method Summary
 boolean playback(org.eclipse.swt.widgets.Display display, org.eclipse.swt.widgets.Composite parent, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 

Method Detail

playback

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
Throws:
org.eclipse.core.runtime.CoreException

TPTP 4.4.0 Testing Tools Project
Internal API Specification