- IdleFilter - Class in org.cesilko.rachota.core.filters
-
Task filter allowing to filter idle tasks.
- IdleFilter(int, Boolean) - Constructor for class org.cesilko.rachota.core.filters.IdleFilter
-
Creates new idle filter.
- IdleFilter() - Constructor for class org.cesilko.rachota.core.filters.IdleFilter
-
Creates new default private filter which is preset to RULE_EQUALS
content rule and Boolean.TRUE.
- IdleTask - Class in org.cesilko.rachota.core
-
Task that repeats every day or once a week.
- IdleTask() - Constructor for class org.cesilko.rachota.core.IdleTask
-
Creates a new instance of idle task.
- InactivityReminderDialog - Class in org.cesilko.rachota.gui
-
Notification dialog reminding user about detected inactivity.
- InactivityReminderDialog(DayView) - Constructor for class org.cesilko.rachota.gui.InactivityReminderDialog
-
Creates new inactivity reminder dialog.
- isFuture(Day) - Method in class org.cesilko.rachota.core.Plan
-
Checks if given day will be after today.
- isIdleTask() - Method in class org.cesilko.rachota.core.IdleTask
-
Returns true meaning that the task measure idle time.
- isIdleTask() - Method in class org.cesilko.rachota.core.Task
-
Returns false meaning that the task does not measure idle time.
- isModified() - Method in class org.cesilko.rachota.core.Day
-
Returns if day was modified or not since it was created.
- isPlannedFor(Day) - Method in class org.cesilko.rachota.core.RegularTask
-
Verifies if task is planned for given day.
- isRunning() - Method in class org.cesilko.rachota.core.Task
-
Returns whether task is being worked on or not.
- isSelectedColumn(int) - Method in class org.cesilko.rachota.gui.DayTableModel
-
Finds out if given column is visible i.e.
- isSetCorrectly() - Method in class org.cesilko.rachota.gui.ReportContentWizardStep
-
Returns whether everything is set correctly in the wizard step.
- isSetCorrectly() - Method in class org.cesilko.rachota.gui.ReportOutputWizardStep
-
Returns whether everything is set correctly in the wizard step.
- isSetCorrectly() - Method in class org.cesilko.rachota.gui.WizardStep
-
Returns whether everything is set correctly in the wizard step.
- isTicking() - Method in class org.cesilko.rachota.core.Clock
-
Returns whether clock is ticking or not.
- isToday(Day) - Method in class org.cesilko.rachota.core.Plan
-
Checks if given day represents today.