Uses of Class
org.hackystat.projectbrowser.page.dailyprojectdata.detailspanel.DailyProjectDetailsPanel

Packages that use DailyProjectDetailsPanel
org.hackystat.projectbrowser.page.dailyprojectdata.build Provides the build viewer components that used DailyProjectData page. 
org.hackystat.projectbrowser.page.dailyprojectdata.complexity Provides the complexity viewer components for the DailyProjectData page. 
org.hackystat.projectbrowser.page.dailyprojectdata.coupling Provides the coupling viewer components for the DailyProjectData page. 
org.hackystat.projectbrowser.page.dailyprojectdata.coverage Provides the coverage viewer components that used DailyProjectData page. 
 

Uses of DailyProjectDetailsPanel in org.hackystat.projectbrowser.page.dailyprojectdata.build
 

Methods in org.hackystat.projectbrowser.page.dailyprojectdata.build that return DailyProjectDetailsPanel
 DailyProjectDetailsPanel BuildData.getPanel(java.lang.String id, int bucket, boolean isCount)
          Returns a details panel containing information about this bucket.
 

Uses of DailyProjectDetailsPanel in org.hackystat.projectbrowser.page.dailyprojectdata.complexity
 

Methods in org.hackystat.projectbrowser.page.dailyprojectdata.complexity that return DailyProjectDetailsPanel
 DailyProjectDetailsPanel ComplexityData.getPanel(java.lang.String id, int bucket, boolean isCount)
          Returns a details panel containing information about this bucket.
 

Uses of DailyProjectDetailsPanel in org.hackystat.projectbrowser.page.dailyprojectdata.coupling
 

Methods in org.hackystat.projectbrowser.page.dailyprojectdata.coupling that return DailyProjectDetailsPanel
 DailyProjectDetailsPanel CouplingData.getPanel(java.lang.String id, int bucket, boolean isCount)
          Returns a details panel containing information about this bucket.
 

Uses of DailyProjectDetailsPanel in org.hackystat.projectbrowser.page.dailyprojectdata.coverage
 

Methods in org.hackystat.projectbrowser.page.dailyprojectdata.coverage that return DailyProjectDetailsPanel
 DailyProjectDetailsPanel CoverageData.getPanel(java.lang.String id, int bucket, boolean isCount)
          Returns a details panel containing information about this bucket.