Package org.workjournal

Class Summary
Formats The Formats class contains constants for formatting dates, numbers, etc.
Journal Journal is a collection of JournalEntry objects.
JournalEntry This class represents a journal entry, which is simply a record about something that has been done, such as a period of contract work, and includes things like work date, start time, end time, etc.
JournalEntryComparator EntryComparator is used to compare journal entries when the journal is sorted.
JournalEntryForm JournalEntryForm is used to enter or edit a JournalEntry.
JournalReport JournalReport is used to run a Journal Report, which looks like this:
JournalTable This class is an extension of JTable used for displaying a Journal in a table.
JournalTableModel JournalTableModel is a table model that is used by JournalTable to access a Journal, which is a collection of JournalEntry objects.
Report Report is the base class for reports.
ReportViewer ReportViewer is used to run and view reports.
TimeReport TimeReport is used to run a Time Report, which look liks this:
WorkJournal WorkJournal is the main class of the Work Journal application.