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.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 TypeMethodDescriptionvoid
Adds new day to plan.void
Plan.addRegularTasks
(Day day) Adds regular tasks to given day.Plan.getDayAfter
(Day day) Returns one day after given day.Plan.getDayBefore
(Day day) Returns one day before given day.boolean
Checks if given day will be after today.boolean
RegularTask.isPlannedFor
(Day day) Verifies if task is planned for given day.boolean
Checks if given day represents today. -
Uses of Day in org.cesilko.rachota.gui
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 TypeMethodDescriptionvoid
Sets day to be represented by this model.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.