- paint(Graphics) - Method in class org.cesilko.rachota.gui.ComparisonChart
-
Draws the pie chart given set share.
- paint(Graphics) - Method in class org.cesilko.rachota.gui.HistoryChart
-
Draws the chart of specified type from given days.
- paint(Graphics) - Method in class org.cesilko.rachota.gui.PieChart
-
Draws the pie chart given set share.
- pauseTask() - Method in class org.cesilko.rachota.gui.DayView
-
Stops working on currently selected running task.
- PieChart - Class in org.cesilko.rachota.gui
-
Pie chart showing a circle with a highlighted arc representing preset share.
- PieChart() - Constructor for class org.cesilko.rachota.gui.PieChart
-
Creates a new pie chart.
- Plan - Class in org.cesilko.rachota.core
-
Plan containing all days that have some tasks planned.
- PNGImageWriter - Class in org.cesilko.rachota.gui
-
Encoder for writing BufferedImage as true color PNG
image with maximum compression.
- PNGImageWriter() - Constructor for class org.cesilko.rachota.gui.PNGImageWriter
-
- PRIORITY_HIGH - Static variable in class org.cesilko.rachota.core.Task
-
High level of task priority.
- PRIORITY_LOW - Static variable in class org.cesilko.rachota.core.Task
-
Low level of task priority.
- PRIORITY_MEDIUM - Static variable in class org.cesilko.rachota.core.Task
-
Medium level of task priority.
- PriorityFilter - Class in org.cesilko.rachota.core.filters
-
Task filter allowing to filter tasks by priority.
- PriorityFilter(int, Integer) - Constructor for class org.cesilko.rachota.core.filters.PriorityFilter
-
Creates new priority filter.
- PriorityFilter() - Constructor for class org.cesilko.rachota.core.filters.PriorityFilter
-
Creates new default priority filter which is preset to RULE_EQUALS
content rule and Task.PRIORITY_LOW.
- PrivateFilter - Class in org.cesilko.rachota.core.filters
-
Task filter allowing to filter private tasks.
- PrivateFilter(int, Boolean) - Constructor for class org.cesilko.rachota.core.filters.PrivateFilter
-
Creates new private filter.
- PrivateFilter() - Constructor for class org.cesilko.rachota.core.filters.PrivateFilter
-
Creates new default private filter which is preset to RULE_EQUALS
content rule and Boolean.TRUE.
- privateTask() - Method in class org.cesilko.rachota.core.Task
-
Returns whether this task is private.
- propertyChange(PropertyChangeEvent) - Method in class org.cesilko.rachota.core.Day
-
Method called when some property of task was changed.
- propertyChange(PropertyChangeEvent) - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Method called when some setting has changed.
- propertyChange(PropertyChangeEvent) - Method in class org.cesilko.rachota.gui.DayView
-
Method called when some property of task was changed.
- propertyChange(PropertyChangeEvent) - Method in class org.cesilko.rachota.gui.GenericWizard
-
Method called when property of some wizard step changed.
- propertyChange(PropertyChangeEvent) - Method in class org.cesilko.rachota.gui.HistoryChart
-
Method called when some property of task was changed.
- propertyChange(PropertyChangeEvent) - Method in class org.cesilko.rachota.gui.HistoryView
-
Method called when some property of task was changed.
- propertyChange(PropertyChangeEvent) - Method in class org.cesilko.rachota.gui.MainWindow
-
Method called when some property of task was changed.
- propertyChange(PropertyChangeEvent) - Method in class org.cesilko.rachota.gui.PieChart
-
Method called when some property of task was changed.
- propertyChange(PropertyChangeEvent) - Method in class org.cesilko.rachota.gui.ReportContentWizardStep
-
Method called when property of some other wizard step changed.
- propertyChange(PropertyChangeEvent) - Method in class org.cesilko.rachota.gui.ReportOutputWizardStep
-
Method called when property of some other wizard step changed.
- propertyChange(PropertyChangeEvent) - Method in class org.cesilko.rachota.gui.ReportWizard
-
Method called when property of some wizard step changed.
- propertyChange(PropertyChangeEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
-
Method called when some property of task was changed.
- propertyChange(PropertyChangeEvent) - Method in class org.cesilko.rachota.gui.WizardStep
-
Method called when property of some other wizard step changed.
- put(Comparable, Object) - Method in class org.cesilko.rachota.gui.LimitedCapacityStack
-
Tries to store given object using provided key.