- Task - Class in org.cesilko.rachota.core
-
Single task planned for particular day.
- Task(String, String, String, int, int, long, Date, boolean, boolean) - Constructor for class org.cesilko.rachota.core.Task
-
Creates a new instance of Task
- TASK_DESCRIPTION - Static variable in class org.cesilko.rachota.gui.DayTableModel
-
Identification of description column.
- TASK_DESCRIPTION - Static variable in class org.cesilko.rachota.gui.RegularTasksTableModel
-
Identification of task description column.
- TASK_DURATION - Static variable in class org.cesilko.rachota.gui.DayTableModel
-
Identification of duration column.
- TASK_KEYWORD - Static variable in class org.cesilko.rachota.gui.DayTableModel
-
Identification of keyword column.
- TASK_NONE - Static variable in class org.cesilko.rachota.gui.DayTableModel
-
Identification of no column.
- TASK_NOTIFICATION - Static variable in class org.cesilko.rachota.gui.DayTableModel
-
Identification of notification column.
- TASK_PRIORITY - Static variable in class org.cesilko.rachota.gui.DayTableModel
-
Identification of priority column.
- TASK_PRIORITY - Static variable in class org.cesilko.rachota.gui.RegularTasksTableModel
-
Identification of task priority column.
- TASK_PRIVATE - Static variable in class org.cesilko.rachota.gui.DayTableModel
-
Identification of keyword column.
- TASK_REGULAR - Static variable in class org.cesilko.rachota.gui.DayTableModel
-
Identification of regular tasks column.
- TASK_REGULAR - Static variable in class org.cesilko.rachota.gui.RegularTasksTableModel
-
Identification of task frequency column.
- TASK_STATE - Static variable in class org.cesilko.rachota.gui.DayTableModel
-
Identification of state column.
- TaskDialog - Class in org.cesilko.rachota.gui
-
Visualizer of task.
- TaskDialog(Task, Day, boolean) - Constructor for class org.cesilko.rachota.gui.TaskDialog
-
Creates new dialog for editing of given task.
- TaskDialog(Day) - Constructor for class org.cesilko.rachota.gui.TaskDialog
-
Creates new dialog for creating new task for given day.
- TaskDialog(RegularTask) - Constructor for class org.cesilko.rachota.gui.TaskDialog
-
Creates new dialog for editing existing regular task.
- TaskDialog() - Constructor for class org.cesilko.rachota.gui.TaskDialog
-
Creates new dialog for creating new regular task.
- tick() - Method in interface org.cesilko.rachota.core.ClockListener
-
Method called when one clock tick is over.
- tick() - Method in class org.cesilko.rachota.core.Task
-
Method called by clock after one tick.
- tick() - Method in class org.cesilko.rachota.gui.DayView
-
Method called when one clock tick is over.
- tick() - Method in class org.cesilko.rachota.gui.MainWindow
-
- title - Static variable in class org.cesilko.rachota.gui.Tools
-
Name and version of application.
- Tools - Class in org.cesilko.rachota.gui
-
Helper class providing support for time conversion between
long, Date and String formats and other static functions.
- Tools() - Constructor for class org.cesilko.rachota.gui.Tools
-
- toString() - Method in class org.cesilko.rachota.core.Day
-
Returns textual representation of day's date e.g.
- toString() - Method in class org.cesilko.rachota.core.filters.AbstractTaskFilter
-
Returns name of filter as text.
- toString() - Method in class org.cesilko.rachota.core.filters.DescriptionFilter
-
Returns name of filter as text.
- toString() - Method in class org.cesilko.rachota.core.filters.DurationFilter
-
Returns name of filter as text.
- toString() - Method in class org.cesilko.rachota.core.filters.IdleFilter
-
Returns name of filter as text.
- toString() - Method in class org.cesilko.rachota.core.filters.KeywordFilter
-
Returns name of filter as text.
- toString() - Method in class org.cesilko.rachota.core.filters.PriorityFilter
-
Returns name of filter as text.
- toString() - Method in class org.cesilko.rachota.core.filters.PrivateFilter
-
Returns name of filter as text.
- toString() - Method in class org.cesilko.rachota.core.filters.StateFilter
-
Returns name of filter as text.
- toString() - Method in class org.cesilko.rachota.core.Task
-
Return textual representation of task.
- Translator - Class in org.cesilko.rachota.core
-
Translator class providing localization.
- Translator() - Constructor for class org.cesilko.rachota.core.Translator
-
- TYPE_COPY_TASK - Static variable in class org.cesilko.rachota.gui.DateDialog
-
Identifies dialog for copying task to different day.
- TYPE_FROM_TO - Static variable in class org.cesilko.rachota.gui.HistoryChart
-
Chart displaying from/to times for days.
- TYPE_SWITCH_DATE - Static variable in class org.cesilko.rachota.gui.DateDialog
-
Identifies dialog for switching current day view.
- TYPE_TIME_USAGE - Static variable in class org.cesilko.rachota.gui.HistoryChart
-
Chart displaying used/wasted time ratio.
- TYPE_TOTAL - Static variable in class org.cesilko.rachota.gui.HistoryChart
-
Chart displaying total times for days.