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 Day
Plan. getDay(java.util.Date date)
Returns day identified by given date.Day
Plan. getDayAfter(Day day)
Returns one day after given day.Day
Plan. 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 void
Plan. addDay(Day day)
Adds new day to plan.void
Plan. addRegularTasks(Day day)
Adds regular tasks to given day.Day
Plan. getDayAfter(Day day)
Returns one day after given day.Day
Plan. getDayBefore(Day day)
Returns one day before given day.boolean
Plan. isFuture(Day day)
Checks if given day will be after today.boolean
RegularTask. isPlannedFor(Day day)
Verifies if task is planned for given day.boolean
Plan. 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 Day
DayView. getDay()
Returns day that is currently being displayed.Day
HistoryChart. 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 void
DayTableModel. 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.
-