Package | Description |
---|---|
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.
|
com.ibm.rational.test.lt.recorder.ui.extensibility |
Classes and interfaces enabling extensions to contribute the recording framework user interface.
|
Modifier and Type | Method and Description |
---|---|
IRecorder |
IRecordingSession.getRecorder(short recorderId) |
Modifier and Type | Method and Description |
---|---|
List<IRecorder> |
IRecordingSession.getRecorders() |
List<IRecorder> |
IClient.getRecorders() |
Modifier and Type | Method and Description |
---|---|
void |
IRecorderListener.packetCaptured(IRecorder notifier,
IRecorderPacket packet) |
void |
IRecordingSessionListener.recorderAdded(IRecordingSession notifier,
IRecorder recorder) |
Modifier and Type | Method and Description |
---|---|
IRecorder |
AbstractAnnotationAction.getAnnotationRecorder()
Returns the annotation recorder where any annotation emitted by this action should
be sent.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAnnotationAction.setAnnotationRecorder(IRecorder recorder)
Sets the annotation recorder where any annotation emitted by this action should
be sent.
|
Modifier and Type | Method and Description |
---|---|
void |
IRecorderUiContributor.initialize(IRecorder recorder) |
© Copyright IBM Corp. 2013. All rights reserved.