Skip navigation links
A B C D E F G H I K L M O P R S T U W 

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.HistoryView
Saves setup customized by user e.g.
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_WHOLE_TIME - Static variable in class org.cesilko.rachota.gui.AnalyticsView
Index of whole time scale
selectTask(Task) - Method in class org.cesilko.rachota.gui.DayView
Sets given task as selected and starts to work on it.
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.
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.
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.
setDays(Vector) - Method in class org.cesilko.rachota.gui.HistoryChart
Sets which days should be used to draw history chart.
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.
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(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.
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 <-> 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 - Class in org.cesilko.rachota.core
Persistent settings of the system.
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.
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 supplied JSpinner.
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.
sortTable(int, boolean) - Method in class org.cesilko.rachota.gui.FilteredTasksTableModel
Sorts table according to given column and known order.
sortTable(int) - Method in class org.cesilko.rachota.gui.RegularTasksTableModel
Sorts table according to given column and known order.
sortTasks(int, boolean) - Method in class org.cesilko.rachota.core.Day
Sort tasks by given attribute and sorting order.
startTask() - Method in class org.cesilko.rachota.gui.DayView
Starts working on currently selected task.
StartupWindow - Class in org.cesilko.rachota.gui
Startup window containing splash screen (logo) and information about loading progress.
startWork() - Method in class org.cesilko.rachota.core.Task
Method called when user starts to work on task.
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(int, Integer) - Constructor for class org.cesilko.rachota.core.filters.StateFilter
Creates new state filter.
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.
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.
switchDate(Frame) - Method in class org.cesilko.rachota.gui.DayView
Method called when switch date action is required.
A B C D E F G H I K L M O P R S T U W 
Skip navigation links