|
TPTP 4.3.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A recorder provider which provides additonal custom wizard pages to the generic recording wizard. This provider is responsible for assembling the pages, collecting the page data, and providing a mechanism to provide this data to other providers.
| Field Summary | |
|---|---|
static java.lang.String |
WIZARD_KEY_APP_ADAPTER
default key string for the recording instance's Application Adapter id |
static java.lang.String |
WIZARD_KEY_CONFIG_PARAMS
default key string for the recording instance's init and config paramaters (String) |
static java.lang.String |
WIZARD_KEY_RECORDING_PATH
default key string for defining path to a recording file |
static java.lang.String |
WIZARD_KEY_TESTGEN_ID
default key string the defining the test generator's ID, or "-1" if none. |
static java.lang.String |
WIZARD_KEY_TESTGEN_PATH
default key string for defining path to the test to be generated |
| Method Summary | |
|---|---|
boolean |
doCancel()
Called if wizard Cancel button is pressed. |
boolean |
doFinish()
Called if wizard Finish button is pressed. |
java.lang.Object |
getObjectValue(java.lang.String key)
Returns an Object value from the wizard providers internal storage facility. |
java.lang.String |
getValue(java.lang.String key)
Returns a value from the wizard providers internal storage facility. |
IGenericRecorderWizard |
getWizard()
Returns the containing wizard. |
IGenericRecorderPage[] |
getWizardPages(IGenericRecorderWizard wizard)
Called by generic recorder wizard, provides additional recorder wizard pages |
| Methods inherited from interface org.eclipse.tptp.test.provisional.recorder.framework.IRecorderProvider |
|---|
getRecorder, getRecorderID, setRecorder, setRecorder |
| Field Detail |
public static final java.lang.String WIZARD_KEY_RECORDING_PATH
public static final java.lang.String WIZARD_KEY_TESTGEN_PATH
public static final java.lang.String WIZARD_KEY_CONFIG_PARAMS
public static final java.lang.String WIZARD_KEY_APP_ADAPTER
(schema),
Constant Field Valuespublic static final java.lang.String WIZARD_KEY_TESTGEN_ID
(schema),
TestGenerator,
Constant Field Values| Method Detail |
public IGenericRecorderPage[] getWizardPages(IGenericRecorderWizard wizard)
public java.lang.String getValue(java.lang.String key)
key -
keyor
nullif no data.
public java.lang.Object getObjectValue(java.lang.String key)
key -
keyor
nullif no data.
public boolean doFinish()
public boolean doCancel()
public IGenericRecorderWizard getWizard()
|
TPTP 4.3.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||