PTP
Release 7.0

Uses of Interface
org.eclipse.ptp.etfw.feedback.IFeedbackItem

Packages that use IFeedbackItem
org.eclipse.ptp.etfw.feedback   
 

Uses of IFeedbackItem in org.eclipse.ptp.etfw.feedback
 

Classes in org.eclipse.ptp.etfw.feedback that implement IFeedbackItem
 class AbstractFeedbackItem
          Code to be shared amongst implementors of IFeedbackItem - generic stuff
 

Methods in org.eclipse.ptp.etfw.feedback that return types with arguments of type IFeedbackItem
 List<IFeedbackItem> IFeedbackItem.getChildren()
           
 List<IFeedbackItem> IFeedbackParser.getFeedbackItems(IFile file)
          Get the items for the feedback view.
 

Method parameters in org.eclipse.ptp.etfw.feedback with type arguments of type IFeedbackItem
 void IFeedbackParser.createMarkers(List<IFeedbackItem> items, String markerID)
           
 void AbstractFeedbackParser.createMarkers(List<IFeedbackItem> items, String markerID)
           
 


PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.