Uses of Interface
wt.query.report.ResultSpec

Packages that use ResultSpec
wt.query.report Provides support for the reporting package, wt.query.template
 

Uses of ResultSpec in wt.query.report
 

Classes in wt.query.report that implement ResultSpec
 class ColumnResultSpec
          

Supported API: false

Extendable: false
 

Fields in wt.query.report declared as ResultSpec
private  ResultSpec QueryResultTableModel.resultSpec
           
 

Methods in wt.query.report that return ResultSpec
 ResultSpec QueryResultTableModel.getResult()
           
 

Methods in wt.query.report with parameters of type ResultSpec
 void QueryResultTableModel.setResult(ResultSpec a_resultSpec)
           
 

Constructors in wt.query.report with parameters of type ResultSpec
QueryResultTableModel(ResultSpec a_resultSpec, ResourceBundle a_resourceBundle, Locale a_locale)