Uses of Class
jdbreport.model.event.ReportListEvent

Packages that use ReportListEvent
jdbreport.model   
jdbreport.model.event   
jdbreport.view   
 

Uses of ReportListEvent in jdbreport.model
 

Methods in jdbreport.model with parameters of type ReportListEvent
protected  void ReportBook.fireReportAdded(ReportListEvent e)
          Notifies all listeners that have registered interest for notification on this event type.
protected  void ReportBook.fireReportMoved(ReportListEvent e)
          Notifies all listeners that have registered interest for notification on this event type.
protected  void ReportBook.fireReportRemoved(ReportListEvent e)
          Notifies all listeners that have registered interest for notification on this event type.
 

Uses of ReportListEvent in jdbreport.model.event
 

Methods in jdbreport.model.event with parameters of type ReportListEvent
 void ReportListListener.reportAdded(ReportListEvent e)
          Tells listeners that a report was added to the list.
 void ReportListListener.reportMoved(ReportListEvent e)
          Tells listeners that a row was repositioned.
 void ReportListListener.reportRemoved(ReportListEvent e)
          Tells listeners that a report was removed from the list.
 

Uses of ReportListEvent in jdbreport.view
 

Methods in jdbreport.view with parameters of type ReportListEvent
 void ReportPane.reportAdded(ReportListEvent e)
           
 void ReportPane.reportMoved(ReportListEvent e)
           
 void ReportPane.reportRemoved(ReportListEvent e)