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 Day
Returns 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 TypeMethodDescriptionvoid
Adds new day to plan.void
Plan.addRegularTasks
(Day day) Adds regular tasks to given day.private boolean
Plan.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.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
Fields in org.cesilko.rachota.gui declared as DayModifier and TypeFieldDescriptionprivate Day
DayTableModel.day
Day that is currently selected.private Day
DayView.day
Day that is actually being displayed.private Day
TaskDialog.day
Day 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 TypeMethodDescriptionvoid
Sets day to be represented by this model.private void
Sets 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.