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

Packages that use TimerTask
org.chorem.jtimer jTimer. 
org.chorem.jtimer.data Data management classes. 
org.chorem.jtimer.entities jTimer entities. 
org.chorem.jtimer.io Application data savers. 
org.chorem.jtimer.ui jTimer UI. 
org.chorem.jtimer.ui.alert   
org.chorem.jtimer.ui.report Reports UI. 
org.chorem.jtimer.ui.report.tree   
org.chorem.jtimer.ui.systray System tray implementations. 
org.chorem.jtimer.ui.tasks Job used to run tasks. 
org.chorem.jtimer.ui.treetable TreeTable UI, for projects and tasks. 
org.chorem.jtimer.ui.treetable.dnd Drag & drop implementation on treetable. 
org.chorem.jtimer.ws Webservices layers. 
org.chorem.jtimer.ws.xmlrpc Chorem webservices implementation. 
 

Uses of TimerTask in org.chorem.jtimer
 

Methods in org.chorem.jtimer with parameters of type TimerTask
protected  RunTaskJob JTimer.getJobForRunningTask(TimerTask task)
          Return job that manage running task.
 void JTimer.startedTask(TimerTask task)
          Called by task job manager when task as been started.
 void JTimer.stopTask(TimerTask task)
          Stop a task.
 

Uses of TimerTask in org.chorem.jtimer.data
 

Methods in org.chorem.jtimer.data with parameters of type TimerTask
 void TimerDataManager.addAnnotation(TimerTask task, Date date, String annotation)
          Add annotation on task for specified calendar, and send event.
 void DataEventListener.addTask(TimerTask task)
          Add task event.
 void TimerDataManager.addTask(TimerTask parent, TimerTask task)
          Add single task.
 void TimerDataManager.changeTaskCloseState(TimerTask task)
          Close task.
 void TimerDataManager.changeTaskTime(TimerTask task, Date date, long value)
          Change time for the given date.
 void VetoableDataEventListener.checkAddTask(TimerTask parent, TimerTask task)
          Check add task.
 void CommonVetoable.checkAddTask(TimerTask parent, TimerTask task)
          Check add task.
 void VetoableDataEventListener.checkChangeClosedState(TimerTask task)
          Check change task state.
 void CommonVetoable.checkChangeClosedState(TimerTask task)
          Check change task state.
 void VetoableDataEventListener.checkDeleteTask(TimerTask task)
          Check delete task.
 void CommonVetoable.checkDeleteTask(TimerTask task)
          Check delete task.
 void VetoableDataEventListener.checkMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
          Check merge task.
 void CommonVetoable.checkMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
          Check merge task.
 void VetoableDataEventListener.checkModifyTask(TimerTask task)
          Check modify task.
 void CommonVetoable.checkModifyTask(TimerTask task)
          Check modify task.
 void VetoableDataEventListener.checkMoveTask(TimerTask destination, Collection<TimerTask> tasksToMove)
          Check move task.
 void CommonVetoable.checkMoveTask(TimerTask destination, Collection<TimerTask> tasksToMove)
          Check move task.
 void VetoableDataEventListener.checkSetAnnotation(TimerTask task, Date date, String value)
          Check update task annotation.
 void CommonVetoable.checkSetAnnotation(TimerTask task, Date date, String value)
          Check update task annotation.
 void VetoableDataEventListener.checkSetTaskTime(TimerTask task, Date date, Long value)
          Check update task time.
 void CommonVetoable.checkSetTaskTime(TimerTask task, Date date, Long value)
          Check update task time.
 void TimerDataManager.deleteTask(TimerTask task)
          Delete task.
 void DataEventListener.deleteTask(TimerTask task)
          Delete task.
 void TimerDataManager.editTask(TimerTask task, String newTaskName)
          Edit task.
protected  boolean CommonVetoable.isSameTaskName(TimerTask task, List<? extends TimerTask> tasks)
          Test if task name is found is tasks list.
 void TimerDataManager.mergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
          Merge tasks.
protected  void TimerDataManager.mergeTwoTasks(TimerTask destinationTask, TimerTask otherTask)
          Merge two task together.
 void TimerDataManager.modifyAlert(TimerTask task)
          Notify alert modification.
 void DataEventListener.modifyTask(TimerTask task)
          Modify task.
 void DataEventListener.moveTask(TimerTask task)
          Post move task.
 void TimerDataManager.moveTask(TimerTask destination, Collection<TimerTask> tasksToMove)
          Move task.
 void DataEventListener.postChangeClosedState(TimerTask task)
          Post change task state.
 void DataEventListener.postMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
          Post merge task.
 void DataEventListener.preChangeClosedState(TimerTask task)
          Pre change task state.
 void DataEventListener.preDeleteTask(TimerTask task)
          Before delete task.
 void DataEventListener.preMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
          Pre merge task.
 void DataEventListener.preMoveTask(TimerTask task)
          Pre move task.
 void DataEventListener.setAnnotation(TimerTask task, Date date, String annotation)
          Add annotation.
 void DataEventListener.setTaskTime(TimerTask task, Date date, Long time)
          Set task time.
 void TimerDataManager.startTask(TimerTask task)
          Start task.
 void DataEventListener.startTask(TimerTask task)
          Start task.
 void TimerDataManager.stopTask(TimerTask task)
          Stop task.
 void DataEventListener.stopTask(TimerTask task)
          Stop task.
 

Method parameters in org.chorem.jtimer.data with type arguments of type TimerTask
 void VetoableDataEventListener.checkMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
          Check merge task.
 void CommonVetoable.checkMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
          Check merge task.
 void VetoableDataEventListener.checkMoveTask(TimerTask destination, Collection<TimerTask> tasksToMove)
          Check move task.
 void CommonVetoable.checkMoveTask(TimerTask destination, Collection<TimerTask> tasksToMove)
          Check move task.
protected  boolean CommonVetoable.isSameTaskName(TimerTask task, List<? extends TimerTask> tasks)
          Test if task name is found is tasks list.
 void TimerDataManager.mergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
          Merge tasks.
 void TimerDataManager.moveTask(TimerTask destination, Collection<TimerTask> tasksToMove)
          Move task.
 void DataEventListener.postMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
          Post merge task.
 void DataEventListener.preMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
          Pre merge task.
 

Uses of TimerTask in org.chorem.jtimer.entities
 

Subclasses of TimerTask in org.chorem.jtimer.entities
 class TimerProject
          Represent a project.
 

Fields in org.chorem.jtimer.entities declared as TimerTask
protected  TimerTask TimerTask.parent
          Parent Task.
 

Fields in org.chorem.jtimer.entities with type parameters of type TimerTask
protected  List<TimerTask> TimerTask.subTasks
          Sub tasks.
 

Methods in org.chorem.jtimer.entities that return TimerTask
 TimerTask TimerTask.clone()
          Clone task.
 TimerTask TimerTask.getParent()
          Get parent.
 

Methods in org.chorem.jtimer.entities that return types with arguments of type TimerTask
 List<TimerTask> TimerTask.getSubTasks()
          Get task's subtasks.
static List<TimerTask> TimerTaskHelper.getSubTasksOrderedByName(TimerTask task)
          Deprecated. Remove when tree ordering is implemented
 

Methods in org.chorem.jtimer.entities with parameters of type TimerTask
 boolean TimerTask.addTask(TimerTask t)
          Add task's subtask.
static boolean TimerTaskHelper.collectionContainsTask(Collection<TimerTask> tasks, TimerTask task)
          Check if task is present in tasks collection and recursive subtasks.
 int TimerTask.compareTo(TimerTask o)
           
static long TimerTaskHelper.getAllTotalTime(TimerTask task)
          Get total task time including subtasks total time.
static List<String> TimerTaskHelper.getAnnotation(TimerTask task, Date date)
          Get all annotations of the day.
static Map<Date,String> TimerTaskHelper.getAnnotationMap(TimerTask task, Date date)
          Get all annotations of the day.
static List<TimerTask> TimerTaskHelper.getSubTasksOrderedByName(TimerTask task)
          Deprecated. Remove when tree ordering is implemented
static Date TimerTaskHelper.getTaskFirstDateOfTiming(TimerTask task)
          Get first date of timing for a task.
static Date TimerTaskHelper.getTaskLastDateOfTiming(TimerTask task)
          Get last date of timing for a task.
static List<String> TimerTaskHelper.getTaskPath(TimerTask task)
          Build task path.
static TimerProject TimerTaskHelper.getTaskProject(TimerTask task)
          Return project associated to a task.
static long TimerTaskHelper.getTaskTime(TimerTask task)
          Get total task time without subtasks time.
static long TimerTaskHelper.getTotalTime(TimerTask task, Date date)
          Get time for specified date including subtasks time.
static void TimerTaskHelper.removeAnnotation(TimerTask task, Date date)
          Remove all annotations of the day.
protected  void TimerTask.setParent(TimerTask parent)
          Set parent.
 

Method parameters in org.chorem.jtimer.entities with type arguments of type TimerTask
static boolean TimerTaskHelper.collectionContainsTask(Collection<TimerTask> tasks, TimerTask task)
          Check if task is present in tasks collection and recursive subtasks.
 

Uses of TimerTask in org.chorem.jtimer.io
 

Fields in org.chorem.jtimer.io with type parameters of type TimerTask
protected  Collection<TimerTask> GTimerIncrementalSaver.runningTasks
          Running task list.
 

Methods in org.chorem.jtimer.io that return TimerTask
protected  TimerTask GTimerIncrementalSaver.findTask(TimerTask parentTask, String[] taskNames)
          Find a task in task's subtask
protected  TimerTask GTimerIncrementalSaver.parseTaskFromFile(Map<String,TimerProject> mapNumberProject, File taskFile, SortedMap<TimerTask,TimerProject> taskToManage)
          Parse task file.
 

Methods in org.chorem.jtimer.io with parameters of type TimerTask
 void GTimerIncrementalSaver.addTask(TimerTask task)
           
 void GTimerIncrementalSaver.checkAddTask(TimerTask parent, TimerTask task)
          Check add task.
 void GTimerIncrementalSaver.checkChangeClosedState(TimerTask task)
          Check change task state.
 void GTimerIncrementalSaver.checkDeleteTask(TimerTask task)
          Check delete task.
 void GTimerIncrementalSaver.checkMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
          Check merge task.
 void GTimerIncrementalSaver.checkModifyTask(TimerTask task)
          Check modify task.
 void GTimerIncrementalSaver.checkMoveTask(TimerTask destination, Collection<TimerTask> tasksToMove)
          Check move task.
protected  void GTimerIncrementalSaver.checkName(TimerTask task)
          Check task name.
 void GTimerIncrementalSaver.checkSetAnnotation(TimerTask task, Date date, String value)
          Check update task annotation.
 void GTimerIncrementalSaver.checkSetTaskTime(TimerTask task, Date date, Long value)
          Check update task time.
 void GTimerIncrementalSaver.deleteTask(TimerTask task)
           
protected  void GTimerIncrementalSaver.deleteTaskOrProject(TimerTask taskOrProject, String extension)
          Delete associated file or project files on disk.
protected  TimerTask GTimerIncrementalSaver.findTask(TimerTask parentTask, String[] taskNames)
          Find a task in task's subtask
 void GTimerIncrementalSaver.modifyTask(TimerTask task)
           
 void GTimerIncrementalSaver.moveTask(TimerTask task)
           
protected  void GTimerIncrementalSaver.parseAlerts(TimerTask task)
          Find task alert and load it.
protected  void GTimerIncrementalSaver.parseAnnotations(TimerTask task)
          Try to find and load annotations from task.
 void GTimerIncrementalSaver.postChangeClosedState(TimerTask task)
           
 void GTimerIncrementalSaver.postMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
           
 void GTimerIncrementalSaver.preChangeClosedState(TimerTask task)
           
 void GTimerIncrementalSaver.preDeleteTask(TimerTask task)
           
 void GTimerIncrementalSaver.preMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
           
 void GTimerIncrementalSaver.preMoveTask(TimerTask task)
           
protected  void GTimerIncrementalSaver.saveAlerts(TimerTask task)
          Save task alerts.
protected  void GTimerIncrementalSaver.saveTask(TimerTask task)
          Save task, found correct prefix, and project.
protected  void GTimerIncrementalSaver.saveTask(TimerTask task, int associatedToProject, String taskPrefixName)
          Save a task.
protected  void GTimerIncrementalSaver.saveTaskAnnotation(TimerTask task)
          Save annotation for a task.
 void GTimerIncrementalSaver.setAnnotation(TimerTask task, Date date, String annotation)
           
 void GTimerIncrementalSaver.setTaskTime(TimerTask task, Date date, Long time)
           
 void GTimerIncrementalSaver.startTask(TimerTask task)
           
 void GTimerIncrementalSaver.stopTask(TimerTask task)
           
 

Method parameters in org.chorem.jtimer.io with type arguments of type TimerTask
 void GTimerIncrementalSaver.checkMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
          Check merge task.
 void GTimerIncrementalSaver.checkMoveTask(TimerTask destination, Collection<TimerTask> tasksToMove)
          Check move task.
protected  TimerTask GTimerIncrementalSaver.parseTaskFromFile(Map<String,TimerProject> mapNumberProject, File taskFile, SortedMap<TimerTask,TimerProject> taskToManage)
          Parse task file.
protected  void GTimerIncrementalSaver.parseTaskFromSavedMap(SortedMap<TimerTask,TimerProject> taskToManage)
          Post process task to manage subtask loaded before parent task.
 void GTimerIncrementalSaver.postMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
           
 void GTimerIncrementalSaver.preMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
           
 

Uses of TimerTask in org.chorem.jtimer.ui
 

Fields in org.chorem.jtimer.ui declared as TimerTask
protected  TimerTask TimerTaskEditor.cloneTask
          task to edit
protected  TimerTask TimerTaskEditor.task
          task to edit
 

Methods in org.chorem.jtimer.ui with parameters of type TimerTask
 void StatusBar.addTask(TimerTask task)
           
 void StatusBar.deleteTask(TimerTask task)
           
 void StatusBar.modifyTask(TimerTask task)
           
 void StatusBar.moveTask(TimerTask task)
           
 void StatusBar.postChangeClosedState(TimerTask task)
           
 void StatusBar.postMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
           
 void StatusBar.preChangeClosedState(TimerTask task)
           
 void StatusBar.preDeleteTask(TimerTask task)
           
 void StatusBar.preMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
           
 void StatusBar.preMoveTask(TimerTask task)
           
 void StatusBar.setAnnotation(TimerTask task, Date date, String annotation)
           
 void StatusBar.setTaskTime(TimerTask task, Date date, Long time)
           
protected  void StatusBar.startStopTask(TimerTask task, boolean start)
          Start and stop task common code.
 void StatusBar.startTask(TimerTask task)
           
 void StatusBar.stopTask(TimerTask task)
           
 

Method parameters in org.chorem.jtimer.ui with type arguments of type TimerTask
 void StatusBar.postMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
           
 void StatusBar.preMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
           
 

Constructors in org.chorem.jtimer.ui with parameters of type TimerTask
TimerTaskEditor(JTimer application, TimerTask task, TimerCore core)
          TimerTaskEditor
 

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

Fields in org.chorem.jtimer.ui.alert declared as TimerTask
protected  TimerTask AlertEditor.task
          Task to manage alert on.
 

Constructors in org.chorem.jtimer.ui.alert with parameters of type TimerTask
AlertEditor(org.jdesktop.application.Application application, TimerDataManager timerDataManager, TimerTask task)
          Constructor.
 

Uses of TimerTask in org.chorem.jtimer.ui.report
 

Fields in org.chorem.jtimer.ui.report with type parameters of type TimerTask
protected  Set<TimerTask> ReportView.uncheckedTaskSet
          Unselected task set.
 

Methods in org.chorem.jtimer.ui.report that return types with arguments of type TimerTask
protected  List<TimerTask> ReportView.getSelectedTasks(List<? extends TimerTask> tasks, Collection<TimerTask> uncheckedTaskList)
          Get tasks list without tasks unselected in tree.
 

Methods in org.chorem.jtimer.ui.report with parameters of type TimerTask
 List<String> ReportUtils.getDailyTaskAnnotation(TimerTask task, Date day)
          Get task annotations for a day.
 long ReportUtils.getDailyTaskTime(TimerTask task, Date day)
          Get task proper time for a day.
 long ReportUtils.getDailyTotalTaskTime(TimerTask task, Date day)
          Get task total time (including subtask) for a day.
 List<String> ReportUtils.getMonthlyTaskAnnotation(TimerTask task, Date month, Date fromDay, Date toDay)
          Get task annotations for a month.
 long ReportUtils.getMonthlyTaskTime(TimerTask task, Date month, Date fromDay, Date toDay)
          Get task proper time for a month.
 long ReportUtils.getMonthlyTotalTaskTime(TimerTask task, Date month, Date fromDay, Date toDay)
          Get task total time (including subtask) for a month.
 List<String> ReportUtils.getWeeklyTaskAnnotation(TimerTask task, Date week, Date fromDay, Date toDay)
          Get task annotations for a week.
 long ReportUtils.getWeeklyTaskTime(TimerTask task, Date week, Date fromDay, Date toDay)
          Get task proper time for a week.
 long ReportUtils.getWeeklyTotalTaskTime(TimerTask task, Date week, Date fromDay, Date toDay)
          Get task total time (including subtask) for a week.
 List<String> ReportUtils.getYearlyTaskAnnotation(TimerTask task, Date year, Date fromDay, Date toDay)
          Get task annotations for a year.
 long ReportUtils.getYearlyTaskTime(TimerTask task, Date year, Date fromDay, Date toDay)
          Get task proper time for a year.
 long ReportUtils.getYearlyTotalTaskTime(TimerTask task, Date year, Date fromDay, Date toDay)
          Get task total time (including subtask) for a year.
 

Method parameters in org.chorem.jtimer.ui.report with type arguments of type TimerTask
protected  List<TimerProject> ReportView.getSelectedProjects(List<TimerProject> projects, Collection<TimerTask> uncheckedTaskList)
          Get project list without project and task unselected in tree.
protected  List<TimerTask> ReportView.getSelectedTasks(List<? extends TimerTask> tasks, Collection<TimerTask> uncheckedTaskList)
          Get tasks list without tasks unselected in tree.
protected  List<TimerTask> ReportView.getSelectedTasks(List<? extends TimerTask> tasks, Collection<TimerTask> uncheckedTaskList)
          Get tasks list without tasks unselected in tree.
 

Uses of TimerTask in org.chorem.jtimer.ui.report.tree
 

Fields in org.chorem.jtimer.ui.report.tree declared as TimerTask
protected  TimerTask CheckBoxTreeModel.root
          Tree model root.
 

Fields in org.chorem.jtimer.ui.report.tree with type parameters of type TimerTask
protected  Set<TimerTask> CheckBoxTreeCellComponent.uncheckedTaskSet
          Unchecked task set.
 

Methods in org.chorem.jtimer.ui.report.tree that return types with arguments of type TimerTask
protected  List<TimerTask> CheckBoxTreeModel.getChildrenFor(Object parent)
          Recupere la sous liste: data.getProjectsList() si parent = root getSubTasks() sinon
protected  List<TimerTask> CheckBoxTreeModel.getFiteredSubListFor(Object parent)
          Recupere la sous liste: data.getProjectsList() si parent = root getSubTasks() sinon
 

Constructor parameters in org.chorem.jtimer.ui.report.tree with type arguments of type TimerTask
CheckBoxTreeCellComponent(TimerCore core, JTree parentTree, Set<TimerTask> uncheckedTaskList)
          Constructor.
CheckBoxTreeCellEditor(TimerCore core, JTree parentTree, Set<TimerTask> uncheckedTaskList)
          Constructor.
CheckBoxTreeCellRenderer(TimerCore core, JTree parentTree, Set<TimerTask> uncheckedTaskList)
          Constructor.
 

Uses of TimerTask in org.chorem.jtimer.ui.systray
 

Methods in org.chorem.jtimer.ui.systray with parameters of type TimerTask
 void SystrayManager.addTask(TimerTask task)
           
 void SystrayManager.deleteTask(TimerTask task)
           
 void SystrayManager.modifyTask(TimerTask task)
           
 void SystrayManager.moveTask(TimerTask task)
           
 void SystrayManager.postChangeClosedState(TimerTask task)
           
 void SystrayManager.postMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
           
 void SystrayManager.preChangeClosedState(TimerTask task)
           
 void SystrayManager.preDeleteTask(TimerTask task)
           
 void SystrayManager.preMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
           
 void SystrayManager.preMoveTask(TimerTask task)
           
 void SystrayManager.setAnnotation(TimerTask task, Date date, String annotation)
           
 void SystrayManager.setTaskTime(TimerTask task, Date date, Long time)
           
protected  void SystrayManager.startStopTask(TimerTask task, boolean start)
          Common code for start or stop task.
 void SystrayManager.startTask(TimerTask task)
           
 void SystrayManager.stopTask(TimerTask task)
           
 

Method parameters in org.chorem.jtimer.ui.systray with type arguments of type TimerTask
 void SystrayManager.postMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
           
 void SystrayManager.preMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
           
 

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

Fields in org.chorem.jtimer.ui.tasks declared as TimerTask
protected  TimerTask RunTaskJob.managedTask
          The task to manage.
 

Methods in org.chorem.jtimer.ui.tasks that return TimerTask
 TimerTask RunTaskJob.getTask()
          Task getter.
 

Methods in org.chorem.jtimer.ui.tasks with parameters of type TimerTask
protected  void RunTaskJob.checkAlreadyThrownAlerts(TimerTask task)
          Check for already thrown alerts.
protected  void RunTaskJob.checkTaskAlerts(TimerTask task)
          Check for alert to be fired.
protected  void RunTaskJob.displayAlert(TimerTask task, TimerAlert.Type alertType, long alertDuration)
          Display alert message without breaking UI.
 

Method parameters in org.chorem.jtimer.ui.tasks with type arguments of type TimerTask
protected  void RefreshTreeTask.refreshTasks(List<TimerTask> tasks)
          Refresh task list.
 

Constructors in org.chorem.jtimer.ui.tasks with parameters of type TimerTask
RunTaskJob(JTimer parentApp, TimerTask managedTask, TimerDataManager dataManager)
          Constructor.
 

Uses of TimerTask in org.chorem.jtimer.ui.treetable
 

Fields in org.chorem.jtimer.ui.treetable with type parameters of type TimerTask
protected  Collection<TimerTask> ProjectsAndTasksCellRenderer.runningTasks
          Running tasks.
 

Methods in org.chorem.jtimer.ui.treetable that return types with arguments of type TimerTask
protected  List<TimerTask> ProjectsAndTasksModel.getFiteredSubListFor(Object parent)
          Recupere la sous liste: data.getProjectsList() si parent = root getSubTasks() sinon
 List<TimerTask> ProjectsAndTasksTable.getSelectedElements()
          Get tasks or projects corresponding to selected rows
 List<TimerTask> ProjectsAndTasksTable.getSelectedTasks()
          Get tasks corresponding to selected rows
 

Methods in org.chorem.jtimer.ui.treetable with parameters of type TimerTask
 void ProjectsAndTasksModel.addTask(TimerTask task)
           
 void ProjectsAndTasksCellRenderer.addTask(TimerTask task)
           
 void ProjectsAndTasksModel.deleteTask(TimerTask task)
           
 void ProjectsAndTasksCellRenderer.deleteTask(TimerTask task)
           
 void ProjectsAndTasksModel.modifyTask(TimerTask task)
           
 void ProjectsAndTasksCellRenderer.modifyTask(TimerTask task)
           
 void ProjectsAndTasksModel.moveTask(TimerTask task)
           
 void ProjectsAndTasksCellRenderer.moveTask(TimerTask task)
           
protected  void ProjectsAndTasksModel.notifyTaskChanged(TimerTask task, int operation)
          Notification de changement de donnees.
 void ProjectsAndTasksModel.postChangeClosedState(TimerTask task)
           
 void ProjectsAndTasksCellRenderer.postChangeClosedState(TimerTask task)
           
 void ProjectsAndTasksModel.postMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
           
 void ProjectsAndTasksCellRenderer.postMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
           
 void ProjectsAndTasksModel.preChangeClosedState(TimerTask task)
           
 void ProjectsAndTasksCellRenderer.preChangeClosedState(TimerTask task)
           
 void ProjectsAndTasksModel.preDeleteTask(TimerTask task)
           
 void ProjectsAndTasksCellRenderer.preDeleteTask(TimerTask task)
           
 void ProjectsAndTasksModel.preMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
           
 void ProjectsAndTasksCellRenderer.preMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
           
 void ProjectsAndTasksModel.preMoveTask(TimerTask task)
           
 void ProjectsAndTasksCellRenderer.preMoveTask(TimerTask task)
           
 void ProjectsAndTasksModel.setAnnotation(TimerTask task, Date date, String annotation)
           
 void ProjectsAndTasksCellRenderer.setAnnotation(TimerTask task, Date date, String annotation)
           
 void ProjectsAndTasksModel.setTaskTime(TimerTask task, Date date, Long time)
           
 void ProjectsAndTasksCellRenderer.setTaskTime(TimerTask task, Date date, Long time)
           
 void ProjectsAndTasksModel.startTask(TimerTask task)
           
 void ProjectsAndTasksCellRenderer.startTask(TimerTask task)
           
 void ProjectsAndTasksModel.stopTask(TimerTask task)
           
 void ProjectsAndTasksCellRenderer.stopTask(TimerTask task)
           
protected  boolean ProjectsAndTasksModel.updateChildren(TimerTask task, TreePath path, int operation)
          Recursively try to update node.
 

Method parameters in org.chorem.jtimer.ui.treetable with type arguments of type TimerTask
 void ProjectsAndTasksModel.postMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
           
 void ProjectsAndTasksCellRenderer.postMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
           
 void ProjectsAndTasksModel.preMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
           
 void ProjectsAndTasksCellRenderer.preMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
           
 

Uses of TimerTask in org.chorem.jtimer.ui.treetable.dnd
 

Fields in org.chorem.jtimer.ui.treetable.dnd with type parameters of type TimerTask
protected  List<TimerTask> TimerTaskTranferable.tasksToTransfer
          Tasks to transfer.
 

Constructor parameters in org.chorem.jtimer.ui.treetable.dnd with type arguments of type TimerTask
TimerTaskTranferable(List<TimerTask> tasks)
          Constructor.
 

Uses of TimerTask in org.chorem.jtimer.ws
 

Methods in org.chorem.jtimer.ws with parameters of type TimerTask
 void ProjectManagement.syncTask(String userId, TimerTask task, Date dateOfDay, long timeOfDay)
          Sync a task.
 

Uses of TimerTask in org.chorem.jtimer.ws.xmlrpc
 

Methods in org.chorem.jtimer.ws.xmlrpc that return TimerTask
protected  TimerTask WSDaemon.getTaskByName(TimerTask task, String taskName)
          Found task by name in a task subtask
 

Methods in org.chorem.jtimer.ws.xmlrpc with parameters of type TimerTask
 void ChoremXMLRPCClient.addTask(TimerTask task)
           
protected  void ChoremXMLRPCClient.addTask(TimerTask task, List<String> taskNames)
          Add task in task subtask.
 void ChoremXMLRPCClient.checkAddTask(TimerTask parent, TimerTask task)
          Check add task.
 void ChoremXMLRPCClient.checkChangeClosedState(TimerTask task)
          Check change task state.
 void ChoremXMLRPCClient.checkDeleteTask(TimerTask task)
          Check delete task.
 void ChoremXMLRPCClient.checkMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
          Check merge task.
 void ChoremXMLRPCClient.checkModifyTask(TimerTask task)
          Check modify task.
 void ChoremXMLRPCClient.checkMoveTask(TimerTask destination, Collection<TimerTask> tasksToMove)
          Check move task.
 void ChoremXMLRPCClient.checkSetAnnotation(TimerTask task, Date date, String annotation)
          Check update task annotation.
 void ChoremXMLRPCClient.checkSetTaskTime(TimerTask task, Date date, Long value)
          Check update task time.
 void ChoremXMLRPCClient.deleteTask(TimerTask task)
           
protected  TimerTask WSDaemon.getTaskByName(TimerTask task, String taskName)
          Found task by name in a task subtask
 void ChoremXMLRPCClient.modifyTask(TimerTask task)
           
 void ChoremXMLRPCClient.moveTask(TimerTask task)
           
 void ChoremXMLRPCClient.postChangeClosedState(TimerTask task)
           
 void ChoremXMLRPCClient.postMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
           
 void ChoremXMLRPCClient.preChangeClosedState(TimerTask task)
           
 void ChoremXMLRPCClient.preDeleteTask(TimerTask task)
           
 void ChoremXMLRPCClient.preMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
           
 void ChoremXMLRPCClient.preMoveTask(TimerTask task)
           
 void ChoremXMLRPCClient.setAnnotation(TimerTask task, Date date, String annotation)
          Add annotation.
 void ChoremXMLRPCClient.setTaskTime(TimerTask task, Date date, Long time)
          Set task time.
 void ChoremXMLRPCClient.startTask(TimerTask task)
           
 void ChoremXMLRPCClient.stopTask(TimerTask task)
           
protected  void ChoremXMLRPCClient.synchronizeTask(String userId, TimerTask task, Date lastUpdateDate, List<String> currentTaskPath)
          Synchronize a single task.
protected  void WSDaemon.synchronizeTask(TimerTask localTask, TimerTask task)
          Synchronize two projects.
 void ChoremXMLRPCClient.syncTask(String userId, TimerTask task, Date dateOfDay, long timeOfDay)
           
 

Method parameters in org.chorem.jtimer.ws.xmlrpc with type arguments of type TimerTask
 void ChoremXMLRPCClient.checkMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
          Check merge task.
 void ChoremXMLRPCClient.checkMoveTask(TimerTask destination, Collection<TimerTask> tasksToMove)
          Check move task.
 void ChoremXMLRPCClient.postMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
           
 void ChoremXMLRPCClient.preMergeTasks(TimerTask destinationTask, List<TimerTask> otherTasks)
           
 



Copyright © 2007-2012 CodeLutin. All Rights Reserved.