Uses of Class
org.cesilko.rachota.core.Day
Packages that use Day
-
Uses of Day in org.cesilko.rachota.core
Methods in org.cesilko.rachota.core that return DayModifier and TypeMethodDescriptionReturns day identified by given date.private DayReturns day by given date and offset.Plan.getDayAfter(Day day) Returns one day after given day.Plan.getDayBefore(Day day) Returns one day before given day.Methods in org.cesilko.rachota.core with parameters of type DayModifier and TypeMethodDescriptionvoidAdds new day to plan.voidPlan.addRegularTasks(Day day) Adds regular tasks to given day.private booleanPlan.existsDayBefore(Day day) Finds out if there is any day in plan before specified day.Plan.getDayAfter(Day day) Returns one day after given day.Plan.getDayBefore(Day day) Returns one day before given day.booleanChecks if given day will be after today.booleanRegularTask.isPlannedFor(Day day) Verifies if task is planned for given day.booleanChecks if given day represents today. -
Uses of Day in org.cesilko.rachota.gui
Fields in org.cesilko.rachota.gui declared as DayModifier and TypeFieldDescriptionprivate DayDayTableModel.dayDay that is currently selected.private DayDayView.dayDay that is actually being displayed.private DayTaskDialog.dayDay which new task should be added to.Methods in org.cesilko.rachota.gui that return DayModifier and TypeMethodDescriptionDayView.getDay()Returns day that is currently being displayed.Returns day represented by column at specified point.Methods in org.cesilko.rachota.gui with parameters of type DayModifier and TypeMethodDescriptionvoidSets day to be represented by this model.private voidSets day view to given day.Constructors in org.cesilko.rachota.gui with parameters of type DayModifierConstructorDescriptionDayTableModel(Day day) Creates a new instance of DayTableModel.MoveTimeDialog(Frame parent, Task task, Day day) Creates new dialog for moving time between two tasks.TaskDialog(Day day) Creates new dialog for creating new task for given day.TaskDialog(Task task, Day day, boolean readOnly) Creates new dialog for editing of given task.