|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskType | |
net.sourceforge.doyen | |
net.sourceforge.doyen.jaxb | |
net.sourceforge.doyen.jaxb.impl |
Uses of TaskType in net.sourceforge.doyen |
Fields in net.sourceforge.doyen declared as TaskType | |
private TaskType |
EventManager.mCurrentTask
|
private TaskType |
EventManager.EventRec.mTask
|
private TaskType |
TaskDetailDialog.mTask
|
Methods in net.sourceforge.doyen that return TaskType | |
TaskType |
EventFrame.getSelectedTask()
|
TaskType |
EventManager.EventRec.getTask()
|
TaskType |
TaskDetailDialog.getTask()
|
Methods in net.sourceforge.doyen with parameters of type TaskType | |
void |
EventFrame.addPendingEvent(TaskType task)
|
private void |
EventManager.setNextOccurrence(TaskType task)
Sets the next occurence of a completed task based on recurrence |
private void |
EventManager.setNextOccurrence(TaskType task,
TaskType.ScheduleType sched,
TaskType.ScheduleType.RecurrenceType rec)
Sets the next occurence of a completed task based on recurrence |
private void |
EventManager.checkForPendingEvents(TaskType task)
Task are checked for pending events in the following precendence 1) If the task is completed If recurrence True: clear the completed and schedule the next event False: done 2) If next occurence set If it's before now, post event If early notification is before now, post notification Check for pending 3) It's not done, they didn't set when to do it, and it's never been worked on before: it's ready to be worked on now. |
private void |
EventManager.postEvent(TaskType task,
Calendar time,
TaskType.ScheduleType.RecurrenceType rec)
|
private void |
EventManager.postEarlyEvent(TaskType task)
|
(package private) void |
EventManager.clearEarlyEvent(TaskType task)
|
void |
EventManager.setCurrentTask(TaskType task)
|
private static void |
RemoveProjectItemAction.moveTimeLogsToParent(ProjectType parent,
TaskType child)
|
private static void |
ViewUsageReportsAction.getDataAndLabels(TaskType task,
List alData,
List alLabels)
|
Constructors in net.sourceforge.doyen with parameters of type TaskType | |
EventManager.EventRec(TaskType task,
Calendar time,
TaskType.ScheduleType.RecurrenceType rec)
|
|
TaskDetailDialog(Doyen parent,
TaskType task)
|
|
TaskDetailDialog(Doyen parent,
String title,
TaskType task)
|
Uses of TaskType in net.sourceforge.doyen.jaxb |
Subinterfaces of TaskType in net.sourceforge.doyen.jaxb | |
interface |
Task
Java content class for task element declaration. |
Methods in net.sourceforge.doyen.jaxb that return TaskType | |
TaskType |
ObjectFactory.createTaskType()
Create an instance of TaskType |
Uses of TaskType in net.sourceforge.doyen.jaxb.impl |
Classes in net.sourceforge.doyen.jaxb.impl that implement TaskType | |
class |
TaskImpl
|
class |
TaskTypeImpl
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |