Uses of Class
org.workjournal.JournalEntry

Uses of JournalEntry in org.workjournal
 

Methods in org.workjournal that return JournalEntry
 JournalEntry JournalEntryForm.getEntry()
          Get journal entry.
 JournalEntry Journal.get(int row)
          Get the journal entry at the given position.
 

Methods in org.workjournal with parameters of type JournalEntry
 void JournalEntry.copy(JournalEntry entry)
          Make this entry a copy of the given entry to this entry.
 int Journal.indexOf(JournalEntry entry)
          Get the index of the given journal entry.
 void Journal.add(JournalEntry entry)
          Add the given journal entry.
 void Journal.update(JournalEntry entry)
          Update the given journal entry.
 void Journal.delete(JournalEntry entry)
          Delete the given journal entry.
 

Constructors in org.workjournal with parameters of type JournalEntry
JournalEntryForm(Journal journal, JournalEntry entry)
          Construct a new form with the given parent.