JournalEntry Constructors
An entry within a Journal that refers to a previously visited View.| Name | Parameters | Description |
|---|---|---|
| JournalEntry() | none | Initializes a new instance of the JournalEntry class with the default settings. |
| JournalEntry(Object, Object) | source, parameter | Initializes a new instance of the JournalEntry class with the specified settings. |
| JournalEntry(Object, String, Object) | source, name, parameter | Initializes a new instance of the JournalEntry class with the specified settings. |
See Also