A B C D E F G H I J K L M N O P Q R S T U V W X Y _

A

AbstractTxn - Class in com.moneydance.apps.md.model
This is the base class for all types of transactions.
AbstractTxn(Account, String, long, byte) - Constructor for class com.moneydance.apps.md.model.AbstractTxn
Construct a transaction with the given account, description, transaction ID (-1 for a new transaction) and status.
Account - Class in com.moneydance.apps.md.model
The base account class.
Account(String, int, int, CurrencyType, Hashtable, Vector, Account, long) - Constructor for class com.moneydance.apps.md.model.Account
 
ACCOUNT - Static variable in class com.moneydance.apps.md.model.AccountUtil
 
ACCOUNT_TYPE_ASSET - Static variable in class com.moneydance.apps.md.model.Account
 
ACCOUNT_TYPE_BANK - Static variable in class com.moneydance.apps.md.model.Account
 
ACCOUNT_TYPE_CREDIT_CARD - Static variable in class com.moneydance.apps.md.model.Account
 
ACCOUNT_TYPE_EXPENSE - Static variable in class com.moneydance.apps.md.model.Account
 
ACCOUNT_TYPE_INCOME - Static variable in class com.moneydance.apps.md.model.Account
 
ACCOUNT_TYPE_INVESTMENT - Static variable in class com.moneydance.apps.md.model.Account
 
ACCOUNT_TYPE_LIABILITY - Static variable in class com.moneydance.apps.md.model.Account
 
ACCOUNT_TYPE_LOAN - Static variable in class com.moneydance.apps.md.model.Account
 
ACCOUNT_TYPE_ROOT - Static variable in class com.moneydance.apps.md.model.Account
 
ACCOUNT_TYPE_SECURITY - Static variable in class com.moneydance.apps.md.model.Account
 
accountAdded(Account, Account) - Method in interface com.moneydance.apps.md.model.AccountListener
Is called when an account is added.
accountAdded(Account, Account) - Method in class com.moneydance.apps.md.model.RootAccount
Is called when an account is added.
accountBalanceChanged(Account) - Method in interface com.moneydance.apps.md.model.AccountListener
Is called when the account balance is changed
accountBalanceChanged(Account) - Method in class com.moneydance.apps.md.model.RootAccount
 
accountDeleted(Account, Account) - Method in interface com.moneydance.apps.md.model.AccountListener
Is called when an account is deleted.
accountDeleted(Account, Account) - Method in class com.moneydance.apps.md.model.RootAccount
Is called when an account is deleted.
AccountEditor - Class in com.moneydance.apps.md.extensionapi
This interface is used by objects that want to help edit accounts in Moneydance.
AccountEditor() - Constructor for class com.moneydance.apps.md.extensionapi.AccountEditor
 
AccountIterator - Class in com.moneydance.apps.md.model
 
AccountIterator(Account) - Constructor for class com.moneydance.apps.md.model.AccountIterator
 
AccountListener - Interface in com.moneydance.apps.md.model
Interface implemented by objects that want to receive notifications when an account is modified.
accountModified(Account) - Method in interface com.moneydance.apps.md.model.AccountListener
Is called when some aspect of the account is modified, such as account name, currency, etc.
accountModified(Account) - Method in class com.moneydance.apps.md.model.RootAccount
 
AccountTxnFilter - Class in com.moneydance.apps.md.model
Objects of this type define a filter for transactions based on the account that they affect.
AccountTxnFilter(Account) - Constructor for class com.moneydance.apps.md.model.AccountTxnFilter
 
AccountTypeSet - Class in com.moneydance.apps.md.model
This class represents a set of accounts types.
AccountTypeSet() - Constructor for class com.moneydance.apps.md.model.AccountTypeSet
 
AccountUtil - Class in com.moneydance.apps.md.model
Miscellaneous functions
AccountUtil() - Constructor for class com.moneydance.apps.md.model.AccountUtil
 
ACCT_TYPE_CHECKING - Static variable in class com.moneydance.apps.md.model.OnlineService
 
ACCT_TYPE_CREDIT_CARD - Static variable in class com.moneydance.apps.md.model.OnlineService
 
ACCT_TYPE_INVESTMENT - Static variable in class com.moneydance.apps.md.model.OnlineService
 
ACCT_TYPE_LINE_OF_CREDIT - Static variable in class com.moneydance.apps.md.model.OnlineService
 
ACCT_TYPE_MONEY_MKT - Static variable in class com.moneydance.apps.md.model.OnlineService
 
ACCT_TYPE_SAVINGS - Static variable in class com.moneydance.apps.md.model.OnlineService
 
ACTION - Static variable in class com.moneydance.apps.md.model.AccountUtil
 
actionPerformed(ActionEvent) - Method in class com.moneydance.awt.NeedToUpgradeWindow
 
add(Component) - Method in interface com.moneydance.awt.PackAs
Reuses the previous set of constraints to layout the passed Component.
add(Component) - Method in class com.moneydance.awt.Packer
Reuses the previous set of constraints to layout the widget passed
addAccountListener(AccountListener) - Method in class com.moneydance.apps.md.model.Account
add a listener to be notified when this account is modified.
addBudget(Budget) - Method in class com.moneydance.apps.md.model.BudgetList
Create a new budget, add it to the list, and return it
addCurrencyListener(CurrencyListener) - Method in class com.moneydance.apps.md.model.CurrencyTable
 
addCurrencyType(CurrencyType) - Method in class com.moneydance.apps.md.model.CurrencyTable
 
addEntry(AddressBook.AddressEntry) - Method in class com.moneydance.apps.md.model.AddressBook
 
addField(int, int, ResourceBundle, Container, String, Component) - Static method in class com.moneydance.awt.SwingUtil
 
addFileListener(MDFileListener) - Method in class com.moneydance.apps.md.model.RootAccount
 
addLinkListener(JLinkListener) - Method in class com.moneydance.awt.JLinkLabel
 
addListener(BudgetListener) - Method in class com.moneydance.apps.md.model.BudgetList
Add a listener for events that affect the budget list or the budgets in the list.
addListener(OnlineInfoListener) - Method in class com.moneydance.apps.md.model.OnlineInfo
 
addListener(OnlinePayeeListener) - Method in class com.moneydance.apps.md.model.OnlinePayeeList
 
addListener(OnlinePaymentListener) - Method in class com.moneydance.apps.md.model.OnlinePaymentList
 
addListener(OnlineTxnListener) - Method in class com.moneydance.apps.md.model.OnlineTxnList
 
addListener(TxnTagListener) - Method in class com.moneydance.apps.md.model.TxnTagSet
Register an object that would like to receive notification when transaction tags are added, removed or modified
addNewMail(OnlineMail) - Method in class com.moneydance.apps.md.model.OnlineMailList
Adds the specified mail to the mail list.
addNewPayee(OnlinePayee) - Method in class com.moneydance.apps.md.model.OnlinePayeeList
Adds the specified payee to the payee list.
addNewPayment(OnlinePayment) - Method in class com.moneydance.apps.md.model.OnlinePaymentList
Adds the specified payment to the payment list.
addNewReminder(Reminder) - Method in class com.moneydance.apps.md.model.ReminderSet
Add a new reminder to the set after assigning a new, unique ID to the reminder.
addNewTxn(OnlineTxn) - Method in class com.moneydance.apps.md.model.OnlineTxnList
 
addNewTxn(ParentTxn) - Method in class com.moneydance.apps.md.model.TransactionSet
Add a new transaction to the transaction set.
addReminder(Reminder) - Method in class com.moneydance.apps.md.model.ReminderSet
Add a reminder to the set.
addReminderListener(ReminderListener) - Method in class com.moneydance.apps.md.model.ReminderSet
Register an object that would like to receive notification when transactions have been modified, added, or removed.
AddressBook - Class in com.moneydance.apps.md.model
Container for the set of address entries in Moneydance.
AddressBook(RootAccount) - Constructor for class com.moneydance.apps.md.model.AddressBook
 
AddressBook.AddressEntry - Class in com.moneydance.apps.md.model
 
AddressBook.AddressEntry() - Constructor for class com.moneydance.apps.md.model.AddressBook.AddressEntry
 
addSegment(String, double, Color) - Method in class com.moneydance.awt.ThermometerGraph
Add a stacked segment to the graph with the given label, portion and color
addSegment(String, double) - Method in class com.moneydance.awt.ThermometerGraph
Add a stacked segment to the graph with the given label, portion and use an automatic color
addService(OnlineService) - Method in class com.moneydance.apps.md.model.OnlineInfo
Add a new service.
addSnapshot(long, double) - Method in class com.moneydance.apps.md.model.CurrencyType
Deprecated. use addSnapshotInt(int, double) instead
addSnapshotInt(int, double) - Method in class com.moneydance.apps.md.model.CurrencyType
Create a new snapshot with the given date and rate and return the result after adding it to the snapshot list.
addSplit(SplitTxn) - Method in class com.moneydance.apps.md.model.ParentTxn
Add a "split" to this transaction.
addStockSplit(long, double, int, int) - Method in class com.moneydance.apps.md.model.CurrencyType
Deprecated. use the addStockSplit method that takes an int date instead
addStockSplitInt(int, double, int, int) - Method in class com.moneydance.apps.md.model.CurrencyType
Add a stock split with the given ratio (which should match the old/new shares) on the given date (which decimal form is YYYYMMDD)
addSubAccount(Account) - Method in class com.moneydance.apps.md.model.Account
 
addTransactionListener(TransactionListener) - Method in class com.moneydance.apps.md.model.TransactionSet
Register an object that would like to receive notification when transactions have been modified, added, or removed.
addTxn(AbstractTxn) - Method in class com.moneydance.apps.md.model.TxnSet
 
addType(int) - Method in class com.moneydance.apps.md.model.AccountTypeSet
Adds the given account type to the set.
adjustRateForSplits(long, double) - Method in class com.moneydance.apps.md.model.CurrencyType
Deprecated. use adjustRateForSplitsInt(int, double) instead
adjustRateForSplits(long, double, long) - Method in class com.moneydance.apps.md.model.CurrencyType
Deprecated. use adjustRateForSplitsInt(int, double, int) instead
adjustRateForSplitsInt(int, double) - Method in class com.moneydance.apps.md.model.CurrencyType
Given a value for this currency at the specified day, return the equivalent value in the currency today after adjusting for splits.
adjustRateForSplitsInt(int, double, int) - Method in class com.moneydance.apps.md.model.CurrencyType
Given a rate for this currency at the specified day, return the equivalent rate in the currency at endDate after adjusting for splits.
adjustStartBalance(long) - Method in class com.moneydance.apps.md.model.Account
Adjust the starting balance by the given amount.
adjustValueForSplits(long, long) - Method in class com.moneydance.apps.md.model.CurrencyType
Deprecated. use adjustValueForSplitsInt(int, long) instead
adjustValueForSplits(long, long, long) - Method in class com.moneydance.apps.md.model.CurrencyType
Deprecated. use adjustValueForSplitsInt(int, long, long)
adjustValueForSplitsInt(int, long) - Method in class com.moneydance.apps.md.model.CurrencyType
Given a number of currency units on the given day, return the equivalent number of units in todays currency value.
adjustValueForSplitsInt(int, long, int) - Method in class com.moneydance.apps.md.model.CurrencyType
Given a number of currency units on the given day, return the equivalent number of units in the endDate's currency value.
ALL_TXN_TYPES - Static variable in class com.moneydance.apps.md.model.TxnUtil
 
AMOUNT - Static variable in class com.moneydance.apps.md.model.AccountUtil
 
applyToAccount(Account) - Method in class com.moneydance.apps.md.extensionapi.AccountEditor
Determine if this editor applies to the given account.
applyVAT(ParentTxn) - Static method in class com.moneydance.apps.md.model.TxnUtil
Apply any VAT/GST transformation (ie adding/adjusting splits) to the given transaction.
AssetAccount - Class in com.moneydance.apps.md.model
An account representing a general asset.
AssetAccount(String, int, CurrencyType, Hashtable, Vector, Account, long) - Constructor for class com.moneydance.apps.md.model.AssetAccount
 
autoCommitReminders() - Method in class com.moneydance.apps.md.model.ReminderSet
Commit any reminders that are marked as to-be-auto-committed within N days of their scheduled date.
autoCommitReminders() - Method in class com.moneydance.apps.md.model.RootAccount
 
AwtUtil - Class in com.moneydance.awt
Description: Misc.
AwtUtil() - Constructor for class com.moneydance.awt.AwtUtil
 

B

BACKSLASH - Static variable in class com.moneydance.util.Constants
 
balanceIsNegated() - Method in class com.moneydance.apps.md.model.Account
Get the starting balance for this account
BANK_TRANSACTION_TYPE - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
BankAccount - Class in com.moneydance.apps.md.model
An account representing a bank (ie checking or savings) account
BankAccount(String, int, CurrencyType, Hashtable, Vector, Account, long) - Constructor for class com.moneydance.apps.md.model.BankAccount
 
base64Encode(String) - Static method in class com.moneydance.util.StringUtils
Encode the given string as a (utf8) byte array and then encode that using base64 and return the result as a string.
BASIC_REMINDER_TYPE - Static variable in class com.moneydance.apps.md.model.Reminder
 
BasicReminder - Class in com.moneydance.apps.md.model
Reminder that includes a simple note or memo that should appear according to a schedule
BasicReminder(long, String, long, long, long, int[], int, int[], int, boolean, String) - Constructor for class com.moneydance.apps.md.model.BasicReminder
Deprecated. use BasicReminder(long, String, int, int, int, int[], int, int[], int, boolean, String) instead
BasicReminder(long, String, int, int, int, int[], int, int[], int, boolean, String) - Constructor for class com.moneydance.apps.md.model.BasicReminder
 
billpayTxnsUpdated() - Method in class com.moneydance.apps.md.model.Account
 
bottom() - Method in interface com.moneydance.awt.PackAs
Add gridy=REMAINDER to the constraints for the current component.
bottom() - Method in class com.moneydance.awt.Packer
Add gridheight=RELATIVE to the constraints for the current component.
Budget - Class in com.moneydance.apps.md.model
Represents one item in a budget
Budget(BudgetList, RootAccount) - Constructor for class com.moneydance.apps.md.model.Budget
Construct a new budget in the context of the given account.
Budget(BudgetList, RootAccount, String, StreamTable) - Constructor for class com.moneydance.apps.md.model.Budget
 
BUDGET_CLASS_DISCRETIONARY - Static variable in class com.moneydance.apps.md.model.Account
 
BUDGET_CLASS_INCOME - Static variable in class com.moneydance.apps.md.model.Account
 
BUDGET_CLASS_MISC - Static variable in class com.moneydance.apps.md.model.Account
 
BUDGET_CLASS_REQUIRED - Static variable in class com.moneydance.apps.md.model.Account
 
BUDGET_INTERVAL_MONTHLY - Static variable in class com.moneydance.apps.md.model.Account
 
BUDGET_INTERVAL_QUARTERLY - Static variable in class com.moneydance.apps.md.model.Account
 
BUDGET_INTERVAL_WEEKLY - Static variable in class com.moneydance.apps.md.model.Account
 
BUDGET_INTERVAL_YEARLY - Static variable in class com.moneydance.apps.md.model.Account
 
budgetAdded(Budget) - Method in interface com.moneydance.apps.md.model.BudgetListener
Called when a budget has been addedd to the list.
BudgetItem - Class in com.moneydance.apps.md.model
Represents one item in a budget
BudgetList - Class in com.moneydance.apps.md.model
Container for the budgets in a data file
BudgetListener - Interface in com.moneydance.apps.md.model
 
budgetListModified(BudgetList) - Method in interface com.moneydance.apps.md.model.BudgetListener
Called when the entire list of budgets is modified.
budgetModified(Budget) - Method in interface com.moneydance.apps.md.model.BudgetListener
Called when a budget has been modified
budgetRemoved(Budget) - Method in interface com.moneydance.apps.md.model.BudgetListener
Called when a budget has been removed from the list.

C

cacheAuthentication(String, Object) - Method in class com.moneydance.apps.md.model.OnlineService
Store an authentication object to be used later.
center() - Method in class com.moneydance.awt.GridC
Anchor the component to the center (the default)
centerWindow(Window) - Static method in class com.moneydance.awt.AwtUtil
 
checkedInitialTransfer() - Method in class com.moneydance.apps.md.model.LoanAccount
 
CHECKNUM - Static variable in class com.moneydance.apps.md.model.AccountUtil
 
CHECKNUM_INT - Static variable in class com.moneydance.apps.md.model.AccountUtil
 
cleanup() - Method in class com.moneydance.apps.md.controller.FeatureModule
This is called when a data set is closed, so that the extension can let go of any references that it may have to the data or the GUI.
clear() - Method in class com.moneydance.apps.md.model.TagSet
Remove all tags from this tagset.
clearAllMails() - Method in class com.moneydance.apps.md.model.OnlineMailList
Remove all mails from the list (so that they can be resynchronized from the server.
clearAllPayees() - Method in class com.moneydance.apps.md.model.OnlinePayeeList
Remove all payees from the list (so that they can be resynchronized from the server.
clearAllPayments() - Method in class com.moneydance.apps.md.model.OnlinePaymentList
Remove all payments from the list (so that they can be resynchronized from the server.
clearAuthenticationCache() - Method in class com.moneydance.apps.md.model.OnlineService
Clear the cache of all authentication objects.
clearOldPayments() - Method in class com.moneydance.apps.md.model.OnlinePaymentList
Removes all payments that have been processed over 30 days ago.
clearTags() - Method in class com.moneydance.apps.md.model.ParentTxn
Remove all the tags associated with this transaction, and any of its splits.
clone() - Method in class com.moneydance.apps.md.model.OnlineMail
 
clone() - Method in class com.moneydance.apps.md.model.OnlinePayee
 
clone() - Method in class com.moneydance.apps.md.model.OnlinePayment
 
clone() - Method in class com.moneydance.awt.Packer
Create a copy of this Packer Object.
cloneBudget() - Method in class com.moneydance.apps.md.model.Budget
Create a copy of this budget
cloneParameters() - Method in class com.moneydance.apps.md.model.Account
 
cloneTxns() - Method in class com.moneydance.apps.md.model.TxnSet
 
colspan(int) - Method in class com.moneydance.awt.GridC
Set the gridwidth: number of columns to span.
com.moneydance.apps.md.extensionapi - package com.moneydance.apps.md.extensionapi
 
com.moneydance.apps.md.model - package com.moneydance.apps.md.model
 
com.moneydance.awt - package com.moneydance.awt
 
com.moneydance.util - package com.moneydance.util
 
comp - Variable in class com.moneydance.awt.Packer
The component currently being layed out.
compAccountDateEntered(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
 
compAccountDateEntered(String, AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
 
compAmount(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
 
compareTo(Object) - Method in class com.moneydance.apps.md.model.BudgetItem
 
compCheckIntId(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
 
compCheckNumId(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
 
compDate(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
 
compDateCheckNum(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
 
compDateDateEntered(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
 
compDateEntered(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
 
compDateThenAmount(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
 
compDateThenStatus(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
 
compDescription(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
 
compDescriptionDate(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
 
compDescriptionDateEntered(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
 
compId(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
 
COMPOUNDING_ANNUALLY - Static variable in class com.moneydance.apps.md.model.SecurityAccount
 
COMPOUNDING_DAILY - Static variable in class com.moneydance.apps.md.model.SecurityAccount
 
COMPOUNDING_MONTHLY - Static variable in class com.moneydance.apps.md.model.SecurityAccount
 
COMPOUNDING_QUARTERLY - Static variable in class com.moneydance.apps.md.model.SecurityAccount
 
COMPOUNDING_WEEKLY - Static variable in class com.moneydance.apps.md.model.SecurityAccount
 
compStatus(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
 
compStatusChecknum(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
 
conflictsWith(Account, Account, int, int, int) - Method in class com.moneydance.apps.md.model.BudgetItem
Returns true if the given budget item information overlaps with the budget item specified by this object.
Constants - Class in com.moneydance.util
Random useful stuff
Constants() - Constructor for class com.moneydance.util.Constants
 
container - Variable in class com.moneydance.awt.Packer
If the Packer( Container ) constructor is used, this member contains a reference to the container that this instance provides layout for.
contains(long) - Method in class com.moneydance.apps.md.controller.DateRange
 
contains(CurrencyType) - Method in class com.moneydance.apps.md.model.CurrencyTable
 
contains(AbstractTxn) - Method in class com.moneydance.apps.md.model.TxnSet
Returns true if the given transaction is in this TxnSet.
containsInt(int) - Method in class com.moneydance.apps.md.controller.DateRange
 
containsService(OnlineService) - Method in class com.moneydance.apps.md.model.OnlineInfo
returns true if the service information for this service is already in the service list.
containsTxn(AbstractTxn) - Method in class com.moneydance.apps.md.model.AccountTxnFilter
 
containsTxn(AbstractTxn) - Method in class com.moneydance.apps.md.model.DateTxnFilter
 
containsTxn(AbstractTxn) - Method in class com.moneydance.apps.md.model.NullTxnFilter
 
containsTxn(AbstractTxn) - Method in interface com.moneydance.apps.md.model.TxnFilter
 
convertToBasePrice(double, CurrencyType, long) - Static method in class com.moneydance.apps.md.model.CurrencyTable
Convert the given price (in terms of the given currency) to a price in terms of the base currency.
convertToBasePrice(double, CurrencyType, int) - Static method in class com.moneydance.apps.md.model.CurrencyUtil
Convert the given price (in terms of the given currency) to a price in terms of the base currency.
convertToFileName(String) - Static method in class com.moneydance.util.StringUtils
Performs a conversion from the given string to an encoded version that can be used as a file/URL name.
convertValue(long, CurrencyType, CurrencyType) - Static method in class com.moneydance.apps.md.model.CurrencyTable
Return the amount of toCurrency that the given value of fromCurrency is currently worth.
convertValue(long, CurrencyType, CurrencyType, double) - Static method in class com.moneydance.apps.md.model.CurrencyTable
Return the amount of 'toCurrency' obtained by exchanging 'value' of 'fromCurrency' at the rate 'rate'
convertValue(long, CurrencyType, CurrencyType, long) - Static method in class com.moneydance.apps.md.model.CurrencyTable
Return the amount of toCurrency that the given value of fromCurrency was worth on the given date.
convertValue(long) - Method in class com.moneydance.apps.md.model.CurrencyType
Convert the given baseCurrencyAmount value to it's value in this currency.
convertValue(long, CurrencyType, CurrencyType) - Static method in class com.moneydance.apps.md.model.CurrencyUtil
Return the amount of toCurrency that the given value of fromCurrency is currently worth.
convertValue(long, CurrencyType, CurrencyType, double) - Static method in class com.moneydance.apps.md.model.CurrencyUtil
Return the amount of 'toCurrency' obtained by exchanging 'value' of 'fromCurrency' at the rate 'rate'
convertValue(long, CurrencyType, CurrencyType, int) - Static method in class com.moneydance.apps.md.model.CurrencyUtil
Return the amount of toCurrency that the given value of fromCurrency was worth on the given date.
convertValueXXX(long, CurrencyType, CurrencyType) - Method in class com.moneydance.apps.md.model.CurrencyTable
Convert value in one currency to the same value in another currency.
copyVATInfo(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.TxnUtil
Copy any VAT/GST-related tags from one split to another.
CORRECTION_DELETE - Static variable in class com.moneydance.apps.md.model.OnlineTxn
 
CORRECTION_NONE - Static variable in class com.moneydance.apps.md.model.OnlineTxn
 
CORRECTION_REPLACE - Static variable in class com.moneydance.apps.md.model.OnlineTxn
 
countFields(String, char) - Static method in class com.moneydance.util.StringUtils
 
createDefaultTable(String) - Static method in class com.moneydance.apps.md.model.CurrencyTable
 
createDefaultTable(String, boolean) - Static method in class com.moneydance.apps.md.model.CurrencyTable
 
createDefaultTable(String) - Static method in class com.moneydance.apps.md.model.CurrencyUtil
 
createItem() - Method in class com.moneydance.apps.md.model.Budget
Create a new item, add it to the list, and return it
createNew() - Method in class com.moneydance.apps.md.model.ParentTxn
Create a new transaction with all of the same fields as this transaction.
CreditCardAccount - Class in com.moneydance.apps.md.model
An account representing a credit card account
CreditCardAccount(String, int, CurrencyType, Hashtable, Vector, Account, long) - Constructor for class com.moneydance.apps.md.model.CreditCardAccount
 
CurrencyListener - Interface in com.moneydance.apps.md.model
 
CurrencyTable - Class in com.moneydance.apps.md.model
A table containing the set of currencies in a moneydance data set
CurrencyTable() - Constructor for class com.moneydance.apps.md.model.CurrencyTable
 
currencyTableModified(CurrencyTable) - Method in interface com.moneydance.apps.md.model.CurrencyListener
 
currencyTableModified(CurrencyTable) - Method in class com.moneydance.apps.md.model.RootAccount
 
CurrencyType - Class in com.moneydance.apps.md.model
A structure that represents a single type of currency, identified by the three digit currency code.
CurrencyType(int, String, String, double, int, String, String, String, long, int, CurrencyTable) - Constructor for class com.moneydance.apps.md.model.CurrencyType
Deprecated. use the constructor with an 'int' effectiveDate argument instead
CurrencyType(int, String, String, double, int, String, String, String, int, int, CurrencyTable) - Constructor for class com.moneydance.apps.md.model.CurrencyType
Construct a CurrencyType object.
CurrencyType.Snapshot - Class in com.moneydance.apps.md.model
 
CurrencyType.Snapshot() - Constructor for class com.moneydance.apps.md.model.CurrencyType.Snapshot
 
CurrencyType.StockSplit - Class in com.moneydance.apps.md.model
 
CurrencyType.StockSplit() - Constructor for class com.moneydance.apps.md.model.CurrencyType.StockSplit
 
CurrencyUtil - Class in com.moneydance.apps.md.model
Miscellaneous currency functions (mostly conversion).
CurrencyUtil() - Constructor for class com.moneydance.apps.md.model.CurrencyUtil
 
CURRTYPE_CURRENCY - Static variable in class com.moneydance.apps.md.model.CurrencyType
 
CURRTYPE_SECURITY - Static variable in class com.moneydance.apps.md.model.CurrencyType
 
CustomDateFormat - Class in com.moneydance.util
Flexible date parser and formatter
CustomDateFormat(String) - Constructor for class com.moneydance.util.CustomDateFormat
 

D

DATE - Static variable in class com.moneydance.apps.md.model.AccountUtil
 
date - Variable in class com.moneydance.apps.md.model.DateReminderPair
 
DATE_ENTERED - Static variable in class com.moneydance.apps.md.model.AccountUtil
 
DATE_THEN_AMOUNT - Static variable in class com.moneydance.apps.md.model.AccountUtil
 
DATE_THEN_CHECKNUM - Static variable in class com.moneydance.apps.md.model.AccountUtil
 
DATE_THEN_STATUS - Static variable in class com.moneydance.apps.md.model.AccountUtil
 
DateField - Class in com.moneydance.awt
 
DateField(SimpleDateFormat) - Constructor for class com.moneydance.awt.DateField
 
DateField(SimpleDateFormat, int) - Constructor for class com.moneydance.awt.DateField
 
DateRange - Class in com.moneydance.apps.md.controller
 
DateRange() - Constructor for class com.moneydance.apps.md.controller.DateRange
 
DateRange(Date, Date) - Constructor for class com.moneydance.apps.md.controller.DateRange
 
DateRange(int, int) - Constructor for class com.moneydance.apps.md.controller.DateRange
 
DateRange(long, long) - Constructor for class com.moneydance.apps.md.controller.DateRange
 
DateReminderPair - Class in com.moneydance.apps.md.model
 
DateReminderPair(Date, Reminder) - Constructor for class com.moneydance.apps.md.model.DateReminderPair
 
DateTxnFilter - Class in com.moneydance.apps.md.model
Objects of this type define a filter for transactions based on the date of the transaction.
DateTxnFilter(DateRange) - Constructor for class com.moneydance.apps.md.model.DateTxnFilter
 
decode(String) - Static method in class com.moneydance.util.StringUtils
 
decodeHex(String) - Static method in class com.moneydance.util.StringUtils
 
decodeURL(String) - Static method in class com.moneydance.util.StringUtils
This method decodes a URL parameter that has special characters %encoded
decrementDate() - Method in class com.moneydance.awt.DateField
 
decrementDate() - Method in class com.moneydance.awt.JDateField
 
DeepClone - Interface in com.moneydance.util
Interface for objects that know how to make copies (clones) of themselves as well as all of their contents.
deepClone() - Method in interface com.moneydance.util.DeepClone
 
deepClone() - Method in class com.moneydance.util.StreamTable
 
deepClone() - Method in class com.moneydance.util.StreamVector
 
DEFAULT_INSET - Static variable in class com.moneydance.awt.AwtUtil
 
DEFAULT_REQ_REALM - Static variable in class com.moneydance.apps.md.model.OnlineService
 
DEFAULT_X_INSET - Static variable in class com.moneydance.awt.AwtUtil
 
deleteAccountAndAllReferences(Account) - Method in class com.moneydance.apps.md.model.RootAccount
Deletes an account as well as everything that references it.
DESCRIPTION - Static variable in class com.moneydance.apps.md.model.AccountUtil
 
dirtyStateChanged(RootAccount) - Method in interface com.moneydance.apps.md.model.MDFileListener
 
doLayout() - Method in class com.moneydance.awt.SlidePanel
 
doneLoading() - Method in class com.moneydance.apps.md.model.RootAccount
This is called after a data set has been fully loaded from a stream.
doNothing() - Static method in class com.moneydance.util.StringUtils
 
downloadedTxnsUpdated() - Method in class com.moneydance.apps.md.model.Account
 
dumpAccounts() - Method in class com.moneydance.apps.md.model.Account
 
dumpCurrencies() - Method in class com.moneydance.apps.md.model.CurrencyTable
 
dumpInfo() - Method in class com.moneydance.apps.md.model.OnlineService
 
duplicate() - Method in class com.moneydance.apps.md.model.ParentTxn
Clone this transaction and all of its splits.
duplicate() - Method in class com.moneydance.apps.md.model.Tag
 
duplicate() - Method in class com.moneydance.apps.md.model.TagSet
 

E

east() - Method in class com.moneydance.awt.GridC
Anchor the component to the east
east() - Method in interface com.moneydance.awt.PackAs
Add anchor=EAST to the constraints for the current component.
east() - Method in class com.moneydance.awt.Packer
Add anchor=EAST to the constraints for the current component.
EditorField - Class in com.moneydance.apps.md.extensionapi
An AccountEditorField represents one pairing of a label and an entry field (checkbox, text field, etc).
EditorField(String, JComponent) - Constructor for class com.moneydance.apps.md.extensionapi.EditorField
 
encode(String) - Static method in class com.moneydance.util.StringUtils
 
encodeHex(byte[], boolean) - Static method in class com.moneydance.util.StringUtils
 
encodeString(String) - Static method in class com.moneydance.util.StreamUtil
 
ensureHasSubAccount(Account) - Method in class com.moneydance.apps.md.model.Account
Make sure that the specified account is in the list of children for this account.
errorCheckingVersion(String) - Method in interface com.moneydance.util.VersionVerifierCallback
 
ExpenseAccount - Class in com.moneydance.apps.md.model
A normal "expense" account (aka Expense Category)
ExpenseAccount(String, int, CurrencyType, Hashtable, Vector, Account) - Constructor for class com.moneydance.apps.md.model.ExpenseAccount
 

F

FeatureModule - Class in com.moneydance.apps.md.controller
This is the parent class of all extensions.
FeatureModule() - Constructor for class com.moneydance.apps.md.controller.FeatureModule
 
FeatureModuleContext - Interface in com.moneydance.apps.md.controller
 
fieldIndex(String, char, int) - Static method in class com.moneydance.util.StringUtils
 
fileNeedsToBeSaved() - Method in class com.moneydance.apps.md.model.RootAccount
 
fillboth() - Method in class com.moneydance.awt.GridC
Set the fill type to both horizontal and vertical
fillboth() - Method in interface com.moneydance.awt.PackAs
Add fill=BOTH,weighty=1,weightx=1 to the constraints for the current component.
fillboth() - Method in class com.moneydance.awt.Packer
Add fill=BOTH, weighty=1, weightx=1 to the constraints for the current component.
fillLeft(String, int, char) - Static method in class com.moneydance.util.StringUtils
 
fillnone() - Method in class com.moneydance.awt.GridC
Set the fill type to no filling (the default)
fillRight(String, int, char) - Static method in class com.moneydance.util.StringUtils
 
fillx() - Method in class com.moneydance.awt.GridC
Set the fill type to horizontal
fillx() - Method in interface com.moneydance.awt.PackAs
Add fill=HORIZONTAL,weightx=1 to the constraints for the current component.
fillx() - Method in class com.moneydance.awt.Packer
Add fill=HORIZONTAL, weightx=1 to the constraints for the current component.
filly() - Method in class com.moneydance.awt.GridC
Set the fill type to vertical
filly() - Method in interface com.moneydance.awt.PackAs
Add fill=VERTICAL,weighty=1 to the constraints for the current component.
filly() - Method in class com.moneydance.awt.Packer
Add fill=VERTICAL, weighty=1 to the constraints for the current component.
findBestMatch(String, long, Account) - Method in class com.moneydance.apps.md.model.TransactionSet
Find the most recent transaction that has the closest payee to the given value.
findVATGSTSplit(ParentTxn, SplitTxn) - Static method in class com.moneydance.apps.md.model.TxnUtil
Find the matching VAT/GST split, if any, for the given split under the given parent txn.
fireCurrencyTableModified() - Method in class com.moneydance.apps.md.model.CurrencyTable
 
FlexLineBorder - Class in com.moneydance.awt
 
FlexLineBorder() - Constructor for class com.moneydance.awt.FlexLineBorder
 
focusGained(FocusEvent) - Method in class com.moneydance.awt.QuickSearchField
 
focusLost(FocusEvent) - Method in class com.moneydance.awt.QuickSearchField
 
format(CustomDateFormat) - Method in class com.moneydance.apps.md.controller.DateRange
 
format(long, char) - Method in class com.moneydance.apps.md.model.CurrencyType
 
format(Date) - Method in class com.moneydance.util.CustomDateFormat
 
format(int) - Method in class com.moneydance.util.CustomDateFormat
 
format(Calendar) - Method in class com.moneydance.util.CustomDateFormat
 
formatFancy(long, char) - Method in class com.moneydance.apps.md.model.CurrencyType
 
formatPercentage(double, char) - Static method in class com.moneydance.util.StringUtils
Formats the given double [0..100] as a percentage with two decimal digits showing.
formatRate(double, char) - Static method in class com.moneydance.util.StringUtils
 
formatSemiFancy(long, char) - Method in class com.moneydance.apps.md.model.CurrencyType
 
formatShortRate(double, char) - Static method in class com.moneydance.util.StringUtils
 

G

gc - Variable in class com.moneydance.awt.Packer
The current constraints used for subsequent uses of the PackAs interface returned by the methods below.
get(Object, Object) - Method in class com.moneydance.util.StreamTable
 
getAccount() - Method in class com.moneydance.apps.md.model.AbstractTxn
Get the account associated with this transaction.
getAccount() - Method in class com.moneydance.apps.md.model.BudgetItem
Returns the specific account, if any, to or from which funds will be moved.
getAccountById(int) - Method in class com.moneydance.apps.md.model.RootAccount
 
getAccountByName(String) - Method in class com.moneydance.apps.md.model.Account
 
getAccountByName(String, int) - Method in class com.moneydance.apps.md.model.Account
 
getAccountDescription() - Method in class com.moneydance.apps.md.model.InvestmentAccount
 
getAccountIterator(Account) - Static method in class com.moneydance.apps.md.model.AccountUtil
Return an iterator for all of the accounts that are under the given account.
getAccountKey() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
getAccountKey() - Method in interface com.moneydance.apps.md.model.OnlineAccountProxy
Return a unique (within the context of the OnlineService) identifier for this account.
getAccountName() - Method in class com.moneydance.apps.md.model.Account
 
getAccountNum() - Method in class com.moneydance.apps.md.model.Account
 
getAccountNumber() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
getAccountNumbersAsString() - Method in class com.moneydance.apps.md.model.OnlinePayee
Gets the default account number that represents the user's account with the payee.
getAccountNums() - Method in class com.moneydance.apps.md.model.OnlinePayee
Return the list of account numbers for use with this Payee.
getAccountType() - Method in class com.moneydance.apps.md.model.Account
 
getAccountType() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
getAccruedInterest() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getAcctFromAcctID() - Method in interface com.moneydance.apps.md.model.OnlineBankAcctFromInterface
 
getAcctFromAcctID() - Method in class com.moneydance.apps.md.model.OnlinePayment
 
getAcctFromBankID() - Method in interface com.moneydance.apps.md.model.OnlineBankAcctFromInterface
 
getAcctFromBankID() - Method in class com.moneydance.apps.md.model.OnlinePayment
 
getAcctFromBranchID() - Method in interface com.moneydance.apps.md.model.OnlineBankAcctFromInterface
 
getAcctFromBranchID() - Method in class com.moneydance.apps.md.model.OnlinePayment
 
getAcctFromKey() - Method in interface com.moneydance.apps.md.model.OnlineBankAcctFromInterface
 
getAcctFromKey() - Method in class com.moneydance.apps.md.model.OnlinePayment
 
getAcctFromType() - Method in interface com.moneydance.apps.md.model.OnlineBankAcctFromInterface
 
getAcctFromType() - Method in class com.moneydance.apps.md.model.OnlinePayment
 
getAcctToAcctID() - Method in interface com.moneydance.apps.md.model.OnlineBankAcctToInterface
get info identifying the account to transfer the money to/from if this was a transfer to/from a bank account
getAcctToAcctID() - Method in class com.moneydance.apps.md.model.OnlinePayee
get info identifying the account to transfer the money to/from if this was a transfer to/from a bank account
getAcctToAcctID() - Method in class com.moneydance.apps.md.model.OnlinePayment
get info identifying the account to transfer the money to/from if this was a transfer to/from a bank account
getAcctToAcctID() - Method in class com.moneydance.apps.md.model.OnlineTxn
get info identifying the account to transfer the money to/from if this was a transfer to/from a bank account
getAcctToBankBranch() - Method in interface com.moneydance.apps.md.model.OnlineBankAcctToInterface
Get the branch of this payee's bank account.
getAcctToBankBranch() - Method in class com.moneydance.apps.md.model.OnlinePayee
Get the branch of this payee's bank account.
getAcctToBankBranch() - Method in class com.moneydance.apps.md.model.OnlinePayment
Set the branch of this payee's bank account.
getAcctToBankBranch() - Method in class com.moneydance.apps.md.model.OnlineTxn
Set the branch of this payee's bank account.
getAcctToBankCity() - Method in interface com.moneydance.apps.md.model.OnlineBankAcctToInterface
Get the city of this payee's bank.
getAcctToBankCity() - Method in class com.moneydance.apps.md.model.OnlinePayee
Get the city of this payee's bank.
getAcctToBankCity() - Method in class com.moneydance.apps.md.model.OnlinePayment
Get the city of this payee's bank.
getAcctToBankCity() - Method in class com.moneydance.apps.md.model.OnlineTxn
Get the city of this payee's bank.
getAcctToBankID() - Method in interface com.moneydance.apps.md.model.OnlineBankAcctToInterface
get info identifying the bank to transfer the money to/from if this was a transfer to/from a bank account
getAcctToBankID() - Method in class com.moneydance.apps.md.model.OnlinePayee
get info identifying the bank to transfer the money to/from if this was a transfer to/from a bank account
getAcctToBankID() - Method in class com.moneydance.apps.md.model.OnlinePayment
get info identifying the bank to transfer the money to/from if this was a transfer to/from a bank account
getAcctToBankID() - Method in class com.moneydance.apps.md.model.OnlineTxn
get info identifying the bank to transfer the money to/from if this was a transfer to/from a bank account
getAcctToBankName() - Method in interface com.moneydance.apps.md.model.OnlineBankAcctToInterface
Get the name of this payee's bank account.
getAcctToBankName() - Method in class com.moneydance.apps.md.model.OnlinePayee
Get the name of this payee's bank account.
getAcctToBankName() - Method in class com.moneydance.apps.md.model.OnlinePayment
Get the name of this payee's bank account.
getAcctToBankName() - Method in class com.moneydance.apps.md.model.OnlineTxn
Get the name of this payee's bank account.
getAcctToBankPostal() - Method in interface com.moneydance.apps.md.model.OnlineBankAcctToInterface
Get the postal code of this payee's bank.
getAcctToBankPostal() - Method in class com.moneydance.apps.md.model.OnlinePayee
Get the postal code of this payee's bank.
getAcctToBankPostal() - Method in class com.moneydance.apps.md.model.OnlinePayment
Get the postal code of this payee's bank.
getAcctToBankPostal() - Method in class com.moneydance.apps.md.model.OnlineTxn
Get the postal code of this payee's bank.
getAcctToBranchID() - Method in interface com.moneydance.apps.md.model.OnlineBankAcctToInterface
Get the branch ID of the account for this payee.
getAcctToBranchID() - Method in class com.moneydance.apps.md.model.OnlinePayee
Get the branch ID of the account for this payee.
getAcctToBranchID() - Method in class com.moneydance.apps.md.model.OnlinePayment
Get the branch ID of the account for this payee.
getAcctToBranchID() - Method i