- recordActivity() - Static method in class org.cesilko.rachota.gui.Tools
-
- RegularTask - Class in org.cesilko.rachota.core
-
Task that repeats every day or once a week.
- RegularTask(String, String, String, int, int, long, Date, boolean, boolean, int) - Constructor for class org.cesilko.rachota.core.RegularTask
-
Creates a new instance of regular task.
- RegularTasksScanner - Class in org.cesilko.rachota.core
-
This is a DOM tree scanner of regular tasks plan XML files.
- RegularTasksScanner(Document) - Constructor for class org.cesilko.rachota.core.RegularTasksScanner
-
Creates new regular tasks scanner.
- RegularTasksTableModel - Class in org.cesilko.rachota.gui
-
Table model for regular tasks in settings dialog.
- RegularTasksTableModel(Vector) - Constructor for class org.cesilko.rachota.gui.RegularTasksTableModel
-
Creates new table model for regular tasks in settings dialog.
- removeFilter(AbstractTaskFilter) - Method in class org.cesilko.rachota.gui.FiltersTableModel
-
Removes existing task filter from table.
- removeListener(ClockListener) - Method in class org.cesilko.rachota.core.Clock
-
Removes already registered clock listener.
- removeNotStartedRegularTasks() - Method in class org.cesilko.rachota.core.Day
-
Removes all not started regular tasks from plan of day.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.cesilko.rachota.core.Day
-
Adds new listener to set of objects interested in this day.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.cesilko.rachota.core.Settings
-
Adds new listener to set of objects interested in this settings.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.cesilko.rachota.core.Task
-
Adds new listener to set of objects interested in this task.
- removeRegularTask(RegularTask) - Method in class org.cesilko.rachota.core.Plan
-
Removes existing regular task from plan.
- removeTask(Task) - Method in class org.cesilko.rachota.core.Day
-
Removes given task from plan of day.
- replaceAll(String, String, String) - Static method in class org.cesilko.rachota.gui.Tools
-
Returns text string that has all occurences of oldText strings replaced by newText string.
- replaceFilter(AbstractTaskFilter, AbstractTaskFilter) - Method in class org.cesilko.rachota.gui.FiltersTableModel
-
Replaces existing task filter by another filter.
- ReportContentWizardStep - Class in org.cesilko.rachota.gui
-
- ReportContentWizardStep(GenericWizard) - Constructor for class org.cesilko.rachota.gui.ReportContentWizardStep
-
Creates new form ReportTypeWizardStep
- ReportGenerator - Class in org.cesilko.rachota.gui
-
Helper class for generation of HTML/TXT/CSV reports.
- ReportGenerator(File, String, boolean, boolean, String, boolean, boolean, boolean, boolean, String, Vector, HistoryChart, AbstractTaskFilter, Vector) - Constructor for class org.cesilko.rachota.gui.ReportGenerator
-
- ReportOutputWizardStep - Class in org.cesilko.rachota.gui
-
- ReportOutputWizardStep(GenericWizard) - Constructor for class org.cesilko.rachota.gui.ReportOutputWizardStep
-
Creates new form ReportOutputWizardStep
- ReportWizard - Class in org.cesilko.rachota.gui
-
Wizard for generation of task reports or invoices.
- ReportWizard(Vector, HistoryChart, AbstractTaskFilter, Vector) - Constructor for class org.cesilko.rachota.gui.ReportWizard
-
Constructor or report generation wizard.
- requestFocus() - Method in class org.cesilko.rachota.gui.TaskDialog
-
- resortRows() - Method in class org.cesilko.rachota.gui.DayTableModel
-
Manually invokes resorting of all rows.
- resumeClock() - Method in class org.cesilko.rachota.core.Clock
-
Starts clock again.
- RULE_CONTAINS - Static variable in class org.cesilko.rachota.core.filters.DescriptionFilter
-
Rule requiring given content to be part of task property.
- RULE_CONTAINS - Static variable in class org.cesilko.rachota.core.filters.KeywordFilter
-
Rule requiring given content to be part of task property.
- RULE_CONTAINS_NOT - Static variable in class org.cesilko.rachota.core.filters.DescriptionFilter
-
Rule requiring given content not to be part of task property.
- RULE_CONTAINS_NOT - Static variable in class org.cesilko.rachota.core.filters.KeywordFilter
-
Rule requiring given content not to be part of task property.
- RULE_EQUALS - Static variable in class org.cesilko.rachota.core.filters.IdleFilter
-
Rule requiring given content to be equal to task property.
- RULE_EQUALS - Static variable in class org.cesilko.rachota.core.filters.PriorityFilter
-
Rule requiring given content to be equal to task property.
- RULE_EQUALS - Static variable in class org.cesilko.rachota.core.filters.PrivateFilter
-
Rule requiring given content to be equal to task property.
- RULE_EQUALS - Static variable in class org.cesilko.rachota.core.filters.StateFilter
-
Rule requiring given content to be equal to task property.
- RULE_EQUALS_NOT - Static variable in class org.cesilko.rachota.core.filters.IdleFilter
-
Rule requiring given content NOT to be greater than task property.
- RULE_EQUALS_NOT - Static variable in class org.cesilko.rachota.core.filters.PriorityFilter
-
Rule requiring given content NOT to be greater than task property.
- RULE_EQUALS_NOT - Static variable in class org.cesilko.rachota.core.filters.PrivateFilter
-
Rule requiring given content NOT to be greater than task property.
- RULE_EQUALS_NOT - Static variable in class org.cesilko.rachota.core.filters.StateFilter
-
Rule requiring given content NOT to be eual to task property.
- RULE_LESS_THAN - Static variable in class org.cesilko.rachota.core.filters.DurationFilter
-
Rule requiring given content NOT to be smaller than task property.
- RULE_MORE_THAN - Static variable in class org.cesilko.rachota.core.filters.DurationFilter
-
Rule requiring given content NOT to be greater than task property.
- run() - Method in class org.cesilko.rachota.core.Clock
-
Main clock loop.