Package | Description |
---|---|
com.ibm.rational.test.lt.recorder.core.clients |
Generic recording clients provided by the recording framework.
|
com.ibm.rational.test.lt.recorder.core.extensibility |
Classes and interfaces required to contribute recording components (clients, recorders...)
|
com.ibm.rational.test.lt.recorder.core.session |
Provides the infrastructure for controlling a recording session.
|
com.ibm.rational.test.lt.recorder.ui.actions |
Action abstract classes enabling extensions to contribute to the recording framework user interface.
|
Modifier and Type | Method and Description |
---|---|
Object |
AbstractExecutableClientDelegate.getProperty(String name) |
void |
AbstractExecutableClientDelegate.setProperty(String name,
Object value) |
Modifier and Type | Method and Description |
---|---|
Object |
IClientContext.getBoundRecorderProperty(short recorderId,
String propertyName)
Returns a runtime property of a recorder bound to this client.
|
Object |
IClientDecoratorContext.getClientProperty(String name)
Returns a named runtime property of the client that client decorator is decorating.
|
Object |
IRecordingComponentDelegate.getProperty(String name)
Gets a runtime property of the delegate.
|
Object |
BaseRecorderDelegate.getProperty(String name) |
Object |
BaseClientDelegate.getProperty(String name) |
Object |
IClientDecoratorContext.getRecorderProperty(String name)
Returns a named runtime property of the recorder that the client decorator works for.
|
void |
IClientDecoratorContext.setClientProperty(String name,
Object value)
Sets the value of a named runtime property of the client that client decorator is decorating.
|
void |
IRecordingComponentDelegate.setProperty(String name,
Object value)
Sets the value of a runtime property of the delegate.
|
void |
BaseRecorderDelegate.setProperty(String name,
Object value) |
void |
BaseClientDelegate.setProperty(String name,
Object value) |
Modifier and Type | Method and Description |
---|---|
Object |
IRecordingComponent.getProperty(String name)
Gets a runtime property of the component.
|
void |
IRecordingComponent.setProperty(String name,
Object value)
Sets the value of a runtime property of the component.
|
Modifier and Type | Method and Description |
---|---|
protected IAnnotationStateHandler |
AbstractAnnotationAction.getAnnotationStateHandler(String annotationType)
Returns the state handler for the specified annotation type.
|
© Copyright IBM Corp. 2013. All rights reserved.