TPTP 4.3.0 Testing Tools Project
Public API Specification

org.eclipse.tptp.test.provisional.recorder.ui.framework
Class DefaultRecorderClientHelper

java.lang.Object
  extended byorg.eclipse.tptp.test.provisional.recorder.framework.RecorderClientHelperAdapter
      extended byorg.eclipse.tptp.test.provisional.recorder.ui.framework.DefaultRecorderClientHelper
All Implemented Interfaces:
IRecorderClientHelper, IRecorderProvider

public class DefaultRecorderClientHelper
extends RecorderClientHelperAdapter
implements IRecorderClientHelper

A default implementation of a IRecorderClientHelper. This will populate some necessary Recorder attributes by querying the WizardPageProvider.


Constructor Summary
DefaultRecorderClientHelper()
           
 
Method Summary
 boolean preSetup()
          Called before any other initialization steps.
 
Methods inherited from class org.eclipse.tptp.test.provisional.recorder.framework.RecorderClientHelperAdapter
cleanup, getRecorder, getRecorderID, okToLaunch, postStartRecording, postStopRecording, preStartRecording, preStopRecording, setRecorder, setRecorder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.tptp.test.provisional.recorder.framework.IRecorderClientHelper
cleanup, okToLaunch, postStartRecording, postStopRecording, preStartRecording, preStopRecording
 
Methods inherited from interface org.eclipse.tptp.test.provisional.recorder.framework.IRecorderProvider
getRecorder, getRecorderID, setRecorder, setRecorder
 

Constructor Detail

DefaultRecorderClientHelper

public DefaultRecorderClientHelper()
Method Detail

preSetup

public boolean preSetup()
Description copied from interface: IRecorderClientHelper
Called before any other initialization steps. If using RecorderClientHelperAdapter MUST extend this method

Specified by:
preSetup in interface IRecorderClientHelper
Specified by:
preSetup in class RecorderClientHelperAdapter

TPTP 4.3.0 Testing Tools Project
Public API Specification