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