Defines a Component object that displays a transaction log item. The interface should really extend Component; unfortunately this is impossible because Component is an abstract class rather than an interface.
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | java.lang.Object | getAssociatedItem()Gets the test run object with which the transaction log item is connected, if there is such an item. | 
|  | boolean | isDiff()Indicates whether this component is used to show a comparison between test runs. | 
|  | void | setVisible(boolean visible) | 
Gets the test run object with which the transaction log item is connected, if there is such an item.
Indicates whether this component is used to show a comparison between test runs.