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

spHours

javax.swing.JSpinner spHours

spMinutes

javax.swing.JSpinner spMinutes

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.


task

Task task
Task whose time should be edited.

Class org.cesilko.rachota.gui.AnalyticsView extends javax.swing.JPanel implements Serializable

Serialized Fields

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

rbAllTime

javax.swing.JRadioButton rbAllTime

rbMonth

javax.swing.JRadioButton rbMonth

rbWeek

javax.swing.JRadioButton rbWeek

spSuggestions

javax.swing.JScrollPane spSuggestions

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


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?


prioritization

float prioritization
Distribution of priorities across tasks. Does user utilize task priorities enough?


categorization

float categorization
Usage of categories across tasks. Does user specify categories for tasks enough?


statusing

float statusing
Usage of all statuses. Does user close tasks or leaves them open forever?


repetition

float repetition
Clever usage of regular tasks. How many irregular tasks do actually repeat often?

Class org.cesilko.rachota.gui.ComparisonChart extends javax.swing.JPanel implements Serializable

Serialized Fields

totalTimeUser

long totalTimeUser
Total working time of current user.


totalTimeAll

long totalTimeAll
Total working time of all users.


idleTimeUser

long idleTimeUser
Total idle time of current user.


idleTimeAll

long idleTimeAll
Total idle time of all users.


privateTimeUser

long privateTimeUser
Total private time of current user.


privateTimeAll

long privateTimeAll
Total private time of all users.


message

java.lang.String message
Error message to be displayed instead of chart in case of problems.


hint

java.lang.String hint
Hint message to help user understand/resolve possible problems.

Class org.cesilko.rachota.gui.CompletionListModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

completionItems

java.util.Vector<E> completionItems
List of items that are suggested in completion window.

Class org.cesilko.rachota.gui.CompletionWindow extends javax.swing.JDialog implements Serializable

Serialized Fields

textComponent

javax.swing.text.JTextComponent textComponent
Text component that invoked this completion window.


allCompletionItems

java.util.Vector<E> allCompletionItems
List of all possible completion items.


taskDialog

javax.swing.JDialog taskDialog
Reference to task dialog for passing focus after completion is done.


jlCompletion

javax.swing.JList jlCompletion

spCompletion

javax.swing.JScrollPane spCompletion

Class org.cesilko.rachota.gui.DateDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

type

int type
Type of dialog.


btCancel

javax.swing.JButton btCancel

btOK

javax.swing.JButton btOK

cmbMonth

javax.swing.JComboBox cmbMonth

lbSelectDate

javax.swing.JLabel lbSelectDate

pnDays

javax.swing.JPanel pnDays

spYear

javax.swing.JSpinner spYear

txtDate

javax.swing.JTextField txtDate

date

java.util.Date date

previousYear

java.util.Date previousYear

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

sortedColumn

int sortedColumn
Which column is used to sort tasks.


sortedAscending

boolean sortedAscending
Does sorted column have ascending order ?


columns

java.util.Hashtable<K,V> columns
Table with information if columns are selected i.e. visible or not.


day

Day day
Day that is currently selected.


columnNames

java.lang.String[] columnNames
Translations of all column names.

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

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

spPlan

javax.swing.JScrollPane spPlan

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

day

Day day
Day that is actually being displayed.


task

Task task
Task that is currently selected and may be started.


clickedWhere

java.awt.Point clickedWhere
Point in the plan table when user clicked last time.


clickedWhen

java.util.Date clickedWhen
Time when user clicked in the plan table last time.


selectButtonEnabled

boolean selectButtonEnabled
Whether Select button is currently enabled or not.


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

filtersTableModel

FiltersTableModel filtersTableModel
Filters table model holding all task filters.


taskFilter

AbstractTaskFilter taskFilter
Task filter to be edited.


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

lbFilterName

javax.swing.JLabel lbFilterName

lblContent

javax.swing.JLabel lblContent

lblContentRule

javax.swing.JLabel lblContentRule

pnButtons

javax.swing.JPanel pnButtons

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.


tasks

java.util.Vector<E> tasks
Vector of tasks to be displayed by this table model.


sortedColumn

int sortedColumn
Currently selected sorting column.


sortingOrder

boolean sortingOrder
Currently selected sorting order.

Class org.cesilko.rachota.gui.FiltersTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

filters

java.util.Vector<E> filters
Set of filters for selecting only particular tasks.

Class org.cesilko.rachota.gui.GenericWizard extends javax.swing.JDialog implements Serializable

Serialized Fields

steps

java.util.Vector<E> steps
Array of wizard steps.


selectedStep

int selectedStep
Index of currently selected step.


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

spSeparator

javax.swing.JSeparator spSeparator

Class org.cesilko.rachota.gui.HistoryChart extends javax.swing.JPanel implements Serializable

Serialized Fields

days

java.util.Vector<E> days
Days whose data should be drawn.


taskFilter

AbstractTaskFilter taskFilter
Filter for highlighting tasks.


chartType

int chartType
Type of history chart to be drawn.


maxValueY

int maxValueY
Maximum value on Y axis.


minValueY

int minValueY
Minimum value on X axis.


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

jtProjects

javax.swing.JTree jtProjects

lbTasks

javax.swing.JLabel lbTasks

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

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

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

previousPlus

java.lang.Integer previousPlus
Last correct value of spPlus setting specified by user.


previousMinus

java.lang.Integer previousMinus
Last correct value of spMinus setting specified by user.


historyChart

HistoryChart historyChart
History chart painter.


period

java.util.Date period
Currently selected time period.

Class org.cesilko.rachota.gui.InactivityReminderDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

dayView

DayView dayView
DayView to be perform user's decision about inactive time.


btOK

javax.swing.JButton btOK

chbIgnore

javax.swing.JCheckBox chbIgnore

cmbOtherTask

javax.swing.JComboBox cmbOtherTask

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

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

currentTask

Task currentTask
Task whose time should be transferred to another task.


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.

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

separator

javax.swing.JSeparator separator

tpViews

javax.swing.JTabbedPane tpViews

reportingActivity

boolean reportingActivity
Flag to prevent multiple reporting of activity.

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

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.


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.

Class org.cesilko.rachota.gui.PieChart extends javax.swing.JPanel implements Serializable

Serialized Fields

names

java.util.Vector<E> names
Names of portions that should be highlighted.


shares

java.util.Vector<E> 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<E> 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

rbInvoiceProjectsTasks

javax.swing.JRadioButton rbInvoiceProjectsTasks

rbInvoiceTasks

javax.swing.JRadioButton rbInvoiceTasks

rbReportProjects

javax.swing.JRadioButton rbReportProjects

rbReportTasks

javax.swing.JRadioButton rbReportTasks

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

previousDueDays

java.lang.Integer previousDueDays

sortBy

java.util.Vector<E> sortBy

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

txFilename

javax.swing.JTextField txFilename

selectedOutput

java.lang.String selectedOutput
Currently selected output format.

Class org.cesilko.rachota.gui.ReportWizard extends GenericWizard implements Serializable

Serialized Fields

days

java.util.Vector<E> days
Vector of days with tasks to generate report from.


chart

HistoryChart chart
History chart to be included in case user selects HTML type and wants it.


highlightFilter

AbstractTaskFilter highlightFilter
Filter used to highlight tasks in times chart.


selectFilters

java.util.Vector<E> 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

lbOnExit

javax.swing.JLabel lbOnExit

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

pnButtons

javax.swing.JPanel pnButtons

pnGeneral

javax.swing.JPanel pnGeneral

pnRegularTasks

javax.swing.JPanel pnRegularTasks

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

regularTasks

java.util.Vector<E> regularTasks
Vector of currently planned regular tasks.

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

task

Task task
Task that is being edited.


day

Day day
Day which new task should be added to.


readOnly

boolean readOnly
Flag determining if task can be edited or not.


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

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

spHours

javax.swing.JSpinner spHours

spMinutes

javax.swing.JSpinner spMinutes

spNotes

javax.swing.JScrollPane spNotes

taNotes

javax.swing.JTextArea taNotes

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.