Uses of Interface
sos.reports.ReportSelectionModel

Uses of ReportSelectionModel in sos.reports
 

Classes in sos.reports that implement ReportSelectionModel
 class AbstractReportSelectionModel
          A partial implementation of ReportSelectionModel that handles the registering, unregistering, and notification of listeners.
 class CellReportSelectionModel
          A selection model for table cells and cell contents.
 class CompositeReportSelectionModel
          A report selection model that combines a number of selection models into one.
 class TemplateReportSelectionModel
          A report selection model that bases the selection model on the name of the report template.
 class TierReportSelectionModel
          A selection model for rows and columns.
 

Methods in sos.reports that return ReportSelectionModel
protected  ReportSelectionModel JReportPane.createDefaultSelectionModel()
          Creates and returns a selection model to use if the client does not specify one.
 ReportSelectionModel JReportPane.getSelectionModel()
          Returns the model that controls the selection of report contents.
 

Methods in sos.reports with parameters of type ReportSelectionModel
 void TemplateReportSelectionModel.setTemplateSelectionModel(java.lang.String templateName, ReportSelectionModel selectionModel)
          Associates the specified selection model to the specified template name.
 void JReportPane.setSelectionModel(ReportSelectionModel selectionModel)
          Sets the selection model, which governs how elements are selected.
 void CompositeReportSelectionModel.addSelectionModel(ReportSelectionModel selectionModel)
          Appends the specified selection model to this model's collection.
 void CompositeReportSelectionModel.removeSelectionModel(ReportSelectionModel selectionModel)
          Removes the specified selection model from this model's collection.
 

Constructors in sos.reports with parameters of type ReportSelectionModel
TemplateReportSelectionModel(java.lang.String templateName, ReportSelectionModel selectionModel)
          Creates an instance of TemplateReportSelectionModel with an initial selection model mapping.
CompositeReportSelectionModel(ReportSelectionModel[] selectionModels)
          Creates a CompositeReportSelectionModel with the specified array of selection models.
 



Copyright 2003, 2004 Side of Software (SOS). All rights reserved.