Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AboutDialog - Class in org.cesilko.rachota.gui
-
About dialog displaying basic information about Rachota.
- AboutDialog(Frame, boolean) - Constructor for class org.cesilko.rachota.gui.AboutDialog
-
Creates new form AboutDialog
- AbstractTaskFilter - Class in org.cesilko.rachota.core.filters
-
Abstract task filter forwarding all provided tasks.
- AbstractTaskFilter(int, String) - Constructor for class org.cesilko.rachota.core.filters.AbstractTaskFilter
-
Default filter constructor.
- actionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.HistoryView.MouseActionAdapter
- ACTIVITY_NOT_REPORTED - Static variable in class org.cesilko.rachota.core.Settings
-
Activity not yet reported.
- ACTIVITY_REPORT_FAILED - Static variable in class org.cesilko.rachota.core.Settings
-
Tried to report activity but failed.
- addDay(Day) - Method in class org.cesilko.rachota.core.Plan
-
Adds new day to plan.
- addDuration(long) - Method in class org.cesilko.rachota.core.Task
-
Adds time in ms that was additionally spent on task.
- addFilter(AbstractTaskFilter) - Method in class org.cesilko.rachota.gui.FiltersTableModel
-
Adds new task filter to table.
- addListener(ClockListener) - Method in class org.cesilko.rachota.core.Clock
-
Adds new clock listener.
- addNote(Frame) - Method in class org.cesilko.rachota.gui.DayView
-
Method called when add note to task action is required.
- addNote(String, boolean) - Method in class org.cesilko.rachota.core.Task
-
Appends a timestamp and given note to notes of this task.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.cesilko.rachota.core.Day
-
Adds new listener to set of objects interested in this day.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.cesilko.rachota.core.Settings
-
Adds new listener to set of objects interested in this settings.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.cesilko.rachota.core.Task
-
Adds new listener to set of objects interested in this task.
- addRegularTask(RegularTask) - Method in class org.cesilko.rachota.core.Plan
-
Adds new regular task to plan.
- addRegularTasks(Day) - Method in class org.cesilko.rachota.core.Plan
-
Adds regular tasks to given day.
- addTask(Task) - Method in class org.cesilko.rachota.core.Day
-
Adds new task to plan of day.
- addTask(Task) - Method in class org.cesilko.rachota.gui.ProjectsTreeModel.CategoryNode
- addTask(Task) - Method in class org.cesilko.rachota.gui.ProjectsTreeModel.TaskNode
- addWizardStep(WizardStep) - Method in class org.cesilko.rachota.gui.GenericWizard
-
Adds new wizard step to this wizard.
- adjustStartTime(Frame) - Method in class org.cesilko.rachota.gui.DayView
-
Method called when user wants to adjust day start time.
- AdjustTimeDialog - Class in org.cesilko.rachota.gui
-
Dialog for user friendly setting up start/end day time.
- AdjustTimeDialog(Frame, String) - Constructor for class org.cesilko.rachota.gui.AdjustTimeDialog
-
Creates new dialog for time selection.
- AdjustTimeDialog(Frame, String, int, int) - Constructor for class org.cesilko.rachota.gui.AdjustTimeDialog
-
Creates new dialog for time selection and presets hours and minutes
- AdjustTimeDialog(Frame, String, Task) - Constructor for class org.cesilko.rachota.gui.AdjustTimeDialog
-
Creates new dialog for time selection and presets hours and minutes
- allCompletionItems - Variable in class org.cesilko.rachota.gui.CompletionWindow
-
List of all possible completion items.
- AnalyticsView - Class in org.cesilko.rachota.gui
-
Panel providing comparison of current user's weekly times with other Rachota users and analytics summary and recommendations.
- AnalyticsView() - Constructor for class org.cesilko.rachota.gui.AnalyticsView
-
Creates new HistoryView panel charts and table.
- ASCENDING - Static variable in class org.cesilko.rachota.gui.FilteredTasksTableModel
-
Ascending sorting order.
- ASCENDING - Static variable in class org.cesilko.rachota.gui.RegularTasksTableModel
-
Ascending sorting order.
- automaticStart - Variable in class org.cesilko.rachota.core.Task
-
Whether system should switch to task automatically.
- automaticStart() - Method in class org.cesilko.rachota.core.Task
-
Returns whether system should switch to task automatically.
B
- beep(int) - Static method in class org.cesilko.rachota.gui.Tools
-
Produce couple of warning beeps at user when necessary.
- BEEP_NOTIFICATION - Static variable in class org.cesilko.rachota.gui.Tools
-
Notification type of beep.
- BEEP_WARNING - Static variable in class org.cesilko.rachota.gui.Tools
-
Warning type of beep.
- btAdd - Variable in class org.cesilko.rachota.gui.DayView
- btAdd - Variable in class org.cesilko.rachota.gui.SettingsDialog
- btAddActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.DayView
-
Method called when add button is pressed.
- btAddActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
-
Method called when add button was pressed.
- btAddFilter - Variable in class org.cesilko.rachota.gui.HistoryView
- btAddFilterActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.HistoryView
-
Method called when Add Filter button was pressed.
- btBackward - Variable in class org.cesilko.rachota.gui.HistoryView
- btBackwardActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.HistoryView
-
Method called when backward button was pressed.
- btBrowse - Variable in class org.cesilko.rachota.gui.ReportOutputWizardStep
- btBrowseActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.ReportOutputWizardStep
-
Method called when user clicks Browse button to select some file.
- btCancel - Variable in class org.cesilko.rachota.gui.AdjustTimeDialog
- btCancel - Variable in class org.cesilko.rachota.gui.DateDialog
- btCancel - Variable in class org.cesilko.rachota.gui.FilterDialog
- btCancel - Variable in class org.cesilko.rachota.gui.GenericWizard
- btCancel - Variable in class org.cesilko.rachota.gui.MoveTimeDialog
- btCancel - Variable in class org.cesilko.rachota.gui.SettingsDialog
- btCancel - Variable in class org.cesilko.rachota.gui.TaskDialog
- btCancelActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.AdjustTimeDialog
-
Method called when cancel button was pressed.
- btCancelActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.DateDialog
- btCancelActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.FilterDialog
-
Method called when Cancel button was pressed.
- btCancelActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.GenericWizard
-
Method called when user pushed Cancel button.
- btCancelActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.MoveTimeDialog
-
Method called when cancel button was pressed.
- btCancelActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
-
Method called when cancel button was pressed.
- btCancelActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.TaskDialog
-
Method called when cancel button was pressed.
- btDone - Variable in class org.cesilko.rachota.gui.DayView
- btDoneActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.DayView
-
Method called when Done button is pressed.
- btEdit - Variable in class org.cesilko.rachota.gui.DayView
- btEdit - Variable in class org.cesilko.rachota.gui.SettingsDialog
- btEditActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.DayView
-
Method called when edit button is pressed.
- btEditActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
-
Method called when edit button was pressed.
- btEditFilter - Variable in class org.cesilko.rachota.gui.HistoryView
- btEditFilterActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.HistoryView
-
Method called when Edit Filter button was pressed.
- btFinish - Variable in class org.cesilko.rachota.gui.GenericWizard
- btFinishActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.GenericWizard
-
Method called when user pushed Finish button.
- btForward - Variable in class org.cesilko.rachota.gui.HistoryView
- btForwardActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.HistoryView
-
Method called when forward button was pressed.
- btNext - Variable in class org.cesilko.rachota.gui.DayView
- btNext - Variable in class org.cesilko.rachota.gui.GenericWizard
- btNextActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.DayView
-
Method called when next button is pressed.
- btNextActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.GenericWizard
-
Method called when user pushed Next button.
- btNextMonth - Variable in class org.cesilko.rachota.gui.DayView
- btNextMonthActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.DayView
- btNextWeek - Variable in class org.cesilko.rachota.gui.DayView
- btNextWeekActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.DayView
- btOK - Variable in class org.cesilko.rachota.gui.AboutDialog
- btOK - Variable in class org.cesilko.rachota.gui.AdjustTimeDialog
- btOK - Variable in class org.cesilko.rachota.gui.DateDialog
- btOK - Variable in class org.cesilko.rachota.gui.FilterDialog
- btOK - Variable in class org.cesilko.rachota.gui.InactivityReminderDialog
- btOK - Variable in class org.cesilko.rachota.gui.MoveTimeDialog
- btOK - Variable in class org.cesilko.rachota.gui.SettingsDialog
- btOK - Variable in class org.cesilko.rachota.gui.TaskDialog
- btOKActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.AboutDialog
- btOKActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.AdjustTimeDialog
-
Method called when ok button was pressed.
- btOKActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.DateDialog
- btOKActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.FilterDialog
-
Method called when OK button was pressed.
- btOKActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.InactivityReminderDialog
- btOKActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.MoveTimeDialog
-
Method called when ok button was pressed.
- btOKActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
-
Method called when ok button was pressed.
- btOKActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.TaskDialog
-
Method called when ok button was pressed.
- btOKKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.AboutDialog
- btPrevious - Variable in class org.cesilko.rachota.gui.DayView
- btPrevious - Variable in class org.cesilko.rachota.gui.GenericWizard
- btPreviousActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.DayView
-
Method called when previous button is pressed.
- btPreviousActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.GenericWizard
-
Method called when user pushed Previous button.
- btPreviousMonth - Variable in class org.cesilko.rachota.gui.DayView
- btPreviousMonthActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.DayView
- btPreviousWeek - Variable in class org.cesilko.rachota.gui.DayView
- btPreviousWeekActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.DayView
- btRelax - Variable in class org.cesilko.rachota.gui.DayView
- btRelaxActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.DayView
-
Method called when Relax button is pressed.
- btRemove - Variable in class org.cesilko.rachota.gui.DayView
- btRemove - Variable in class org.cesilko.rachota.gui.SettingsDialog
- btRemoveActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.DayView
-
Method called when remove button is pressed.
- btRemoveActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
-
Method called when remove button was pressed.
- btRemoveFilter - Variable in class org.cesilko.rachota.gui.HistoryView
- btRemoveFilterActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.HistoryView
-
Method called when Remove Filter button was pressed.
- btReport - Variable in class org.cesilko.rachota.gui.HistoryView
- btReportActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.HistoryView
-
Method called when generate report button was clicked.
- btSelect - Variable in class org.cesilko.rachota.gui.DayView
- btSelectActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.DayView
-
Method called when select button is pressed.
- btWork - Variable in class org.cesilko.rachota.gui.DayView
- btWorkActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.DayView
-
Method called when Work button is pressed.
- build - Static variable in class org.cesilko.rachota.gui.Tools
-
Build number.
C
- cancelWizard() - Method in class org.cesilko.rachota.gui.GenericWizard
-
Acts like a Cancel button is pressed.
- capacity - Variable in class org.cesilko.rachota.gui.LimitedCapacityStack
-
Maximum number of objects that stack can keep.
- categorization - Variable in class org.cesilko.rachota.gui.AnalyticsView
-
Usage of categories across tasks.
- CategoryNode(String) - Constructor for class org.cesilko.rachota.gui.ProjectsTreeModel.CategoryNode
- cbDuration - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- cbDurationActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.ReportContentWizardStep
-
Method called when user wants to (not)include duration for each row.
- cbFilters - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- cbNotes - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- cbNotesActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.ReportContentWizardStep
-
Method called when user wants to (not)include notes for each row.
- cbOccurrences - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- cbOccurrencesActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.ReportContentWizardStep
-
Method called when user wants to (not)include number of occurrences for each row.
- cbProjectsTasks - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- cbProjectsTasksActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.ReportContentWizardStep
-
Method called when user wants to (not)enumerate projects/tasks for each row.
- cbTimesChart - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- changeColor(Color) - Method in class org.cesilko.rachota.gui.PieChart
-
Returns new color visibly different from the given one.
- chart - Variable in class org.cesilko.rachota.gui.ReportGenerator
- chart - Variable in class org.cesilko.rachota.gui.ReportWizard
-
History chart to be included in case user selects HTML type and wants it.
- chartType - Variable in class org.cesilko.rachota.gui.HistoryChart
-
Type of history chart to be drawn.
- chbArchiveNotStarted - Variable in class org.cesilko.rachota.gui.SettingsDialog
- chbArchiveNotStartedKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
- chbAutoStart - Variable in class org.cesilko.rachota.gui.TaskDialog
- chbAutoStartKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.TaskDialog
- chbCheckPriority - Variable in class org.cesilko.rachota.gui.SettingsDialog
- chbCheckPriorityKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
- chbCountPrivate - Variable in class org.cesilko.rachota.gui.SettingsDialog
- chbCountPrivateKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
- chbDetectInactivity - Variable in class org.cesilko.rachota.gui.SettingsDialog
- chbDetectInactivityActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
- chbGroupTasks - Variable in class org.cesilko.rachota.gui.HistoryView
- chbGroupTasksActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.HistoryView
-
Method called when checkbox "Group tasks with same name" is un/checked.
- chbHighlightTasks - Variable in class org.cesilko.rachota.gui.HistoryView
- chbHighlightTasksActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.HistoryView
-
Method called when highlight tasks checkbox is un/checked.
- chbHoursExceeded - Variable in class org.cesilko.rachota.gui.SettingsDialog
- chbHoursExceededKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
- chbHoursNotReached - Variable in class org.cesilko.rachota.gui.SettingsDialog
- chbHoursNotReachedKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
- chbIgnore - Variable in class org.cesilko.rachota.gui.InactivityReminderDialog
- chbIgnoreKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.InactivityReminderDialog
- chbLogEvents - Variable in class org.cesilko.rachota.gui.SettingsDialog
- chbLogEventsKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
- chbMoveUnfinished - Variable in class org.cesilko.rachota.gui.SettingsDialog
- chbMoveUnfinishedKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
- chbNotification - Variable in class org.cesilko.rachota.gui.TaskDialog
- chbNotificationChanged(ActionEvent) - Method in class org.cesilko.rachota.gui.TaskDialog
-
Method called when notification was turned on/off.
- chbNotificationKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.TaskDialog
- chbPopupGroupByKeyword - Variable in class org.cesilko.rachota.gui.SettingsDialog
- chbPopupGroupByKeywordKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
- chbPrivate - Variable in class org.cesilko.rachota.gui.TaskDialog
- chbPrivateKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.TaskDialog
- chbRegular - Variable in class org.cesilko.rachota.gui.TaskDialog
- chbRegularKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.TaskDialog
- chbReportActivity - Variable in class org.cesilko.rachota.gui.SettingsDialog
- chbReportActivityKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
- chbShowFinished - Variable in class org.cesilko.rachota.gui.DayView
- chbShowFinishedActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.DayView
-
Method called when visibility of finished tasks should be changed.
- chbStartTask - Variable in class org.cesilko.rachota.gui.TaskDialog
- chbStartTaskKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.TaskDialog
- chbUploadDiary - Variable in class org.cesilko.rachota.gui.SettingsDialog
- chbUploadDiaryActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
- chbUploadDiaryKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
- checkAccess() - Method in class org.cesilko.rachota.gui.InactivityReminderDialog
-
Checks whether all controls are enabled as it should be.
- checkAnotherInstance() - Static method in class org.cesilko.rachota.gui.MainWindow
-
Checks whether another instance of Rachota is running or Rachota was not exited normally i.e.
- checkButtons() - Method in class org.cesilko.rachota.gui.DayView
-
Check availability of buttons according to current state of view.
- checkButtons() - Method in class org.cesilko.rachota.gui.GenericWizard
-
Method called when something changed and buttons should verify their state.
- checkButtons() - Method in class org.cesilko.rachota.gui.HistoryView
-
Checks whether edit and remove filter buttons should be enabled.
- checkButtons() - Method in class org.cesilko.rachota.gui.SettingsDialog
-
If any regular task is selected in the table enable both edit and remove buttons.
- checkDuration() - Method in class org.cesilko.rachota.gui.InactivityReminderDialog
-
Check whether time required for the transfer is not greater than duration of the source task.
- checkDuration() - Method in class org.cesilko.rachota.gui.MoveTimeDialog
-
Check whether time required for the transfer is not greater than duration of the source task.
- checksum - Variable in class org.cesilko.rachota.gui.PNGImageWriter
-
Checksum computer.
- clickedWhen - Variable in class org.cesilko.rachota.gui.DayView
-
Time when user clicked in the plan table last time.
- clickedWhere - Variable in class org.cesilko.rachota.gui.DayView
-
Point in the plan table when user clicked last time.
- clock - Static variable in class org.cesilko.rachota.core.Clock
-
The only instance of clock object in the system.
- Clock - Class in org.cesilko.rachota.core
-
System clock ticking every second by default.
- Clock(long) - Constructor for class org.cesilko.rachota.core.Clock
-
Clock constructor.
- 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.
- closeDialog(WindowEvent) - Method in class org.cesilko.rachota.gui.TaskDialog
-
Method called when dialog should be closed.
- cmbContent - Variable in class org.cesilko.rachota.gui.FilterDialog
- cmbContent - Variable in class org.cesilko.rachota.gui.HistoryView
- cmbContentItemStateChanged(ItemEvent) - Method in class org.cesilko.rachota.gui.HistoryView
-
Method called when selection of content item has changed.
- cmbContentKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.FilterDialog
- cmbContentRule - Variable in class org.cesilko.rachota.gui.FilterDialog
- cmbContentRule - Variable in class org.cesilko.rachota.gui.HistoryView
- cmbContentRuleItemStateChanged(ItemEvent) - Method in class org.cesilko.rachota.gui.HistoryView
-
Method called when selection of content rule item has changed.
- cmbContentRuleKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.FilterDialog
- cmbFilterName - Variable in class org.cesilko.rachota.gui.FilterDialog
- cmbFilterName - Variable in class org.cesilko.rachota.gui.HistoryView
- cmbFilterNameItemStateChanged(ItemEvent) - Method in class org.cesilko.rachota.gui.FilterDialog
-
Method called when any filter is selected.
- cmbFilterNameItemStateChanged(ItemEvent) - Method in class org.cesilko.rachota.gui.HistoryView
-
Method called when selection of filter item has changed.
- cmbFilterNameKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.FilterDialog
- cmbHibernationAction - Variable in class org.cesilko.rachota.gui.SettingsDialog
- cmbHibernationActionKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
- cmbInactivityAction - Variable in class org.cesilko.rachota.gui.SettingsDialog
- cmbInactivityActionKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
- cmbMonth - Variable in class org.cesilko.rachota.gui.DateDialog
- cmbMonthActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.DateDialog
- cmbMonthKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.DateDialog
- cmbOnExitAction - Variable in class org.cesilko.rachota.gui.SettingsDialog
- cmbOtherTask - Variable in class org.cesilko.rachota.gui.InactivityReminderDialog
- cmbOtherTaskKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.InactivityReminderDialog
- cmbPeriod - Variable in class org.cesilko.rachota.gui.HistoryView
- cmbPeriodItemStateChanged(ItemEvent) - Method in class org.cesilko.rachota.gui.HistoryView
-
Method called when period scale should be changed.
- cmbPriority - Variable in class org.cesilko.rachota.gui.TaskDialog
- cmbPriorityKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.TaskDialog
- cmbRepetition - Variable in class org.cesilko.rachota.gui.TaskDialog
- cmbRepetitionKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.TaskDialog
- cmbSelectTask - Variable in class org.cesilko.rachota.gui.MoveTimeDialog
- cmbSelectTaskKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.MoveTimeDialog
- cmbSortBy - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- columnNames - Variable in class org.cesilko.rachota.gui.DayTableModel
-
Translations of all column names.
- columns - Variable in class org.cesilko.rachota.gui.DayTableModel
-
Table with information if columns are selected i.e.
- 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.
- compareTo(Object) - Method in class org.cesilko.rachota.gui.InvoiceGenerator.ProjectRow
- compareTo(Object) - Method in class org.cesilko.rachota.gui.InvoiceGenerator.TaskRow
- compareTo(Object) - Method in class org.cesilko.rachota.gui.ProjectsTreeModel.CategoryNode
- compareTo(Object) - Method in class org.cesilko.rachota.gui.ProjectsTreeModel.TaskNode
- compareTo(Object) - Method in class org.cesilko.rachota.gui.ReportGenerator.ProjectRow
- compareTo(Object) - Method in class org.cesilko.rachota.gui.ReportGenerator.TaskRow
- comparisonChart - Variable in class org.cesilko.rachota.gui.AnalyticsView
-
Comparison chart showing average weekly usage times
- 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.
- completeItem(String) - Method in class org.cesilko.rachota.gui.CompletionWindow
-
Completes text in text component with selected completion item.
- completionItems - Variable in class org.cesilko.rachota.gui.CompletionListModel
-
List of items that are suggested in completion window.
- 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
- computeMaxMinY() - Method in class org.cesilko.rachota.gui.HistoryChart
-
Computes maximum and minimum values for Y axis.
- computeSteps() - Method in class org.cesilko.rachota.gui.HistoryChart
-
Computes both X and Y steps based on days and type of chart.
- content - Variable in class org.cesilko.rachota.core.filters.AbstractTaskFilter
-
Content that must comply with content rule.
- contentRule - Variable in class org.cesilko.rachota.core.filters.AbstractTaskFilter
-
One of content rules determining allowed content.
- 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.
- countCategorization(int) - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Counts usage of categories across tasks in given period.
- countEffectivity(int) - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Counts how much user is effective in using his/her working hours in given period.
- countGranularity(int) - Method in class org.cesilko.rachota.gui.AnalyticsView
-
In given period counts distribution of tasks durations in selected shares intervals and compares it to normal distribution.
- countPrioritization(int) - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Counts distribution of priorities across tasks in given period.
- countRepetition(int) - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Verifies clever usage of regular tasks in given period.
- countStatusing(int) - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Counts usage of DONE status in given period.
- countUserTimes(int) - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Computes total, idle and private times of current user in given time scale.
- 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.
- createSystemTray() - Method in class org.cesilko.rachota.gui.MainWindow
- currency - Variable in class org.cesilko.rachota.gui.InvoiceGenerator
- currentTask - Variable in class org.cesilko.rachota.gui.InactivityReminderDialog
-
Task whose time should be transferred to another task.
- customerDetails - Variable in class org.cesilko.rachota.gui.InvoiceGenerator
D
- date - Variable in class org.cesilko.rachota.core.Day
-
Calendar date representing day.
- date - Variable in class org.cesilko.rachota.gui.DateDialog
- DateDialog - Class in org.cesilko.rachota.gui
-
Dialog for user friendly selecting date to be displayed in Day View.
- DateDialog(Frame, Date, int) - Constructor for class org.cesilko.rachota.gui.DateDialog
-
Creates new form DateDialog
- day - Variable in class org.cesilko.rachota.gui.DayTableModel
-
Day that is currently selected.
- day - Variable in class org.cesilko.rachota.gui.DayView
-
Day that is actually being displayed.
- day - Variable in class org.cesilko.rachota.gui.TaskDialog
-
Day which new task should be added to.
- Day - Class in org.cesilko.rachota.core
-
Day with plan of tasks.
- Day(Vector, Date, Date, Date) - Constructor for class org.cesilko.rachota.core.Day
-
Creates a new instance of day.
- DAY_WORKING_HOURS - Static variable in class org.cesilko.rachota.core.Settings
-
Static String used to store the daily working hours field.
- DayPlanRenderer() - Constructor for class org.cesilko.rachota.gui.DayPlanTable.DayPlanRenderer
- DayPlanTable - Class in org.cesilko.rachota.gui
-
Table containing plan of tasks.
- DayPlanTable() - Constructor for class org.cesilko.rachota.gui.DayPlanTable
- DayPlanTable.DayPlanRenderer - Class in org.cesilko.rachota.gui
- days - Variable in class org.cesilko.rachota.core.Plan
-
All days planned for the future or when any worked happened in the past.
- days - Variable in class org.cesilko.rachota.gui.HistoryChart
-
Days whose data should be drawn.
- days - Variable in class org.cesilko.rachota.gui.InvoiceGenerator
- days - Variable in class org.cesilko.rachota.gui.ProjectsTreeModel
-
Days whose tasks are being displayed.
- days - Variable in class org.cesilko.rachota.gui.ReportGenerator
- days - Variable in class org.cesilko.rachota.gui.ReportWizard
-
Vector of days with tasks to generate report from.
- DayTableModel - Class in org.cesilko.rachota.gui
-
Table model for day view of tasks.
- DayTableModel(Day) - Constructor for class org.cesilko.rachota.gui.DayTableModel
-
Creates a new instance of DayTableModel.
- dayView - Variable in class org.cesilko.rachota.gui.InactivityReminderDialog
-
DayView to be perform user's decision about inactive time.
- DayView - Class in org.cesilko.rachota.gui
-
Panel showing tasks planned for one day and manipulation with them.
- DayView() - Constructor for class org.cesilko.rachota.gui.DayView
-
Creates new DayView panel containing tasks planned for given day.
- DESCENDING - Static variable in class org.cesilko.rachota.gui.FilteredTasksTableModel
-
Descending sorting order.
- DESCENDING - Static variable in class org.cesilko.rachota.gui.RegularTasksTableModel
-
Descending sorting order.
- description - Variable in class org.cesilko.rachota.core.Task
-
Short description of task.
- description - Variable in class org.cesilko.rachota.gui.ProjectsTreeModel.TaskNode
- description - Variable in class org.cesilko.rachota.gui.WizardStep
-
Description of this wizard step.
- DESCRIPTION - Static variable in class org.cesilko.rachota.gui.FilteredTasksTableModel
-
Identification of filter name column.
- DescriptionFilter - Class in org.cesilko.rachota.core.filters
-
Task filter allowing to filter tasks by description.
- DescriptionFilter() - Constructor for class org.cesilko.rachota.core.filters.DescriptionFilter
-
Creates new default description filter which is preset to RULE_CONTAINS content rule and no text.
- DescriptionFilter(int, String) - Constructor for class org.cesilko.rachota.core.filters.DescriptionFilter
-
Creates new description filter.
- DiaryScanner - Class in org.cesilko.rachota.core
-
This is a DOM tree scanner of diary XML files.
- DiaryScanner(Document) - Constructor for class org.cesilko.rachota.core.DiaryScanner
-
Creates new diary scanner.
- dictionary - Static variable in class org.cesilko.rachota.core.Translator
-
Resource bundle representing appropriate dictionary of translations.
- DICTIONARY_PATH_FORMAT - Static variable in class org.cesilko.rachota.core.Translator
-
The path of the dictionary as used by Rachota for storing dictionaries.
- dictionaryLookupDone - Static variable in class org.cesilko.rachota.core.Translator
-
Flag to indicate whether or not the dictionary has been looked up.
- document - Variable in class org.cesilko.rachota.core.DiaryScanner
-
XML document that is being loaded.
- document - Variable in class org.cesilko.rachota.core.RegularTasksScanner
-
XML document that is being loaded.
- downloadTimesAll() - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Tries to download usage times from Rachota Analytics server and reports success or failure.
- drawAxes(Graphics, boolean) - Method in class org.cesilko.rachota.gui.HistoryChart
-
Draws axes and values including chart grid if needed.
- drawColumn(int, int, int, int, Color, String, String, Graphics) - Method in class org.cesilko.rachota.gui.ComparisonChart
- drawHours(Graphics) - Method in class org.cesilko.rachota.gui.HistoryChart
-
Draws actual data i.e.
- drawReferenceLines(Graphics, boolean, boolean) - Method in class org.cesilko.rachota.gui.HistoryChart
-
Draws reference lines in chart if required.
- dtd - Static variable in class org.cesilko.rachota.core.DiaryScanner
-
String holding whole content of diary.dtd validation file.
- dtd - Static variable in class org.cesilko.rachota.core.RegularTasksScanner
-
String holding whole content of regular_tasks.dtd validation file.
- dueDays - Variable in class org.cesilko.rachota.gui.InvoiceGenerator
- duration - Variable in class org.cesilko.rachota.core.Task
-
Total time in ms that was already spent on task.
- duration - Variable in class org.cesilko.rachota.gui.InvoiceGenerator.ProjectRow
- duration - Variable in class org.cesilko.rachota.gui.InvoiceGenerator.TaskRow
- duration - Variable in class org.cesilko.rachota.gui.ReportGenerator.ProjectRow
- duration - Variable in class org.cesilko.rachota.gui.ReportGenerator.TaskRow
- DURATION_DAYS - Static variable in class org.cesilko.rachota.gui.FilteredTasksTableModel
-
Identification of filter content column.
- DURATION_TIME - Static variable in class org.cesilko.rachota.gui.FilteredTasksTableModel
-
Identification of filter content rule column.
- DurationFilter - Class in org.cesilko.rachota.core.filters
-
Task filter allowing to filter tasks by duration.
- DurationFilter() - Constructor for class org.cesilko.rachota.core.filters.DurationFilter
-
Creates new default duration filter which is preset to RULE_MORE_THAN content rule and zero duration.
- DurationFilter(int, Long) - Constructor for class org.cesilko.rachota.core.filters.DurationFilter
-
Creates new duration filter.
E
- effectivity - Variable in class org.cesilko.rachota.gui.AnalyticsView
-
How much user is effective in using his working hours.
- enableSystemTray() - Method in class org.cesilko.rachota.gui.MainWindow
-
Returns whether system tray icon should be created or not.
- existsDayBefore(Day) - Method in class org.cesilko.rachota.core.Plan
-
Finds out if there is any day in plan before specified day.
- existsMorePriorityTask(int) - Method in class org.cesilko.rachota.core.Day
-
Checks if there is some unfinished task in plan with higher priority.
F
- FALLBACK_DICTIONARY - Static variable in class org.cesilko.rachota.core.Translator
-
The default dictionary to use with Rachota if none is found for your current locale.
- fallbackDictionary - Static variable in class org.cesilko.rachota.core.Translator
-
Resource bundle representing fallback/default dictionary of translations.
- file - Variable in class org.cesilko.rachota.gui.InvoiceGenerator
- file - Variable in class org.cesilko.rachota.gui.ReportGenerator
- FILTER_CONTENT - Static variable in class org.cesilko.rachota.gui.FiltersTableModel
-
Identification of filter content column.
- FILTER_CONTENT_RULE - Static variable in class org.cesilko.rachota.gui.FiltersTableModel
-
Identification of filter content rule column.
- FILTER_NAME - Static variable in class org.cesilko.rachota.gui.FiltersTableModel
-
Identification of filter name column.
- FilterDialog - Class in org.cesilko.rachota.gui
-
Dialog allowing to create new or edit existing task filter.
- FilterDialog(FiltersTableModel) - Constructor for class org.cesilko.rachota.gui.FilterDialog
-
Creates new form filter dialog for creating new task filter.
- FilterDialog(FiltersTableModel, AbstractTaskFilter) - Constructor for class org.cesilko.rachota.gui.FilterDialog
-
Creates new form filter dialog for editing provided task filter.
- FilteredTasksTableModel - Class in org.cesilko.rachota.gui
-
Table model for filtered tasks.
- FilteredTasksTableModel() - Constructor for class org.cesilko.rachota.gui.FilteredTasksTableModel
-
Creates a new instance of FilteredTasksTableModel
- filters - Variable in class org.cesilko.rachota.gui.FiltersTableModel
-
Set of filters for selecting only particular tasks.
- filtersTableModel - Variable in class org.cesilko.rachota.gui.FilterDialog
-
Filters table model holding all task filters.
- FiltersTableModel - Class in org.cesilko.rachota.gui
-
Table model for task filters.
- FiltersTableModel() - Constructor for class org.cesilko.rachota.gui.FiltersTableModel
-
Creates a new instance of FiltersTableModel
- filterTasks() - Method in class org.cesilko.rachota.gui.HistoryView
-
Takes all tasks from days in the selected period and filters them using all defined filters.
- filterTasks(Vector) - Method in class org.cesilko.rachota.core.filters.AbstractTaskFilter
-
Applies filter on given tasks and returns those tasks that satisfied filter criterion.
- filterTasks(Vector) - Method in class org.cesilko.rachota.core.filters.DescriptionFilter
-
Applies description filter on given tasks and returns those tasks that satisfied filter criterion.
- filterTasks(Vector) - Method in class org.cesilko.rachota.core.filters.DurationFilter
-
Applies duration filter on given tasks and returns those tasks that satisfied filter criterion.
- filterTasks(Vector) - Method in class org.cesilko.rachota.core.filters.IdleFilter
-
Applies idle filter on given tasks and returns those tasks that satisfied filter criterion.
- filterTasks(Vector) - Method in class org.cesilko.rachota.core.filters.KeywordFilter
-
Applies keyword filter on given tasks and returns those tasks that satisfied filter criterion.
- filterTasks(Vector) - Method in class org.cesilko.rachota.core.filters.PriorityFilter
-
Applies priority filter on given tasks and returns those tasks that satisfied filter criterion.
- filterTasks(Vector) - Method in class org.cesilko.rachota.core.filters.PrivateFilter
-
Applies private filter on given tasks and returns those tasks that satisfied filter criterion.
- filterTasks(Vector) - Method in class org.cesilko.rachota.core.filters.StateFilter
-
Applies state filter on given tasks and returns those tasks that satisfied filter criterion.
- filterTasks(Vector) - Method in class org.cesilko.rachota.gui.InvoiceGenerator
-
Filters given vector of tasks trough all used filters and returns vector of tasks satisfying all filters.
- filterTasks(Vector) - Method in class org.cesilko.rachota.gui.ReportGenerator
-
Filters given vector of tasks trough all used filters and returns vector of tasks satisfying all filters.
- findDictionary() - Static method in class org.cesilko.rachota.core.Translator
-
Finds appropriate dictionary based on set country and language locales.
- finishTask() - Method in class org.cesilko.rachota.gui.DayView
-
Finishes working on currently selected task.
- finishTime - Variable in class org.cesilko.rachota.core.Day
-
Time when the last task was worked on.
- finishWizard() - Method in class org.cesilko.rachota.gui.GenericWizard
-
Acts like a Finish button is pressed.
- finishWizard() - Method in class org.cesilko.rachota.gui.ReportWizard
-
Method called when Finish button is pressed.
- FIRST_DATE - Static variable in class org.cesilko.rachota.gui.HistoryView
-
Identification of the first date within selected period.
- font - Static variable in class org.cesilko.rachota.gui.Tools
-
Font that should be used for all UI elements.
- formComponentShown(ComponentEvent) - Method in class org.cesilko.rachota.gui.MainWindow
- formKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.InactivityReminderDialog
- formMouseEntered(MouseEvent) - Method in class org.cesilko.rachota.gui.AboutDialog
- formMouseEntered(MouseEvent) - Method in class org.cesilko.rachota.gui.AdjustTimeDialog
- formMouseEntered(MouseEvent) - Method in class org.cesilko.rachota.gui.DateDialog
- formMouseEntered(MouseEvent) - Method in class org.cesilko.rachota.gui.FilterDialog
- formMouseEntered(MouseEvent) - Method in class org.cesilko.rachota.gui.InactivityReminderDialog
- formMouseEntered(MouseEvent) - Method in class org.cesilko.rachota.gui.MainWindow
- formMouseEntered(MouseEvent) - Method in class org.cesilko.rachota.gui.MoveTimeDialog
- formMouseEntered(MouseEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
- formMouseEntered(MouseEvent) - Method in class org.cesilko.rachota.gui.TaskDialog
- formMouseMoved(MouseEvent) - Method in class org.cesilko.rachota.gui.AnalyticsView
- formMouseMoved(MouseEvent) - Method in class org.cesilko.rachota.gui.DayView
- formMouseMoved(MouseEvent) - Method in class org.cesilko.rachota.gui.HistoryView
- formWindowClosing(WindowEvent) - Method in class org.cesilko.rachota.gui.FilterDialog
-
Method called when dialog is being closed.
- formWindowClosing(WindowEvent) - Method in class org.cesilko.rachota.gui.MainWindow
-
Method called when application should be exited.
- formWindowClosing(WindowEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
-
Method called when this dialog is being closed.
- formWindowIconified(WindowEvent) - Method in class org.cesilko.rachota.gui.MainWindow
- frequency - Variable in class org.cesilko.rachota.core.RegularTask
-
Type of repetition this regular task represents.
- FREQUENCY_DAILY - Static variable in class org.cesilko.rachota.core.RegularTask
-
Regular task that repeats every day.
- FREQUENCY_FRIDAY - Static variable in class org.cesilko.rachota.core.RegularTask
-
Regular task that repeats every Friday.
- FREQUENCY_MONDAY - Static variable in class org.cesilko.rachota.core.RegularTask
-
Regular task that repeats every Monday.
- FREQUENCY_SATURDAY - Static variable in class org.cesilko.rachota.core.RegularTask
-
Regular task that repeats every Saturday.
- FREQUENCY_SUNDAY - Static variable in class org.cesilko.rachota.core.RegularTask
-
Regular task that repeats every Sunday.
- FREQUENCY_THURSDAY - Static variable in class org.cesilko.rachota.core.RegularTask
-
Regular task that repeats every Thursday.
- FREQUENCY_TUESDAY - Static variable in class org.cesilko.rachota.core.RegularTask
-
Regular task that repeats every Tuesday.
- FREQUENCY_WEDNESDAY - Static variable in class org.cesilko.rachota.core.RegularTask
-
Regular task that repeats every Wednesday.
- FREQUENCY_WEEKEND - Static variable in class org.cesilko.rachota.core.RegularTask
-
Regular task that repeats every weekend day.
- FREQUENCY_WORKDAY - Static variable in class org.cesilko.rachota.core.RegularTask
-
Regular task that repeats every working day.
G
- generateInvoice() - Method in class org.cesilko.rachota.gui.InvoiceGenerator
-
Generates invoice based on data provided in constructor of InvoiceGenerator class.
- generateReport() - Method in class org.cesilko.rachota.gui.ReportGenerator
-
Generates report based on data provided in constructor of ReportGenerator class.
- GenericWizard - Class in org.cesilko.rachota.gui
- GenericWizard(String) - Constructor for class org.cesilko.rachota.gui.GenericWizard
-
Creates new form GenericWizard
- getAllColumnNames() - Method in class org.cesilko.rachota.gui.DayTableModel
-
Returns all translated column names.
- getAllColumnsCount() - Method in class org.cesilko.rachota.gui.DayTableModel
-
Returns how many columns are available in total.
- getAverageValue(int) - Method in class org.cesilko.rachota.gui.ProjectsTreeModel.CategoryNode
- getAverageValue(int) - Method in class org.cesilko.rachota.gui.ProjectsTreeModel.TaskNode
- getCategories() - Method in class org.cesilko.rachota.core.Plan
-
Returns all categories that were used to date.
- getCategoryNode(Vector, String) - Method in class org.cesilko.rachota.gui.ProjectsTreeModel
- getCategoryNodes() - Method in class org.cesilko.rachota.gui.ProjectsTreeModel
- getCellRenderer(int, int) - Method in class org.cesilko.rachota.gui.DayPlanTable
- getColumnClass(int) - Method in class org.cesilko.rachota.gui.DayTableModel
-
Returns class that should be used to render all values in given column.
- getColumnCount() - Method in class org.cesilko.rachota.gui.DayTableModel
-
Returns how many columns are currently selected and should be displayed.
- getColumnCount() - Method in class org.cesilko.rachota.gui.FilteredTasksTableModel
-
Returns number of columns in the table i.e.
- getColumnCount() - Method in class org.cesilko.rachota.gui.FiltersTableModel
-
Returns number of columns in the table i.e.
- getColumnCount() - Method in class org.cesilko.rachota.gui.RegularTasksTableModel
-
Returns number of columns in the table i.e.
- getColumnID(int) - Method in class org.cesilko.rachota.gui.DayTableModel
-
Returns absolute column number identified by given visible column number i.e.
- getColumnName(int) - Method in class org.cesilko.rachota.gui.DayTableModel
-
Returns translated name of column identified by given visible column number.
- getColumnName(int) - Method in class org.cesilko.rachota.gui.FilteredTasksTableModel
-
Returns name of column by given column number.
- getColumnName(int) - Method in class org.cesilko.rachota.gui.FiltersTableModel
-
Returns name of column by given column number.
- getColumnName(int) - Method in class org.cesilko.rachota.gui.RegularTasksTableModel
-
Returns name of column by given column number.
- getCompletionItems(String) - Method in class org.cesilko.rachota.gui.CompletionWindow
-
Returns list of completion items that start with given prefix.
- getContent() - Method in class org.cesilko.rachota.core.filters.AbstractTaskFilter
-
Returns required content of appropriate task property.
- getContent() - Method in class org.cesilko.rachota.core.filters.IdleFilter
-
Returns required idle property of task.
- getContent() - Method in class org.cesilko.rachota.core.filters.PriorityFilter
-
Returns required priority value of task.
- getContent() - Method in class org.cesilko.rachota.core.filters.PrivateFilter
-
Returns required private property of task.
- getContent() - Method in class org.cesilko.rachota.core.filters.StateFilter
-
Returns required state value of task.
- getContentRule() - Method in class org.cesilko.rachota.core.filters.AbstractTaskFilter
-
Returns content rule of filter.
- getContentRules() - Method in class org.cesilko.rachota.core.filters.AbstractTaskFilter
-
Returns all available content rules of filter.
- getContentRules() - Method in class org.cesilko.rachota.core.filters.DescriptionFilter
-
Returns both available content rules of description filter.
- getContentRules() - Method in class org.cesilko.rachota.core.filters.DurationFilter
-
Returns both available content rules of duration filter.
- getContentRules() - Method in class org.cesilko.rachota.core.filters.IdleFilter
-
Returns both two available content rules of idle filter.
- getContentRules() - Method in class org.cesilko.rachota.core.filters.KeywordFilter
-
Returns both available content rules of keyword filter.
- getContentRules() - Method in class org.cesilko.rachota.core.filters.PriorityFilter
-
Returns both two available content rules of priority filter.
- getContentRules() - Method in class org.cesilko.rachota.core.filters.PrivateFilter
-
Returns both two available content rules of private filter.
- getContentRules() - Method in class org.cesilko.rachota.core.filters.StateFilter
-
Returns both two available content rules of state filter.
- getContentValues() - Method in class org.cesilko.rachota.core.filters.AbstractTaskFilter
-
Returns all available content values of filter.
- getContentValues() - Method in class org.cesilko.rachota.core.filters.IdleFilter
-
Returns all available content values of idle filter.
- getContentValues() - Method in class org.cesilko.rachota.core.filters.PriorityFilter
-
Returns all available content values of priority filter.
- getContentValues() - Method in class org.cesilko.rachota.core.filters.PrivateFilter
-
Returns all available content values of private filter.
- getContentValues() - Method in class org.cesilko.rachota.core.filters.StateFilter
-
Returns all available content values of state filter.
- getCountPrivateTasks() - Method in class org.cesilko.rachota.core.Settings
-
Return whether or not to count private tasks towards the daily working hours.
- getDate() - Method in class org.cesilko.rachota.core.Day
-
Returns identification of day.
- getDate(boolean) - Method in class org.cesilko.rachota.gui.HistoryView
-
Returns either first or last date of selected period interval whose data should be processed in the history view.
- getDay() - Method in class org.cesilko.rachota.gui.DayView
-
Returns day that is currently being displayed.
- getDay(Date) - Method in class org.cesilko.rachota.core.Plan
-
Returns day identified by given date.
- getDay(Date, int) - Method in class org.cesilko.rachota.core.Plan
-
Returns day by given date and offset.
- getDayAfter(Day) - Method in class org.cesilko.rachota.core.Plan
-
Returns one day after given day.
- getDayAt(Point) - Method in class org.cesilko.rachota.gui.HistoryChart
-
Returns day represented by column at specified point.
- getDayBefore(Day) - Method in class org.cesilko.rachota.core.Plan
-
Returns one day before given day.
- getDayID(Calendar) - Method in class org.cesilko.rachota.core.Plan
-
Returns identification of day set in given calendar.
- getDays() - Method in class org.cesilko.rachota.gui.HistoryView
-
Returns all days in selected period interval whose tasks will be processed.
- getDays(int) - Method in class org.cesilko.rachota.core.Plan
-
Returns iterator of days according to given period scale.
- getDefault() - Static method in class org.cesilko.rachota.core.Clock
-
Returns default instance of Clock object.
- getDefault() - Static method in class org.cesilko.rachota.core.Plan
-
Returns the only available instance of plan.
- getDefault() - Static method in class org.cesilko.rachota.core.Settings
-
Returns the only instance of persistent system settings.
- getDescription() - Method in class org.cesilko.rachota.core.Task
-
Returns description of this task.
- getDescription() - Method in class org.cesilko.rachota.gui.ProjectsTreeModel.TaskNode
- getDescription() - Method in class org.cesilko.rachota.gui.WizardStep
- getDuration() - Method in class org.cesilko.rachota.core.Task
-
Returns time in ms that was already spent on task.
- getDuration() - Method in class org.cesilko.rachota.gui.InvoiceGenerator.ProjectRow
- getDuration() - Method in class org.cesilko.rachota.gui.InvoiceGenerator.TaskRow
- getDuration() - Method in class org.cesilko.rachota.gui.ReportGenerator.ProjectRow
- getDuration() - Method in class org.cesilko.rachota.gui.ReportGenerator.TaskRow
- getElementAt(int) - Method in class org.cesilko.rachota.gui.CompletionListModel
-
Returns completion item at given index.
- getFilter() - Method in class org.cesilko.rachota.gui.HistoryView
-
Returns task filter object based on currently selected options.
- getFilter(int) - Method in class org.cesilko.rachota.gui.FiltersTableModel
-
Returns filter at given row.
- getFilters() - Method in class org.cesilko.rachota.gui.FiltersTableModel
-
Returns all defined filters.
- getFinishedAtText() - Method in class org.cesilko.rachota.gui.DayView
- getFinishedAtTime() - Method in class org.cesilko.rachota.gui.DayView
- getFinishTime() - Method in class org.cesilko.rachota.core.Day
-
Returns finish time of day.
- getFont() - Method in class org.cesilko.rachota.gui.AboutDialog
-
Returns font that should be used for all widgets in this component based on the language preferences specified by user.
- getFont() - Method in class org.cesilko.rachota.gui.AdjustTimeDialog
-
Returns font that should be used for all widgets in this component based on the language preferences specified by user.
- getFont() - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Returns font that should be used for all widgets in this component based on the language preferences specified by user.
- getFont() - Method in class org.cesilko.rachota.gui.DateDialog
-
Returns font that should be used for all widgets in this component based on the language preferences specified by user.
- getFont() - Method in class org.cesilko.rachota.gui.DayView
-
Returns font that should be used for all widgets in this component based on the language preferences specified by user.
- getFont() - Method in class org.cesilko.rachota.gui.FilterDialog
-
Returns font that should be used for all widgets in this component based on the language preferences specified by user.
- getFont() - Method in class org.cesilko.rachota.gui.GenericWizard
-
Returns font that should be used for all widgets in this component based on the language preferences specified by user.
- getFont() - Method in class org.cesilko.rachota.gui.HistoryView
-
Returns font that should be used for all widgets in this component based on the language preferences specified by user.
- getFont() - Method in class org.cesilko.rachota.gui.MainWindow
-
Returns font that should be used for all widgets in this component based on the language preferences specified by user.
- getFont() - Method in class org.cesilko.rachota.gui.MoveTimeDialog
-
Returns font that should be used for all widgets in this component based on the language preferences specified by user.
- getFont() - Method in class org.cesilko.rachota.gui.ReportContentWizardStep
-
Returns font that should be used for all widgets in this component based on the language preferences specified by user.
- getFont() - Method in class org.cesilko.rachota.gui.SettingsDialog
-
Returns font that should be used for all widgets in this component based on the language preferences specified by user.
- getFont() - Method in class org.cesilko.rachota.gui.StartupWindow
-
Returns font that should be used for all widgets in this component based on the language preferences specified by user.
- getFont() - Method in class org.cesilko.rachota.gui.TaskDialog
-
Returns font that should be used for all widgets in this component based on the language preferences specified by user.
- getFont() - Static method in class org.cesilko.rachota.gui.Tools
-
Returns font that should be used for all UI components based on the language preferences or specified by user.
- getFont() - Method in class org.cesilko.rachota.gui.WizardStep
-
Returns font that should be used for all widgets in this component based on the language preferences specified by user.
- getFrequency() - Method in class org.cesilko.rachota.core.RegularTask
-
Returns how often task is repeated.
- getFrequency(int) - Static method in class org.cesilko.rachota.core.RegularTask
-
Returns how often task is repeated.
- getIcon(int) - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Returns image with appropriate number of highlighted stars based on given ranking.
- getIdleTask() - Method in class org.cesilko.rachota.core.Day
-
Returns idle task of the day.
- getIdleTimeAll() - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Returns idle time of all Rachota users worldwide in milliseconds.
- getIdleTimeUser() - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Returns idle time of current Rachota user in milliseconds.
- getInactivity() - Static method in class org.cesilko.rachota.gui.Tools
- getIncompleteWord() - Method in class org.cesilko.rachota.gui.CompletionWindow
-
Returns part of word that user typed to narrow list of all completion items.
- getInstance() - Static method in class org.cesilko.rachota.gui.StartupWindow
-
Returns the only instance of startup window.
- getKeys() - Method in class org.cesilko.rachota.gui.LimitedCapacityStack
-
Returns set of stored keys.
- getKeyword() - Method in class org.cesilko.rachota.core.Task
-
Returns keyword of this task.
- getKeywordIterator() - Method in class org.cesilko.rachota.core.Task
-
Returns keywords of this task.
- getMenuItem(String) - Method in class org.cesilko.rachota.gui.MainWindow
- getMnemonic(String) - Static method in class org.cesilko.rachota.core.Translator
-
Returns mnemonic char found in translated word.
- getName() - Method in class org.cesilko.rachota.gui.ProjectsTreeModel.CategoryNode
- getNextWeekToSave(int, int) - Method in class org.cesilko.rachota.core.Plan
-
Returns identification of next week to be saved after given week in format yyyy-ww e.g.
- getNotes() - Method in class org.cesilko.rachota.core.Task
-
Returns notes of this task.
- getNotes() - Method in class org.cesilko.rachota.gui.ReportGenerator.ProjectRow
- getNotes() - Method in class org.cesilko.rachota.gui.ReportGenerator.TaskRow
- getNotesIterator() - Method in class org.cesilko.rachota.gui.ReportGenerator.ProjectRow
- getNotesIterator() - Method in class org.cesilko.rachota.gui.ReportGenerator.TaskRow
- getNotificationTime() - Method in class org.cesilko.rachota.core.Task
-
Returns time when system should warn about task or null if no warning is required.
- getObjects() - Method in class org.cesilko.rachota.gui.LimitedCapacityStack
-
Returns set of stored objects.
- getOccurrences() - Method in class org.cesilko.rachota.gui.ReportGenerator.ProjectRow
- getOccurrences() - Method in class org.cesilko.rachota.gui.ReportGenerator.TaskRow
- getPrefix() - Method in class org.cesilko.rachota.gui.CompletionWindow
-
Returns text that is before currently incomplete word.
- getPriority() - Method in class org.cesilko.rachota.core.Task
-
Returns priority of this task.
- getPriority(int) - Static method in class org.cesilko.rachota.core.Task
-
Returns priority of this task.
- getPrivateTimeAll() - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Returns private time of all Rachota users worldwide in milliseconds.
- getPrivateTimeUser() - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Returns private time of current Rachota user in milliseconds.
- getProject() - Method in class org.cesilko.rachota.gui.InvoiceGenerator.ProjectRow
- getProjectDescription() - Method in class org.cesilko.rachota.gui.ReportGenerator.ProjectRow
- getProjectRows() - Method in class org.cesilko.rachota.gui.InvoiceGenerator
-
Processes all days in selected period and their tasks and for each non-idle, non-private (unless required) task calculates projects statistic (@see ProjectRow).
- getProjectRows() - Method in class org.cesilko.rachota.gui.ReportGenerator
-
Processes all days in selected period and their tasks and for each non-idle, non-private (unless required) task calculates projects statistic (@see ProjectRow).
- getProjects() - Method in class org.cesilko.rachota.gui.ReportGenerator.TaskRow
- getProjectsIterator() - Method in class org.cesilko.rachota.gui.ReportGenerator.TaskRow
- getRandomID() - Static method in class org.cesilko.rachota.gui.Tools
-
Generates random three digits identifier.
- getRegularTasks() - Method in class org.cesilko.rachota.core.Plan
-
Returns vector of all regular tasks.
- getRemainingWorkingTime() - Method in class org.cesilko.rachota.core.Day
-
Returns the remaining work time for this day.
- getRID() - Static method in class org.cesilko.rachota.gui.Tools
-
Returns unique Rachota identification string.
- getRow(int) - Method in class org.cesilko.rachota.gui.FilteredTasksTableModel
-
Returns vector of three objects that should be displayed at given row when tasks with same description are displayed.
- getRow(Task) - Method in class org.cesilko.rachota.gui.DayTableModel
-
Returns number of row occupied by given task.
- getRowCount() - Method in class org.cesilko.rachota.gui.DayTableModel
-
Returns how many rows should be displayed depending on visibility of finished tasks.
- getRowCount() - Method in class org.cesilko.rachota.gui.FilteredTasksTableModel
-
Returns number of rows in the table i.e.
- getRowCount() - Method in class org.cesilko.rachota.gui.FiltersTableModel
-
Returns number of rows (task filters) in the table.
- getRowCount() - Method in class org.cesilko.rachota.gui.RegularTasksTableModel
-
Returns number of rows (regular tasks) in the table.
- getSelectedNode(TreePath) - Method in class org.cesilko.rachota.gui.ProjectsTreeModel
- getSelectedNodeType(TreePath) - Method in class org.cesilko.rachota.gui.ProjectsTreeModel
- getSetting(String) - Method in class org.cesilko.rachota.core.Settings
-
Returns value of given setting.
- getSimilarTask(int) - Method in class org.cesilko.rachota.gui.FilteredTasksTableModel
-
Returns similar task to the one at given row.
- getSize() - Method in class org.cesilko.rachota.gui.CompletionListModel
-
Returns number of completion items.
- getSortedColumn() - Method in class org.cesilko.rachota.gui.DayTableModel
-
Returns column that is currently sorted.
- getSortedColumn() - Method in class org.cesilko.rachota.gui.FilteredTasksTableModel
-
Returns column that is currently sorted.
- getSortedOrder() - Method in class org.cesilko.rachota.gui.DayTableModel
-
Returns sorting order that is currently used.
- getSortedOrder() - Method in class org.cesilko.rachota.gui.FilteredTasksTableModel
-
Returns sorting order that is currently used.
- getStartTime() - Method in class org.cesilko.rachota.core.Day
-
Returns start time of day.
- getState() - Method in class org.cesilko.rachota.core.Task
-
Returns state of this task.
- getState(int) - Static method in class org.cesilko.rachota.core.Task
-
Returns state of this task.
- getSuffix() - Method in class org.cesilko.rachota.gui.CompletionWindow
-
Returns text that is after currently incomplete word.
- getSuggestions() - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Returns compiled summary of all suitable suggestions.
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.cesilko.rachota.gui.DayPlanTable.DayPlanRenderer
- getTask() - Method in class org.cesilko.rachota.gui.DayView
-
Returns task that is currently selected.
- getTask() - Method in class org.cesilko.rachota.gui.InvoiceGenerator.TaskRow
- getTask() - Method in class org.cesilko.rachota.gui.TaskDialog
-
Return task that was edited or created by this dialog.
- getTask(int) - Method in class org.cesilko.rachota.gui.DayTableModel
-
Returns task located at given row depending on whether finished tasks are displayed or not.
- getTask(String) - Method in class org.cesilko.rachota.core.Day
-
Returns task with given description or null if such does not exist.
- getTaskDescription() - Method in class org.cesilko.rachota.gui.ReportGenerator.TaskRow
- getTaskNodes() - Method in class org.cesilko.rachota.gui.ProjectsTreeModel.CategoryNode
- getTaskRows() - Method in class org.cesilko.rachota.gui.InvoiceGenerator
-
Processes all days in selected period and their tasks and for each non-idle, non-private (unless required) task calculates its statistic (@see TaskRow).
- getTaskRows() - Method in class org.cesilko.rachota.gui.ReportGenerator
-
Processes all days in selected period and their tasks and for each non-idle, non-private (unless required) task calculates its statistic (@see TaskRow).
- getTasks() - Method in class org.cesilko.rachota.core.Day
-
Returns tasks planned for day.
- getTasks() - Method in class org.cesilko.rachota.gui.InvoiceGenerator.ProjectRow
- getTasks() - Method in class org.cesilko.rachota.gui.ProjectsTreeModel.TaskNode
- getTasks() - Method in class org.cesilko.rachota.gui.ReportGenerator.ProjectRow
- getTasksIterator() - Method in class org.cesilko.rachota.gui.ReportGenerator.ProjectRow
- getTime(double) - Static method in class org.cesilko.rachota.gui.Tools
-
Transforms time in milliseconds to text string.
- getTime(String) - Static method in class org.cesilko.rachota.gui.Tools
-
Transforms text string to time in milliseconds.
- getTime(Date) - Static method in class org.cesilko.rachota.gui.Tools
-
Transforms time of Date to text string.
- getTimeShort(double) - Static method in class org.cesilko.rachota.gui.Tools
-
Transforms time in milliseconds to text string.
- getTitleSuffix() - Method in class org.cesilko.rachota.gui.DayView
-
Get suffix to be appended to title of application depending on user preference.
- getTotalTime() - Method in class org.cesilko.rachota.core.Day
-
Get total time spent on tasks without idle time.
- getTotalTime() - Method in class org.cesilko.rachota.gui.FilteredTasksTableModel
-
Returns total time spent on all displayed tasks.
- getTotalTime() - Method in class org.cesilko.rachota.gui.ProjectsTreeModel.CategoryNode
- getTotalTime() - Method in class org.cesilko.rachota.gui.ProjectsTreeModel.TaskNode
- getTotalTime(boolean) - Method in class org.cesilko.rachota.core.Day
-
Get total time spent on tasks without idle time.
- getTotalTime(boolean, boolean, Vector) - Static method in class org.cesilko.rachota.gui.Tools
-
Returns total time measured in selected period.
- getTotalTimeAll() - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Returns total working time of all Rachota users worldwide in milliseconds.
- getTotalTimeUser() - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Returns total working time of current Rachota user in milliseconds.
- getTranslation(String) - Static method in class org.cesilko.rachota.core.Translator
-
Returns translation of given word in default language.
- getTranslation(String, boolean) - Static method in class org.cesilko.rachota.core.Translator
-
Returns translation of given word in default language.
- getTranslation(String, String[]) - Static method in class org.cesilko.rachota.core.Translator
-
Returns translation of given word in default language and replaces arguments.
- getTrayPopupMenu() - Method in class org.cesilko.rachota.gui.MainWindow
- getUniqueTaskDescriptions() - Method in class org.cesilko.rachota.gui.FilteredTasksTableModel
-
Returns vector of all unique task descriptions.
- getUsedItems() - Method in class org.cesilko.rachota.gui.CompletionWindow
-
Returns list of items that were already used in the text component.
- getUseEstimatedWorkDay() - Method in class org.cesilko.rachota.core.Settings
-
Returns whether or not to use estimated work day in the day view when viewing current working day.
- getValueAt(int, int) - Method in class org.cesilko.rachota.gui.DayTableModel
-
Returns cell value located by given row and column.
- getValueAt(int, int) - Method in class org.cesilko.rachota.gui.FilteredTasksTableModel
-
Returns value of cell located in given row and column.
- getValueAt(int, int) - Method in class org.cesilko.rachota.gui.FiltersTableModel
-
Returns value of cell located in given row and column.
- getValueAt(int, int) - Method in class org.cesilko.rachota.gui.RegularTasksTableModel
-
Returns value of cell located in given row and column.
- getWeeklyAnalysis() - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Returns all efficiency factors as a text separated by | character.
- getWizardProperty(String) - Static method in class org.cesilko.rachota.gui.GenericWizard
-
Returns property of wizard identified by its name.
- getWorkingHours() - Method in class org.cesilko.rachota.core.Settings
-
Returns the daily working hours.
- goNextStep() - Method in class org.cesilko.rachota.gui.GenericWizard
-
Acts like a Next button is pressed.
- granularity - Variable in class org.cesilko.rachota.gui.AnalyticsView
-
How much time an average task take.
- groupSameTasks - Variable in class org.cesilko.rachota.gui.FilteredTasksTableModel
-
Whether to group tasks with same description.
H
- highlightFilter - Variable in class org.cesilko.rachota.gui.ReportGenerator
- highlightFilter - Variable in class org.cesilko.rachota.gui.ReportWizard
-
Filter used to highlight tasks in times chart.
- hint - Variable in class org.cesilko.rachota.gui.ComparisonChart
-
Hint message to help user understand/resolve possible problems.
- historyChart - Variable in class org.cesilko.rachota.gui.HistoryView
-
History chart painter.
- HistoryChart - Class in org.cesilko.rachota.gui
-
Chart showing either from/to or total times in given period scale.
- HistoryChart(Vector, AbstractTaskFilter, int) - Constructor for class org.cesilko.rachota.gui.HistoryChart
-
Creates a new history chart.
- HistoryView - Class in org.cesilko.rachota.gui
-
Panel providing history view on tasks from the past.
- HistoryView() - Constructor for class org.cesilko.rachota.gui.HistoryView
-
Creates new HistoryView panel charts and table.
- HistoryView.MouseActionAdapter - Class in org.cesilko.rachota.gui
I
- IdleFilter - Class in org.cesilko.rachota.core.filters
-
Task filter allowing to filter idle tasks.
- 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.
- IdleFilter(int, Boolean) - Constructor for class org.cesilko.rachota.core.filters.IdleFilter
-
Creates new idle filter.
- 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.
- idleTimeAll - Variable in class org.cesilko.rachota.gui.ComparisonChart
-
Total idle time of all users.
- idleTimeUser - Variable in class org.cesilko.rachota.gui.ComparisonChart
-
Total idle time of current user.
- 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.
- includeDuration - Variable in class org.cesilko.rachota.gui.ReportGenerator
- includeNotes - Variable in class org.cesilko.rachota.gui.ReportGenerator
- includeOccurrences - Variable in class org.cesilko.rachota.gui.ReportGenerator
- includeProjectsTasks - Variable in class org.cesilko.rachota.gui.ReportGenerator
- includeTask(Task) - Method in class org.cesilko.rachota.gui.InvoiceGenerator.ProjectRow
- includeTask(Task) - Method in class org.cesilko.rachota.gui.InvoiceGenerator.TaskRow
- includeTask(Task) - Method in class org.cesilko.rachota.gui.ReportGenerator.ProjectRow
- includeTask(Task) - Method in class org.cesilko.rachota.gui.ReportGenerator.TaskRow
- initComponents() - Method in class org.cesilko.rachota.gui.AboutDialog
-
This method is called from within the constructor to initialize the form.
- initComponents() - Method in class org.cesilko.rachota.gui.AdjustTimeDialog
-
This method is called from within the constructor to initialize the form.
- initComponents() - Method in class org.cesilko.rachota.gui.AnalyticsView
-
This method is called from within the constructor to initialize the form.
- initComponents() - Method in class org.cesilko.rachota.gui.CompletionWindow
-
This method is called from within the constructor to initialize the form.
- initComponents() - Method in class org.cesilko.rachota.gui.DateDialog
-
This method is called from within the constructor to initialize the form.
- initComponents() - Method in class org.cesilko.rachota.gui.DayView
-
This method is called from within the constructor to initialize the form.
- initComponents() - Method in class org.cesilko.rachota.gui.FilterDialog
-
This method is called from within the constructor to initialize the form.
- initComponents() - Method in class org.cesilko.rachota.gui.GenericWizard
-
This method is called from within the constructor to initialize the form.
- initComponents() - Method in class org.cesilko.rachota.gui.HistoryView
-
This method is called from within the constructor to initialize the form.
- initComponents() - Method in class org.cesilko.rachota.gui.InactivityReminderDialog
-
This method is called from within the constructor to initialize the form.
- initComponents() - Method in class org.cesilko.rachota.gui.MainWindow
-
This method is called from within the constructor to initialize the form.
- initComponents() - Method in class org.cesilko.rachota.gui.MoveTimeDialog
-
This method is called from within the constructor to initialize the form.
- initComponents() - Method in class org.cesilko.rachota.gui.ReportContentWizardStep
-
This method is called from within the constructor to initialize the form.
- initComponents() - Method in class org.cesilko.rachota.gui.ReportOutputWizardStep
-
This method is called from within the constructor to initialize the form.
- initComponents() - Method in class org.cesilko.rachota.gui.SettingsDialog
-
This method is called from within the constructor to initialize the form.
- initComponents() - Method in class org.cesilko.rachota.gui.StartupWindow
-
This method is called from within the constructor to initialize the form.
- initComponents() - Method in class org.cesilko.rachota.gui.TaskDialog
-
This method is called from within the constructor to initialize the form.
- initComponents() - Method in class org.cesilko.rachota.gui.WizardStep
-
This method is called from within the constructor to initialize the form.
- initializeProjectTree() - Method in class org.cesilko.rachota.gui.ProjectsTreeModel
- INSET_BOTTOM - Static variable in class org.cesilko.rachota.gui.ComparisonChart
-
Bottom inset
- INSET_BOTTOM - Static variable in class org.cesilko.rachota.gui.HistoryChart
-
Bottom space behind chart.
- INSET_LEFT - Static variable in class org.cesilko.rachota.gui.ComparisonChart
-
Left inset
- INSET_LEFT - Static variable in class org.cesilko.rachota.gui.HistoryChart
-
Left space before chart e.g.
- INSET_RIGHT - Static variable in class org.cesilko.rachota.gui.ComparisonChart
-
Right inset
- INSET_RIGHT - Static variable in class org.cesilko.rachota.gui.HistoryChart
-
Right space behind chart.
- INSET_TOP - Static variable in class org.cesilko.rachota.gui.ComparisonChart
-
Top inset
- INSET_TOP - Static variable in class org.cesilko.rachota.gui.HistoryChart
-
Top space above chart.
- INVOICE_TASKS - Static variable in class org.cesilko.rachota.gui.ReportWizard
-
Invoice will only list tasks.
- INVOICE_TASKS_PROJECTS - Static variable in class org.cesilko.rachota.gui.ReportWizard
-
Invoice will list tasks grouped in projects.
- InvoiceGenerator - Class in org.cesilko.rachota.gui
-
Helper class for generation of HTML/TXT invoices.
- InvoiceGenerator(File, String, String, String, String, Integer, Double, String, Double, String, Vector, Vector) - Constructor for class org.cesilko.rachota.gui.InvoiceGenerator
- InvoiceGenerator.ProjectRow - Class in org.cesilko.rachota.gui
-
Comparable object representing one project in the summary on invoice.
- InvoiceGenerator.TaskRow - Class in org.cesilko.rachota.gui
-
Comparable object representing one task in the summary on invoice.
- 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.
J
- jLabelText - Variable in class org.cesilko.rachota.gui.AboutDialog
- jlCompletion - Variable in class org.cesilko.rachota.gui.CompletionWindow
- jlCompletionFocusLost(FocusEvent) - Method in class org.cesilko.rachota.gui.CompletionWindow
- jlCompletionKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.CompletionWindow
- jlCompletionMouseClicked(MouseEvent) - Method in class org.cesilko.rachota.gui.CompletionWindow
- jlCompletionMouseExited(MouseEvent) - Method in class org.cesilko.rachota.gui.CompletionWindow
- jtProjects - Variable in class org.cesilko.rachota.gui.HistoryView
- jtProjectsMouseMoved(MouseEvent) - Method in class org.cesilko.rachota.gui.HistoryView
K
- keyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.ReportContentWizardStep
-
Method called when user pressed some key.
- keyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.ReportOutputWizardStep
-
Method called when user pressed some key.
- keys - Variable in class org.cesilko.rachota.gui.LimitedCapacityStack
-
Vector of keys stored in stack.
- keyword - Variable in class org.cesilko.rachota.core.Task
-
Categories of task.
- KeywordFilter - Class in org.cesilko.rachota.core.filters
-
Task filter allowing to filter tasks by keyword.
- KeywordFilter() - Constructor for class org.cesilko.rachota.core.filters.KeywordFilter
-
Creates new default keyword filter which is preset to RULE_CONTAINS content rule and no text.
- KeywordFilter(int, String) - Constructor for class org.cesilko.rachota.core.filters.KeywordFilter
-
Creates new keyword filter.
L
- LAST_DATE - Static variable in class org.cesilko.rachota.gui.HistoryView
-
Identification of the last date within selected period.
- lastSaving - Variable in class org.cesilko.rachota.core.Task
-
Time in miliseconds from previous saving of diary and settings files.
- lbCategorization - Variable in class org.cesilko.rachota.gui.AnalyticsView
- lbCategorizationResult - Variable in class org.cesilko.rachota.gui.AnalyticsView
- lbColumn1 - Variable in class org.cesilko.rachota.gui.AdjustTimeDialog
- lbColumn1 - Variable in class org.cesilko.rachota.gui.InactivityReminderDialog
- lbColumn1 - Variable in class org.cesilko.rachota.gui.MoveTimeDialog
- lbColumn2 - Variable in class org.cesilko.rachota.gui.InactivityReminderDialog
- lbColumn2 - Variable in class org.cesilko.rachota.gui.MoveTimeDialog
- lbCopyright - Variable in class org.cesilko.rachota.gui.AboutDialog
- lbCurrency - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- lbCustomerDetails - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- lbDayMouseClicked(MouseEvent) - Method in class org.cesilko.rachota.gui.DateDialog
- lbDescription - Variable in class org.cesilko.rachota.gui.AboutDialog
- lbDiary - Static variable in class org.cesilko.rachota.gui.StartupWindow
- lbDueDate - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- lbDueDays - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- lbEffectivity - Variable in class org.cesilko.rachota.gui.AnalyticsView
- lbEffectivityResult - Variable in class org.cesilko.rachota.gui.AnalyticsView
- lbEmail - Variable in class org.cesilko.rachota.gui.AboutDialog
- lbFilename - Variable in class org.cesilko.rachota.gui.ReportOutputWizardStep
- lbFilterName - Variable in class org.cesilko.rachota.gui.FilterDialog
- lbFormat - Variable in class org.cesilko.rachota.gui.ReportOutputWizardStep
- lbGranularity - Variable in class org.cesilko.rachota.gui.AnalyticsView
- lbGranularityResult - Variable in class org.cesilko.rachota.gui.AnalyticsView
- lbImage - Variable in class org.cesilko.rachota.gui.StartupWindow
- lbInvoiceInclude - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- lbInvoiceTitle - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- lblCategory - Variable in class org.cesilko.rachota.gui.TaskDialog
- lblChartType - Variable in class org.cesilko.rachota.gui.HistoryView
- lblColon - Variable in class org.cesilko.rachota.gui.TaskDialog
- lblContent - Variable in class org.cesilko.rachota.gui.FilterDialog
- lblContentRule - Variable in class org.cesilko.rachota.gui.FilterDialog
- lblDate - Variable in class org.cesilko.rachota.gui.DayView
- lblDescription - Variable in class org.cesilko.rachota.gui.TaskDialog
- lblEnd - Variable in class org.cesilko.rachota.gui.DayView
- lblFilteredTime - Variable in class org.cesilko.rachota.gui.HistoryView
- lblFilters - Variable in class org.cesilko.rachota.gui.HistoryView
- lblHibernationAction - Variable in class org.cesilko.rachota.gui.SettingsDialog
- lblHibernationTime - Variable in class org.cesilko.rachota.gui.SettingsDialog
- lblHours - Variable in class org.cesilko.rachota.gui.SettingsDialog
- lbLicense - Variable in class org.cesilko.rachota.gui.AboutDialog
- lbLicenseMouseClicked(MouseEvent) - Method in class org.cesilko.rachota.gui.AboutDialog
- lblInactivityAction - Variable in class org.cesilko.rachota.gui.SettingsDialog
- lblInactivityMessage - Variable in class org.cesilko.rachota.gui.InactivityReminderDialog
- lblInactivityQuestion - Variable in class org.cesilko.rachota.gui.InactivityReminderDialog
- lblInactivityTime - Variable in class org.cesilko.rachota.gui.SettingsDialog
- lblName - Variable in class org.cesilko.rachota.gui.HistoryView
- lblNotes - Variable in class org.cesilko.rachota.gui.TaskDialog
- lbLoading - Static variable in class org.cesilko.rachota.gui.StartupWindow
- lbLogo - Variable in class org.cesilko.rachota.gui.AboutDialog
- lbLogo - Variable in class org.cesilko.rachota.gui.GenericWizard
- lblOtherTaskTime - Variable in class org.cesilko.rachota.gui.InactivityReminderDialog
- lblPercentage - Variable in class org.cesilko.rachota.gui.HistoryView
- lblPeriod - Variable in class org.cesilko.rachota.gui.HistoryView
- lblPlan - Variable in class org.cesilko.rachota.gui.DayView
- lblPriority - Variable in class org.cesilko.rachota.gui.HistoryView
- lblPriority - Variable in class org.cesilko.rachota.gui.TaskDialog
- lblProgress - Variable in class org.cesilko.rachota.gui.DayView
- lblProxyHost - Variable in class org.cesilko.rachota.gui.SettingsDialog
- lblProxyPort - Variable in class org.cesilko.rachota.gui.SettingsDialog
- lblStart - Variable in class org.cesilko.rachota.gui.DayView
- lblState - Variable in class org.cesilko.rachota.gui.HistoryView
- lblTask - Variable in class org.cesilko.rachota.gui.DayView
- lblTasks - Variable in class org.cesilko.rachota.gui.HistoryView
- lblTime - Variable in class org.cesilko.rachota.gui.HistoryView
- lblTotalTime - Variable in class org.cesilko.rachota.gui.HistoryView
- lblUploadURL - Variable in class org.cesilko.rachota.gui.SettingsDialog
- lblUploadUsername - Variable in class org.cesilko.rachota.gui.SettingsDialog
- lblWarn - Variable in class org.cesilko.rachota.gui.SettingsDialog
- lblWeek - Variable in class org.cesilko.rachota.gui.DayView
- lblWorkingHours - Variable in class org.cesilko.rachota.gui.SettingsDialog
- lbOnExit - Variable in class org.cesilko.rachota.gui.SettingsDialog
- lbOutput - Variable in class org.cesilko.rachota.gui.ReportOutputWizardStep
- lbPaymentDetails - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- lbPreview - Variable in class org.cesilko.rachota.gui.GenericWizard
- lbPrice - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- lbPrioritization - Variable in class org.cesilko.rachota.gui.AnalyticsView
- lbPrioritizationResult - Variable in class org.cesilko.rachota.gui.AnalyticsView
- lbRepetition - Variable in class org.cesilko.rachota.gui.AnalyticsView
- lbRepetitionResult - Variable in class org.cesilko.rachota.gui.AnalyticsView
- lbReportInclude - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- lbReportTitle - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- lbRows - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- lbSelectDate - Variable in class org.cesilko.rachota.gui.DateDialog
- lbSelectTask - Variable in class org.cesilko.rachota.gui.MoveTimeDialog
- lbSelectTime - Variable in class org.cesilko.rachota.gui.AdjustTimeDialog
- lbSelectTime - Variable in class org.cesilko.rachota.gui.MoveTimeDialog
- lbSelectTimeMouseClicked(MouseEvent) - Method in class org.cesilko.rachota.gui.MoveTimeDialog
- lbShow - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- lbSortBy - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- lbStatus - Variable in class org.cesilko.rachota.gui.GenericWizard
- lbStatusing - Variable in class org.cesilko.rachota.gui.AnalyticsView
- lbStatusingResult - Variable in class org.cesilko.rachota.gui.AnalyticsView
- lbTasks - Variable in class org.cesilko.rachota.gui.HistoryView
- lbTax - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- lbTaxPercentage - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- lbTitle - Variable in class org.cesilko.rachota.gui.AboutDialog
- lbURL - Variable in class org.cesilko.rachota.gui.AboutDialog
- lbURLMouseClicked(MouseEvent) - Method in class org.cesilko.rachota.gui.AboutDialog
- lbYourDetails - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- LIGHT_GREEN - Static variable in class org.cesilko.rachota.gui.HistoryChart
-
Light green color for chart axes and grid.
- LimitedCapacityStack - Class in org.cesilko.rachota.gui
-
Stack with ability to keep only limited number of objects.
- LimitedCapacityStack(int) - Constructor for class org.cesilko.rachota.gui.LimitedCapacityStack
-
Creates new instance of stack with given capacity.
- listeners - Variable in class org.cesilko.rachota.core.Clock
-
Set of clock listeners that want to be notified at each tick.
- loadAutomaticStart(Element) - Method in class org.cesilko.rachota.core.DiaryScanner
-
Loads automatic start option from given XML element.
- loadAutomaticStart(Element) - Method in class org.cesilko.rachota.core.RegularTasksScanner
-
Loads automatic start option from given XML element.
- loadDay(Element, int, int) - Method in class org.cesilko.rachota.core.DiaryScanner
-
Loads day from given XML element.
- loadDescription(Element) - Method in class org.cesilko.rachota.core.DiaryScanner
-
Loads description from given XML element.
- loadDescription(Element) - Method in class org.cesilko.rachota.core.RegularTasksScanner
-
Loads description from given XML element.
- loadDocument() - Method in class org.cesilko.rachota.core.DiaryScanner
-
Loads XML diary document given in the scanner constructor.
- loadDocument() - Method in class org.cesilko.rachota.core.RegularTasksScanner
-
Loads XML regular tasks document given in the scanner constructor.
- loadKeyword(Element) - Method in class org.cesilko.rachota.core.DiaryScanner
-
Loads keyword from given XML element.
- loadKeyword(Element) - Method in class org.cesilko.rachota.core.RegularTasksScanner
-
Loads keyword from given XML element.
- loadNotes(Element) - Method in class org.cesilko.rachota.core.DiaryScanner
-
Loads notes from given XML element.
- loadNotes(Element) - Method in class org.cesilko.rachota.core.RegularTasksScanner
-
Loads notes from given XML element.
- loadNotification(Element) - Method in class org.cesilko.rachota.core.DiaryScanner
-
Loads notification time from given XML element.
- loadNotification(Element) - Method in class org.cesilko.rachota.core.RegularTasksScanner
-
Loads notification time from given XML element.
- loadPlan() - Static method in class org.cesilko.rachota.core.Plan
-
Loads all planned days and history.
- loadPlan(Element) - Method in class org.cesilko.rachota.core.RegularTasksScanner
-
Loads regular tasks plan from given XML element.
- loadPriority(Element) - Method in class org.cesilko.rachota.core.DiaryScanner
-
Loads priority from given XML element.
- loadPriority(Element) - Method in class org.cesilko.rachota.core.RegularTasksScanner
-
Loads priority from given XML element.
- loadRegularTask(Element) - Method in class org.cesilko.rachota.core.RegularTasksScanner
-
Loads regular task from given XML element.
- loadRegularTasks() - Static method in class org.cesilko.rachota.core.Plan
-
Loads plan of regular tasks.
- loadRepetition(Element) - Method in class org.cesilko.rachota.core.DiaryScanner
-
Loads repetition from given XML element.
- loadRepetition(Element) - Method in class org.cesilko.rachota.core.RegularTasksScanner
-
Loads repetition from given XML element.
- loadRunningTask() - Method in class org.cesilko.rachota.gui.DayView
-
Tries to load restarting task and run it.
- loadSettings() - Static method in class org.cesilko.rachota.core.Settings
-
Loads all settings from settings.cfg file.
- loadSetup() - Method in class org.cesilko.rachota.gui.DayView
-
Loads setup customized by user i.e.
- loadSetup() - Method in class org.cesilko.rachota.gui.HistoryView
-
Sets content rules and values according to saved user customizations.
- loadTask(Element) - Method in class org.cesilko.rachota.core.DiaryScanner
-
Loads task from given XML element.
- loadThisWeekDiary() - Method in class org.cesilko.rachota.core.Plan
-
Returns string representing diary for this week.
- loadWeek(Element) - Method in class org.cesilko.rachota.core.DiaryScanner
-
Loads week from given XML element.
- log - Static variable in class org.cesilko.rachota.core.Translator
-
Logger used by the Translator class to log errors.
- log - Static variable in class org.cesilko.rachota.gui.SettingsDialog
- logger - Static variable in class org.cesilko.rachota.core.Settings
-
Logger for recording important or erroneous events.
- lookupWord(String) - Static method in class org.cesilko.rachota.core.Translator
-
Returns the translated string associated with the provided key either in the active dictionary, or the fallback dictionary.
M
- main(String[]) - Static method in class org.cesilko.rachota.gui.MainWindow
-
Main method called when application is started.
- MainWindow - Class in org.cesilko.rachota.gui
-
Main window of the Rachota application.
- MainWindow() - Constructor for class org.cesilko.rachota.gui.MainWindow
-
Creates new application main window.
- maxValueY - Variable in class org.cesilko.rachota.gui.HistoryChart
-
Maximum value on Y axis.
- mbMenu - Variable in class org.cesilko.rachota.gui.MainWindow
- message - Variable in class org.cesilko.rachota.gui.ComparisonChart
-
Error message to be displayed instead of chart in case of problems.
- minValueY - Variable in class org.cesilko.rachota.gui.HistoryChart
-
Minimum value on X axis.
- mnAbout - Variable in class org.cesilko.rachota.gui.MainWindow
- mnAboutActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.MainWindow
-
Method called when information about the application should be displayed.
- mnAddNote - Variable in class org.cesilko.rachota.gui.MainWindow
- mnAddNoteActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.MainWindow
- mnAdjustStart - Variable in class org.cesilko.rachota.gui.MainWindow
- mnAdjustStartActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.MainWindow
- mnCopyTask - Variable in class org.cesilko.rachota.gui.MainWindow
- mnCopyTaskActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.MainWindow
-
Method called when copy task action is required.
- mnCorrectDuration - Variable in class org.cesilko.rachota.gui.MainWindow
- mnCorrectDurationActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.MainWindow
- mnDocs - Variable in class org.cesilko.rachota.gui.MainWindow
- mnDocsActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.MainWindow
- mnExit - Variable in class org.cesilko.rachota.gui.MainWindow
- mnExitActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.MainWindow
-
Method called when exit application action was invoked.
- mnFAQs - Variable in class org.cesilko.rachota.gui.MainWindow
- mnFAQsActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.MainWindow
- mnHelp - Variable in class org.cesilko.rachota.gui.MainWindow
- mnMoveTime - Variable in class org.cesilko.rachota.gui.MainWindow
- mnMoveTimeActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.MainWindow
-
Method called when move time action is required.
- mnSettings - Variable in class org.cesilko.rachota.gui.MainWindow
- mnSettingsActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.MainWindow
-
Method called when change settings action is required.
- mnSwitchDate - Variable in class org.cesilko.rachota.gui.MainWindow
- mnSwitchDateActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.MainWindow
- mnSystem - Variable in class org.cesilko.rachota.gui.MainWindow
- mnTask - Variable in class org.cesilko.rachota.gui.MainWindow
- mnTools - Variable in class org.cesilko.rachota.gui.MainWindow
- modified - Variable in class org.cesilko.rachota.core.Day
-
Identification whether day was modified compared to its saved state.
- MouseActionAdapter(JPopupMenu) - Constructor for class org.cesilko.rachota.gui.HistoryView.MouseActionAdapter
- mousePressed(MouseEvent) - Method in class org.cesilko.rachota.gui.HistoryView.MouseActionAdapter
- mouseReleased(MouseEvent) - Method in class org.cesilko.rachota.gui.HistoryView.MouseActionAdapter
- moveTime(Frame) - Method in class org.cesilko.rachota.gui.DayView
-
Method called when move time action is required.
- MoveTimeDialog - Class in org.cesilko.rachota.gui
-
Dialog for user friendly transfer of time from one task to another one.
- MoveTimeDialog(Frame, Task, Day) - Constructor for class org.cesilko.rachota.gui.MoveTimeDialog
-
Creates new dialog for moving time between two tasks.
N
- name - Variable in class org.cesilko.rachota.gui.ProjectsTreeModel.CategoryNode
- names - Variable in class org.cesilko.rachota.gui.PieChart
-
Names of portions that should be highlighted.
- NODE_TYPE_CATEGORY - Static variable in class org.cesilko.rachota.gui.ProjectsTreeModel
- NODE_TYPE_ROOT - Static variable in class org.cesilko.rachota.gui.ProjectsTreeModel
- NODE_TYPE_TASK - Static variable in class org.cesilko.rachota.gui.ProjectsTreeModel
- notes - Variable in class org.cesilko.rachota.core.Task
-
Long description of task.
- notes - Variable in class org.cesilko.rachota.gui.ReportGenerator.ProjectRow
- notes - Variable in class org.cesilko.rachota.gui.ReportGenerator.TaskRow
- notificationTime - Variable in class org.cesilko.rachota.core.Task
-
Time when system should warn about task.
O
- objects - Variable in class org.cesilko.rachota.gui.LimitedCapacityStack
-
Vector of objects stored in stack.
- occurrences - Variable in class org.cesilko.rachota.gui.ReportGenerator.ProjectRow
- occurrences - Variable in class org.cesilko.rachota.gui.ReportGenerator.TaskRow
- ON_EXIT_ASK - Static variable in class org.cesilko.rachota.core.Settings
-
On exit, ask for measuring downtime.
- ON_EXIT_STOP - Static variable in class org.cesilko.rachota.core.Settings
-
On exit, stop measuring downtime.
- ON_HIBERNATION_ASK - Static variable in class org.cesilko.rachota.core.Settings
-
Flag to ask user if hibernation was detected.
- ON_HIBERNATION_IGNORE - Static variable in class org.cesilko.rachota.core.Settings
-
Flag to ignore downtime if hibernation was detected.
- ON_HIBERNATION_INCLUDE - Static variable in class org.cesilko.rachota.core.Settings
-
Flag to include downtime if hibernation was detected.
- ON_INACTIVITY_ASK - Static variable in class org.cesilko.rachota.core.Settings
-
On inactivity, ask user what to do next.
- ON_INACTIVITY_NOTIFY - Static variable in class org.cesilko.rachota.core.Settings
-
On inactivity, only notify user.
- ON_INACTIVITY_STOP - Static variable in class org.cesilko.rachota.core.Settings
-
On inactivity, stop measuring current task.
- org.cesilko.rachota.core - package org.cesilko.rachota.core
- org.cesilko.rachota.core.filters - package org.cesilko.rachota.core.filters
- org.cesilko.rachota.gui - package org.cesilko.rachota.gui
- OUTPUT_CSV - Static variable in class org.cesilko.rachota.gui.ReportGenerator
- OUTPUT_CSV - Static variable in class org.cesilko.rachota.gui.ReportWizard
-
CSV output format.
- OUTPUT_HTML - Static variable in class org.cesilko.rachota.gui.ReportWizard
-
HTML output format.
- OUTPUT_TXT - Static variable in class org.cesilko.rachota.gui.ReportGenerator
- OUTPUT_TXT - Static variable in class org.cesilko.rachota.gui.ReportWizard
-
TXT output format.
- outputStream - Variable in class org.cesilko.rachota.gui.PNGImageWriter
-
Output stream representing file where image should be saved.
P
- 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.
- paymentDetails - Variable in class org.cesilko.rachota.gui.InvoiceGenerator
- pbLoading - Static variable in class org.cesilko.rachota.gui.StartupWindow
- pbProgress - Variable in class org.cesilko.rachota.gui.DayView
- period - Variable in class org.cesilko.rachota.gui.HistoryView
-
Currently selected time period.
- 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 - Static variable in class org.cesilko.rachota.core.Plan
-
The only instance of Plan object in the system.
- Plan - Class in org.cesilko.rachota.core
-
Plan containing all days that have some tasks planned.
- Plan() - Constructor for class org.cesilko.rachota.core.Plan
-
Creates a new instance of plan
- pnAnalysis - Variable in class org.cesilko.rachota.gui.AnalyticsView
- pnButtons - Variable in class org.cesilko.rachota.gui.AdjustTimeDialog
- pnButtons - Variable in class org.cesilko.rachota.gui.DayView
- pnButtons - Variable in class org.cesilko.rachota.gui.FilterDialog
- pnButtons - Variable in class org.cesilko.rachota.gui.GenericWizard
- pnButtons - Variable in class org.cesilko.rachota.gui.HistoryView
- pnButtons - Variable in class org.cesilko.rachota.gui.MoveTimeDialog
- pnButtons - Variable in class org.cesilko.rachota.gui.SettingsDialog
- pnButtons - Variable in class org.cesilko.rachota.gui.TaskDialog
- pnChart - Variable in class org.cesilko.rachota.gui.AnalyticsView
- pnDays - Variable in class org.cesilko.rachota.gui.DateDialog
- pnDaysKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.DateDialog
- pnDayView - Variable in class org.cesilko.rachota.gui.DayView
- pnDetails - Variable in class org.cesilko.rachota.gui.HistoryView
- pnGeneral - Variable in class org.cesilko.rachota.gui.SettingsDialog
- 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
- pnInfo - Variable in class org.cesilko.rachota.gui.AboutDialog
- pnInteraction - Variable in class org.cesilko.rachota.gui.SettingsDialog
- pnInvoice - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- pnNetwork - Variable in class org.cesilko.rachota.gui.SettingsDialog
- pnOverview - Variable in class org.cesilko.rachota.gui.GenericWizard
- pnPeriod - Variable in class org.cesilko.rachota.gui.HistoryView
- pnProjects - Variable in class org.cesilko.rachota.gui.HistoryView
- pnProjectsMouseMoved(MouseEvent) - Method in class org.cesilko.rachota.gui.HistoryView
- pnRegularTasks - Variable in class org.cesilko.rachota.gui.SettingsDialog
- pnReport - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- pnShare - Variable in class org.cesilko.rachota.gui.HistoryView
- pnStep - Variable in class org.cesilko.rachota.gui.GenericWizard
- pnSteps - Variable in class org.cesilko.rachota.gui.GenericWizard
- pnSuggestions - Variable in class org.cesilko.rachota.gui.AnalyticsView
- pnTasks - Variable in class org.cesilko.rachota.gui.HistoryView
- pnTasksMouseMoved(MouseEvent) - Method in class org.cesilko.rachota.gui.HistoryView
- pnTimes - Variable in class org.cesilko.rachota.gui.HistoryView
- pnTimesMouseMoved(MouseEvent) - Method in class org.cesilko.rachota.gui.HistoryView
- pnTimeUsage - Variable in class org.cesilko.rachota.gui.AnalyticsView
- pnTotalTime - Variable in class org.cesilko.rachota.gui.HistoryView
- pnWorkButtons - Variable in class org.cesilko.rachota.gui.DayView
- popupMenu - Variable in class org.cesilko.rachota.gui.HistoryView.MouseActionAdapter
- pressedPoint - Variable in class org.cesilko.rachota.gui.HistoryView.MouseActionAdapter
- previousDueDays - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- previousHours - Variable in class org.cesilko.rachota.gui.AdjustTimeDialog
-
Last correct value of hours specified by user.
- previousHours - Variable in class org.cesilko.rachota.gui.InactivityReminderDialog
-
Last correct value of hours specified by user.
- previousHours - Variable in class org.cesilko.rachota.gui.MoveTimeDialog
-
Last correct value of hours specified by user.
- previousMinus - Variable in class org.cesilko.rachota.gui.HistoryView
-
Last correct value of spMinus setting specified by user.
- previousMinutes - Variable in class org.cesilko.rachota.gui.AdjustTimeDialog
-
Last correct value of minutes specified by user.
- previousMinutes - Variable in class org.cesilko.rachota.gui.InactivityReminderDialog
-
Last correct value of minutes specified by user.
- previousMinutes - Variable in class org.cesilko.rachota.gui.MoveTimeDialog
-
Last correct value of minutes specified by user.
- previousPlus - Variable in class org.cesilko.rachota.gui.HistoryView
-
Last correct value of spPlus setting specified by user.
- previousSeconds - Variable in class org.cesilko.rachota.gui.InactivityReminderDialog
-
Last correct value of seconds specified by user.
- previousSeconds - Variable in class org.cesilko.rachota.gui.MoveTimeDialog
-
Last correct value of seconds specified by user.
- previousYear - Variable in class org.cesilko.rachota.gui.DateDialog
- price - Variable in class org.cesilko.rachota.gui.InvoiceGenerator
- prioritization - Variable in class org.cesilko.rachota.gui.AnalyticsView
-
Distribution of priorities across tasks.
- priority - Variable in class org.cesilko.rachota.core.Task
-
Priority of task i.e.
- 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() - 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.
- PriorityFilter(int, Integer) - Constructor for class org.cesilko.rachota.core.filters.PriorityFilter
-
Creates new priority filter.
- PrivateFilter - Class in org.cesilko.rachota.core.filters
-
Task filter allowing to filter private tasks.
- 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.
- PrivateFilter(int, Boolean) - Constructor for class org.cesilko.rachota.core.filters.PrivateFilter
-
Creates new private filter.
- privateTask - Variable in class org.cesilko.rachota.core.Task
-
Whether this task is private i.e.
- privateTask() - Method in class org.cesilko.rachota.core.Task
-
Returns whether this task is private.
- privateTimeAll - Variable in class org.cesilko.rachota.gui.ComparisonChart
-
Total private time of all users.
- privateTimeUser - Variable in class org.cesilko.rachota.gui.ComparisonChart
-
Total private time of current user.
- project - Variable in class org.cesilko.rachota.gui.InvoiceGenerator.ProjectRow
- projectDescription - Variable in class org.cesilko.rachota.gui.ReportGenerator.ProjectRow
- ProjectRow(String, Task, String) - Constructor for class org.cesilko.rachota.gui.InvoiceGenerator.ProjectRow
- ProjectRow(String, Task, String) - Constructor for class org.cesilko.rachota.gui.ReportGenerator.ProjectRow
- projects - Variable in class org.cesilko.rachota.gui.ReportGenerator.TaskRow
- ProjectsTreeListener() - Constructor for class org.cesilko.rachota.gui.ProjectsTreeModel.ProjectsTreeListener
- ProjectsTreeModel - Class in org.cesilko.rachota.gui
-
Model representing tree view on Rachota projects i.e.
- ProjectsTreeModel(Vector) - Constructor for class org.cesilko.rachota.gui.ProjectsTreeModel
- ProjectsTreeModel.CategoryNode - Class in org.cesilko.rachota.gui
- ProjectsTreeModel.ProjectsTreeListener - Class in org.cesilko.rachota.gui
- ProjectsTreeModel.TaskNode - Class in org.cesilko.rachota.gui
- properties - Static variable in class org.cesilko.rachota.gui.GenericWizard
-
Map with wizard properties.
- PROPERTY_PRIORITY - Static variable in class org.cesilko.rachota.gui.ProjectsTreeModel.CategoryNode
- PROPERTY_PRIORITY - Static variable in class org.cesilko.rachota.gui.ProjectsTreeModel.TaskNode
- PROPERTY_STATE - Static variable in class org.cesilko.rachota.gui.ProjectsTreeModel.CategoryNode
- PROPERTY_STATE - Static variable in class org.cesilko.rachota.gui.ProjectsTreeModel.TaskNode
- 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.
- propertyChangeSupport - Variable in class org.cesilko.rachota.core.Day
-
Class containing all registered listeners interested in day.
- propertyChangeSupport - Variable in class org.cesilko.rachota.core.Settings
-
Class containing all registered listeners interested in settings.
- propertyChangeSupport - Variable in class org.cesilko.rachota.core.Task
-
Class containing all registered listeners interested in task.
- put(Comparable, Object) - Method in class org.cesilko.rachota.gui.LimitedCapacityStack
-
Tries to store given object using provided key.
R
- rbAllTime - Variable in class org.cesilko.rachota.gui.AnalyticsView
- rbAllTimeActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Method called when All time radio button was clicked.
- rbContinue - Variable in class org.cesilko.rachota.gui.InactivityReminderDialog
- rbContinueActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.InactivityReminderDialog
- rbContinueKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.InactivityReminderDialog
- rbCSV - Variable in class org.cesilko.rachota.gui.ReportOutputWizardStep
- rbCSVActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.ReportOutputWizardStep
-
Method called when user selects CSV output format.
- rbFromTo - Variable in class org.cesilko.rachota.gui.HistoryView
- rbFromToActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.HistoryView
-
Method called when from/to chart type is required.
- rbHTML - Variable in class org.cesilko.rachota.gui.ReportOutputWizardStep
- rbHTMLActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.ReportOutputWizardStep
-
Method called when user selects HTML output format.
- rbInvoice - Variable in class org.cesilko.rachota.gui.ReportOutputWizardStep
- rbInvoiceActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.ReportOutputWizardStep
-
User decided to generate an invoice.
- rbInvoiceProjectsTasks - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- rbInvoiceProjectsTasksActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.ReportContentWizardStep
-
User wants to list tasks grouped in projects.
- rbInvoiceTasks - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- rbInvoiceTasksActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.ReportContentWizardStep
-
User wants to list only individual tasks.
- rbMonth - Variable in class org.cesilko.rachota.gui.AnalyticsView
- rbMonthActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Method called when Last month radio button was clicked.
- rbNothing - Variable in class org.cesilko.rachota.gui.InactivityReminderDialog
- rbNothingActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.InactivityReminderDialog
- rbNothingKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.InactivityReminderDialog
- rbOtherTask - Variable in class org.cesilko.rachota.gui.InactivityReminderDialog
- rbOtherTaskActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.InactivityReminderDialog
- rbOtherTaskKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.InactivityReminderDialog
- rbReport - Variable in class org.cesilko.rachota.gui.ReportOutputWizardStep
- rbReportActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.ReportOutputWizardStep
-
User decided to generate a report.
- rbReportProjects - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- rbReportProjectsActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.ReportContentWizardStep
-
Method called when user wants that table rows represent projects.
- rbReportTasks - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- rbReportTasksActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.ReportContentWizardStep
-
Method called when user wants that table rows represent tasks.
- rbTimeUsage - Variable in class org.cesilko.rachota.gui.HistoryView
- rbTimeUsageActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.HistoryView
- rbTotal - Variable in class org.cesilko.rachota.gui.HistoryView
- rbTotalActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.HistoryView
-
Method called when total times chart type is required.
- rbTXT - Variable in class org.cesilko.rachota.gui.ReportOutputWizardStep
- rbTXTActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.ReportOutputWizardStep
-
Method called when user selects TXT output format.
- rbWeek - Variable in class org.cesilko.rachota.gui.AnalyticsView
- rbWeekActionPerformed(ActionEvent) - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Method called when Last week radio button was clicked.
- readOnly - Variable in class org.cesilko.rachota.gui.TaskDialog
-
Flag determining if task can be edited or not.
- recordActivity() - Static method in class org.cesilko.rachota.gui.Tools
- reduceCompletionBy(char) - Method in class org.cesilko.rachota.gui.CompletionWindow
-
Reduces list of completion items by given character.
- 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.
- regularTasks - Variable in class org.cesilko.rachota.core.Plan
-
Set of all regular tasks planned for the future.
- regularTasks - Variable in class org.cesilko.rachota.gui.RegularTasksTableModel
-
Vector of regular tasks.
- regularTasks - Variable in class org.cesilko.rachota.gui.SettingsDialog
-
Vector of currently planned regular tasks.
- 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.
- removeAnds(String) - Static method in class org.cesilko.rachota.core.Translator
-
Removes the invalid input: '&' characters in the provided string.
- 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.
- repetition - Variable in class org.cesilko.rachota.gui.AnalyticsView
-
Clever usage of regular tasks.
- 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.
- REPORT_ROWS_PROJECTS - Static variable in class org.cesilko.rachota.gui.ReportWizard
-
Report table rows represent projects.
- REPORT_ROWS_TASKS - Static variable in class org.cesilko.rachota.gui.ReportWizard
-
Report table rows represent tasks.
- 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
- ReportGenerator.ProjectRow - Class in org.cesilko.rachota.gui
-
Comparable object representing one project in the summary on report.
- ReportGenerator.TaskRow - Class in org.cesilko.rachota.gui
-
Comparable object representing one task in the summary on report.
- reportingActivity - Variable in class org.cesilko.rachota.gui.MainWindow
-
Flag to prevent multiple reporting of activity.
- 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.
- row - Variable in class org.cesilko.rachota.gui.HistoryView.MouseActionAdapter
- rowsRepresent - Variable in class org.cesilko.rachota.gui.InvoiceGenerator
- rowsRepresent - Variable in class org.cesilko.rachota.gui.ReportGenerator
- 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.
S
- savePlan() - Static method in class org.cesilko.rachota.core.Plan
-
Saves all days to XML files.
- saveRegularTasks() - Static method in class org.cesilko.rachota.core.Plan
-
Saves all regular tasks.
- saveSettings() - Static method in class org.cesilko.rachota.core.Settings
-
Saves all settings into settings.cfg file.
- saveSetup() - Method in class org.cesilko.rachota.gui.DayView
-
Saves setup customized by user i.e.
- saveSetup() - Method in class org.cesilko.rachota.gui.HistoryView
-
Saves setup customized by user e.g.
- saveWeek(int, int, boolean) - Method in class org.cesilko.rachota.core.Plan
-
Saves week with given index of year.
- SCALE_DAY - Static variable in class org.cesilko.rachota.gui.HistoryView
-
Index of day time scale
- SCALE_MONTH - Static variable in class org.cesilko.rachota.gui.HistoryView
-
Index of month time scale
- SCALE_PAST_MONTH - Static variable in class org.cesilko.rachota.gui.AnalyticsView
-
Index of past month scale
- SCALE_PAST_WEEK - Static variable in class org.cesilko.rachota.gui.AnalyticsView
-
Index of past week scale
- SCALE_WEEK - Static variable in class org.cesilko.rachota.gui.HistoryView
-
Index of week time scale
- SCALE_WHOLE_TIME - Static variable in class org.cesilko.rachota.gui.AnalyticsView
-
Index of whole time scale
- SCALE_YEAR - Static variable in class org.cesilko.rachota.gui.HistoryView
-
Index of year time scale
- selectButtonEnabled - Variable in class org.cesilko.rachota.gui.DayView
-
Whether Select button is currently enabled or not.
- selectedOutput - Variable in class org.cesilko.rachota.gui.ReportOutputWizardStep
-
Currently selected output format.
- selectedStep - Variable in class org.cesilko.rachota.gui.GenericWizard
-
Index of currently selected step.
- selectedTask - Variable in class org.cesilko.rachota.gui.DayPlanTable
- selectFilters - Variable in class org.cesilko.rachota.gui.InvoiceGenerator
- selectFilters - Variable in class org.cesilko.rachota.gui.ReportGenerator
- selectFilters - Variable in class org.cesilko.rachota.gui.ReportWizard
-
List of filters used to sort out some tasks.
- selectOutput(String) - Method in class org.cesilko.rachota.gui.ReportOutputWizardStep
-
Method called when user clicks some output option.
- selectStep(int) - Method in class org.cesilko.rachota.gui.GenericWizard
-
Method called when new wizard step is selected.
- selectTask(Task) - Method in class org.cesilko.rachota.gui.DayView
-
Sets given task as selected and starts to work on it.
- separator - Variable in class org.cesilko.rachota.gui.MainWindow
- setAutomaticStart(boolean) - Method in class org.cesilko.rachota.core.Task
-
Sets whether system should switch to task automatically.
- setChartType(int) - Method in class org.cesilko.rachota.gui.HistoryChart
-
Sets type of history chart to be drawn.
- setCompletionItems(Vector) - Method in class org.cesilko.rachota.gui.CompletionWindow
-
Sets list of completion items to given vector.
- setComponents() - Method in class org.cesilko.rachota.gui.HistoryView
-
Sets content rules and values according to currently selected task filter.
- setComponents(AbstractTaskFilter) - Method in class org.cesilko.rachota.gui.FilterDialog
-
Sets content rules and values according to given task filter.
- setContent(String) - Method in class org.cesilko.rachota.core.filters.AbstractTaskFilter
-
Sets required content of appropriate task property.
- setContentRule(int) - Method in class org.cesilko.rachota.core.filters.AbstractTaskFilter
-
Sets content rule of filter.
- setCountPrivateTasks(boolean) - Method in class org.cesilko.rachota.core.Settings
-
Sets whether or not to count private tasks towards the daily working hours.
- setDate(Date) - Method in class org.cesilko.rachota.core.Day
-
Sets identification of day.
- setDay(Day) - Method in class org.cesilko.rachota.gui.DayTableModel
-
Sets day to be represented by this model.
- setDay(Day) - Method in class org.cesilko.rachota.gui.DayView
-
Sets day view to given day.
- setDays(Vector) - Method in class org.cesilko.rachota.gui.HistoryChart
-
Sets which days should be used to draw history chart.
- setDays(Vector) - Method in class org.cesilko.rachota.gui.ProjectsTreeModel
- setDescription(String) - Method in class org.cesilko.rachota.core.Task
-
Sets description of this task.
- setDuration(long) - Method in class org.cesilko.rachota.core.Task
-
Sets time in ms that was already spent on task.
- setFinishedTasksVisibility(boolean) - Method in class org.cesilko.rachota.gui.DayView
-
Set whether finished tasks should be displayed or not.
- setFinishTime(Date) - Method in class org.cesilko.rachota.core.Day
-
Sets finish time of day.
- setFocus() - Method in class org.cesilko.rachota.gui.ReportContentWizardStep
-
Method to set focus to the initial component.
- setFocus() - Method in class org.cesilko.rachota.gui.ReportOutputWizardStep
-
Method to set focus to the initial component.
- setFocus() - Method in class org.cesilko.rachota.gui.WizardStep
-
Method to set focus to the initial component.
- setFrequency(int) - Method in class org.cesilko.rachota.core.RegularTask
-
Sets how often task is repeated.
- setGroupSameTasks(boolean) - Method in class org.cesilko.rachota.gui.FilteredTasksTableModel
-
Sets whether to group tasks with same description or not.
- setHighlightingFilter(AbstractTaskFilter) - Method in class org.cesilko.rachota.gui.HistoryChart
-
Sets task filter for highlighting tasks when drawing chart.
- setItems(Vector) - Method in class org.cesilko.rachota.gui.CompletionListModel
-
Sets completion items to given list.
- setKeyword(String) - Method in class org.cesilko.rachota.core.Task
-
Sets keyword of this task.
- setMessage(String, String) - Method in class org.cesilko.rachota.gui.ComparisonChart
- setNotes(String) - Method in class org.cesilko.rachota.core.Task
-
Sets notes of this task.
- setNotificationTime(Date) - Method in class org.cesilko.rachota.core.Task
-
Sets notification time when system should warn about task.
- setNumberOfDiaries(int) - Method in class org.cesilko.rachota.gui.StartupWindow
-
Sets total number of diaries to be read at startup.
- setPreview(String) - Method in class org.cesilko.rachota.gui.ReportWizard
-
Sets wizard preview to the correct image.
- setPreview(ImageIcon) - Method in class org.cesilko.rachota.gui.GenericWizard
-
Sets preview of wizard result.
- setPriority(int) - Method in class org.cesilko.rachota.core.Task
-
Sets priority of this task.
- setPrivateTask(boolean) - Method in class org.cesilko.rachota.core.Task
-
Sets whether this task is private or not.
- setProgress(int) - Method in class org.cesilko.rachota.gui.StartupWindow
-
Sets progress i.e.
- setProgressMessage(String) - Method in class org.cesilko.rachota.gui.StartupWindow
-
Sets progress message e.g.
- setProperties() - Method in class org.cesilko.rachota.gui.ReportContentWizardStep
- setSelectedColumn(int, boolean) - Method in class org.cesilko.rachota.gui.DayTableModel
-
Sets visibility for given column.
- setSelectedTask(Task) - Method in class org.cesilko.rachota.gui.DayPlanTable
-
Sets given task as selected to render it properly.
- setSetting(String, Object) - Method in class org.cesilko.rachota.core.Settings
-
Sets given setting to given value.
- setShares(Vector, Vector) - Method in class org.cesilko.rachota.gui.PieChart
-
Sets names and shares that should be highlighted in the pie chart.
- setSortedColumn(int, boolean) - Method in class org.cesilko.rachota.gui.DayTableModel
-
Changes sorting order (ascending invalid input: '<'-> descending) for given column.
- setStartTime(Date) - Method in class org.cesilko.rachota.core.Day
-
Sets start time of day.
- setState(int) - Method in class org.cesilko.rachota.core.Task
-
Sets state of this task.
- setStatus(String) - Method in class org.cesilko.rachota.gui.GenericWizard
-
Sets new status text.
- setTask(Task, boolean) - Method in class org.cesilko.rachota.gui.DayView
-
Set description of selected task and start it if required.
- setTasks(Vector) - Method in class org.cesilko.rachota.core.Day
-
Sets tasks of day.
- setTasks(Vector) - Method in class org.cesilko.rachota.gui.FilteredTasksTableModel
-
Sets filtered tasks with new vector and refreshes the table.
- setTick(long) - Method in class org.cesilko.rachota.core.Clock
-
Sets period of one clock tick.
- setTime(long) - Method in class org.cesilko.rachota.gui.MoveTimeDialog
-
Sets the time to show in the dialog in ms.
- setTimes(long, long, long, long, long, long) - Method in class org.cesilko.rachota.gui.ComparisonChart
- settings - Static variable in class org.cesilko.rachota.core.Settings
-
The only instance of Settings object in the system.
- Settings - Class in org.cesilko.rachota.core
-
Persistent settings of the system.
- Settings() - Constructor for class org.cesilko.rachota.core.Settings
-
Creates private instance of Settings object.
- SettingsDialog - Class in org.cesilko.rachota.gui
-
Dialog with system settings.
- SettingsDialog(Frame) - Constructor for class org.cesilko.rachota.gui.SettingsDialog
-
Creates new dialog with system settings.
- settingsMap - Variable in class org.cesilko.rachota.core.Settings
-
Map containing all settings.
- setupEndTimeMouseListener(JComponent...) - Method in class org.cesilko.rachota.gui.DayView
- setupFallback() - Static method in class org.cesilko.rachota.core.Translator
-
Sets up the fallback dictionary.
- setupSelectAllListener(JSpinner) - Static method in class org.cesilko.rachota.gui.Tools
-
Sets up a focus gained listener to the
JSpinner
that selects all text currently in the text field of the suppliedJSpinner
. - setUseEstimatedWorkDay(boolean) - Method in class org.cesilko.rachota.core.Settings
-
Sets whether or not to use estimated work day in the day view.
- setWizardProperty(String, Object) - Static method in class org.cesilko.rachota.gui.GenericWizard
-
Sets given wizard property.
- setWorkingHours(double) - Method in class org.cesilko.rachota.core.Settings
-
Sets the daily working hours.
- shares - Variable in class org.cesilko.rachota.gui.PieChart
-
Shares of portions that should be highlighted.
- shiftPeriod(int) - Method in class org.cesilko.rachota.gui.HistoryView
-
Shifts selected period for given steps based on currently selected time scale.
- showChart - Variable in class org.cesilko.rachota.gui.ReportGenerator
- showFilters - Variable in class org.cesilko.rachota.gui.ReportGenerator
- showURL(String) - Static method in class org.cesilko.rachota.gui.Tools
- sortBy - Variable in class org.cesilko.rachota.gui.InvoiceGenerator.ProjectRow
- sortBy - Variable in class org.cesilko.rachota.gui.InvoiceGenerator.TaskRow
- sortBy - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- sortBy - Variable in class org.cesilko.rachota.gui.ReportGenerator.ProjectRow
- sortBy - Variable in class org.cesilko.rachota.gui.ReportGenerator
- sortBy - Variable in class org.cesilko.rachota.gui.ReportGenerator.TaskRow
- SORTBY_DURATION - Static variable in class org.cesilko.rachota.gui.ReportWizard
-
Sort rows by duration.
- SORTBY_NOTES - Static variable in class org.cesilko.rachota.gui.ReportWizard
-
Sort rows by notes.
- SORTBY_OCCURRENCES - Static variable in class org.cesilko.rachota.gui.ReportWizard
-
Sort rows by occurrences.
- SORTBY_PROJECTS_TASKS - Static variable in class org.cesilko.rachota.gui.ReportWizard
-
Sort rows by projects/tasks.
- sortCategoryNodes(Vector) - Method in class org.cesilko.rachota.gui.ProjectsTreeModel
- sortedAscending - Variable in class org.cesilko.rachota.gui.DayTableModel
-
Does sorted column have ascending order ?
- sortedColumn - Variable in class org.cesilko.rachota.gui.DayTableModel
-
Which column is used to sort tasks.
- sortedColumn - Variable in class org.cesilko.rachota.gui.FilteredTasksTableModel
-
Currently selected sorting column.
- sortedColumn - Variable in class org.cesilko.rachota.gui.RegularTasksTableModel
-
Currently selected sorting column.
- sortingOrder - Variable in class org.cesilko.rachota.gui.FilteredTasksTableModel
-
Currently selected sorting order.
- sortingOrder - Variable in class org.cesilko.rachota.gui.RegularTasksTableModel
-
Currently selected sorting order.
- sortItems(Vector) - Method in class org.cesilko.rachota.gui.CompletionListModel
-
Returns list of completion item sorted alphabetically.
- sortTable(int) - Method in class org.cesilko.rachota.gui.RegularTasksTableModel
-
Sorts table according to given column and known order.
- sortTable(int, boolean) - Method in class org.cesilko.rachota.gui.FilteredTasksTableModel
-
Sorts table according to given column and known order.
- sortTaskNodes() - Method in class org.cesilko.rachota.gui.ProjectsTreeModel.CategoryNode
- sortTasks(int, boolean) - Method in class org.cesilko.rachota.core.Day
-
Sort tasks by given attribute and sorting order.
- spCompletion - Variable in class org.cesilko.rachota.gui.CompletionWindow
- spCustomerDetails - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- spDueDate - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- spDueDateStateChanged(ChangeEvent) - Method in class org.cesilko.rachota.gui.ReportContentWizardStep
- spFilters - Variable in class org.cesilko.rachota.gui.HistoryView
- spFiltersMouseMoved(MouseEvent) - Method in class org.cesilko.rachota.gui.HistoryView
- spHours - Variable in class org.cesilko.rachota.gui.AdjustTimeDialog
- spHours - Variable in class org.cesilko.rachota.gui.InactivityReminderDialog
- spHours - Variable in class org.cesilko.rachota.gui.MoveTimeDialog
- spHours - Variable in class org.cesilko.rachota.gui.TaskDialog
- spHoursKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.AdjustTimeDialog
- spHoursKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.InactivityReminderDialog
- spHoursKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.MoveTimeDialog
- spHoursKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.TaskDialog
- spHoursStateChanged(ChangeEvent) - Method in class org.cesilko.rachota.gui.AdjustTimeDialog
-
Method called when hours were be changed.
- spHoursStateChanged(ChangeEvent) - Method in class org.cesilko.rachota.gui.InactivityReminderDialog
- spHoursStateChanged(ChangeEvent) - Method in class org.cesilko.rachota.gui.MoveTimeDialog
-
Method called when hours were be changed.
- spHoursStateChanged(ChangeEvent) - Method in class org.cesilko.rachota.gui.TaskDialog
-
Method called when hours of notification time were changed.
- spMinus - Variable in class org.cesilko.rachota.gui.HistoryView
- spMinusStateChanged(ChangeEvent) - Method in class org.cesilko.rachota.gui.HistoryView
-
Method called when minus spinner was pressed.
- spMinutes - Variable in class org.cesilko.rachota.gui.AdjustTimeDialog
- spMinutes - Variable in class org.cesilko.rachota.gui.InactivityReminderDialog
- spMinutes - Variable in class org.cesilko.rachota.gui.MoveTimeDialog
- spMinutes - Variable in class org.cesilko.rachota.gui.TaskDialog
- spMinutesKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.AdjustTimeDialog
- spMinutesKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.InactivityReminderDialog
- spMinutesKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.MoveTimeDialog
- spMinutesKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.TaskDialog
- spMinutesStateChanged(ChangeEvent) - Method in class org.cesilko.rachota.gui.AdjustTimeDialog
-
Method called when minutes were be changed.
- spMinutesStateChanged(ChangeEvent) - Method in class org.cesilko.rachota.gui.InactivityReminderDialog
- spMinutesStateChanged(ChangeEvent) - Method in class org.cesilko.rachota.gui.MoveTimeDialog
-
Method called when minutes were be changed.
- spMinutesStateChanged(ChangeEvent) - Method in class org.cesilko.rachota.gui.TaskDialog
-
Method called when minutes of notification time were changed.
- spNotes - Variable in class org.cesilko.rachota.gui.TaskDialog
- spPaymentDetails - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- spPlan - Variable in class org.cesilko.rachota.gui.DayView
- spPlanMouseMoved(MouseEvent) - Method in class org.cesilko.rachota.gui.DayView
- spPlus - Variable in class org.cesilko.rachota.gui.HistoryView
- spPlusStateChanged(ChangeEvent) - Method in class org.cesilko.rachota.gui.HistoryView
-
Method called when plus spinner was pressed.
- spProjects - Variable in class org.cesilko.rachota.gui.HistoryView
- spRegularTasks - Variable in class org.cesilko.rachota.gui.SettingsDialog
- spRegularTasksKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
- spSeconds - Variable in class org.cesilko.rachota.gui.InactivityReminderDialog
- spSeconds - Variable in class org.cesilko.rachota.gui.MoveTimeDialog
- spSecondsKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.InactivityReminderDialog
- spSecondsKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.MoveTimeDialog
- spSecondsStateChanged(ChangeEvent) - Method in class org.cesilko.rachota.gui.InactivityReminderDialog
- spSecondsStateChanged(ChangeEvent) - Method in class org.cesilko.rachota.gui.MoveTimeDialog
-
Method called when seconds were be changed.
- spSeparator - Variable in class org.cesilko.rachota.gui.GenericWizard
- spSuggestions - Variable in class org.cesilko.rachota.gui.AnalyticsView
- spTasks - Variable in class org.cesilko.rachota.gui.HistoryView
- spTasksMouseMoved(MouseEvent) - Method in class org.cesilko.rachota.gui.HistoryView
- spYear - Variable in class org.cesilko.rachota.gui.DateDialog
- spYearStateChanged(ChangeEvent) - Method in class org.cesilko.rachota.gui.DateDialog
- spYourDetails - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- startTask() - Method in class org.cesilko.rachota.gui.DayView
-
Starts working on currently selected task.
- startTime - Variable in class org.cesilko.rachota.core.Day
-
Time when the very first task was started.
- startupWindow - Static variable in class org.cesilko.rachota.gui.StartupWindow
-
The only instance of startup window.
- StartupWindow - Class in org.cesilko.rachota.gui
-
Startup window containing splash screen (logo) and information about loading progress.
- StartupWindow() - Constructor for class org.cesilko.rachota.gui.StartupWindow
-
Creates private instance of new startup window.
- startWork() - Method in class org.cesilko.rachota.core.Task
-
Method called when user starts to work on task.
- state - Variable in class org.cesilko.rachota.core.Task
-
State of task i.e.
- STATE_DONE - Static variable in class org.cesilko.rachota.core.Task
-
State representing already finished task.
- STATE_NEW - Static variable in class org.cesilko.rachota.core.Task
-
State representing not started task.
- STATE_STARTED - Static variable in class org.cesilko.rachota.core.Task
-
State representing already started task.
- StateFilter - Class in org.cesilko.rachota.core.filters
-
Task filter allowing to filter tasks by state.
- StateFilter() - Constructor for class org.cesilko.rachota.core.filters.StateFilter
-
Creates new default state filter which is preset to RULE_EQUALS content rule and state Task.STATE_NEW.
- StateFilter(int, Integer) - Constructor for class org.cesilko.rachota.core.filters.StateFilter
-
Creates new state filter.
- statusing - Variable in class org.cesilko.rachota.gui.AnalyticsView
-
Usage of all statuses.
- steps - Variable in class org.cesilko.rachota.gui.GenericWizard
-
Array of wizard steps.
- suspendClock() - Method in class org.cesilko.rachota.core.Clock
-
Temporarily stops clock.
- suspendWork() - Method in class org.cesilko.rachota.core.Task
-
Method called when user temporarily stops to work on task.
- switchAfterNight() - Method in class org.cesilko.rachota.gui.DayView
-
Switches day view after or at the mightnight.
- switchDate(Frame) - Method in class org.cesilko.rachota.gui.DayView
-
Method called when switch date action is required.
T
- TAB_ANALYTICS_VIEW - Static variable in class org.cesilko.rachota.gui.MainWindow
-
Index of analytics view tab.
- TAB_DAY_VIEW - Static variable in class org.cesilko.rachota.gui.MainWindow
-
Index of day view tab.
- TAB_HISTORY_VIEW - Static variable in class org.cesilko.rachota.gui.MainWindow
-
Index of history view tab.
- taCustomerDetails - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- taNotes - Variable in class org.cesilko.rachota.gui.TaskDialog
- taNotesKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.TaskDialog
- taPaymentDetails - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- task - Variable in class org.cesilko.rachota.gui.AdjustTimeDialog
-
Task whose time should be edited.
- task - Variable in class org.cesilko.rachota.gui.DayView
-
Task that is currently selected and may be started.
- task - Variable in class org.cesilko.rachota.gui.InvoiceGenerator.TaskRow
- task - Variable in class org.cesilko.rachota.gui.MoveTimeDialog
-
Task whose time should be transferred to another task.
- task - Variable in class org.cesilko.rachota.gui.TaskDialog
-
Task that is being edited.
- 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.
- taskDescription - Variable in class org.cesilko.rachota.gui.ReportGenerator.TaskRow
- taskDialog - Variable in class org.cesilko.rachota.gui.CompletionWindow
-
Reference to task dialog for passing focus after completion is done.
- TaskDialog - Class in org.cesilko.rachota.gui
-
Visualizer of task.
- TaskDialog() - Constructor for class org.cesilko.rachota.gui.TaskDialog
-
Creates new dialog for creating new regular 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(Task, Day, boolean) - Constructor for class org.cesilko.rachota.gui.TaskDialog
-
Creates new dialog for editing of given task.
- taskFilter - Variable in class org.cesilko.rachota.gui.FilterDialog
-
Task filter to be edited.
- taskFilter - Variable in class org.cesilko.rachota.gui.HistoryChart
-
Filter for highlighting tasks.
- TaskNode(Task) - Constructor for class org.cesilko.rachota.gui.ProjectsTreeModel.TaskNode
- taskNodes - Variable in class org.cesilko.rachota.gui.ProjectsTreeModel.CategoryNode
- TaskRow(Task, String) - Constructor for class org.cesilko.rachota.gui.InvoiceGenerator.TaskRow
- TaskRow(Task, String) - Constructor for class org.cesilko.rachota.gui.ReportGenerator.TaskRow
- tasks - Variable in class org.cesilko.rachota.core.Day
-
Set of all (including regular kind) tasks planned for day.
- tasks - Variable in class org.cesilko.rachota.gui.FilteredTasksTableModel
-
Vector of tasks to be displayed by this table model.
- tasks - Variable in class org.cesilko.rachota.gui.InvoiceGenerator.ProjectRow
- tasks - Variable in class org.cesilko.rachota.gui.ProjectsTreeModel.TaskNode
- tasks - Variable in class org.cesilko.rachota.gui.ReportGenerator.ProjectRow
- tax - Variable in class org.cesilko.rachota.gui.InvoiceGenerator
- taYourDetails - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- tbFilters - Variable in class org.cesilko.rachota.gui.HistoryView
- tbFiltersKeyReleased(KeyEvent) - Method in class org.cesilko.rachota.gui.HistoryView
- tbFiltersMouseClicked(MouseEvent) - Method in class org.cesilko.rachota.gui.HistoryView
-
Method called when user clicked into tables of filters.
- tbPlan - Variable in class org.cesilko.rachota.gui.DayView
- tbPlanKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.DayView
- tbPlanKeyReleased(KeyEvent) - Method in class org.cesilko.rachota.gui.DayView
-
Method called when any key is released while table of planned tasks has focus.
- tbPlanMouseClicked(MouseEvent) - Method in class org.cesilko.rachota.gui.DayView
-
Method called when user clicks to table with tasks plan.
- tbPlanMouseMoved(MouseEvent) - Method in class org.cesilko.rachota.gui.DayView
- tbRegularTasks - Variable in class org.cesilko.rachota.gui.SettingsDialog
- tbRegularTasksKeyReleased(KeyEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
-
Method called when any key was released while table with regular tasks had focus.
- tbRegularTasksMouseClicked(MouseEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
-
Method called when user clicked into table with regular tasks.
- tbTasks - Variable in class org.cesilko.rachota.gui.HistoryView
- textComponent - Variable in class org.cesilko.rachota.gui.CompletionWindow
-
Text component that invoked this completion window.
- tick - Variable in class org.cesilko.rachota.core.Clock
-
Clock period i.e.
- 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
- ticking - Variable in class org.cesilko.rachota.core.Clock
-
True if clock is ticking.
- timeStamp - Variable in class org.cesilko.rachota.core.Task
-
Time checkpoint used for exact calculation of time to be added to duration.
- title - Variable in class org.cesilko.rachota.gui.InvoiceGenerator
- title - Variable in class org.cesilko.rachota.gui.ReportGenerator
- 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.
- toString() - Method in class org.cesilko.rachota.gui.ProjectsTreeModel.CategoryNode
- toString() - Method in class org.cesilko.rachota.gui.ProjectsTreeModel.TaskNode
- totalTimeAll - Variable in class org.cesilko.rachota.gui.ComparisonChart
-
Total working time of all users.
- totalTimeUser - Variable in class org.cesilko.rachota.gui.ComparisonChart
-
Total working time of current user.
- tpPanels - Variable in class org.cesilko.rachota.gui.SettingsDialog
- tpSuggestions - Variable in class org.cesilko.rachota.gui.AnalyticsView
- tpViews - Variable in class org.cesilko.rachota.gui.HistoryView
- tpViews - Variable in class org.cesilko.rachota.gui.MainWindow
- tpViewsMouseEntered(MouseEvent) - Method in class org.cesilko.rachota.gui.MainWindow
- Translator - Class in org.cesilko.rachota.core
-
Translator class providing localization.
- Translator() - Constructor for class org.cesilko.rachota.core.Translator
- txCurrency - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- txCurrencyFocusLost(FocusEvent) - Method in class org.cesilko.rachota.gui.ReportContentWizardStep
-
Method called when Currency textfield loses its focus.
- txFilename - Variable in class org.cesilko.rachota.gui.ReportOutputWizardStep
- txFilenameFocusLost(FocusEvent) - Method in class org.cesilko.rachota.gui.ReportOutputWizardStep
-
Method called when cursor was in the filename textfield and user decided to select another component.
- txInvoiceTitle - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- txPrice - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- txPriceFocusLost(FocusEvent) - Method in class org.cesilko.rachota.gui.ReportContentWizardStep
-
Method called when Currency textfield loses its focus.
- txReportTitle - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- txTax - Variable in class org.cesilko.rachota.gui.ReportContentWizardStep
- txTaxFocusLost(FocusEvent) - Method in class org.cesilko.rachota.gui.ReportContentWizardStep
-
Method called when Currency textfield loses its focus.
- txtCategory - Variable in class org.cesilko.rachota.gui.TaskDialog
- txtCategoryFocusGained(FocusEvent) - Method in class org.cesilko.rachota.gui.TaskDialog
- txtCategoryFocusLost(FocusEvent) - Method in class org.cesilko.rachota.gui.TaskDialog
- txtCategoryKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.TaskDialog
- txtCategoryKeyTyped(KeyEvent) - Method in class org.cesilko.rachota.gui.TaskDialog
- txtContent - Variable in class org.cesilko.rachota.gui.FilterDialog
- txtContent - Variable in class org.cesilko.rachota.gui.HistoryView
- txtContentKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.FilterDialog
- txtContentKeyTyped(KeyEvent) - Method in class org.cesilko.rachota.gui.HistoryView
-
Method called when any key is typed in content textfield.
- txtDate - Variable in class org.cesilko.rachota.gui.DateDialog
- txtDate - Variable in class org.cesilko.rachota.gui.DayView
- txtDate - Variable in class org.cesilko.rachota.gui.HistoryView
- txtDateMouseClicked(MouseEvent) - Method in class org.cesilko.rachota.gui.DateDialog
- txtDateMouseClicked(MouseEvent) - Method in class org.cesilko.rachota.gui.DayView
-
Method called when date textfield is clicked.
- txtDateMouseClicked(MouseEvent) - Method in class org.cesilko.rachota.gui.HistoryView
-
Method called when date textfield was clicked to select actual day/week/month/year.
- txtDescription - Variable in class org.cesilko.rachota.gui.TaskDialog
- txtDescriptionKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.TaskDialog
- txtEnd - Variable in class org.cesilko.rachota.gui.DayView
- txtFilteredTime - Variable in class org.cesilko.rachota.gui.HistoryView
- txtHibernationTime - Variable in class org.cesilko.rachota.gui.SettingsDialog
- txtHibernationTimeKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
- txtHours - Variable in class org.cesilko.rachota.gui.SettingsDialog
- txtHoursKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
- txtInactivityTime - Variable in class org.cesilko.rachota.gui.SettingsDialog
- txtInactivityTimeKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
- txtName - Variable in class org.cesilko.rachota.gui.HistoryView
- txtPercentage - Variable in class org.cesilko.rachota.gui.HistoryView
- txtPriority - Variable in class org.cesilko.rachota.gui.HistoryView
- txtProxyHost - Variable in class org.cesilko.rachota.gui.SettingsDialog
- txtProxyHostKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
- txtProxyPort - Variable in class org.cesilko.rachota.gui.SettingsDialog
- txtProxyPortKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
- txtStart - Variable in class org.cesilko.rachota.gui.DayView
- txtState - Variable in class org.cesilko.rachota.gui.HistoryView
- txtTask - Variable in class org.cesilko.rachota.gui.DayView
- txtTasks - Variable in class org.cesilko.rachota.gui.HistoryView
- txtTime - Variable in class org.cesilko.rachota.gui.HistoryView
- txtTotalTime - Variable in class org.cesilko.rachota.gui.HistoryView
- txtUploadURL - Variable in class org.cesilko.rachota.gui.SettingsDialog
- txtUploadURLKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
- txtUploadUsername - Variable in class org.cesilko.rachota.gui.SettingsDialog
- txtUploadUsernameKeyPressed(KeyEvent) - Method in class org.cesilko.rachota.gui.SettingsDialog
- txtWeek - Variable in class org.cesilko.rachota.gui.DayView
- type - Variable in class org.cesilko.rachota.gui.DateDialog
-
Type of dialog.
- 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_INVOICE - Static variable in class org.cesilko.rachota.gui.ReportWizard
-
Wizard is generating invoice.
- TYPE_REPORT - Static variable in class org.cesilko.rachota.gui.ReportWizard
-
Wizard is generating report.
- 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.
U
- updateAnalysis(int) - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Updates all efficiency factors in selected time scale.
- updateCategorization(int) - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Counts categorization factor in given period and updates users star ranking.
- updateChart() - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Downloads working times of other users and updates comparison chart.
- updateDays() - Method in class org.cesilko.rachota.gui.DateDialog
- updateEffectivity(int) - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Counts effectivity factor in given period and updates users star ranking.
- updateGranularity(int) - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Counts granularity factor in given period and updates users star ranking.
- updateInformation(boolean) - Method in class org.cesilko.rachota.gui.DayView
-
Method called when some information needs to be updated.
- updatePrioritization(int) - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Counts prioritization factor in given period and updates users star ranking.
- updateRepetition(int) - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Counts repetition factor in given period and updates users star ranking.
- updateStatusing(int) - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Counts statusing factor in given period and updates users star ranking.
- updateSuggestions() - Method in class org.cesilko.rachota.gui.AnalyticsView
-
Prepares suggestions and displays them.
- updateSystemTray(DayView) - Method in class org.cesilko.rachota.gui.MainWindow
- updateTotalTime() - Method in class org.cesilko.rachota.gui.HistoryView
-
Updates information about total time.
- UPLOAD_IN_5_MINUTES - Static variable in class org.cesilko.rachota.core.Plan
-
Upload diary file once in 5 minutes.
- UPLOAD_NOW - Static variable in class org.cesilko.rachota.core.Plan
-
Upload diary file right now.
- UPLOAD_OFF - Static variable in class org.cesilko.rachota.core.Settings
-
Upload of diary file turned off.
- UPLOAD_ON - Static variable in class org.cesilko.rachota.core.Settings
-
Upload of diary file turned on.
- UPLOAD_SUSPENDED - Static variable in class org.cesilko.rachota.core.Settings
-
Upload of diary file suspended until next Rachota session.
- uploadDiary(long) - Method in class org.cesilko.rachota.core.Plan
-
Uploads current week diary to specified server via HTTP connection.
- usageTimesAll - Variable in class org.cesilko.rachota.gui.AnalyticsView
-
Usage times downloaded from Rachota Analytics server in format: totalTime|idleTime|privateTime
- usageTimesUser - Variable in class org.cesilko.rachota.gui.AnalyticsView
-
Usage times calculated for user in format: totalTime|idleTime|privateTime
- useEstimatedEnd() - Method in class org.cesilko.rachota.gui.DayView
- userDetails - Variable in class org.cesilko.rachota.gui.InvoiceGenerator
V
- valueChanged(TreeSelectionEvent) - Method in class org.cesilko.rachota.gui.ProjectsTreeModel.ProjectsTreeListener
W
- warningConfirmed - Variable in class org.cesilko.rachota.gui.DayView
-
Whether user already confirmed warning about exceeded working hours or not.
- WizardStep - Class in org.cesilko.rachota.gui
- WizardStep(GenericWizard, String) - Constructor for class org.cesilko.rachota.gui.WizardStep
-
Creates new form WizardStep
- workDone() - Method in class org.cesilko.rachota.core.Task
-
Method called when user finished to work on task.
- write(byte[]) - Method in class org.cesilko.rachota.gui.PNGImageWriter
-
Writes given byte array to output stream and updates checksum.
- write(int) - Method in class org.cesilko.rachota.gui.PNGImageWriter
-
Transforms given number to byte array and writes it.
- write(BufferedImage, OutputStream) - Method in class org.cesilko.rachota.gui.PNGImageWriter
-
Writes given buffered image to given output stream.
- write(PrintStream) - Method in class org.cesilko.rachota.core.Day
-
Write day to given writer.
- write(PrintStream) - Method in class org.cesilko.rachota.core.Task
-
Writes task to given writer.
- writeChart(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.ReportGenerator
- writeFilters(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.ReportGenerator
- writeFooter(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.InvoiceGenerator
- writeFooter(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.ReportGenerator
- writeHeader(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.InvoiceGenerator
- writeHeader(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.ReportGenerator
- writeHTMLFilters(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.ReportGenerator
- writeHTMLFooter(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.InvoiceGenerator
- writeHTMLFooter(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.ReportGenerator
- writeHTMLHeader(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.InvoiceGenerator
- writeHTMLHeader(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.ReportGenerator
- writeHTMLPaymentDetails(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.InvoiceGenerator
- writeHTMLProjects(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.ReportGenerator
- writeHTMLProjectsTasks(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.InvoiceGenerator
- writeHTMLSubjects(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.InvoiceGenerator
- writeHTMLTasks(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.InvoiceGenerator
- writeHTMLTasks(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.ReportGenerator
- writePaymentDetails(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.InvoiceGenerator
- writeProjects(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.ReportGenerator
- writeProjectsTasks(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.InvoiceGenerator
- writeRepetition(PrintStream) - Method in class org.cesilko.rachota.core.IdleTask
-
Writes information that this is an idle task.
- writeRepetition(PrintStream) - Method in class org.cesilko.rachota.core.RegularTask
-
Writes information about repetition of task.
- writeRepetition(PrintStream) - Method in class org.cesilko.rachota.core.Task
-
Writes information about repetition of task.
- writeSubjects(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.InvoiceGenerator
- writeTasks(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.InvoiceGenerator
- writeTasks(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.ReportGenerator
- writeTXTCSVFilters(OutputStreamWriter, String, String) - Method in class org.cesilko.rachota.gui.ReportGenerator
- writeTXTCSVFooter(OutputStreamWriter, String) - Method in class org.cesilko.rachota.gui.ReportGenerator
- writeTXTCSVHeader(OutputStreamWriter, String) - Method in class org.cesilko.rachota.gui.ReportGenerator
- writeTXTCSVProjects(OutputStreamWriter, int) - Method in class org.cesilko.rachota.gui.ReportGenerator
- writeTXTCSVTasks(OutputStreamWriter, int) - Method in class org.cesilko.rachota.gui.ReportGenerator
- writeTXTFooter(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.InvoiceGenerator
- writeTXTHeader(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.InvoiceGenerator
- writeTXTPaymentDetails(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.InvoiceGenerator
- writeTXTProjectsTasks(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.InvoiceGenerator
- writeTXTSubjects(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.InvoiceGenerator
- writeTXTTasks(OutputStreamWriter) - Method in class org.cesilko.rachota.gui.InvoiceGenerator
X
- xStep - Variable in class org.cesilko.rachota.gui.HistoryChart
-
Distance between two values on X axis.
Y
- yStep - Variable in class org.cesilko.rachota.gui.HistoryChart
-
Distance between two values on Y axis.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form