Uses of Class
org.cesilko.rachota.core.Day
-
Packages that use Day Package Description org.cesilko.rachota.core org.cesilko.rachota.gui -
-
Uses of Day in org.cesilko.rachota.core
Methods in org.cesilko.rachota.core that return Day Modifier and Type Method Description DayPlan. getDay(java.util.Date date)Returns day identified by given date.DayPlan. getDayAfter(Day day)Returns one day after given day.DayPlan. getDayBefore(Day day)Returns one day before given day.Methods in org.cesilko.rachota.core with parameters of type Day Modifier and Type Method Description voidPlan. addDay(Day day)Adds new day to plan.voidPlan. addRegularTasks(Day day)Adds regular tasks to given day.DayPlan. getDayAfter(Day day)Returns one day after given day.DayPlan. getDayBefore(Day day)Returns one day before given day.booleanPlan. isFuture(Day day)Checks if given day will be after today.booleanRegularTask. isPlannedFor(Day day)Verifies if task is planned for given day.booleanPlan. isToday(Day day)Checks if given day represents today. -
Uses of Day in org.cesilko.rachota.gui
Methods in org.cesilko.rachota.gui that return Day Modifier and Type Method Description DayDayView. getDay()Returns day that is currently being displayed.DayHistoryChart. getDayAt(java.awt.Point point)Returns day represented by column at specified point.Methods in org.cesilko.rachota.gui with parameters of type Day Modifier and Type Method Description voidDayTableModel. setDay(Day day)Sets day to be represented by this model.Constructors in org.cesilko.rachota.gui with parameters of type Day Constructor Description DayTableModel(Day day)Creates a new instance of DayTableModel.MoveTimeDialog(java.awt.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.
-