Uses of Class
org.eclipse.mylar.internal.monitor.reports.InteractionEventSummary

Packages that use InteractionEventSummary
org.eclipse.mylar.internal.monitor.reports   
org.eclipse.mylar.internal.monitor.reports.ui.views   
 

Uses of InteractionEventSummary in org.eclipse.mylar.internal.monitor.reports
 

Methods in org.eclipse.mylar.internal.monitor.reports with parameters of type InteractionEventSummary
 void InteractionEventSummary.combine(InteractionEventSummary another)
           
protected  int InteractionEventSummarySorter.compareNames(InteractionEventSummary summary1, InteractionEventSummary summary2)
          Returns a number reflecting the collation order of the given summaries based on their names.
protected  int InteractionEventSummarySorter.compareTypes(InteractionEventSummary summary1, InteractionEventSummary summary2)
          Returns a number reflecting the collation order of the given summaries based on their types.
private  int InteractionEventSummarySorter.compareUsageCount(InteractionEventSummary summary1, InteractionEventSummary summary2)
          Returns a number reflecting the collation order of the given summaries based on their usage count.
 

Method parameters in org.eclipse.mylar.internal.monitor.reports with type arguments of type InteractionEventSummary
private  void ReportGenerator.GenerateStatisticsJob.createUsageTableData(java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,InteractionEventSummary>> summaryMap, org.eclipse.mylar.context.core.InteractionEvent event, int userId)
           
 

Constructors in org.eclipse.mylar.internal.monitor.reports with parameters of type InteractionEventSummary
InteractionEventSummary(InteractionEventSummary another)
           
 

Uses of InteractionEventSummary in org.eclipse.mylar.internal.monitor.reports.ui.views
 

Fields in org.eclipse.mylar.internal.monitor.reports.ui.views with type parameters of type InteractionEventSummary
private  java.util.List<InteractionEventSummary> UsageStatisticsSummary.singleSummaries
           
 

Methods in org.eclipse.mylar.internal.monitor.reports.ui.views that return types with arguments of type InteractionEventSummary
 java.util.List<InteractionEventSummary> UsageStatisticsSummary.getSingleSummaries()
           
 

Method parameters in org.eclipse.mylar.internal.monitor.reports.ui.views with type arguments of type InteractionEventSummary
 void UsageStatisticsSummary.setSingleSummaries(java.util.List<InteractionEventSummary> singleSummaries)