Package | Description |
---|---|
org.cesilko.rachota.core | |
org.cesilko.rachota.gui |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
DayTableModel.setDay(Day day)
Sets day to be represented by this model.
|
Constructor and 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.
|