Uses of Class
org.chorem.jtimer.entities.TimerAlert

Packages that use TimerAlert
org.chorem.jtimer.entities jTimer entities. 
org.chorem.jtimer.ui.alert   
org.chorem.jtimer.ui.tasks Job used to run tasks. 
 

Uses of TimerAlert in org.chorem.jtimer.entities
 

Fields in org.chorem.jtimer.entities with type parameters of type TimerAlert
protected  List<TimerAlert> TimerTask.alerts
          Task alerts.
 

Methods in org.chorem.jtimer.entities that return TimerAlert
 TimerAlert TimerAlert.clone()
           
 

Methods in org.chorem.jtimer.entities that return types with arguments of type TimerAlert
 List<TimerAlert> TimerTask.getAlerts()
          Get alert list.
 

Methods in org.chorem.jtimer.entities with parameters of type TimerAlert
 void TimerTask.addAlert(TimerAlert alert)
          Add alert.
 

Method parameters in org.chorem.jtimer.entities with type arguments of type TimerAlert
 void TimerTask.setAlert(List<TimerAlert> alerts)
          Set alert.
 

Uses of TimerAlert in org.chorem.jtimer.ui.alert
 

Fields in org.chorem.jtimer.ui.alert with type parameters of type TimerAlert
protected  List<TimerAlert> AlertTableModel.alerts
          Edition alerts list.
protected  List<TimerAlert> AlertEditor.alerts
          List of cloned task alert list.
 

Constructor parameters in org.chorem.jtimer.ui.alert with type arguments of type TimerAlert
AlertTableModel(List<TimerAlert> alerts, List<String> columnIdentifiers)
          Contructor.
 

Uses of TimerAlert in org.chorem.jtimer.ui.tasks
 

Fields in org.chorem.jtimer.ui.tasks with type parameters of type TimerAlert
protected  Collection<TimerAlert> RunTaskJob.alreadyTrownAlerts
          Already thrown alert.
 



Copyright © 2007-2009 CodeLutin. All Rights Reserved.