Uses of Class
jdbreport.view.ReportEditor

Packages that use ReportEditor
jdbreport   
 

Uses of ReportEditor in jdbreport
 

Methods in jdbreport that return ReportEditor
static ReportEditor JDBReport.showReport(File file)
          Loads the report from file and shows ReportEditor window
static ReportEditor JDBReport.showReport(File file, Map<String,Object> dataSetList)
          Loads the report from file and shows ReportEditor window
static ReportEditor JDBReport.showReport(File file, Map<String,Object> dataSetList, Map<Object,Object> vars)
          Loads the report from file and shows ReportEditor window
static ReportEditor JDBReport.showReport(File file, Map<String,Object> dataSetList, Map<Object,Object> vars, boolean show)
          Loads the report from file
static ReportEditor JDBReport.showReport(URL url)
          Loads the report from url and shows ReportEditor window
static ReportEditor JDBReport.showReport(URL url, Map<String,Object> dataSetList)
          Loads the report from url and shows ReportEditor window
static ReportEditor JDBReport.showReport(URL url, Map<String,Object> dataSetList, Map<Object,Object> vars)
          Loads report from url and shows ReportEditor window
static ReportEditor JDBReport.showReport(URL url, Map<String,Object> dataSetList, Map<Object,Object> vars, boolean show)
          Loads the report from url
static ReportEditor JDBReport.viewReport()
          Shows empty ReportEditor window
static ReportEditor JDBReport.viewReport(File file)
          Shows ReportEditor window with report from file