Uses of Class
com.stimulsoft.demo.panels.StiTreeReportsPanel.Report

Packages that use StiTreeReportsPanel.Report
com.stimulsoft.demo   
com.stimulsoft.demo.button   
com.stimulsoft.demo.panels   
 

Uses of StiTreeReportsPanel.Report in com.stimulsoft.demo
 

Methods in com.stimulsoft.demo with parameters of type StiTreeReportsPanel.Report
 void Demo.reportSelected(StiTreeReportsPanel.Report report)
          Report was selected on reports tree
 

Uses of StiTreeReportsPanel.Report in com.stimulsoft.demo.button
 

Methods in com.stimulsoft.demo.button with parameters of type StiTreeReportsPanel.Report
 void StiHelpResourcesButton.reportSelected(StiTreeReportsPanel.Report report)
          Report was selected on reports tree
 

Uses of StiTreeReportsPanel.Report in com.stimulsoft.demo.panels
 

Methods in com.stimulsoft.demo.panels that return types with arguments of type StiTreeReportsPanel.Report
 java.util.List<StiTreeReportsPanel.Report> StiTreeReportsPanel.Category.getReports()
           
 

Method parameters in com.stimulsoft.demo.panels with type arguments of type StiTreeReportsPanel.Report
 void StiTreeReportsPanel.Category.setReports(java.util.List<StiTreeReportsPanel.Report> reports)