TPTP 4.5.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, AbstractStructuredCommand, BooleanSelectionCommand, CheckCommand, ChoiceSelectionCommand, CloseWorkbenchPartCommand, ExpansionCommand, FocusCommand, KeyEventCommand, Macro, MacroCommandShell, ModifyCommand, MouseEventCommand, PositionBasedCommand, StructuredSelectionCommand, ToggleStructuredCommand, VerificationCommand, WaitCommand

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

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.5.0 Testing Tools Project
Internal API Specification