| Package | Description |
|---|---|
| org.eclipse.ptp.etfw.feedback |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFeedbackItem
Code to be shared amongst implementors of IFeedbackItem - generic stuff
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IFeedbackItem> |
IFeedbackItem.getChildren() |
java.util.List<IFeedbackItem> |
IFeedbackParser.getFeedbackItems(org.eclipse.core.resources.IFile file)
Get the items for the feedback view.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AbstractFeedbackAction.run(IFeedbackItem item) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFeedbackParser.createMarkers(java.util.List<IFeedbackItem> items,
java.lang.String markerID) |
void |
IFeedbackParser.createMarkers(java.util.List<IFeedbackItem> items,
java.lang.String markerID) |
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.