- 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.
- getCategories() - Method in class org.cesilko.rachota.core.Plan
-
Returns all categories that were used to date.
- 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.
- 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.
- getDate() - Method in class org.cesilko.rachota.core.Day
-
Returns identification of day.
- getDay(Date) - Method in class org.cesilko.rachota.core.Plan
-
Returns day identified by given date.
- getDay() - Method in class org.cesilko.rachota.gui.DayView
-
Returns day that is currently being displayed.
- 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(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.WizardStep
-
- getDuration() - Method in class org.cesilko.rachota.core.Task
-
Returns time in ms that was already spent on task.
- getElementAt(int) - Method in class org.cesilko.rachota.gui.CompletionListModel
-
Returns completion item at given index.
- 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.
- 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.
- getIdleTask() - Method in class org.cesilko.rachota.core.Day
-
Returns idle task of the day.
- getInactivity() - Static method in class org.cesilko.rachota.gui.Tools
-
- 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.
- getMnemonic(String) - Static method in class org.cesilko.rachota.core.Translator
-
Returns mnemonic char found in translated word.
- getNotes() - Method in class org.cesilko.rachota.core.Task
-
Returns notes of this task.
- 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.
- 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.
- getRegularTasks() - Method in class org.cesilko.rachota.core.Plan
-
Returns vector of all regular tasks.
- getRID() - Static method in class org.cesilko.rachota.gui.Tools
-
Returns unique Rachota identification string.
- 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.
- 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.
- getTask(String) - Method in class org.cesilko.rachota.core.Day
-
Returns task with given description or null if such does not exist.
- 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() - Method in class org.cesilko.rachota.gui.DayView
-
Returns task that is currently selected.
- getTask() - Method in class org.cesilko.rachota.gui.TaskDialog
-
Return task that was edited or created by this dialog.
- getTasks() - Method in class org.cesilko.rachota.core.Day
-
Returns tasks planned for day.
- getTime(double) - Static method in class org.cesilko.rachota.gui.Tools
-
Transforms time in milliseconds to text string.
- getTime(Date) - Static method in class org.cesilko.rachota.gui.Tools
-
Transforms time of Date to text string.
- getTime(String) - Static method in class org.cesilko.rachota.gui.Tools
-
Transforms text string to time in milliseconds.
- 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(boolean) - 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(boolean, boolean, Vector) - Static method in class org.cesilko.rachota.gui.Tools
-
Returns total time measured in selected period.
- getTranslation(String) - 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.
- 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.