public class AccountBookModel
extends java.lang.Object
| Constructor and Description |
|---|
AccountBookModel() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<AccountBook> |
getAccountBooks()
Return all the Moneydance books in the documents folder as well as any known external books
|
static int |
getAccountBooksCount()
Return the number of Account Books available.
|
static void |
registerExternalAccountBook(AccountBook book)
Register the given external account book in the list of known external books
|
public static java.util.List<AccountBook> getAccountBooks()
public static void registerExternalAccountBook(AccountBook book)
public static int getAccountBooksCount()