| Interface | Description |
|---|---|
| IFeedbackItem |
An IFeedbackItem has some standard info, like name, file, lineNo, etc
And some variable data, which will fill in the (variable number of) other columns. |
| IFeedbackParser |
The interface for the parser that will provide IFeedbackItems for the view.
|
| Class | Description |
|---|---|
| AbstractFeedbackAction |
Extend this class to add an action to the toolbar, an action that can be
performed on the selected item
EXPERIMENTAL.
|
| AbstractFeedbackItem |
Code to be shared amongst implementors of IFeedbackItem - generic stuff
|
| AbstractFeedbackParser |
Abstract class that may contain utility methods for parsing feedback xml
files.
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.