Uses of Class
org.cesilko.rachota.core.Task
Packages that use Task
-
Uses of Task in org.cesilko.rachota.core
Subclasses of Task in org.cesilko.rachota.coreModifier and TypeClassDescriptionclassTask that repeats every day or once a week.classTask that repeats every day or once a week.Methods in org.cesilko.rachota.core that return TaskModifier and TypeMethodDescriptionRegularTask.cloneTask()Returns clone of itself with time set to 0 and state set to STATE_NEW.Task.cloneTask()Returns clone of itself with time set to 0, empty notes and state set to STATE_NEW.Compare attributes with given task and return the one which is greater/smaller according to sorting order.Day.getIdleTask()Returns idle task of the day.Returns task with given description or null if such does not exist.private TaskLoads task from given XML element.Methods in org.cesilko.rachota.core with parameters of type TaskModifier and TypeMethodDescriptionvoidAdds new task to plan of day.Compare attributes with given task and return the one which is greater/smaller according to sorting order.voidDay.removeTask(Task task) Removes given task from plan of day. -
Uses of Task in org.cesilko.rachota.gui
Fields in org.cesilko.rachota.gui declared as TaskModifier and TypeFieldDescriptionprivate TaskInactivityReminderDialog.currentTaskTask whose time should be transferred to another task.private TaskDayPlanTable.selectedTaskprivate TaskAdjustTimeDialog.taskTask whose time should be edited.private TaskDayView.taskTask that is currently selected and may be started.private TaskMoveTimeDialog.taskTask whose time should be transferred to another task.private TaskTaskDialog.taskTask that is being edited.Methods in org.cesilko.rachota.gui that return TaskModifier and TypeMethodDescriptionFilteredTasksTableModel.getSimilarTask(int row) Returns similar task to the one at given row.DayTableModel.getTask(int row) Returns task located at given row depending on whether finished tasks are displayed or not.DayView.getTask()Returns task that is currently selected.TaskDialog.getTask()Return task that was edited or created by this dialog.Methods in org.cesilko.rachota.gui with parameters of type TaskModifier and TypeMethodDescriptionprivate voidprivate voidintReturns number of row occupied by given task.(package private) voidInvoiceGenerator.ProjectRow.includeTask(Task task) (package private) voidInvoiceGenerator.TaskRow.includeTask(Task task) (package private) voidReportGenerator.ProjectRow.includeTask(Task task) (package private) voidReportGenerator.TaskRow.includeTask(Task task) voidDayView.selectTask(Task task) Sets given task as selected and starts to work on it.voidDayPlanTable.setSelectedTask(Task selectedTask) Sets given task as selected to render it properly.voidSet description of selected task and start it if required.Constructors in org.cesilko.rachota.gui with parameters of type TaskModifierConstructorDescriptionAdjustTimeDialog(Frame parent, String title, Task task) Creates new dialog for time selection and presets hours and minutesMoveTimeDialog(Frame parent, Task task, Day day) Creates new dialog for moving time between two tasks.(package private)ProjectRow(String project, Task task, String sortBy) (package private)ProjectRow(String projectDescription, Task task, String sortBy) TaskDialog(Task task, Day day, boolean readOnly) Creates new dialog for editing of given task.(package private)(package private)(package private)