- cancelWizard() - Method in class org.cesilko.rachota.gui.GenericWizard
-
Acts like a Cancel button is pressed.
- checkButtons() - Method in class org.cesilko.rachota.gui.GenericWizard
-
Method called when something changed and buttons should verify their state.
- Clock - Class in org.cesilko.rachota.core
-
System clock ticking every second by default.
- ClockListener - Interface in org.cesilko.rachota.core
-
Object that wants to be notified at each clock tick.
- cloneTask() - Method in class org.cesilko.rachota.core.RegularTask
-
Returns clone of itself with time set to 0 and state set to STATE_NEW.
- cloneTask() - Method in class org.cesilko.rachota.core.Task
-
Returns clone of itself with time set to 0, empty notes and state set to STATE_NEW.
- compare(Task, int, boolean) - Method in class org.cesilko.rachota.core.Task
-
Compare attributes with given task and return the one which is greater/smaller according to sorting order.
- ComparisonChart - Class in org.cesilko.rachota.gui
-
Chart showing comparison of current user's usage times with
other Rachota users.
- ComparisonChart() - Constructor for class org.cesilko.rachota.gui.ComparisonChart
-
Creates a new comparison chart.
- CompletionListModel - Class in org.cesilko.rachota.gui
-
Model that takes care of current list of completion items.
- CompletionListModel() - Constructor for class org.cesilko.rachota.gui.CompletionListModel
-
- CompletionWindow - Class in org.cesilko.rachota.gui
-
Window containing list of all suitable completion items.
- CompletionWindow(JTextComponent, Vector, JDialog) - Constructor for class org.cesilko.rachota.gui.CompletionWindow
-
Creates new form CompletionWindow
- copyTask(Frame) - Method in class org.cesilko.rachota.gui.DayView
-
Method called when copy task action is required.
- copyUnfinishedTasks() - Method in class org.cesilko.rachota.core.Plan
-
Copies all unfinished tasks from previous working day to today.
- correctTaskDuration(Frame) - Method in class org.cesilko.rachota.gui.DayView
-
Method called when correct task duration action is required.
- createBackup() - Static method in class org.cesilko.rachota.core.Plan
-
Creates a backup copy of current diary.
- createDTD() - Static method in class org.cesilko.rachota.core.DiaryScanner
-
Creates diary.dtd file that is used for automatic XML validation of diary files.
- createDTD() - Static method in class org.cesilko.rachota.core.RegularTasksScanner
-
Creates regular_tasks.dtd file that is used for automatic XML validation of regular tasks plan files.