Serialized Form
-
Package org.cesilko.rachota.gui
-
Class org.cesilko.rachota.gui.AboutDialog
class AboutDialog extends JDialog implements Serializable -
Class org.cesilko.rachota.gui.AdjustTimeDialog
class AdjustTimeDialog extends JDialog implements Serializable-
Serialized Fields
-
btCancel
JButton btCancel
-
btOK
JButton btOK
-
lbColumn1
JLabel lbColumn1
-
lbSelectTime
JLabel lbSelectTime
-
pnButtons
JPanel pnButtons
-
previousHours
Integer previousHours
Last correct value of hours specified by user. -
previousMinutes
Integer previousMinutes
Last correct value of minutes specified by user. -
spHours
JSpinner spHours
-
spMinutes
JSpinner spMinutes
-
task
Task task
Task whose time should be edited.
-
-
-
Class org.cesilko.rachota.gui.AnalyticsView
class AnalyticsView extends JPanel implements Serializable-
Serialized Fields
-
categorization
float categorization
Usage of categories across tasks. Does user specify categories for tasks enough? -
comparisonChart
ComparisonChart comparisonChart
Comparison chart showing average weekly usage times -
effectivity
float effectivity
How much user is effective in using his working hours. More idle time means less effectivity. -
granularity
float granularity
How much time an average task take. Does user create too many or too little tasks? -
lbCategorization
JLabel lbCategorization
-
lbCategorizationResult
JLabel lbCategorizationResult
-
lbEffectivity
JLabel lbEffectivity
-
lbEffectivityResult
JLabel lbEffectivityResult
-
lbGranularity
JLabel lbGranularity
-
lbGranularityResult
JLabel lbGranularityResult
-
lbPrioritization
JLabel lbPrioritization
-
lbPrioritizationResult
JLabel lbPrioritizationResult
-
lbRepetition
JLabel lbRepetition
-
lbRepetitionResult
JLabel lbRepetitionResult
-
lbStatusing
JLabel lbStatusing
-
lbStatusingResult
JLabel lbStatusingResult
-
pnAnalysis
JPanel pnAnalysis
-
pnChart
JPanel pnChart
-
pnSuggestions
JPanel pnSuggestions
-
pnTimeUsage
JPanel pnTimeUsage
-
prioritization
float prioritization
Distribution of priorities across tasks. Does user utilize task priorities enough? -
rbAllTime
JRadioButton rbAllTime
-
rbMonth
JRadioButton rbMonth
-
rbWeek
JRadioButton rbWeek
-
repetition
float repetition
Clever usage of regular tasks. How many irregular tasks do actually repeat often? -
spSuggestions
JScrollPane spSuggestions
-
statusing
float statusing
Usage of all statuses. Does user close tasks or leaves them open forever? -
tpSuggestions
JTextPane tpSuggestions
-
usageTimesAll
String usageTimesAll
Usage times downloaded from Rachota Analytics server in format: totalTime|idleTime|privateTime -
usageTimesUser
String usageTimesUser
Usage times calculated for user in format: totalTime|idleTime|privateTime
-
-
-
Class org.cesilko.rachota.gui.ComparisonChart
class ComparisonChart extends JPanel implements Serializable-
Serialized Fields
-
hint
String hint
Hint message to help user understand/resolve possible problems. -
idleTimeAll
long idleTimeAll
Total idle time of all users. -
idleTimeUser
long idleTimeUser
Total idle time of current user. -
message
String message
Error message to be displayed instead of chart in case of problems. -
privateTimeAll
long privateTimeAll
Total private time of all users. -
privateTimeUser
long privateTimeUser
Total private time of current user. -
totalTimeAll
long totalTimeAll
Total working time of all users. -
totalTimeUser
long totalTimeUser
Total working time of current user.
-
-
-
Class org.cesilko.rachota.gui.CompletionListModel
class CompletionListModel extends AbstractListModel implements Serializable-
Serialized Fields
-
completionItems
Vector completionItems
List of items that are suggested in completion window.
-
-
-
Class org.cesilko.rachota.gui.CompletionWindow
class CompletionWindow extends JDialog implements Serializable-
Serialized Fields
-
allCompletionItems
Vector allCompletionItems
List of all possible completion items. -
jlCompletion
JList jlCompletion
-
spCompletion
JScrollPane spCompletion
-
taskDialog
JDialog taskDialog
Reference to task dialog for passing focus after completion is done. -
textComponent
JTextComponent textComponent
Text component that invoked this completion window.
-
-
-
Class org.cesilko.rachota.gui.DateDialog
class DateDialog extends JDialog implements Serializable -
Class org.cesilko.rachota.gui.DayPlanTable
class DayPlanTable extends JTable implements Serializable-
Serialized Fields
-
selectedTask
Task selectedTask
-
-
-
Class org.cesilko.rachota.gui.DayTableModel
class DayTableModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
columnNames
String[] columnNames
Translations of all column names. -
columns
Hashtable columns
Table with information if columns are selected i.e. visible or not. -
day
Day day
Day that is currently selected. -
sortedAscending
boolean sortedAscending
Does sorted column have ascending order ? -
sortedColumn
int sortedColumn
Which column is used to sort tasks.
-
-
-
Class org.cesilko.rachota.gui.DayView
class DayView extends JPanel implements Serializable-
Serialized Fields
-
btAdd
JButton btAdd
-
btDone
JButton btDone
-
btEdit
JButton btEdit
-
btNext
JButton btNext
-
btNextMonth
JButton btNextMonth
-
btNextWeek
JButton btNextWeek
-
btPrevious
JButton btPrevious
-
btPreviousMonth
JButton btPreviousMonth
-
btPreviousWeek
JButton btPreviousWeek
-
btRelax
JButton btRelax
-
btRemove
JButton btRemove
-
btSelect
JButton btSelect
-
btWork
JButton btWork
-
chbShowFinished
JCheckBox chbShowFinished
-
clickedWhen
Date clickedWhen
Time when user clicked in the plan table last time. -
clickedWhere
Point clickedWhere
Point in the plan table when user clicked last time. -
day
Day day
Day that is actually being displayed. -
lblDate
JLabel lblDate
-
lblEnd
JLabel lblEnd
-
lblPlan
JLabel lblPlan
-
lblProgress
JLabel lblProgress
-
lblStart
JLabel lblStart
-
lblTask
JLabel lblTask
-
lblWeek
JLabel lblWeek
-
pbProgress
JProgressBar pbProgress
-
pnButtons
JPanel pnButtons
-
pnDayView
JPanel pnDayView
-
pnWorkButtons
JPanel pnWorkButtons
-
selectButtonEnabled
boolean selectButtonEnabled
Whether Select button is currently enabled or not. -
spPlan
JScrollPane spPlan
-
task
Task task
Task that is currently selected and may be started. -
tbPlan
JTable tbPlan
-
txtDate
JTextField txtDate
-
txtEnd
JTextField txtEnd
-
txtStart
JTextField txtStart
-
txtTask
JTextField txtTask
-
txtWeek
JTextField txtWeek
-
warningConfirmed
boolean warningConfirmed
Whether user already confirmed warning about exceeded working hours or not.
-
-
-
Class org.cesilko.rachota.gui.FilterDialog
class FilterDialog extends JDialog implements Serializable-
Serialized Fields
-
btCancel
JButton btCancel
-
btOK
JButton btOK
-
cmbContent
JComboBox cmbContent
-
cmbContentRule
JComboBox cmbContentRule
-
cmbFilterName
JComboBox cmbFilterName
-
filtersTableModel
FiltersTableModel filtersTableModel
Filters table model holding all task filters. -
lbFilterName
JLabel lbFilterName
-
lblContent
JLabel lblContent
-
lblContentRule
JLabel lblContentRule
-
pnButtons
JPanel pnButtons
-
taskFilter
AbstractTaskFilter taskFilter
Task filter to be edited. -
txtContent
JTextField txtContent
-
-
-
Class org.cesilko.rachota.gui.FilteredTasksTableModel
class FilteredTasksTableModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
groupSameTasks
boolean groupSameTasks
Whether to group tasks with same description. -
sortedColumn
int sortedColumn
Currently selected sorting column. -
sortingOrder
boolean sortingOrder
Currently selected sorting order. -
tasks
Vector tasks
Vector of tasks to be displayed by this table model.
-
-
-
Class org.cesilko.rachota.gui.FiltersTableModel
class FiltersTableModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
filters
Vector filters
Set of filters for selecting only particular tasks.
-
-
-
Class org.cesilko.rachota.gui.GenericWizard
class GenericWizard extends JDialog implements Serializable-
Serialized Fields
-
btCancel
JButton btCancel
-
btFinish
JButton btFinish
-
btNext
JButton btNext
-
btPrevious
JButton btPrevious
-
lbLogo
JLabel lbLogo
-
lbPreview
JLabel lbPreview
-
lbStatus
JLabel lbStatus
-
pnButtons
JPanel pnButtons
-
pnOverview
JPanel pnOverview
-
pnStep
JPanel pnStep
-
pnSteps
JPanel pnSteps
-
selectedStep
int selectedStep
Index of currently selected step. -
spSeparator
JSeparator spSeparator
-
steps
Vector steps
Array of wizard steps.
-
-
-
Class org.cesilko.rachota.gui.HistoryChart
class HistoryChart extends JPanel implements Serializable-
Serialized Fields
-
chartType
int chartType
Type of history chart to be drawn. -
days
Vector days
Days whose data should be drawn. -
maxValueY
int maxValueY
Maximum value on Y axis. -
minValueY
int minValueY
Minimum value on X axis. -
taskFilter
AbstractTaskFilter taskFilter
Filter for highlighting tasks. -
xStep
double xStep
Distance between two values on X axis. -
yStep
double yStep
Distance between two values on Y axis.
-
-
-
Class org.cesilko.rachota.gui.HistoryView
class HistoryView extends JPanel implements Serializable-
Serialized Fields
-
btAddFilter
JButton btAddFilter
-
btBackward
JButton btBackward
-
btEditFilter
JButton btEditFilter
-
btForward
JButton btForward
-
btRemoveFilter
JButton btRemoveFilter
-
btReport
JButton btReport
-
chbGroupTasks
JCheckBox chbGroupTasks
-
chbHighlightTasks
JCheckBox chbHighlightTasks
-
cmbContent
JComboBox cmbContent
-
cmbContentRule
JComboBox cmbContentRule
-
cmbFilterName
JComboBox cmbFilterName
-
cmbPeriod
JComboBox cmbPeriod
-
historyChart
HistoryChart historyChart
History chart painter. -
jtProjects
JTree jtProjects
-
lblChartType
JLabel lblChartType
-
lblFilteredTime
JLabel lblFilteredTime
-
lblFilters
JLabel lblFilters
-
lblName
JLabel lblName
-
lblPercentage
JLabel lblPercentage
-
lblPeriod
JLabel lblPeriod
-
lblPriority
JLabel lblPriority
-
lblState
JLabel lblState
-
lblTasks
JLabel lblTasks
-
lblTime
JLabel lblTime
-
lblTotalTime
JLabel lblTotalTime
-
lbTasks
JLabel lbTasks
-
period
Date period
Currently selected time period. -
pnButtons
JPanel pnButtons
-
pnDetails
JPanel pnDetails
-
pnPeriod
JPanel pnPeriod
-
pnProjects
JPanel pnProjects
-
pnShare
JPanel pnShare
-
pnTasks
JPanel pnTasks
-
pnTimes
JPanel pnTimes
-
pnTotalTime
JPanel pnTotalTime
-
previousMinus
Integer previousMinus
Last correct value of spMinus setting specified by user. -
previousPlus
Integer previousPlus
Last correct value of spPlus setting specified by user. -
rbFromTo
JRadioButton rbFromTo
-
rbTimeUsage
JRadioButton rbTimeUsage
-
rbTotal
JRadioButton rbTotal
-
spFilters
JScrollPane spFilters
-
spMinus
JSpinner spMinus
-
spPlus
JSpinner spPlus
-
spProjects
JScrollPane spProjects
-
spTasks
JScrollPane spTasks
-
tbFilters
JTable tbFilters
-
tbTasks
JTable tbTasks
-
tpViews
JTabbedPane tpViews
-
txtContent
JTextField txtContent
-
txtDate
JTextField txtDate
-
txtFilteredTime
JTextField txtFilteredTime
-
txtName
JTextField txtName
-
txtPercentage
JTextField txtPercentage
-
txtPriority
JTextField txtPriority
-
txtState
JTextField txtState
-
txtTasks
JTextField txtTasks
-
txtTime
JTextField txtTime
-
txtTotalTime
JTextField txtTotalTime
-
-
-
Class org.cesilko.rachota.gui.InactivityReminderDialog
class InactivityReminderDialog extends JDialog implements Serializable-
Serialized Fields
-
btOK
JButton btOK
-
chbIgnore
JCheckBox chbIgnore
-
cmbOtherTask
JComboBox cmbOtherTask
-
currentTask
Task currentTask
Task whose time should be transferred to another task. -
dayView
DayView dayView
DayView to be perform user's decision about inactive time. -
lbColumn1
JLabel lbColumn1
-
lbColumn2
JLabel lbColumn2
-
lblInactivityMessage
JLabel lblInactivityMessage
-
lblInactivityQuestion
JLabel lblInactivityQuestion
-
lblOtherTaskTime
JLabel lblOtherTaskTime
-
previousHours
Integer previousHours
Last correct value of hours specified by user. -
previousMinutes
Integer previousMinutes
Last correct value of minutes specified by user. -
previousSeconds
Integer previousSeconds
Last correct value of seconds specified by user. -
rbContinue
JRadioButton rbContinue
-
rbNothing
JRadioButton rbNothing
-
rbOtherTask
JRadioButton rbOtherTask
-
spHours
JSpinner spHours
-
spMinutes
JSpinner spMinutes
-
spSeconds
JSpinner spSeconds
-
-
-
Class org.cesilko.rachota.gui.MainWindow
class MainWindow extends JFrame implements Serializable-
Serialized Fields
-
mbMenu
JMenuBar mbMenu
-
mnAbout
JMenuItem mnAbout
-
mnAddNote
JMenuItem mnAddNote
-
mnAdjustStart
JMenuItem mnAdjustStart
-
mnCopyTask
JMenuItem mnCopyTask
-
mnCorrectDuration
JMenuItem mnCorrectDuration
-
mnExit
JMenuItem mnExit
-
mnMoveTime
JMenuItem mnMoveTime
-
mnSettings
JMenuItem mnSettings
-
mnSwitchDate
JMenuItem mnSwitchDate
-
mnSystem
JMenu mnSystem
-
mnTask
JMenu mnTask
-
mnTools
JMenu mnTools
-
reportingActivity
boolean reportingActivity
Flag to prevent multiple reporting of activity. -
separator
JSeparator separator
-
tpViews
JTabbedPane tpViews
-
-
-
Class org.cesilko.rachota.gui.MoveTimeDialog
class MoveTimeDialog extends JDialog implements Serializable-
Serialized Fields
-
btCancel
JButton btCancel
-
btOK
JButton btOK
-
cmbSelectTask
JComboBox cmbSelectTask
-
lbColumn1
JLabel lbColumn1
-
lbColumn2
JLabel lbColumn2
-
lbSelectTask
JLabel lbSelectTask
-
lbSelectTime
JLabel lbSelectTime
-
pnButtons
JPanel pnButtons
-
previousHours
Integer previousHours
Last correct value of hours specified by user. -
previousMinutes
Integer previousMinutes
Last correct value of minutes specified by user. -
previousSeconds
Integer previousSeconds
Last correct value of seconds specified by user. -
spHours
JSpinner spHours
-
spMinutes
JSpinner spMinutes
-
spSeconds
JSpinner spSeconds
-
task
Task task
Task whose time should be transferred to another task.
-
-
-
Class org.cesilko.rachota.gui.PieChart
class PieChart extends JPanel implements Serializable -
Class org.cesilko.rachota.gui.RegularTasksTableModel
class RegularTasksTableModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
regularTasks
Vector regularTasks
Vector of regular tasks. -
sortedColumn
int sortedColumn
Currently selected sorting column. -
sortingOrder
boolean sortingOrder
Currently selected sorting order.
-
-
-
Class org.cesilko.rachota.gui.ReportContentWizardStep
class ReportContentWizardStep extends WizardStep implements Serializable-
Serialized Fields
-
cbDuration
JCheckBox cbDuration
-
cbFilters
JCheckBox cbFilters
-
cbNotes
JCheckBox cbNotes
-
cbOccurrences
JCheckBox cbOccurrences
-
cbProjectsTasks
JCheckBox cbProjectsTasks
-
cbTimesChart
JCheckBox cbTimesChart
-
cmbSortBy
JComboBox cmbSortBy
-
lbCurrency
JLabel lbCurrency
-
lbCustomerDetails
JLabel lbCustomerDetails
-
lbDueDate
JLabel lbDueDate
-
lbDueDays
JLabel lbDueDays
-
lbInvoiceInclude
JLabel lbInvoiceInclude
-
lbInvoiceTitle
JLabel lbInvoiceTitle
-
lbPaymentDetails
JLabel lbPaymentDetails
-
lbPrice
JLabel lbPrice
-
lbReportInclude
JLabel lbReportInclude
-
lbReportTitle
JLabel lbReportTitle
-
lbRows
JLabel lbRows
-
lbShow
JLabel lbShow
-
lbSortBy
JLabel lbSortBy
-
lbTax
JLabel lbTax
-
lbTaxPercentage
JLabel lbTaxPercentage
-
lbYourDetails
JLabel lbYourDetails
-
pnInvoice
JPanel pnInvoice
-
pnReport
JPanel pnReport
-
previousDueDays
Integer previousDueDays
-
rbInvoiceProjectsTasks
JRadioButton rbInvoiceProjectsTasks
-
rbInvoiceTasks
JRadioButton rbInvoiceTasks
-
rbReportProjects
JRadioButton rbReportProjects
-
rbReportTasks
JRadioButton rbReportTasks
-
sortBy
Vector sortBy
-
spCustomerDetails
JScrollPane spCustomerDetails
-
spDueDate
JSpinner spDueDate
-
spPaymentDetails
JScrollPane spPaymentDetails
-
spYourDetails
JScrollPane spYourDetails
-
taCustomerDetails
JTextArea taCustomerDetails
-
taPaymentDetails
JTextArea taPaymentDetails
-
taYourDetails
JTextArea taYourDetails
-
txCurrency
JTextField txCurrency
-
txInvoiceTitle
JTextField txInvoiceTitle
-
txPrice
JTextField txPrice
-
txReportTitle
JTextField txReportTitle
-
txTax
JTextField txTax
-
-
-
Class org.cesilko.rachota.gui.ReportOutputWizardStep
class ReportOutputWizardStep extends WizardStep implements Serializable-
Serialized Fields
-
btBrowse
JButton btBrowse
-
lbFilename
JLabel lbFilename
-
lbFormat
JLabel lbFormat
-
lbOutput
JLabel lbOutput
-
rbCSV
JRadioButton rbCSV
-
rbHTML
JRadioButton rbHTML
-
rbInvoice
JRadioButton rbInvoice
-
rbReport
JRadioButton rbReport
-
rbTXT
JRadioButton rbTXT
-
selectedOutput
String selectedOutput
Currently selected output format. -
txFilename
JTextField txFilename
-
-
-
Class org.cesilko.rachota.gui.ReportWizard
class ReportWizard extends GenericWizard implements Serializable-
Serialized Fields
-
chart
HistoryChart chart
History chart to be included in case user selects HTML type and wants it. -
days
Vector days
Vector of days with tasks to generate report from. -
highlightFilter
AbstractTaskFilter highlightFilter
Filter used to highlight tasks in times chart. -
selectFilters
Vector selectFilters
List of filters used to sort out some tasks.
-
-
-
Class org.cesilko.rachota.gui.SettingsDialog
class SettingsDialog extends JDialog implements Serializable-
Serialized Fields
-
btAdd
JButton btAdd
-
btCancel
JButton btCancel
-
btEdit
JButton btEdit
-
btOK
JButton btOK
-
btRemove
JButton btRemove
-
chbArchiveNotStarted
JCheckBox chbArchiveNotStarted
-
chbCheckPriority
JCheckBox chbCheckPriority
-
chbCountPrivate
JCheckBox chbCountPrivate
-
chbDetectInactivity
JCheckBox chbDetectInactivity
-
chbHoursExceeded
JCheckBox chbHoursExceeded
-
chbHoursNotReached
JCheckBox chbHoursNotReached
-
chbLogEvents
JCheckBox chbLogEvents
-
chbMoveUnfinished
JCheckBox chbMoveUnfinished
-
chbPopupGroupByKeyword
JCheckBox chbPopupGroupByKeyword
-
chbReportActivity
JCheckBox chbReportActivity
-
cmbHibernationAction
JComboBox cmbHibernationAction
-
cmbInactivityAction
JComboBox cmbInactivityAction
-
cmbOnExitAction
JComboBox cmbOnExitAction
-
lblHibernationAction
JLabel lblHibernationAction
-
lblHibernationTime
JLabel lblHibernationTime
-
lblHours
JLabel lblHours
-
lblInactivityAction
JLabel lblInactivityAction
-
lblInactivityTime
JLabel lblInactivityTime
-
lblProxyHost
JLabel lblProxyHost
-
lblProxyPort
JLabel lblProxyPort
-
lblWarn
JLabel lblWarn
-
lblWorkingHours
JLabel lblWorkingHours
-
lbOnExit
JLabel lbOnExit
-
pnButtons
JPanel pnButtons
-
pnGeneral
JPanel pnGeneral
-
pnRegularTasks
JPanel pnRegularTasks
-
regularTasks
Vector regularTasks
Vector of currently planned regular tasks. -
spRegularTasks
JScrollPane spRegularTasks
-
tbRegularTasks
JTable tbRegularTasks
-
txtHibernationTime
JFormattedTextField txtHibernationTime
-
txtHours
JFormattedTextField txtHours
-
txtInactivityTime
JFormattedTextField txtInactivityTime
-
txtProxyHost
JTextField txtProxyHost
-
txtProxyPort
JFormattedTextField txtProxyPort
-
-
-
Class org.cesilko.rachota.gui.StartupWindow
class StartupWindow extends JFrame implements Serializable-
Serialized Fields
-
lbImage
JLabel lbImage
-
loading
boolean loading
Flag indicating whether Rachota is still loading.
-
-
-
Class org.cesilko.rachota.gui.TaskDialog
class TaskDialog extends JDialog implements Serializable-
Serialized Fields
-
btCancel
JButton btCancel
-
btOK
JButton btOK
-
chbAutoStart
JCheckBox chbAutoStart
-
chbNotification
JCheckBox chbNotification
-
chbPrivate
JCheckBox chbPrivate
-
chbRegular
JCheckBox chbRegular
-
chbStartTask
JCheckBox chbStartTask
-
cmbPriority
JComboBox cmbPriority
-
cmbRepetition
JComboBox cmbRepetition
-
day
Day day
Day which new task should be added to. -
lblCategory
JLabel lblCategory
-
lblColon
JLabel lblColon
-
lblDescription
JLabel lblDescription
-
lblNotes
JLabel lblNotes
-
lblPriority
JLabel lblPriority
-
pnButtons
JPanel pnButtons
-
readOnly
boolean readOnly
Flag determining if task can be edited or not. -
spHours
JSpinner spHours
-
spMinutes
JSpinner spMinutes
-
spNotes
JScrollPane spNotes
-
taNotes
JTextArea taNotes
-
task
Task task
Task that is being edited. -
txtCategory
JTextField txtCategory
-
txtDescription
JTextField txtDescription
-
-
-
Class org.cesilko.rachota.gui.WizardStep
class WizardStep extends JPanel implements Serializable-
Serialized Fields
-
description
String description
Description of this wizard step.
-
-
-