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 in class com.moneydance.apps.md.model.OnlineTxn
Get the branch ID of the account for this payee.
getAcctToKey() - Method in interface com.moneydance.apps.md.model.OnlineBankAcctToInterface
Get the key for this payee's account.
getAcctToKey() - Method in class com.moneydance.apps.md.model.OnlinePayee
Get the key for this payee's account.
getAcctToKey() - Method in class com.moneydance.apps.md.model.OnlinePayment
Get the key for this payee's account.
getAcctToKey() - Method in class com.moneydance.apps.md.model.OnlineTxn
Get the key for this payee's account.
getAcctToPTTAcctID() - Method in interface com.moneydance.apps.md.model.OnlineBankAcctToInterface
Get the PTT ID of this payee's bank.
getAcctToPTTAcctID() - Method in class com.moneydance.apps.md.model.OnlinePayee
Get the PTT ID of this payee's bank.
getAcctToPTTAcctID() - Method in class com.moneydance.apps.md.model.OnlinePayment
Get the PTT ID of this payee's bank.
getAcctToPTTAcctID() - Method in class com.moneydance.apps.md.model.OnlineTxn
Get the PTT ID of this payee's bank.
getAcctToType() - Method in interface com.moneydance.apps.md.model.OnlineBankAcctToInterface
Get the type of account for this payee.
getAcctToType() - Method in class com.moneydance.apps.md.model.OnlinePayee
Get the type of account for this payee.
getAcctToType() - Method in class com.moneydance.apps.md.model.OnlinePayment
Get the type of account for this payee.
getAcctToType() - Method in class com.moneydance.apps.md.model.OnlineTxn
Get the type of account for this payee.
getAddr1() - Method in class com.moneydance.apps.md.model.OnlinePayee
 
getAddr1() - Method in interface com.moneydance.apps.md.model.OnlinePayeeInterface
 
getAddr1() - Method in class com.moneydance.apps.md.model.OnlinePayment
 
getAddr1() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getAddr2() - Method in class com.moneydance.apps.md.model.OnlinePayee
 
getAddr2() - Method in interface com.moneydance.apps.md.model.OnlinePayeeInterface
 
getAddr2() - Method in class com.moneydance.apps.md.model.OnlinePayment
 
getAddr2() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getAddr3() - Method in class com.moneydance.apps.md.model.OnlinePayee
 
getAddr3() - Method in interface com.moneydance.apps.md.model.OnlinePayeeInterface
 
getAddr3() - Method in class com.moneydance.apps.md.model.OnlinePayment
 
getAddr3() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getAddress() - Method in class com.moneydance.apps.md.model.AddressBook.AddressEntry
 
getAddress() - Method in class com.moneydance.apps.md.model.ParentTxn
Returns the address book entry (if any) that is associated with this transaction.
getAddressBook() - Method in class com.moneydance.apps.md.model.RootAccount
In versions 452 and later, this is for the use of the address book.
getAgent() - Method in class com.moneydance.util.HTTPCommunicator
Returns a user-agent string, e.g.
getAllAccountNames() - Method in class com.moneydance.apps.md.model.Account
Get an array of the account names between the root account and this account.
getAllCurrencies() - Method in class com.moneydance.apps.md.model.CurrencyTable
 
getAllowDuplicateIDs() - Method in class com.moneydance.apps.md.model.OnlineTxn
Gets whether or not this transaction is allowed to have the same FI transaction ID as another transaction that is already in an OnlineTxnList.
getAllReminders() - Method in class com.moneydance.apps.md.model.ReminderSet
 
getAllRemindersVect() - Method in class com.moneydance.apps.md.model.ReminderSet
 
getAllTags() - Method in class com.moneydance.apps.md.model.TxnTagSet
Return an interator over the set of TxnTags
getAllTransactions() - Method in class com.moneydance.apps.md.model.TransactionSet
Return an Enumeration containing all of the transactions
getAllTxns() - Method in class com.moneydance.apps.md.model.TransactionSet
Return a TxnSet containing all of the transactions
getAllTxns() - Method in class com.moneydance.apps.md.model.TxnSet
 
getAllValues() - Method in class com.moneydance.apps.md.model.CurrencyTable
 
getAmount() - Method in class com.moneydance.apps.md.model.BudgetItem
Returns the amount that was budgeted, specified in the currency of the transfer account.
getAmount() - Method in class com.moneydance.apps.md.model.OnlinePayment
Gets the amount of this payment.
getAmount() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getAmount() - Method in class com.moneydance.apps.md.model.SplitTxn
Get the amount of this transaction in terms of the currency of the parent transaction.
getAnchorEast() - Method in class com.moneydance.awt.Packer
 
getAnchorNorth() - Method in class com.moneydance.awt.Packer
 
getAnchorNorthEast() - Method in class com.moneydance.awt.Packer
 
getAnchorNorthWest() - Method in class com.moneydance.awt.Packer
 
getAnchorSouth() - Method in class com.moneydance.awt.Packer
 
getAnchorSouthEast() - Method in class com.moneydance.awt.Packer
 
getAnchorSouthWest() - Method in class com.moneydance.awt.Packer
 
getAnchorWest() - Method in class com.moneydance.awt.Packer
 
getAnnualFee() - Method in class com.moneydance.apps.md.model.CreditCardAccount
 
getAppID(String) - Method in class com.moneydance.apps.md.model.OnlineService
Return the application ID to use when connecting to this bank.
getAppVersion(String) - Method in class com.moneydance.apps.md.model.OnlineService
Return the application version to use when connecting to this bank.
getAPR() - Method in class com.moneydance.apps.md.model.SecurityAccount
Holds coupon/interest rate for bonds, cd's
getAPRPercent() - Method in class com.moneydance.apps.md.model.CreditCardAccount
 
getAutoCommitDays() - Method in class com.moneydance.apps.md.model.TransactionReminder
Return the number of days prior to this transactions scheduled date that we should automatically add it to the transaction set.
getAvailableAccounts() - Method in class com.moneydance.apps.md.model.OnlineService
 
getAverageCost(SecurityAccount) - Static method in class com.moneydance.apps.md.model.InvestUtil
Compute the average cost of the shares in the given security account.
getAverageCostBasis(SecurityAccount) - Static method in class com.moneydance.apps.md.model.InvestUtil
Compute the average cost of the shares in the given security account.
getAvgCostBasis() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getBalance() - Method in class com.moneydance.apps.md.model.Account
 
getBalanceAt(int) - Method in class com.moneydance.apps.md.model.TxnSet
 
getBankAccountNumber() - Method in class com.moneydance.apps.md.model.BankAccount
 
getBankCanEmail() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBankCanNotify() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBankClosingAvail() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBankingFI() - Method in class com.moneydance.apps.md.model.Account
Get the OFX connection information use for online banking in this account, if any.
getBankName() - Method in class com.moneydance.apps.md.model.BankAccount
 
getBankName() - Method in class com.moneydance.apps.md.model.CreditCardAccount
 
getBankXfrCanModifyModels() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBankXfrCanModifyTransfers() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBankXfrCanScheduleRecurring() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBankXfrCanScheduleTransfers() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBankXfrDaysWithdrawn() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBankXfrDefaultDaysToPay() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBankXfrModelWindow() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBankXfrNeedsTAN() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBankXfrProcessingDaysOff() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBankXfrProcessingEndTime() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBankXfrSupportsDTAvail() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBaseType() - Method in class com.moneydance.apps.md.model.CurrencyTable
 
getBillerReference() - Method in class com.moneydance.apps.md.model.OnlinePayment
Set the biller reference info that is associated with this payment.
getBillPayCanAddPayee() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBillPayCanModPayments() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBillPayDaysWithdrawn() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBillPayDefaultDaysToPay() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBillPayFI() - Method in class com.moneydance.apps.md.model.Account
Get the OFX connection information use for online bill-payment in this account, if any.
getBillPayHasExtendedPmt() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBillPayNeedsTANPayee() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBillPayNeedsTANPayment() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBillPayPostProcessingWindow() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBillPayProcessingDaysOff() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBillPayProcessingEndTime() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBillPaySupportsDifftFirstPmt() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBillPaySupportsDifftLastPmt() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBillPaySupportsDtAvail() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBillPaySupportsPmtByAddr() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBillPaySupportsPmtByPayeeId() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBillPaySupportsPmtByXfr() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBillPaySupportsStatusModRs() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBillpayTxns() - Method in class com.moneydance.apps.md.model.Account
 
getBillPayXfrDaysWith() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBillPayXfrDefaultDaysToPay() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBondType() - Method in class com.moneydance.apps.md.model.SecurityAccount
Holds a bond's type as an integer 0 - gov; 1 - municipal; 2 - corp; 3 - zero-coupon
getBoolean(Object, boolean) - Method in class com.moneydance.util.StreamTable
Get the boolean value associated with the given key.
getBooleanParameter(String, boolean) - Method in class com.moneydance.apps.md.model.Account
Get the specified parameter as a boolean.
getBooleanTag(String, boolean) - Method in class com.moneydance.apps.md.model.TagSet
 
getBootstrapURL() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBootstrapURLString() - Method in class com.moneydance.apps.md.model.OnlineService
 
getBorderImage(boolean, String, Component) - Static method in class com.moneydance.awt.PaperBorder
 
getBorderInsets(Component) - Method in class com.moneydance.awt.FlexLineBorder
 
getBorderInsets(Component, Insets) - Method in class com.moneydance.awt.FlexLineBorder
 
getBorderInsets(Component) - Method in class com.moneydance.awt.ImageBorder
 
getBorderInsets(Component, Insets) - Method in class com.moneydance.awt.ImageBorder
 
getBorderInsets(Component) - Method in class com.moneydance.awt.QuickSearchField
 
getBorderInsets(Component) - Method in class com.moneydance.awt.ShadowBorder
 
getBorderInsets(Component, Insets) - Method in class com.moneydance.awt.ShadowBorder
 
getBranchID() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
getBroker() - Method in class com.moneydance.apps.md.model.SecurityAccount
 
getBrokerPhone() - Method in class com.moneydance.apps.md.model.SecurityAccount
 
getBudget(int) - Method in class com.moneydance.apps.md.model.BudgetList
Get the budget at the given position in the list
getBudgetAmount(int) - Method in class com.moneydance.apps.md.model.Account
Get the amount that is budgeted for this account, given the budget number.
getBudgetClass(int) - Method in class com.moneydance.apps.md.model.Account
Get the class (misc, required, discretionary, etc) for the given budget
getBudgetCount() - Method in class com.moneydance.apps.md.model.BudgetList
Get the number of budgets in the list
getBudgetImpact(AbstractTxn) - Method in class com.moneydance.apps.md.model.BudgetItem
Returns the amount that the given transaction has on this budget item, if any.
getBudgetInterval(int) - Method in class com.moneydance.apps.md.model.Account
Get the interval (monthly, weekly, quarterly, etc) for the given budget
getBudgetList() - Method in class com.moneydance.apps.md.model.Budget
Return the list that contains this budget
getBudgetList() - Method in class com.moneydance.apps.md.model.RootAccount
Get the set of budgets for this data file.
getBudgetName(int, String) - Method in class com.moneydance.apps.md.model.RootAccount
Get the name of the budget that is identified by the given number.
getBudgetWithKey(String) - Method in class com.moneydance.apps.md.model.BudgetList
Get the budget with the given key, if any
getBuild() - Method in class com.moneydance.apps.md.controller.FeatureModule
Get the current version or build number of this extension.
getBuild() - Method in interface com.moneydance.apps.md.controller.FeatureModuleContext
Returns the build number of Moneydance.
getBuyType() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getC(int, int, float, float, int, int, int, int, int, int, int, int) - Static method in class com.moneydance.awt.AwtUtil
 
getC(int, int, float, float, int, int, boolean, boolean, int, Insets) - Static method in class com.moneydance.awt.AwtUtil
 
getc() - Static method in class com.moneydance.awt.GridC
Reset and return the singleton GridC instance
getCachedAuthentication(String) - Method in class com.moneydance.apps.md.model.OnlineService
Retrieve the authentication object stored by the given key
getCalcPmt() - Method in class com.moneydance.apps.md.model.LoanAccount
 
getCancelIcon() - Method in class com.moneydance.awt.QuickSearchField
Gets the cancel icon
getCancelIconPressed() - Method in class com.moneydance.awt.QuickSearchField
Gets the pressed cancel icon
getCanXfrFrom() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
getCanXfrTo() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
getCardExpirationMonth() - Method in class com.moneydance.apps.md.model.CreditCardAccount
 
getCardExpirationYear() - Method in class com.moneydance.apps.md.model.CreditCardAccount
 
getCardNumber() - Method in class com.moneydance.apps.md.model.CreditCardAccount
 
getCategoryID() - Method in class com.moneydance.apps.md.model.OnlinePayment
Return the category ID for payments to this payee, if any.
getCheckNum() - Method in class com.moneydance.apps.md.model.OnlinePayment
Set the check number that will/was associated with this payment.
getCheckNum() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getCheckNumAsInt() - Method in class com.moneydance.apps.md.model.AbstractTxn
Get the check number as an integer (returns 0 if it's not an integer)
getCheckNumber() - Method in class com.moneydance.apps.md.model.AbstractTxn
Get the checknumber associated with this transaction.
getCheckNumber() - Method in class com.moneydance.apps.md.model.ParentTxn
Get the check number associated with this transaction.
getCheckNumber() - Method in class com.moneydance.apps.md.model.SplitTxn
 
getCheckNumTags(String) - Method in class com.moneydance.apps.md.model.Account
 
getCity() - Method in class com.moneydance.apps.md.model.OnlinePayee
 
getCity() - Method in interface com.moneydance.apps.md.model.OnlinePayeeInterface
 
getCity() - Method in class com.moneydance.apps.md.model.OnlinePayment
 
getCity() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getClearedBalance() - Method in class com.moneydance.apps.md.model.Account
 
getColor() - Method in class com.moneydance.awt.ThermometerGraph.Segment
 
getComment() - Method in class com.moneydance.apps.md.model.Account
 
getCommission() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getCommissionPart(ParentTxn) - Static method in class com.moneydance.apps.md.model.TxnUtil
Get the part of the transaction that doesn't go to a security.
getCompounding() - Method in class com.moneydance.apps.md.model.SecurityAccount
Returns the compounding period for a CD.
getConstraints(int, int, float, float, int, int, boolean, boolean) - Static method in class com.moneydance.awt.AwtUtil
 
getConstraints(int, int, float, float, int, int, boolean, boolean, int) - Static method in class com.moneydance.awt.AwtUtil
 
getConstraints(int, int, float, float, int, int, boolean, boolean, int, int) - Static method in class com.moneydance.awt.AwtUtil
 
getConstraints(int, int, float, float, int, int, boolean, boolean, int, int, int) - Static method in class com.moneydance.awt.AwtUtil
 
getConstraints(int, int, float, float, int, int, boolean, boolean, int, int, int, int) - Static method in class com.moneydance.awt.AwtUtil
 
getConstraints(int, int, float, float, int, int, int, int, int, int) - Static method in class com.moneydance.awt.AwtUtil
 
getConstraints(int, int, float, float, int, int, boolean, boolean, int, int, int, int, int) - Static method in class com.moneydance.awt.AwtUtil
 
getContainer() - Method in class com.moneydance.awt.Packer
Get the designated container for this instance.
getContext() - Method in class com.moneydance.apps.md.controller.FeatureModule
Get the context in which this extension is running.
getCorrectedFITxnID() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getCorrectionAction() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getCostBasis(SecurityAccount) - Static method in class com.moneydance.apps.md.model.InvestUtil
Returns the current cost basis for the given security.
getCountry() - Method in class com.moneydance.apps.md.model.OnlinePayee
 
getCountry() - Method in interface com.moneydance.apps.md.model.OnlinePayeeInterface
 
getCountry() - Method in class com.moneydance.apps.md.model.OnlinePayment
 
getCountry() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getCreationDate() - Method in class com.moneydance.apps.md.model.Account
Gets the date that this account was opened/created (this method only available as of build 253)
getCreationDateInt() - Method in class com.moneydance.apps.md.model.Account
Gets the date that this account was opened/created encoded as an int.
getCreditCardClosingAvail() - Method in class com.moneydance.apps.md.model.OnlineService
 
getCreditLimit() - Method in class com.moneydance.apps.md.model.CreditCardAccount
 
getCurrency() - Method in class com.moneydance.apps.md.model.BudgetItem
Returns the currency that applies to this budget item.
getCurrency() - Method in interface com.moneydance.apps.md.model.OnlineAccountProxy
Return the list of downloaded transactions that is associated with this account.
getCurrency() - Method in class com.moneydance.apps.md.model.OnlinePayment
 
getCurrencyByID(int) - Method in class com.moneydance.apps.md.model.CurrencyTable
 
getCurrencyByIDString(String) - Method in class com.moneydance.apps.md.model.CurrencyTable
 
getCurrencyByName(String) - Method in class com.moneydance.apps.md.model.CurrencyTable
 
getCurrencyByTickerSymbol(String) - Method in class com.moneydance.apps.md.model.CurrencyTable
 
getCurrencyChoice() - Method in class com.moneydance.apps.md.model.SecurityAccount
Holds the currency in which this security is to be viewed.
getCurrencyCount() - Method in class com.moneydance.apps.md.model.CurrencyTable
 
getCurrencyTable() - Method in class com.moneydance.apps.md.model.RootAccount
 
getCurrencyType() - Method in class com.moneydance.apps.md.model.Account
 
getCurrencyType() - Method in class com.moneydance.apps.md.model.CurrencyType
 
getCurrencyType() - Method in class com.moneydance.awt.JCurrencyField
 
getCurrentBalance() - Method in class com.moneydance.apps.md.model.Account
 
getCurrentVersionCheck() - Method in class com.moneydance.apps.md.model.LoanAccount
 
getCustomerAcct() - Method in class com.moneydance.apps.md.model.OnlinePayment
Get the account number of the customer that this payment is for.
getCustServicePhone() - Method in class com.moneydance.apps.md.model.OnlineService
 
getDailyChange() - Method in class com.moneydance.apps.md.model.CurrencyType
 
getDailyVolume() - Method in class com.moneydance.apps.md.model.CurrencyType
 
getDailyVolume() - Method in class com.moneydance.apps.md.model.CurrencyType.Snapshot
Get the daily volume for this currency (used only for securities)
getDataFile() - Method in class com.moneydance.apps.md.model.RootAccount
 
getDataFileFormat() - Method in class com.moneydance.apps.md.model.RootAccount
Get the format of the data file from which this data was read.
getDate() - Method in class com.moneydance.apps.md.model.AbstractTxn
Deprecated. use getDateInt() instead
getDate() - Method in class com.moneydance.apps.md.model.CurrencyType.Snapshot
Deprecated. use getDateInt() instead
getDate() - Method in class com.moneydance.apps.md.model.CurrencyType.StockSplit
 
getDate() - Method in class com.moneydance.apps.md.model.ParentTxn
Deprecated. use getDateInt() instead
getDate() - Method in class com.moneydance.apps.md.model.SplitTxn
Deprecated. use getDateInt() instead!
getDate() - Method in class com.moneydance.awt.DateField
 
getDate() - Method in class com.moneydance.awt.JDateField
Parse and return the date value from this field.
getDateAcknowledged() - Method in class com.moneydance.apps.md.model.Reminder
Deprecated. use getAcknowledgedInt() instead
getDateAcknowledgedInt() - Method in class com.moneydance.apps.md.model.Reminder
Get the last date that this reminder was acknowledged/accepted.
getDateAvailable() - Method in class com.moneydance.apps.md.model.OnlinePayment
Get the date that funds must be available in the destination account.
getDateAvailable() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getDateAvailableInt() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getDateAvailAcctsUpdated() - Method in class com.moneydance.apps.md.model.OnlineService
 
getDateBounds() - Method in class com.moneydance.apps.md.model.TransactionSet
 
getDateBounds() - Method in class com.moneydance.apps.md.model.TxnSet
Return the date range that will just barely include all of the transactions in the set.
getDateCreated() - Method in class com.moneydance.apps.md.model.OnlineMail
 
getDateDue() - Method in class com.moneydance.apps.md.model.OnlinePayment
 
getDateEntered() - Method in class com.moneydance.apps.md.model.AbstractTxn
Get the date that this transaction was entered.
getDateEntered() - Method in class com.moneydance.apps.md.model.ParentTxn
Get the date that this transaction was entered.
getDateEntered() - Method in class com.moneydance.apps.md.model.SplitTxn
Get the date that this transaction was entered.
getDateFormat() - Method in class com.moneydance.awt.JDateField
 
getDateFromString(String) - Method in class com.moneydance.awt.JDateField
 
getDateInitiated() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getDateInitiatedInt() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getDateInt() - Method in class com.moneydance.apps.md.model.AbstractTxn
Get the date of this transaction
getDateInt() - Method in class com.moneydance.apps.md.model.CurrencyType.Snapshot
Get the date for this snapshot
getDateInt() - Method in class com.moneydance.apps.md.model.CurrencyType.StockSplit
 
getDateInt() - Method in class com.moneydance.apps.md.model.ParentTxn
Return the date encoded as an integer with decimal form YYYYMMDD
getDateInt() - Method in class com.moneydance.apps.md.model.SplitTxn
Get the date of this transaction
getDateInt() - Method in class com.moneydance.awt.JDateField
Parse and return the date value from this field.
getDateIntFromString(String) - Method in class com.moneydance.awt.JDateField
 
getDatePosted() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getDatePostedInt() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getDatePurchasedInt() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getDateUpdated() - Method in class com.moneydance.apps.md.model.OnlineService
 
getDaysToPay() - Method in interface com.moneydance.apps.md.model.OnlineExtdPayeeInterface
Gets how many days before a payment is due that the money is deducted from the payer's account.
getDaysToPay() - Method in class com.moneydance.apps.md.model.OnlinePayee
Gets how many days before a payment is due that the money is deducted from the payer's account.
getDaysToPay() - Method in interface com.moneydance.apps.md.model.OnlinePayeeInterface
 
getDaysToPay() - Method in class com.moneydance.apps.md.model.OnlinePayment
Gets how many days before a payment is due that the money is deducted from the payer's account.
getDaysToPay() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getDecimalPlaces() - Method in class com.moneydance.apps.md.model.CurrencyType
 
getDefaultCategory() - Method in class com.moneydance.apps.md.model.Account
 
getDefaultCategoryForAcct(Account) - Static method in class com.moneydance.apps.md.model.AccountUtil
Get the default category for use transactions in the given account.
getDefaultCategoryID() - Method in class com.moneydance.apps.md.model.OnlinePayee
Return the default category ID for payments to this payee, if any.
getDefaultSearchColor() - Method in class com.moneydance.awt.QuickSearchField
Gets the default text color, this font is use for the default text and show if the component has no focus and the user has not input a text
getDefaultSearchFont() - Method in class com.moneydance.awt.QuickSearchField
Gets the default text font, this font is use for the default text and show if the component has no focus and the user has not input a text
getDefaultSearchText() - Method in class com.moneydance.awt.QuickSearchField
Gets the default text, this text is show if the component has no focus and the user has not input a text
getDepth() - Method in class com.moneydance.apps.md.model.Account
Get this accounts depth in the account tree.
getDescription() - Method in class com.moneydance.apps.md.controller.FeatureModule
Get a description of this extension.
getDescription() - Method in class com.moneydance.apps.md.model.AbstractTxn
Get the description associated with this transaction.
getDescription() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
getDescription() - Method in class com.moneydance.apps.md.model.Reminder
 
getDividend() - Method in class com.moneydance.apps.md.model.SecurityAccount
Holds the dividend for a particular stock.
getDoubleParameter(String, double) - Method in class com.moneydance.apps.md.model.Account
Get the specified parameter as an integer.
getDoubleTag(String, double) - Method in class com.moneydance.apps.md.model.TagSet
 
getDoubleValue(long) - Method in class com.moneydance.apps.md.model.CurrencyType
 
getDownloadedTxns() - Method in class com.moneydance.apps.md.model.Account
Get the current list of downloaded transactions for this
getDownloadedTxns() - Method in interface com.moneydance.apps.md.model.OnlineAccountProxy
Return the list of downloaded transactions that is associated with this account.
getEditorFields() - Method in class com.moneydance.apps.md.extensionapi.AccountEditor
Return an iterator of EditorField objects (other types of objects may be possible in the future.
getEffectiveDate() - Method in class com.moneydance.apps.md.model.CurrencyType
Deprecated. use getEffectiveDateInt() instead
getEffectiveDateInt() - Method in class com.moneydance.apps.md.model.CurrencyType
Deprecated. use getEffectiveDateInt() instead
getEmailAddress() - Method in class com.moneydance.apps.md.model.AddressBook.AddressEntry
 
getEmailSupportsGeneric() - Method in class com.moneydance.apps.md.model.OnlineService
 
getEmailSupportsGetMime() - Method in class com.moneydance.apps.md.model.OnlineService
 
getEncryptionHint() - Method in class com.moneydance.apps.md.model.RootAccount
Gets the hint that will be stored (unencrypted) with this file to help the user remember their passphrase.
getEncryptionKey() - Method in class com.moneydance.apps.md.model.RootAccount
Get the key that will be used to encrypt this file.
getEncryptionLevel() - Method in class com.moneydance.apps.md.model.RootAccount
Get the level of encryption.
getEndDateInt() - Method in class com.moneydance.apps.md.controller.DateRange
 
getEntry(int) - Method in class com.moneydance.apps.md.model.AddressBook
 
getEntryWithID(int) - Method in class com.moneydance.apps.md.model.AddressBook
 
getEntryWithID(long) - Method in class com.moneydance.apps.md.model.AddressBook
 
getEscrow() - Method in class com.moneydance.apps.md.model.LoanAccount
 
getEscrowAccount() - Method in class com.moneydance.apps.md.model.LoanAccount
 
getEscrowPayment() - Method in class com.moneydance.apps.md.model.LoanAccount
 
getEscrowPmtRate() - Method in class com.moneydance.apps.md.model.LoanAccount
 
getEventsInDay(Calendar) - Method in class com.moneydance.apps.md.model.ReminderSet
 
getExchange() - Method in class com.moneydance.apps.md.model.SecurityAccount
Holds a string representing the exchange the stock is traded on.
getExpensePart(ParentTxn) - Static method in class com.moneydance.apps.md.model.TxnUtil
Get the part of the transaction that is expense.
getFaceValue() - Method in class com.moneydance.apps.md.model.SecurityAccount
Gets the face value of a bond
getFees() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getFIAddress1() - Method in class com.moneydance.apps.md.model.OnlineService
 
getFIAddress2() - Method in class com.moneydance.apps.md.model.OnlineService
 
getFIAddress3() - Method in class com.moneydance.apps.md.model.OnlineService
 
getFICity() - Method in class com.moneydance.apps.md.model.OnlineService
 
getFICountry() - Method in class com.moneydance.apps.md.model.OnlineService
 
getField() - Method in class com.moneydance.apps.md.extensionapi.EditorField
Return the GUI component that allows the user to edit a value
getFIEmail() - Method in class com.moneydance.apps.md.model.OnlineService
 
getFIId() - Method in class com.moneydance.apps.md.model.OnlineService
 
getFillBoth() - Method in class com.moneydance.awt.Packer
 
getFillX() - Method in class com.moneydance.awt.Packer
 
getFillY() - Method in class com.moneydance.awt.Packer
 
getFIName() - Method in class com.moneydance.apps.md.model.OnlineService
 
getFIOrg() - Method in class com.moneydance.apps.md.model.OnlineService
 
getFIState() - Method in class com.moneydance.apps.md.model.OnlineService
 
getFiTxnId(int) - Method in class com.moneydance.apps.md.model.AbstractTxn
Return the ID that the financial institution uses to identify this transaction.
getFITxnId() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getFIUrl() - Method in class com.moneydance.apps.md.model.OnlineService
 
getFIUrlIsRedirect() - Method in class com.moneydance.apps.md.model.OnlineService
 
getFIZip() - Method in class com.moneydance.apps.md.model.OnlineService
 
getFrame(Component) - Static method in class com.moneydance.awt.AwtUtil
 
getFrom() - Method in class com.moneydance.apps.md.model.OnlineMail
 
getFullAccountName() - Method in class com.moneydance.apps.md.model.Account
 
getFullAccountName() - Method in class com.moneydance.apps.md.model.RootAccount
 
getGain() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getGMTDateStr(Date) - Static method in class com.moneydance.util.StringUtils
 
getGridH() - Method in class com.moneydance.awt.Packer
 
getGridW() - Method in class com.moneydance.awt.Packer
 
getGridX() - Method in class com.moneydance.awt.Packer
 
getGridY() - Method in class com.moneydance.awt.Packer
 
getGUIView(RootAccount) - Method in interface com.moneydance.apps.md.view.HomePageView
Returns a GUI component that provides a view of the info panel for the given data file.
getHasBankAcctTo() - Method in interface com.moneydance.apps.md.model.OnlineBankAcctToInterface
Get whether or not there is destination bank account info.
getHasBankAcctTo() - Method in class com.moneydance.apps.md.model.OnlinePayee
Get whether or not there is destination bank account info.
getHasBankAcctTo() - Method in class com.moneydance.apps.md.model.OnlinePayment
Get whether or not there is destination bank account info.
getHasBankAcctTo() - Method in class com.moneydance.apps.md.model.OnlineTxn
Get whether or not there is destination bank account info.
getHasCCAcctTo() - Method in interface com.moneydance.apps.md.model.OnlineCCAcctToInterface
Get whether or not there is destination bank account info.
getHasCCAcctTo() - Method in class com.moneydance.apps.md.model.OnlineTxn
Get whether or not there is destination bank account info.
getHasExtdPmtInfo() - Method in class com.moneydance.apps.md.model.OnlinePayment
Get whether or not this payment has extra information.
getHasExtendedAcctToInfo() - Method in interface com.moneydance.apps.md.model.OnlineBankAcctToInterface
Get whether or not this payee has extended to-account information available.
getHasExtendedAcctToInfo() - Method in class com.moneydance.apps.md.model.OnlinePayee
Get whether or not this payee has extended to-account information available.
getHasExtendedAcctToInfo() - Method in class com.moneydance.apps.md.model.OnlinePayment
Get whether or not this payee has extended to-account information available.
getHasExtendedAcctToInfo() - Method in class com.moneydance.apps.md.model.OnlineTxn
Get whether or not this payee has extended to-account information available.
getHasExtendedPayeeInfo() - Method in interface com.moneydance.apps.md.model.OnlineExtdPayeeInterface
Gets whether or not an object has extended payee info associated with it.
getHasExtendedPayeeInfo() - Method in class com.moneydance.apps.md.model.OnlinePayee
Gets whether or not an object has extended payee info associated with it.
getHasExtendedPayeeInfo() - Method in interface com.moneydance.apps.md.model.OnlinePayeeInterface
 
getHasExtendedPayeeInfo() - Method in class com.moneydance.apps.md.model.OnlinePayment
Gets whether or not an object has extended payee info associated with it.
getHasExtendedPayeeInfo() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getHasTxnDownload() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
getHideInUI() - Method in class com.moneydance.apps.md.model.CurrencyType
Get a boolean flag indicating whether or not this currency should be displayed in user-friendly currency lists.
getHideOnHomePage() - Method in class com.moneydance.apps.md.model.Account
 
getHighestAccountNum() - Method in class com.moneydance.apps.md.model.Account
Get the highest account (ID) number.
getIconImage() - Method in class com.moneydance.apps.md.controller.FeatureModule
Get an icon image that represents this extension and can be used in a button bar.
getID() - Method in class com.moneydance.apps.md.model.AddressBook.AddressEntry
 
getID() - Method in class com.moneydance.apps.md.model.CurrencyType
 
getId() - Method in class com.moneydance.apps.md.model.Reminder
 
getID() - Method in class com.moneydance.apps.md.model.TxnTag
Return the ID of this tag.
getID() - Method in interface com.moneydance.apps.md.view.HomePageView
Returns a unique identifier for this view.
getIDForScheme(String) - Method in class com.moneydance.apps.md.model.CurrencyType
Returns the security/currency ID that was set for this CurrencyType using the given ID scheme.
getIDStr() - Method in class com.moneydance.apps.md.controller.FeatureModule
Get the ID string for this extension.
getIDString() - Method in class com.moneydance.apps.md.model.CurrencyType
 
getIDStringForTags(TxnTag[]) - Static method in class com.moneydance.apps.md.model.TxnTagSet
Get the tagset string that identifies the tags in the given array
getIncludeImages() - Method in class com.moneydance.apps.md.model.OnlineMail
 
getIncomePart(ParentTxn) - Static method in class com.moneydance.apps.md.model.TxnUtil
Get the part of the transaction that is income.
getIndentedName() - Method in class com.moneydance.apps.md.model.Account
 
getInfo() - Method in class com.moneydance.apps.md.model.OnlineInfo
Should only be called from the io.*Writer classes for saving info in a file.
getInfo() - Method in class com.moneydance.apps.md.model.OnlineMailList
Should only be called from the io.*Writer classes for saving info in a file.
getInfo() - Method in class com.moneydance.apps.md.model.OnlinePayeeList
Should only be called from the io.*Writer classes for saving info in a file.
getInfo() - Method in class com.moneydance.apps.md.model.OnlinePaymentList
Should only be called from the io.*Writer classes for saving info in a file.
getInfo() - Method in class com.moneydance.apps.md.model.OnlineTxnList
Should only be called from the io.*Writer classes for saving info in a file.
getInitialDate() - Method in class com.moneydance.apps.md.model.AssetAccount
 
getInitialDate() - Method in class com.moneydance.apps.md.model.Reminder
Deprecated. use getInitialDateInt() instead
getInitialDateInt() - Method in class com.moneydance.apps.md.model.Reminder
Get the first date that the reminder will occur.
getInitialTransfer() - Method in class com.moneydance.apps.md.model.LoanAccount
Finds and returns the transaction that represents the initial transfer of funds from this loan account.
getInsetBottom() - Method in class com.moneydance.awt.Packer
 
getInsetLeft() - Method in class com.moneydance.awt.Packer
 
getInsetRight() - Method in class com.moneydance.awt.Packer
 
getInsetTop() - Method in class com.moneydance.awt.Packer
 
getInstitutionName() - Method in class com.moneydance.apps.md.model.InvestmentAccount
 
getInt(Object, int) - Method in class com.moneydance.util.StreamTable
Get the integer value associated with the given key.
getInterestAccount() - Method in class com.moneydance.apps.md.model.LoanAccount
 
getInterestRate() - Method in class com.moneydance.apps.md.model.LoanAccount
 
getInterestRemaining() - Method in class com.moneydance.apps.md.model.LoanAccount
 
getInterval() - Method in class com.moneydance.apps.md.model.BudgetItem
Returns the type of repeating interval.
getIntervalEnd(int) - Method in class com.moneydance.apps.md.model.BudgetItem
Returns the last date of the interval that contains the given date.
getIntervalEndDate() - Method in class com.moneydance.apps.md.model.BudgetItem
Returns the ending date for the last interval, if any.
getIntervalProration(int, int) - Method in class com.moneydance.apps.md.model.BudgetItem
Return a non-negative float value indicating how much the amount of this budget item should be multiplied by in order to get the budgeted amount for the given period.
getIntervalProration(int) - Method in class com.moneydance.apps.md.model.BudgetItem
Return a float from zero to 1 indicating how far through the interval the current date is.
getIntervalStart(int) - Method in class com.moneydance.apps.md.model.BudgetItem
Returns the beginning date of the interval that contains the given date.
getIntervalStartDate() - Method in class com.moneydance.apps.md.model.BudgetItem
Returns the starting date for the first interval
getIntParameter(String, int) - Method in class com.moneydance.apps.md.model.Account
Get the specified parameter as an integer.
getIntPmtRate() - Method in class com.moneydance.apps.md.model.LoanAccount
 
getIntTag(String, int) - Method in class com.moneydance.apps.md.model.TagSet
 
getInvalidAcctTypes() - Method in class com.moneydance.apps.md.model.OnlineService
 
getInvestAccountNumber() - Method in class com.moneydance.apps.md.model.InvestmentAccount
 
getInvestmentAccountType() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
getInvestmentBrokerID() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
getInvestmentOptionLevel() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
getInvestmentProductType() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
getInvestmentWithChecking() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
getInvestTxnType() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getInvstBrokerID() - Method in class com.moneydance.apps.md.model.OnlineService
Gets the default Broker ID to use with this service, or an empty string if none is known.
getInvstCanDownloadBalances() - Method in class com.moneydance.apps.md.model.OnlineService
Get whether or not the server can provide balances for accounts
getInvstCanDownloadOOs() - Method in class com.moneydance.apps.md.model.OnlineService
Get whether or not the server can provide open orders
getInvstCanDownloadPositions() - Method in class com.moneydance.apps.md.model.OnlineService
Get whether or not the server can provide positions on securities
getInvstCanDownloadTxns() - Method in class com.moneydance.apps.md.model.OnlineService
Get whether or not the investment server can provide transactions
getInvstCanEmail() - Method in class com.moneydance.apps.md.model.OnlineService
Get whether or not the server can exchange investment email messages
getInvstCommissionAcct() - Method in class com.moneydance.apps.md.model.RootAccount
 
getInvstTxnType(ParentTxn) - Static method in class com.moneydance.apps.md.model.TxnUtil
Get the investment transaction type code for the given transaction
getItem(int) - Method in class com.moneydance.apps.md.model.Budget
Get the budget item at the given position in the list
getItemCount() - Method in class com.moneydance.apps.md.model.Budget
Get the number of items in this budget
getJFrame(Component) - Static method in class com.moneydance.awt.AwtUtil
Since build 505 of Moneydance
getKey() - Method in class com.moneydance.apps.md.model.Budget
Return the unique key needed to identify this budget for storage
getKey() - Method in class com.moneydance.apps.md.model.Tag
 
getKeyArray() - Method in class com.moneydance.util.StreamTable
Get an array consisting of the keys for this hashtable.
getLabel() - Method in class com.moneydance.apps.md.extensionapi.EditorField
Get the label, if any, that is to be applied to the editor field
getLabel() - Method in class com.moneydance.awt.ThermometerGraph.Segment
 
getLastDate() - Method in class com.moneydance.apps.md.model.Reminder
Deprecated. use getLastDateInt() instead
getLastDateInt() - Method in class com.moneydance.apps.md.model.Reminder
Set a date after which this reminder should no longer occur.
getLastTransactionID() - Method in class com.moneydance.apps.md.model.OnlineService
Returns a string indicating the last value stored in a call to setCurrentTransactionID(), or null if setLastTransactionID was never called.
getLastTxn() - Method in class com.moneydance.apps.md.model.TxnSet
 
getLoad() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getLoanPmtRate() - Method in class com.moneydance.apps.md.model.LoanAccount
 
getLocalStatus() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getLong(Object, long) - Method in class com.moneydance.util.StreamTable
Get the long value associated with the given key.
getLongParameter(String, long) - Method in class com.moneydance.apps.md.model.Account
Get the specified parameter as a long.
getLongTag(String, long) - Method in class com.moneydance.apps.md.model.TagSet
 
getLongValue(double) - Method in class com.moneydance.apps.md.model.CurrencyType
 
getLotBasedCost(SecurityAccount) - Static method in class com.moneydance.apps.md.model.InvestUtil
Compute and return the lot-based costs for the unsold securities.
getLotBasedCostBasis(SecurityAccount) - Static method in class com.moneydance.apps.md.model.InvestUtil
Compute the cost of any unsold shares (which are determined based on user-specified lots).
getMail(int) - Method in class com.moneydance.apps.md.model.OnlineMailList
Get a service object for the service at the specified index.
getMail() - Method in class com.moneydance.apps.md.model.OnlineService
 
getMailByID(String) - Method in class com.moneydance.apps.md.model.OnlineMailList
 
getMailCount() - Method in class com.moneydance.apps.md.model.OnlineMailList
Get the number of online services that the user has access to.
getMailForAccount(Account) - Method in class com.moneydance.apps.md.model.OnlineService
 
getMailID() - Method in class com.moneydance.apps.md.model.OnlineMail
 
getMailListSyncToken(OnlineAccountProxy) - Method in class com.moneydance.apps.md.model.OnlineService
Gets the synchronization token for the service-wide mail list
getMarkDown() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getMarkUp() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getMaturity() - Method in class com.moneydance.apps.md.model.SecurityAccount
Holds the maturity date for a bond as a String
getMaxPasswdLength(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
getMemo() - Method in class com.moneydance.apps.md.model.BasicReminder
 
getMemo() - Method in class com.moneydance.apps.md.model.OnlinePayment
Set the memo from the user to the payee that is associated with this payment.
getMemo() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getMemo() - Method in class com.moneydance.apps.md.model.ParentTxn
Get the memo associated with this transaction.
getMessage() - Method in class com.moneydance.apps.md.model.OnlineMail
 
getMinimumSize() - Method in class com.moneydance.awt.ImagePanel
 
getMinimumSize() - Method in class com.moneydance.awt.JCurrencyField
 
getMinimumSize() - Method in class com.moneydance.awt.JDateField
 
getMinimumSize() - Method in class com.moneydance.awt.JRateField
 
getMinimumSize() - Method in class com.moneydance.awt.JTextPanel
 
getMinimumSize() - Method in class com.moneydance.awt.QuickSearchField
 
getMinimumSize() - Method in class com.moneydance.awt.SlidePanel
 
getMinimumSize() - Method in class com.moneydance.awt.ThermometerGraph
 
getMinPasswdLength(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
getMonth() - Method in class com.moneydance.apps.md.model.SecurityAccount
Holds the exercise month for the option as an int (0-11) options expire on the 3rd Friday of this month
getMonthlyPayment() - Method in class com.moneydance.apps.md.model.LoanAccount
 
getMsgSetLanguage(int) - Method in class com.moneydance.apps.md.model.OnlineService
 
getMsgSetRspnsFileErrors(int) - Method in class com.moneydance.apps.md.model.OnlineService
 
getMsgSetSecurity(int) - Method in class com.moneydance.apps.md.model.OnlineService
 
getMsgSetSignonRealm(int) - Method in class com.moneydance.apps.md.model.OnlineService
 
getMsgSetSyncMode(int) - Method in class com.moneydance.apps.md.model.OnlineService
 
getMsgSetTransportSecure(int) - Method in class com.moneydance.apps.md.model.OnlineService
 
getMsgSetURL(int) - Method in class com.moneydance.apps.md.model.OnlineService
 
getMsgSetVersion(int) - Method in class com.moneydance.apps.md.model.OnlineService
 
getMustChngPINFirst(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
getName() - Method in class com.moneydance.apps.md.controller.FeatureModule
Get a descriptive name for this extension.
getName() - Method in class com.moneydance.apps.md.model.AddressBook.AddressEntry
 
getName() - Method in class com.moneydance.apps.md.model.Budget
Get the name of this budget
getName() - Method in class com.moneydance.apps.md.model.CurrencyType
 
getName() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getName() - Method in class com.moneydance.apps.md.model.TxnTag
Get the name of this tag
getNewShares() - Method in class com.moneydance.apps.md.model.CurrencyType.StockSplit
 
getNewsToken() - Method in class com.moneydance.apps.md.model.RootAccount
 
getNextCheckNumber() - Method in class com.moneydance.apps.md.model.Account
 
getNextID() - Method in class com.moneydance.apps.md.model.CurrencyTable
 
getNLengthString(int, char) - Static method in class com.moneydance.util.StringUtils
 
getNonWhitespace(Reader) - Static method in class com.moneydance.util.StreamUtil
 
getNumDays() - Method in class com.moneydance.apps.md.controller.DateRange
 
getNumMonths() - Method in class com.moneydance.apps.md.controller.DateRange
 
getNumPayments() - Method in class com.moneydance.apps.md.model.LoanAccount
 
getNumPmtsRemaining() - Method in class com.moneydance.apps.md.model.LoanAccount
 
getNumQuarters() - Method in class com.moneydance.apps.md.controller.DateRange
 
getNumShares() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getNumShares(SplitTxn) - Static method in class com.moneydance.apps.md.model.TxnUtil
As of Build 256.
getNumTags() - Method in class com.moneydance.apps.md.model.TxnTagSet
Return the number of tags in the set
getNumWeeks() - Method in class com.moneydance.apps.md.controller.DateRange
 
getNumYears() - Method in class com.moneydance.apps.md.controller.DateRange
 
getNumYears() - Method in class com.moneydance.apps.md.model.SecurityAccount
Holds # of years a CD is held for: zero is 6 months, all other integers represent the number of years.
getNxtInterest() - Method in class com.moneydance.apps.md.model.LoanAccount
 
getNxtPrincipal() - Method in class com.moneydance.apps.md.model.LoanAccount
 
getOFXAccountKey() - Method in class com.moneydance.apps.md.model.Account
 
getOFXAccountKey() - Method in interface com.moneydance.apps.md.model.OnlineAccountProxy
 
getOFXAccountNumber() - Method in class com.moneydance.apps.md.model.Account
 
getOFXAccountNumber() - Method in class com.moneydance.apps.md.model.CreditCardAccount
 
getOFXAccountNumber() - Method in interface com.moneydance.apps.md.model.OnlineAccountProxy
 
getOFXAccountType() - Method in class com.moneydance.apps.md.model.Account
 
getOFXAccountType() - Method in interface com.moneydance.apps.md.model.OnlineAccountProxy
 
getOFXBankID() - Method in class com.moneydance.apps.md.model.Account
Bank ID: used or not according to country: BEL Bank code CAN Routing and transit number CHE Clearing number DEU Bankleitzah ESP Entidad FRA Banque GBR Sort code ITA ABI NLD Not used (field contents ignored) USA Routing and transit number
getOFXBranchID() - Method in class com.moneydance.apps.md.model.Account
 
getOFXBranchID() - Method in interface com.moneydance.apps.md.model.OnlineAccountProxy
 
getOFXBrokerID() - Method in class com.moneydance.apps.md.model.Account
 
getOFXBrokerID() - Method in class com.moneydance.apps.md.model.InvestmentAccount
 
getOFXBrokerID() - Method in interface com.moneydance.apps.md.model.OnlineAccountProxy
 
getOFXLastTxnUpdate() - Method in class com.moneydance.apps.md.model.Account
 
getOFXLastTxnUpdate() - Method in interface com.moneydance.apps.md.model.OnlineAccountProxy
Get the date of the last transaction download.
getOFXRoutingNumber() - Method in interface com.moneydance.apps.md.model.OnlineAccountProxy
 
getOFXTxnType() - Method in class com.moneydance.apps.md.model.OnlineTxn
Gets the OFX transaction type for this transaction.
getOldShares() - Method in class com.moneydance.apps.md.model.CurrencyType.StockSplit
 
getOnlineAvailBalance() - Method in class com.moneydance.apps.md.model.Account
Returns the available balance that was acquired from an online source, or zero if no balance was acquired.
getOnlineAvailBalanceDate() - Method in class com.moneydance.apps.md.model.Account
Returns the 'as of' date for the available balance that was acquired from an online source, or zero if no balance was acquired.
getOnlineInfo() - Method in class com.moneydance.apps.md.model.RootAccount
 
getOnlineLedgerBalance() - Method in class com.moneydance.apps.md.model.Account
Returns the ledger balance that was acquired from an online source, or zero if no balance was acquired.
getOnlineLedgerBalanceDate() - Method in class com.moneydance.apps.md.model.Account
Returns the 'as of' date for the ledger balance that was acquired from an online source, or zero if no balance was acquired.
getOptionAction() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getOptionPrice() - Method in class com.moneydance.apps.md.model.SecurityAccount
Holds the price of an option.
getOtherTxn(int) - Method in class com.moneydance.apps.md.model.AbstractTxn
Get the transaction that make up the other side of this transaction at the specified index.
getOtherTxn(int) - Method in class com.moneydance.apps.md.model.ParentTxn
Return the "other transaction" at the specified index.
getOtherTxn(int) - Method in class com.moneydance.apps.md.model.SplitTxn
Return the "other transaction" for this split.
getOtherTxnCount() - Method in class com.moneydance.apps.md.model.AbstractTxn
Get the number of transactions from the "other side" of this transaction.
getOtherTxnCount() - Method in class com.moneydance.apps.md.model.ParentTxn
Return the number of "other transactions".
getOtherTxnCount() - Method in class com.moneydance.apps.md.model.SplitTxn
Return the number of "other transactions".
getOverdueItems(Calendar) - Method in class com.moneydance.apps.md.model.ReminderSet
 
getPadX() - Method in class com.moneydance.awt.Packer
 
getPadY() - Method in class com.moneydance.awt.Packer
 
getPageForRef(String) - Method in class com.moneydance.util.HTTPCommunicator
This method will take a url (as a string) as an input and return the body of the page that is returned.
getPageForRef(String, int, String) - Method in class com.moneydance.util.HTTPCommunicator
This method will take a url (as a string) as an input and return the body of the page that is returned.
getParameter(String) - Method in class com.moneydance.apps.md.model.Account
 
getParameter(String, String) - Method in class com.moneydance.apps.md.model.Account
Get the specified parameter name.
getParameter(String, String) - Method in class com.moneydance.apps.md.model.AddressBook.AddressEntry
Get the string value that was associated with the given key.
getParameterCount() - Method in class com.moneydance.apps.md.model.Account
Get an enumeration of the keys of this accounts parameters
getParameterKeys() - Method in class com.moneydance.apps.md.model.Account
 
getParentAccount() - Method in class com.moneydance.apps.md.model.Account
 
getParentAmount() - Method in class com.moneydance.apps.md.model.SplitTxn
Get the amount of this transaction in terms of the currency of the parent transaction.
getParentTxn() - Method in class com.moneydance.apps.md.model.AbstractTxn
Get the ParentTxn of this transfer.
getParentTxn() - Method in class com.moneydance.apps.md.model.ParentTxn
Get the ParentTxn of this transfer.
getParentTxn() - Method in class com.moneydance.apps.md.model.SplitTxn
Get the ParentTxn for which this is a split.
getPasswdCanHaveSpaces(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
getPasswdCanHaveSpecialChars(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
getPasswdCaseSensitive(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
getPasswdCharType(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
getPasswdType(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
getPastDueDates(Calendar) - Method in class com.moneydance.apps.md.model.Reminder
Return a Vector containing a list off Date objects for which this Reminder has been scheduled but not yet acknowledged.
getPath() - Method in class com.moneydance.apps.md.model.Account
Get an array of the accounts leading up to this account, starting at the RootAccount.
getPattern() - Method in class com.moneydance.util.CustomDateFormat
 
getPayee(int) - Method in class com.moneydance.apps.md.model.OnlinePayeeList
Get a payee object for the payee at the specified index.
getPayeeByListID(String) - Method in class com.moneydance.apps.md.model.OnlinePayeeList
 
getPayeeCount() - Method in class com.moneydance.apps.md.model.OnlinePayeeList
Get the number of online services that the user has access to.
getPayeeForPayment(OnlineAccountProxy, OnlinePayment) - Method in class com.moneydance.apps.md.model.OnlineService
Get the payee object that is associated with the given payment.
getPayeeID() - Method in interface com.moneydance.apps.md.model.OnlineExtdPayeeInterface
Get the ID of the payee.
getPayeeID() - Method in class com.moneydance.apps.md.model.OnlinePayee
Gets the ID used to identify this payee either globally or within the user's list of payees with this FI.
getPayeeID() - Method in class com.moneydance.apps.md.model.OnlinePayment
Gets the ID used to identify this payee either globally or within the user's list of payees with this FI.
getPayeeID() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getPayeeIDScope() - Method in interface com.moneydance.apps.md.model.OnlineExtdPayeeInterface
Gets the scope of the payee ID...
getPayeeIDScope() - Method in class com.moneydance.apps.md.model.OnlinePayee
Gets the scope of the payee ID...
getPayeeIDScope() - Method in interface com.moneydance.apps.md.model.OnlinePayeeInterface
 
getPayeeIDScope() - Method in class com.moneydance.apps.md.model.OnlinePayment
Gets the scope of the payee ID...
getPayeeIDScope() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getPayeeListID() - Method in class com.moneydance.apps.md.model.OnlinePayee
 
getPayeeListID() - Method in class com.moneydance.apps.md.model.OnlinePayment
 
getPayeeListSyncToken() - Method in class com.moneydance.apps.md.model.OnlinePayeeList
 
getPayeeListSyncToken(OnlineAccountProxy) - Method in class com.moneydance.apps.md.model.OnlineService
 
getPayeeName() - Method in interface com.moneydance.apps.md.model.OnlineExtdPayeeInterface
Get the name of the payee
getPayeeName() - Method in class com.moneydance.apps.md.model.OnlinePayee
 
getPayeeName() - Method in interface com.moneydance.apps.md.model.OnlinePayeeInterface
 
getPayeeName() - Method in class com.moneydance.apps.md.model.OnlinePayment
 
getPayeeName() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getPayees(OnlineAccountProxy) - Method in class com.moneydance.apps.md.model.OnlineService
 
getPayment(int) - Method in class com.moneydance.apps.md.model.OnlinePaymentList
Get a service object for the service at the specified index.
getPaymentByID(String) - Method in class com.moneydance.apps.md.model.OnlinePaymentList
 
getPaymentCount() - Method in class com.moneydance.apps.md.model.OnlinePaymentList
Get the number of online services that the user has access to.
getPaymentDate() - Method in class com.moneydance.apps.md.model.OnlinePayment
Gets the date of this payment.
getPaymentExtdBookingTxt() - Method in class com.moneydance.apps.md.model.OnlinePayment
Get the text that should appear on the statement for this payment, if the server supports extended payment info.
getPaymentExtdDesc() - Method in class com.moneydance.apps.md.model.OnlinePayment
Get the description for this payment, if the server supports extended payment info.
getPaymentFor() - Method in class com.moneydance.apps.md.model.OnlinePayment
Get the name of the person whom this payment is for.
getPaymentID() - Method in class com.moneydance.apps.md.model.OnlinePayment
 
getPaymentListSyncToken() - Method in class com.moneydance.apps.md.model.OnlinePaymentList
 
getPaymentListSyncToken(OnlineAccountProxy) - Method in class com.moneydance.apps.md.model.OnlineService
 
getPaymentOnBehalfOf() - Method in class com.moneydance.apps.md.model.OnlinePayment
Get the on-behalf-of for this payment, if the server supports extended payment info.
getPaymentReason() - Method in class com.moneydance.apps.md.model.OnlinePayment
Get the reason for this payment, if the server supports extended payment info.
getPayments(OnlineAccountProxy) - Method in class com.moneydance.apps.md.model.OnlineService
 
getPaymentsPerYear() - Method in class com.moneydance.apps.md.model.LoanAccount
 
getPaymentStatus() - Method in class com.moneydance.apps.md.model.OnlinePayment
 
getPerShareSalesNet(AbstractTxn) - Static method in class com.moneydance.apps.md.model.InvestUtil
 
getPhone() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
getPhone() - Method in class com.moneydance.apps.md.model.OnlinePayee
 
getPhone() - Method in interface com.moneydance.apps.md.model.OnlinePayeeInterface
 
getPhone() - Method in class com.moneydance.apps.md.model.OnlinePayment
 
getPhone() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getPhoneNumber() - Method in class com.moneydance.apps.md.model.AddressBook.AddressEntry
 
getPoints() - Method in class com.moneydance.apps.md.model.LoanAccount
 
getPopupMenu() - Method in class com.moneydance.awt.QuickSearchField
Gets the JPopupMenu, this is show if the user clicks on the searchIcon
getPositionType() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getPostalCode() - Method in class com.moneydance.apps.md.model.OnlinePayee
 
getPostalCode() - Method in interface com.moneydance.apps.md.model.OnlinePayeeInterface
 
getPostalCode() - Method in class com.moneydance.apps.md.model.OnlinePayment
 
getPostalCode() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getPreferredSize() - Method in class com.moneydance.awt.ImagePanel
 
getPreferredSize() - Method in class com.moneydance.awt.JCurrencyField
 
getPreferredSize() - Method in class com.moneydance.awt.JDateField
 
getPreferredSize() - Method in class com.moneydance.awt.JRateField
 
getPreferredSize() - Method in class com.moneydance.awt.JTextPanel
 
getPreferredSize() - Method in class com.moneydance.awt.QuickSearchField
 
getPreferredSize() - Method in class com.moneydance.awt.SlidePanel
 
getPreferredSize() - Method in class com.moneydance.awt.ThermometerGraph
 
getPreferredSortAscending(boolean) - Method in class com.moneydance.apps.md.model.Account
 
getPreferredSortOrder(int) - Method in class com.moneydance.apps.md.model.Account
 
getPreferredTwoLines(boolean) - Method in class com.moneydance.apps.md.model.Account
 
getPrefix() - Method in class com.moneydance.apps.md.model.CurrencyType
 
getProtocolType() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getPublicMetaData() - Method in class com.moneydance.apps.md.model.RootAccount
Return public metadata about this set of accounts.
getPut() - Method in class com.moneydance.apps.md.model.SecurityAccount
Holds whether an option is a put or a call true - put; false - call
getRate() - Method in class com.moneydance.apps.md.model.SplitTxn
Get the rate for the transaction.
getRawRate(CurrencyType, CurrencyType, long) - Static method in class com.moneydance.apps.md.model.CurrencyTable
Deprecated. use CurrencyUtil.getRawRate(CurrencyType, CurrencyType, int) instead
getRawRate(CurrencyType, CurrencyType) - Static method in class com.moneydance.apps.md.model.CurrencyTable
Deprecated. use CurrencyUtil.getRawRate(CurrencyType, CurrencyType) instead
getRawRate(CurrencyType, CurrencyType, double) - Static method in class com.moneydance.apps.md.model.CurrencyTable
Convert the given user-identifiable rate to the 'raw' rate used to exchange amounts between the given two currencies.
getRawRate() - Method in class com.moneydance.apps.md.model.CurrencyType
Get the rate of this currency relative to the base currency.
getRawRate() - Method in class com.moneydance.apps.md.model.CurrencyType.Snapshot
Get the rate used to compute values in different currencies
getRawRate(CurrencyType, CurrencyType, int) - Static method in class com.moneydance.apps.md.model.CurrencyUtil
Get the raw (adjusted for decimal place differences) rate between the two currencies.
getRawRate(CurrencyType, CurrencyType) - Static method in class com.moneydance.apps.md.model.CurrencyUtil
Get the raw (adjusted for decimal place differences) rate between the two currencies.
getRawRate(CurrencyType, CurrencyType, double) - Static method in class com.moneydance.apps.md.model.CurrencyUtil
Convert the given user-identifiable rate to the 'raw' rate used to exchange amounts between the given two currencies.
getRawRateByDate(long) - Method in class com.moneydance.apps.md.model.CurrencyType
Deprecated. use getRawRateByDateInt(int) instead
getRawRateByDateInt(int) - Method in class com.moneydance.apps.md.model.CurrencyType
Get the last known raw rate for this currency at the given time.
getRealms() - Method in class com.moneydance.apps.md.model.OnlineService
 
getRecalcBalances() - Method in class com.moneydance.apps.md.model.RootAccount
 
getReconcilingBalance() - Method in class com.moneydance.apps.md.model.Account
 
getRecurringPmtRef() - Method in class com.moneydance.apps.md.model.OnlinePayment
 
getRecursiveBalance() - Method in class com.moneydance.apps.md.model.Account
Gets the balance for this account and all sub-accounts, converting the currencies of the sub-accounts at the current exchange rate.
getRecursiveClearedBalance() - Method in class com.moneydance.apps.md.model.Account
Gets the cleared balance for this account and all sub-accounts, converting the currencies of the sub-accounts at the current exchange rate.
getRecursiveCurrentBalance() - Method in class com.moneydance.apps.md.model.Account
Gets the current balance for this account and all sub-accounts, converting the currencies of the sub-accounts at the current exchange rate.
getRecursiveReconcilingBalance() - Method in class com.moneydance.apps.md.model.Account
Gets the reconciling balance for this account and all sub-accounts, converting the currencies of the sub-accounts at the current exchange rate.
getRecursiveStartBalance() - Method in class com.moneydance.apps.md.model.Account
Gets the starting balance for this account and all sub-accounts, converting the currencies of the sub-accounts at the appropriate exchange rate.
getRecursiveUserBalance() - Method in class com.moneydance.apps.md.model.Account
Gets the balance for this account and all sub-accounts, converting the currencies of the sub-accounts at the appropriate exchange rate.
getRecursiveUserClearedBalance() - Method in class com.moneydance.apps.md.model.Account
Gets the cleared balance for this account and all sub-accounts, converting the currencies of the sub-accounts at the appropriate exchange rate.
getRecursiveUserCurrentBalance() - Method in class com.moneydance.apps.md.model.Account
Gets the current balance for this account and all sub-accounts, converting the currencies of the sub-accounts at the appropriate exchange rate.
getRecursiveUserReconcilingBalance() - Method in class com.moneydance.apps.md.model.Account
Gets the reconciling balance for this account and all sub-accounts, converting the currencies of the sub-accounts at the appropriate exchange rate.
getRecursiveUserStartBalance() - Method in class com.moneydance.apps.md.model.Account
Gets the starting balance for this account and all sub-accounts, converting the currencies of the sub-accounts at the appropriate exchange rate.
getRefNum() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getReinvest() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getRelatedTradeID() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getRelatedTradeType() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getRelativePrice(CurrencyType, CurrencyType, long) - Method in class com.moneydance.apps.md.model.CurrencyTable
Deprecated. use getRelativePrice(CurrencyType, CurrencyType, int) instead
getRelativePriceInt(CurrencyType, CurrencyType, int) - Method in class com.moneydance.apps.md.model.CurrencyTable
Get the price (going rate) for currency curr1 in terms of curr2 on the given date.
getRemainX() - Method in class com.moneydance.awt.Packer
 
getRemainY() - Method in class com.moneydance.awt.Packer
 
getReminder() - Method in class com.moneydance.apps.md.model.LoanAccount
 
getReminder(int) - Method in class com.moneydance.apps.md.model.ReminderSet
 
getReminderCount() - Method in class com.moneydance.apps.md.model.ReminderSet
 
getReminderSet() - Method in class com.moneydance.apps.md.model.RootAccount
Get the set of reminders that are associated with this data set.
getRemindersOnDay(Calendar) - Method in class com.moneydance.apps.md.model.ReminderSet
 
getReminderType() - Method in class com.moneydance.apps.md.model.BasicReminder
 
getReminderType() - Method in class com.moneydance.apps.md.model.Reminder
 
getReminderType() - Method in class com.moneydance.apps.md.model.TransactionReminder
 
getRepeatDaily() - Method in class com.moneydance.apps.md.model.Reminder
 
getRepeatMonthly() - Method in class com.moneydance.apps.md.model.Reminder
 
getRepeatMonthlyModifier() - Method in class com.moneydance.apps.md.model.Reminder
 
getRepeatWeeklyDays() - Method in class com.moneydance.apps.md.model.Reminder
 
getRepeatWeeklyModifier() - Method in class com.moneydance.apps.md.model.Reminder
 
getRepeatYearly() - Method in class com.moneydance.apps.md.model.Reminder
 
getRootAccount() - Method in interface com.moneydance.apps.md.controller.FeatureModuleContext
Returns the root account object.
getRootAccount() - Method in class com.moneydance.apps.md.model.Account
 
getRoutingNumber() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
getSearchIcon() - Method in class com.moneydance.awt.QuickSearchField
Gets the search icon
getSearchIconPressed() - Method in class com.moneydance.awt.QuickSearchField
Gets the pressed search icon
getSecListCanDownloadSecurities() - Method in class com.moneydance.apps.md.model.OnlineService
Get whether or not the server can provide securities
getSecuredOption() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getSecurityID() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getSecurityIDType() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getSecurityPart(ParentTxn) - Static method in class com.moneydance.apps.md.model.TxnUtil
Get the part of the transaction that goes to a security account.
getSecurityType() - Method in class com.moneydance.apps.md.model.SecurityAccount
 
getSellReason() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getSellType() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getServerTxnID() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getService(int) - Method in class com.moneydance.apps.md.model.OnlineInfo
Get a service object for the service at the specified index.
getServiceById(String) - Method in class com.moneydance.apps.md.model.OnlineInfo
 
getServiceCount() - Method in class com.moneydance.apps.md.model.OnlineInfo
Get the number of online services that the user has access to.
getServiceId() - Method in class com.moneydance.apps.md.model.OnlineService
 
getServiceType() - Method in class com.moneydance.apps.md.model.OnlineService
 
getSharePrice() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getSharesPerContract() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getSIC() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getSignupAcctsAvail() - Method in class com.moneydance.apps.md.model.OnlineService
 
getSignupCanActivateAcct() - Method in class com.moneydance.apps.md.model.OnlineService
 
getSignupCanChgUserInfo() - Method in class com.moneydance.apps.md.model.OnlineService
 
getSignupCanPreauth() - Method in class com.moneydance.apps.md.model.OnlineService
 
getSignupClientAcctNumReq() - Method in class com.moneydance.apps.md.model.OnlineService
set whether or not an account number is required for client enrollment.
getSignupViaClient() - Method in class com.moneydance.apps.md.model.OnlineService
 
getSignupViaOther() - Method in class com.moneydance.apps.md.model.OnlineService
 
getSignupViaOtherMsg() - Method in class com.moneydance.apps.md.model.OnlineService
 
getSignupViaWeb() - Method in class com.moneydance.apps.md.model.OnlineService
 
getSignupViaWebUrl() - Method in class com.moneydance.apps.md.model.OnlineService
get the url to be used for web-based enrollment.
getSize() - Method in class com.moneydance.apps.md.model.AddressBook
 
getSize() - Method in class com.moneydance.apps.md.model.TxnSet
 
getSnapshot(int) - Method in class com.moneydance.apps.md.model.CurrencyType
 
getSnapshotCount() - Method in class com.moneydance.apps.md.model.CurrencyType
 
getSortedTags() - Method in class com.moneydance.apps.md.model.TxnTagSet
Return a list of the tags in sorted order
getSourceFile() - Method in class com.moneydance.apps.md.controller.FeatureModule
Gets the file from which the extension was loaded, if any.
getSplit(int) - Method in class com.moneydance.apps.md.model.ParentTxn
Return the split for this transaction at the given index.
getSplitAdjustedRelativePrice(CurrencyType, CurrencyType, long) - Method in class com.moneydance.apps.md.model.CurrencyTable
Deprecated. use CurrencyUtil.getSplitAdjustedRelativePrice(...) instead
getSplitAdjustedRelativeUserPrice(CurrencyType, CurrencyType, int) - Static method in class com.moneydance.apps.md.model.CurrencyUtil
Get the price (going rate) for currency curr1 in terms of curr2 on the given date.
getSplitCount() - Method in class com.moneydance.apps.md.model.ParentTxn
Return the number of splits for this transaction.
getSplitRatio() - Method in class com.moneydance.apps.md.model.CurrencyType.StockSplit
 
getStartBalance() - Method in class com.moneydance.apps.md.model.Account
 
getStartDateInt() - Method in class com.moneydance.apps.md.controller.DateRange
 
getState() - Method in class com.moneydance.apps.md.model.OnlinePayee
 
getState() - Method in interface com.moneydance.apps.md.model.OnlinePayeeInterface
 
getState() - Method in class com.moneydance.apps.md.model.OnlinePayment
 
getState() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getStatus() - Method in class com.moneydance.apps.md.model.AbstractTxn
Get the status associated with this transaction.
getStatusChar() - Method in class com.moneydance.apps.md.model.AbstractTxn
Get a character that indicates the status of this transaction
getStockSplit(int) - Method in class com.moneydance.apps.md.model.CurrencyType
 
getStockSplitCount() - Method in class com.moneydance.apps.md.model.CurrencyType
 
getStockSplitDenominator() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getStockSplitExtraCash() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getStockSplitNewUnits() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getStockSplitNumerator() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getStockSplitOldUnits() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getStopChkCanUseDescription() - Method in class com.moneydance.apps.md.model.OnlineService
 
getStopChkCanUseRange() - Method in class com.moneydance.apps.md.model.OnlineService
 
getStopChkFee() - Method in class com.moneydance.apps.md.model.OnlineService
 
getStopChkProcessingDaysOff() - Method in class com.moneydance.apps.md.model.OnlineService
 
getStopChkProcessingEndTime() - Method in class com.moneydance.apps.md.model.OnlineService
 
getStr(Object, String) - Method in class com.moneydance.util.StreamTable
Get the string value associated with the given key.
getStrikePrice() - Method in class com.moneydance.apps.md.model.SecurityAccount
Holds the strike price of an option
getStringFromDate(Date) - Method in class com.moneydance.awt.JDateField
 
getStringFromDateInt(int) - Method in class com.moneydance.awt.JDateField
 
getStrList(Object) - Method in class com.moneydance.util.StreamTable
Get the list of strings associated with the given key.
getSubAccount(int) - Method in class com.moneydance.apps.md.model.Account
 
getSubAccountCount() - Method in class com.moneydance.apps.md.model.Account
Get the number of sub-accounts in this account.
getSubAccountFrom() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getSubAccountFund() - Method in class com.moneydance.apps.md.model.OnlineTxn
Returns the sub-account label for this transaction.
getSubAccounts() - Method in class com.moneydance.apps.md.model.Account
 
getSubAccountTo() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getSubAccountType() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getSubject() - Method in class com.moneydance.apps.md.model.OnlineMail
 
getSuffix() - Method in class com.moneydance.apps.md.model.CurrencyType
 
getTable() - Method in class com.moneydance.apps.md.model.AddressBook.AddressEntry
 
getTable() - Method in class com.moneydance.apps.md.model.CurrencyType
Returns the currency table that this currency is a part of.
getTable() - Method in class com.moneydance.apps.md.model.OnlineService
 
getTag(String) - Method in class com.moneydance.apps.md.model.AbstractTxn
Get the value associated with the given key (if any) in this transaction's set of tags.
getTag(String, String) - Method in class com.moneydance.apps.md.model.AbstractTxn
Get the value associated with the given key in this transactions set of tags.
getTag(String) - Method in class com.moneydance.apps.md.model.CurrencyType
Get the value associated with the given key (if any) in this reminder's set of tags.
getTag(String) - Method in class com.moneydance.apps.md.model.TagSet
Get the value associated with the given key (if any) in this transaction's set of tags.
getTagAt(int) - Method in class com.moneydance.apps.md.model.TagSet
Get the tag at the specified location.
getTagCount() - Method in class com.moneydance.apps.md.model.TagSet
Get the number of tags for this transaction.
getTags() - Method in class com.moneydance.apps.md.model.AbstractTxn
 
getTags() - Method in class com.moneydance.apps.md.model.CurrencyType
 
getTags() - Method in class com.moneydance.apps.md.model.Reminder
 
getTagsForIDString(String) - Method in class com.moneydance.apps.md.model.TxnTagSet
Get the tags that identified in the given tagset string.
getTagsForTxn(AbstractTxn) - Method in class com.moneydance.apps.md.model.TxnTagSet
Get the tags that are associated with the given transaction.
getTaxCategory() - Method in class com.moneydance.apps.md.model.Account
Get the identifier that indicates which (if any) tax category this account is associated with.
getTaxDate() - Method in class com.moneydance.apps.md.model.AbstractTxn
Deprecated. use getTaxDateInt() instead
getTaxDate() - Method in class com.moneydance.apps.md.model.ParentTxn
Deprecated. use getTaxDateInt() instead
getTaxDate() - Method in class com.moneydance.apps.md.model.SplitTxn
Deprecated. use getTaxDateInt() instead!
getTaxDateInt() - Method in class com.moneydance.apps.md.model.AbstractTxn
Get the date of this transaction for tax purposes.
getTaxDateInt() - Method in class com.moneydance.apps.md.model.ParentTxn
Return the tax date encoded as an integer with decimal form YYYYMMDD
getTaxDateInt() - Method in class com.moneydance.apps.md.model.SplitTxn
Get the date of this transaction for tax purposes.
getTaxes() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getTaxExempt() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getTechServicePhone() - Method in class com.moneydance.apps.md.model.OnlineService
 
getText() - Method in class com.moneydance.awt.JCurrencyField
 
getText() - Method in class com.moneydance.awt.JRateField
 
getTickerSymbol() - Method in class com.moneydance.apps.md.model.CurrencyType
 
getTo() - Method in class com.moneydance.apps.md.model.OnlineMail
 
getTOCCAccountNum() - Method in interface com.moneydance.apps.md.model.OnlineCCAcctToInterface
get info identifying the account to transfer the money to/from if this was a transfer to/from a credit card.
getTOCCAccountNum() - 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 credit card.
getTopmostParent(Component) - Static method in class com.moneydance.awt.AwtUtil
 
getTotalAmount() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getTransaction() - Method in class com.moneydance.apps.md.model.TransactionReminder
 
getTransactionCount() - Method in class com.moneydance.apps.md.model.TransactionSet
 
getTransactionSet() - Method in class com.moneydance.apps.md.model.RootAccount
Get the set of all transactions.
getTransactionsForAccount(Account) - Method in class com.moneydance.apps.md.model.TransactionSet
Get all of the transactions that are in the specified account
getTransferAccount() - Method in class com.moneydance.apps.md.model.BudgetItem
Returns the specific category or account from or to which funds will be moved.
getTransferDirection() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getTransferType() - Method in class com.moneydance.apps.md.model.AbstractTxn
Get the type of transaction.
getTransferType() - Method in class com.moneydance.apps.md.model.ParentTxn
Get the type of transfer.
getTransferType() - Method in class com.moneydance.apps.md.model.SplitTxn
Get the type of transaction.
getTxn(int) - Method in class com.moneydance.apps.md.model.OnlineTxnList
Get a service object for the service at the specified index.
getTxn(int) - Method in class com.moneydance.apps.md.model.TxnSet
 
getTxnAt(int) - Method in class com.moneydance.apps.md.model.TxnSet
 
getTxnByID(long) - Method in class com.moneydance.apps.md.model.TransactionSet
 
getTxnByID(long) - Method in class com.moneydance.apps.md.model.TxnSet
 
getTxnCount() - Method in class com.moneydance.apps.md.model.OnlineTxnList
Get the number of online services that the user has access to.
getTxnId() - Method in class com.moneydance.apps.md.model.AbstractTxn
Get the transaction ID.
getTxnsForAllAccounts() - Method in class com.moneydance.apps.md.model.TransactionSet
Get all of the transactions in a copy of the current transaction list
getTxnTagSet() - Method in class com.moneydance.apps.md.model.RootAccount
Get the set of tags that can be associated with transactions.
getTxnType() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getType() - Method in class com.moneydance.apps.md.model.OnlinePayment
 
getUniqueCurrId(String) - Method in class com.moneydance.apps.md.model.CurrencyTable
 
getUpdatedFIId() - Method in class com.moneydance.apps.md.model.OnlineService
 
getUpdatedFIOrg() - Method in class com.moneydance.apps.md.model.OnlineService
 
getUseBPFileUIDs() - Method in class com.moneydance.apps.md.model.OnlineService
Return true iff the OFX client should use the FILEUID mechanism for bill payment messages.
getUseHTML() - Method in class com.moneydance.apps.md.model.OnlineMail
 
getUserBalance() - Method in class com.moneydance.apps.md.model.Account
 
getUserCanChangePIN(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
getUserClearedBalance() - Method in class com.moneydance.apps.md.model.Account
 
getUserCurrentBalance() - Method in class com.moneydance.apps.md.model.Account
 
getUserDailyHigh() - Method in class com.moneydance.apps.md.model.CurrencyType.Snapshot
Get the highest rate recorded on the date of this snapshot (used only for securities)
getUserDailyLow() - Method in class com.moneydance.apps.md.model.CurrencyType.Snapshot
Get the lowest rate recorded on the date of this snapshot (used only for securities)
getUserID() - Method in class com.moneydance.apps.md.model.OnlineMail
 
getUserId(String, OnlineAccountProxy) - Method in class com.moneydance.apps.md.model.OnlineService
Get the best user ID to use with the given realm and account.
getUserRate(CurrencyType, CurrencyType, long) - Static method in class com.moneydance.apps.md.model.CurrencyTable
Deprecated. use CurrencyUtil.getUserRate(CurrencyType, CurrencyType, int) instead
getUserRate(CurrencyType, CurrencyType, double) - Static method in class com.moneydance.apps.md.model.CurrencyTable
Convert the given raw rate to the user-identifiable rate used to exchange amounts between the given two currencies.
getUserRate(CurrencyType, CurrencyType) - Static method in class com.moneydance.apps.md.model.CurrencyTable
 
getUserRate() - Method in class com.moneydance.apps.md.model.CurrencyType
Get the rate of this currency relative to the base currency
getUserRate() - Method in class com.moneydance.apps.md.model.CurrencyType.Snapshot
Get the closing rate for the given day
getUserRate(CurrencyType, CurrencyType, int) - Static method in class com.moneydance.apps.md.model.CurrencyUtil
Get the raw (adjusted for decimal place differences) rate between the two currencies.
getUserRate(CurrencyType, CurrencyType, double) - Static method in class com.moneydance.apps.md.model.CurrencyUtil
Convert the given raw rate to the user-identifiable rate used to exchange amounts between the given two currencies.
getUserRate(CurrencyType, CurrencyType) - Static method in class com.moneydance.apps.md.model.CurrencyUtil
Get the current user-identifiable rate from fromCurrency to toCurrency.
getUserRateByDate(long) - Method in class com.moneydance.apps.md.model.CurrencyType
Deprecated. use getUserRateByDateInt(int) instead
getUserRateByDateInt(int) - Method in class com.moneydance.apps.md.model.CurrencyType
Return the user rate as of the given date.
getUserReconcilingBalance() - Method in class com.moneydance.apps.md.model.Account
 
getUserStartBalance() - Method in class com.moneydance.apps.md.model.Account
 
getUsesAverageCost() - Method in class com.moneydance.apps.md.model.SecurityAccount
Holds method of figuring cost basis: true is avg.
getValue() - Method in class com.moneydance.apps.md.model.AbstractTxn
Get the value of this transaction, in the currency assigned to the account for this transaction.
getValue() - Method in class com.moneydance.apps.md.model.ParentTxn
Get the value of this transaction in the currency assigned to the account that is associated with this transaction.
getValue() - Method in class com.moneydance.apps.md.model.SplitTxn
Get the amount that this transaction affects the account of the this transaction.
getValue() - Method in class com.moneydance.apps.md.model.Tag
 
getValue() - Method in class com.moneydance.awt.JCurrencyField
Get the value of the field as an amount in the current currency.
getValue() - Method in class com.moneydance.awt.JRateField
 
getVector() - Method in class com.moneydance.apps.md.model.TxnSet
 
getVendor() - Method in class com.moneydance.apps.md.controller.FeatureModule
Get the name of the person or entity that created this extension.
getVendorURL() - Method in class com.moneydance.apps.md.controller.FeatureModule
Get the URL of the person or entity that created this extension.
getVersion() - Method in interface com.moneydance.apps.md.controller.FeatureModuleContext
Returns the string representation of the current version of Moneydance.
getWeightX() - Method in class com.moneydance.awt.Packer
 
getWeightY() - Method in class com.moneydance.awt.Packer
 
getWindow(Component) - Static method in class com.moneydance.awt.AwtUtil
 
getWitholding() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getXfrPart(ParentTxn) - Static method in class com.moneydance.apps.md.model.TxnUtil
Get the part of the transaction that goes to another bank account.
getXLeftRelative() - Method in class com.moneydance.awt.Packer
 
getXRightRelative() - Method in class com.moneydance.awt.Packer
 
getYBottomRelative() - Method in class com.moneydance.awt.Packer
 
getYTopRelative() - Method in class com.moneydance.awt.Packer
 
GIFEncoder - Class in com.moneydance.awt
GIFEncoder is a class which takes an image and saves it to a stream using the GIF file format (Graphics Interchange Format).
GIFEncoder(Image) - Constructor for class com.moneydance.awt.GIFEncoder
Construct a GIFEncoder.
GIFEncoder(byte[][], byte[][], byte[][]) - Constructor for class com.moneydance.awt.GIFEncoder
Construct a GIFEncoder.
gotoFirstDayInMonth() - Method in class com.moneydance.awt.JDateField
 
gotoFirstDayInYear() - Method in class com.moneydance.awt.JDateField
 
gotoLastDayInMonth() - Method in class com.moneydance.awt.JDateField
 
gotoLastDayInYear() - Method in class com.moneydance.awt.JDateField
 
gotoToday() - Method in class com.moneydance.awt.JDateField
 
GridC - Class in com.moneydance.awt
 
GridC() - Constructor for class com.moneydance.awt.GridC
 
gridh(int) - Method in interface com.moneydance.awt.PackAs
Add gridheight=tot to the constraints for the current component.
gridh(int) - Method in class com.moneydance.awt.Packer
Add gridheight=tot to the constraints for the current component.
gridw(int) - Method in interface com.moneydance.awt.PackAs
Add gridwidth=tot to the constraints for the current component.
gridw(int) - Method in class com.moneydance.awt.Packer
Add gridwidth=tot to the constraints for the current component.
gridx(int) - Method in interface com.moneydance.awt.PackAs
Add gridx=tot to the constraints for the current component.
gridx(int) - Method in class com.moneydance.awt.Packer
Add gridx=tot to the constraints for the current component.
gridy(int) - Method in interface com.moneydance.awt.PackAs
Add gridy=tot to the constraints for the current component.
gridy(int) - Method in class com.moneydance.awt.Packer
Add gridy=tot to the constraints for the current component.
guessCenturyForYear(int) - Static method in class com.moneydance.util.CustomDateFormat
 
guessDecimalType(String) - Static method in class com.moneydance.util.StringUtils
 

H

handleEvent(String) - Method in class com.moneydance.apps.md.controller.FeatureModule
Notifies the extension that the given application event has occurred.
hasBeenAcknowledged(Date) - Method in class com.moneydance.apps.md.model.Reminder
Deprecated. use hasBeenAcknowledgedInt(int) instead
hasBeenAcknowledgedInt(int) - Method in class com.moneydance.apps.md.model.Reminder
Returns true if this reminder has been acknowledged as of the given date.
hasNext() - Method in class com.moneydance.apps.md.model.AccountIterator
 
hasOnlineAvailBalance() - Method in class com.moneydance.apps.md.model.Account
Returns the available balance that was acquired from an online source, or zero if no balance was acquired.
hasOnlineLedgerBalance() - Method in class com.moneydance.apps.md.model.Account
Returns the ledger balance that was acquired from an online source, or zero if no balance was acquired.
hasTxnsForAccount(Account) - Method in class com.moneydance.apps.md.model.TransactionSet
 
hasTxnsForAccount(Account) - Method in class com.moneydance.apps.md.model.TxnSet
 
hideSlideComponent() - Method in class com.moneydance.awt.SlidePanel
If the slide component is currently being shown, slide it out of view.
HomePageView - Interface in com.moneydance.apps.md.view
Interface for a component that is displayed on the home page.
HTTPCommunicator - Class in com.moneydance.util
An incredibly simple method for retrieving a page via HTTP.
HTTPCommunicator() - Constructor for class com.moneydance.util.HTTPCommunicator
Create a new HTTPCommunicator; use a default user-agent string.
HTTPCommunicator(String) - Constructor for class com.moneydance.util.HTTPCommunicator
Create a new HTTPCommunicator; set the user-agent string to the one provided.

I

ImageBorder - Class in com.moneydance.awt
 
ImageBorder() - Constructor for class com.moneydance.awt.ImageBorder
 
ImageBorder(Image, Image, Image, Image, Image, Image, Image, Image) - Constructor for class com.moneydance.awt.ImageBorder
 
ImagePanel - Class in com.moneydance.awt
Panel that displays an image.
ImagePanel(Image) - Constructor for class com.moneydance.awt.ImagePanel
 
ImagePanel(String) - Constructor for class com.moneydance.awt.ImagePanel
 
imageUpdate(Image, int, int, int, int, int) - Method in class com.moneydance.awt.ImagePanel
 
includesType(Account) - Method in class com.moneydance.apps.md.model.AccountTypeSet
Returns true if the type of the given account is in the set.
includesType(int) - Method in class com.moneydance.apps.md.model.AccountTypeSet
Returns true if the given account type is in the set.
IncomeAccount - Class in com.moneydance.apps.md.model
A normal "income" account (aka Income Category) .
IncomeAccount(String, int, CurrencyType, Hashtable, Vector, Account) - Constructor for class com.moneydance.apps.md.model.IncomeAccount
 
incrementDate() - Method in class com.moneydance.awt.DateField
 
incrementDate() - Method in class com.moneydance.awt.JDateField
 
INDEFINITE_END_DATE - Static variable in class com.moneydance.apps.md.model.BudgetItem
 
indexOf(Account) - Method in class com.moneydance.apps.md.model.Account
 
indexOf(BudgetItem) - Method in class com.moneydance.apps.md.model.Budget
Return the position in the item list of the given item
indexOf(Budget) - Method in class com.moneydance.apps.md.model.BudgetList
Return the index of the given budget in the list or -1 if it is not in the list.
indexOf(OnlineMail) - Method in class com.moneydance.apps.md.model.OnlineMailList
returns the index of the given mail message in the list, or -1 if it is not in the list.
indexOf(OnlinePayee) - Method in class com.moneydance.apps.md.model.OnlinePayeeList
returns true if the service information for this service is already in the service list.
indexOf(OnlinePayment) - Method in class com.moneydance.apps.md.model.OnlinePaymentList
returns the index of the given payment in the list of payments, or -1 if the payment is not in the list.
indexOf(OnlineTxn) - Method in class com.moneydance.apps.md.model.OnlineTxnList
returns true if the service information for this service is already in the service list.
indexOf(AbstractTxn) - Method in class com.moneydance.apps.md.model.TxnSet
 
indexOfSplit(SplitTxn) - Method in class com.moneydance.apps.md.model.ParentTxn
Get the index of the specified split, or -1 if the split is not associated with this transaction.
init() - Method in class com.moneydance.apps.md.controller.FeatureModule
Initialize the extension.
insertSortedTransaction(TxnSet, AbstractTxn, int) - Static method in class com.moneydance.apps.md.model.AccountUtil
Inserts the given transaction into the specified array in sorted order.
insertTxnAt(AbstractTxn, int) - Method in class com.moneydance.apps.md.model.TxnSet
 
inset(Insets) - Method in interface com.moneydance.awt.PackAs
Specifies the insets to apply to the component.
inset(int, int, int, int) - Method in interface com.moneydance.awt.PackAs
Specifies the insets to apply to the component.
inset(Insets) - Method in class com.moneydance.awt.Packer
Specify the insets for the component.
inset(int, int, int, int) - Method in class com.moneydance.awt.Packer
Specify the insets for the component.
insets(int, int, int, int) - Method in class com.moneydance.awt.GridC
Set the insets
intersect(DateRange) - Method in class com.moneydance.apps.md.controller.DateRange
Return the intersection of this date range and the given date range
INTERVAL_ANNUALLY - Static variable in class com.moneydance.apps.md.model.BudgetItem
 
INTERVAL_BI_MONTHLY - Static variable in class com.moneydance.apps.md.model.BudgetItem
 
INTERVAL_BI_WEEKLY - Static variable in class com.moneydance.apps.md.model.BudgetItem
 
INTERVAL_DAILY - Static variable in class com.moneydance.apps.md.model.BudgetItem
 
INTERVAL_MONTHLY - Static variable in class com.moneydance.apps.md.model.BudgetItem
 
INTERVAL_NO_REPEAT - Static variable in class com.moneydance.apps.md.model.BudgetItem
 
INTERVAL_SEMI_ANNUALLY - Static variable in class com.moneydance.apps.md.model.BudgetItem
 
INTERVAL_SEMI_MONTHLY - Static variable in class com.moneydance.apps.md.model.BudgetItem
 
INTERVAL_TRI_MONTHLY - Static variable in class com.moneydance.apps.md.model.BudgetItem
 
INTERVAL_TRI_WEEKLY - Static variable in class com.moneydance.apps.md.model.BudgetItem
 
INTERVAL_WEEKLY - Static variable in class com.moneydance.apps.md.model.BudgetItem
 
into(Container) - Method in interface com.moneydance.awt.PackAs
Set the passed container as the container to pack future components into.
into(Container) - Method in class com.moneydance.awt.Packer
This method is used to specify the container that the next component that is added or packed will be placed in.
invertValue(long) - Method in class com.moneydance.apps.md.model.CurrencyType
Convert the given currencyAmount value in this currency to a value in the base currency.
INVEST_TXN_BANK - Static variable in class com.moneydance.apps.md.model.OnlineTxn
 
INVEST_TXN_BUY - Static variable in class com.moneydance.apps.md.model.OnlineTxn
 
INVEST_TXN_DIVIDEND - Static variable in class com.moneydance.apps.md.model.OnlineTxn
 
INVEST_TXN_MISCEXP - Static variable in class com.moneydance.apps.md.model.OnlineTxn
 
INVEST_TXN_MISCINC - Static variable in class com.moneydance.apps.md.model.OnlineTxn
 
INVEST_TXN_NULL - Static variable in class com.moneydance.apps.md.model.OnlineTxn
 
INVEST_TXN_SELL - Static variable in class com.moneydance.apps.md.model.OnlineTxn
 
INVEST_TXN_SPLIT - Static variable in class com.moneydance.apps.md.model.OnlineTxn
 
INVEST_TXN_TRANSFER - Static variable in class com.moneydance.apps.md.model.OnlineTxn
 
InvestmentAccount - Class in com.moneydance.apps.md.model
An account representing an investment account
InvestmentAccount(String, int, CurrencyType, Hashtable, Vector, Account, long) - Constructor for class com.moneydance.apps.md.model.InvestmentAccount
 
InvestUtil - Class in com.moneydance.apps.md.model
Miscellaneous investment functions
invoke(String) - Method in class com.moneydance.apps.md.controller.FeatureModule
This is called when an extension is invoked using a moneydance URI.
isActive() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
isAllNumber(String) - Static method in class com.moneydance.util.StringUtils
 
isAncestorOf(Account) - Method in class com.moneydance.apps.md.model.Account
Returns true if the given account is equal to this account or if it is a direct or indirect sub-account of this account.
isAvailable() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
isBankAccount() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
isBillpayAccount() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
isBorderOpaque() - Method in class com.moneydance.awt.FlexLineBorder
 
isBorderOpaque() - Method in class com.moneydance.awt.ImageBorder
 
isBorderOpaque() - Method in class com.moneydance.awt.QuickSearchField
 
isBorderOpaque() - Method in class com.moneydance.awt.ShadowBorder
 
isCCAccount() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
isCompatibleWith(OnlineAccountInfo, Account) - Static method in class com.moneydance.apps.md.model.AccountUtil
Returns true iff the given online account can be associated with the given local account.
isCostBasisValid(SecurityAccount) - Static method in class com.moneydance.apps.md.model.InvestUtil
 
isCreditCard() - Method in interface com.moneydance.apps.md.model.OnlineAccountProxy
Return true if this account is a credit card account
isDeductible() - Method in class com.moneydance.apps.md.model.ExpenseAccount
 
isDescendantOf(Account) - Method in class com.moneydance.apps.md.model.Account
 
isDirty() - Method in class com.moneydance.apps.md.model.AbstractTxn
Returns true if this transaction has been modified since it was last saved.
isDirty() - Method in class com.moneydance.apps.md.model.Account
Returns true if there has been changes to this account or any child accounts that hasn't been saved.
isDirty() - Method in class com.moneydance.apps.md.model.CurrencyTable
 
isDirty() - Method in class com.moneydance.apps.md.model.CurrencyType
 
isDirty() - Method in class com.moneydance.apps.md.model.Reminder
 
isDirty() - Method in class com.moneydance.apps.md.model.ReminderSet
 
isDirty() - Method in class com.moneydance.apps.md.model.TransactionReminder
 
isDirty() - Method in class com.moneydance.apps.md.model.TransactionSet
 
isEqualTo(AddressBook.AddressEntry) - Method in class com.moneydance.apps.md.model.AddressBook.AddressEntry
 
isIncome() - Method in class com.moneydance.apps.md.model.BudgetItem
Return true if this item is considered an income
isInteger(String) - Static method in class com.moneydance.util.StringUtils
 
isInvestment() - Method in interface com.moneydance.apps.md.model.OnlineAccountProxy
Return true if this account is an investment account
isInvestmentAccount() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
isLeafNode() - Method in class com.moneydance.apps.md.model.Account
 
isLoanReminder() - Method in class com.moneydance.apps.md.model.TransactionReminder
 
isNumeric(String) - Static method in class com.moneydance.util.StringUtils
 
isOnlineBankingCandidate() - Method in class com.moneydance.apps.md.model.Account
Returns true if it is possible to online-enable this account.
isOnlineBillpayCandidate() - Method in class com.moneydance.apps.md.model.Account
Returns true if it is possible to online-enable this account.
isOnlineEnabled() - Method in class com.moneydance.apps.md.model.Account
Returns true if this account is configured for online access.
isPayeeUsable() - Method in class com.moneydance.apps.md.model.OnlinePayee
Gets whether or not any operations (edit/delete/pay) can be performed on this payee.
isPending() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
isRegisterAccount() - Method in class com.moneydance.apps.md.model.Account
 
isSameAs(OnlinePayee) - Method in class com.moneydance.apps.md.model.OnlinePayee
 
isSameAs(OnlinePayment) - Method in class com.moneydance.apps.md.model.OnlinePayment
 
isSameAs(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
isSameAs(OnlineService) - Method in class com.moneydance.apps.md.model.OnlineService
 
isSameAs(OnlineTxn) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
isStreamTable() - Method in interface com.moneydance.util.StreamObject
 
isStreamTable() - Method in class com.moneydance.util.StreamTable
 
isStreamTable() - Method in class com.moneydance.util.StreamVector
 
isStreamVector() - Method in interface com.moneydance.util.StreamObject
 
isStreamVector() - Method in class com.moneydance.util.StreamTable
 
isStreamVector() - Method in class com.moneydance.util.StreamVector
 
isTaxable() - Method in class com.moneydance.apps.md.model.ExpenseAccount
 
isTaxable() - Method in class com.moneydance.apps.md.model.IncomeAccount
 
isTransactionSorted(int, AbstractTxn, TxnSet, int) - Static method in class com.moneydance.apps.md.model.AccountUtil
 
isTransferTo(Account) - Method in class com.moneydance.apps.md.model.AbstractTxn
Check whether or not this transaction includes a transfer to the given account.
isTransferTo(Account) - Method in class com.moneydance.apps.md.model.ParentTxn
Check whether or not this transaction includes a transfer to the given account.
isTransferTo(Account) - Method in class com.moneydance.apps.md.model.SplitTxn
Check whether or not this transaction includes a transfer to the given account.
isUnsavedData() - Method in class com.moneydance.apps.md.model.RootAccount
Returns true if there is data in this account or any child accounts that hasn't been saved.
isValidateRoot() - Method in class com.moneydance.awt.SlidePanel
 

J

JCurrencyField - Class in com.moneydance.awt
 
JCurrencyField(CurrencyType, CurrencyTable, char, char) - Constructor for class com.moneydance.awt.JCurrencyField
 
JCurrencyField(int, CurrencyType, CurrencyTable, char, char) - Constructor for class com.moneydance.awt.JCurrencyField
 
JDateField - Class in com.moneydance.awt
 
JDateField(CustomDateFormat) - Constructor for class com.moneydance.awt.JDateField
 
JDateField(CustomDateFormat, int) - Constructor for class com.moneydance.awt.JDateField
 
JLinkLabel - Class in com.moneydance.awt
 
JLinkLabel(String, Object, int) - Constructor for class com.moneydance.awt.JLinkLabel
 
JLinkListener - Interface in com.moneydance.awt
 
JRateField - Class in com.moneydance.awt
A reusable input field for dates.
JRateField(char) - Constructor for class com.moneydance.awt.JRateField
 
JRateField(int, char) - Constructor for class com.moneydance.awt.JRateField
 
JTextPanel - Class in com.moneydance.awt
Panel used to display multi-line text ------------------------------------------------------------------------ $Author: sreilly $ $Date: 2001/11/13 04:49:24 $ $Revision: 1.13 $
JTextPanel(String) - Constructor for class com.moneydance.awt.JTextPanel
 
JToolbarButton - Class in com.moneydance.awt
 
JToolbarButton(Image) - Constructor for class com.moneydance.awt.JToolbarButton
 
JUnderlineLabel - Class in com.moneydance.awt
 
JUnderlineLabel(String, int) - Constructor for class com.moneydance.awt.JUnderlineLabel
 
JUnderlineLabel(String) - Constructor for class com.moneydance.awt.JUnderlineLabel
 

K

keyPressed(KeyEvent) - Method in class com.moneydance.awt.DateField
 
keyPressed(KeyEvent) - Method in class com.moneydance.awt.JDateField
 
keyReleased(KeyEvent) - Method in class com.moneydance.awt.DateField
 
keyReleased(KeyEvent) - Method in class com.moneydance.awt.JDateField
 
keyTyped(KeyEvent) - Method in class com.moneydance.awt.DateField
 
keyTyped(KeyEvent) - Method in class com.moneydance.awt.JDateField
 

L

LAST_DAY_OF_MONTH - Static variable in class com.moneydance.apps.md.model.Reminder
 
left() - Method in interface com.moneydance.awt.PackAs
Add gridx=RELATIVE to the constraints for the current component.
left() - Method in class com.moneydance.awt.Packer
Add gridx=RELATIVE to the constraints for the current component.
LiabilityAccount - Class in com.moneydance.apps.md.model
An account representing a liability or debt
LiabilityAccount(String, int, CurrencyType, Hashtable, Vector, Account, long) - Constructor for class com.moneydance.apps.md.model.LiabilityAccount
 
linkActivated(Object, InputEvent) - Method in interface com.moneydance.awt.JLinkListener
 
loadImage(Class, String) - Static method in class com.moneydance.awt.AwtUtil
 
loadImage(String) - Static method in class com.moneydance.awt.AwtUtil
 
loadImage(Class, String, Component) - Static method in class com.moneydance.awt.AwtUtil
 
loadTxn(ParentTxn) - Method in class com.moneydance.apps.md.model.TransactionSet
Add the specified transaction to the txn set.
LoanAccount - Class in com.moneydance.apps.md.model
An account representing a loan
LoanAccount(String, int, CurrencyType, Hashtable, Vector, Account, long) - Constructor for class com.moneydance.apps.md.model.LoanAccount
 
looksLikeFormula(String) - Static method in class com.moneydance.util.StringUtils
 

M

main(String[]) - Static method in class com.moneydance.apps.md.controller.DateRange
 
main(String[]) - Static method in class com.moneydance.awt.ShadowBorder
 
main(String[]) - Static method in class com.moneydance.awt.SlidePanel
 
main(String[]) - Static method in class com.moneydance.awt.ThermometerGraph
 
main(String[]) - Static method in class com.moneydance.util.CustomDateFormat
 
main(String[]) - Static method in class com.moneydance.util.HTTPCommunicator
main method to serve as simple tester.
main(String[]) - Static method in class com.moneydance.util.StreamTable
 
main(String[]) - Static method in class com.moneydance.util.StringUtils
 
makeAccount(int, String, CurrencyType, Account) - Static method in class com.moneydance.apps.md.model.Account
 
makeNewTag(String) - Method in class com.moneydance.apps.md.model.TxnTagSet
Construct a new TxnTag with the given name, and add it to the set.
markOnlineTxnsAsOf(Enumeration, int, byte) - Static method in class com.moneydance.apps.md.model.TxnUtil
Mark transactions in the given enumeration with the given status flag if they fall on or before the given date.
matches(StreamTable) - Method in class com.moneydance.apps.md.model.OnlineMail
 
matchPayee(Account, String, boolean, int) - Method in class com.moneydance.apps.md.model.TransactionSet
Return the most recently entered 'numMatches' transactions that match the given description.
matchSplitPayee(Account, String, boolean, int) - Method in class com.moneydance.apps.md.model.TransactionSet
Return the most recently entered 'numMatches' split transactions that match the given description.
MAX_BUDGETS - Static variable in class com.moneydance.apps.md.model.Account
 
MDFileListener - Interface in com.moneydance.apps.md.model
A listener interface that can be registered for callbacks when the state of a file (saved, unsaved, etc) changes.
merge(Hashtable) - Method in class com.moneydance.util.StreamTable
 
mergeDataTables(StreamTable) - Method in class com.moneydance.apps.md.model.OnlineService
This replaces any keys in the built-in service information with the keys and values from the given table.
MESSAGE_TYPE_BANKING - Static variable in class com.moneydance.apps.md.model.OnlineService
 
MESSAGE_TYPE_BILLDIR - Static variable in class com.moneydance.apps.md.model.OnlineService
 
MESSAGE_TYPE_BILLPAY - Static variable in class com.moneydance.apps.md.model.OnlineService
 
MESSAGE_TYPE_CREDITCARD - Static variable in class com.moneydance.apps.md.model.OnlineService
 
MESSAGE_TYPE_EMAIL - Static variable in class com.moneydance.apps.md.model.OnlineService
 
MESSAGE_TYPE_INTERBANKXFR - Static variable in class com.moneydance.apps.md.model.OnlineService
 
MESSAGE_TYPE_INVESTMENT - Static variable in class com.moneydance.apps.md.model.OnlineService
 
MESSAGE_TYPE_PROF - Static variable in class com.moneydance.apps.md.model.OnlineService
 
MESSAGE_TYPE_SECLIST - Static variable in class com.moneydance.apps.md.model.OnlineService
 
MESSAGE_TYPE_SIGNON - Static variable in class com.moneydance.apps.md.model.OnlineService
 
MESSAGE_TYPE_SIGNUP - Static variable in class com.moneydance.apps.md.model.OnlineService
 
MESSAGE_TYPE_WIREXFR - Static variable in class com.moneydance.apps.md.model.OnlineService
 
MILLIS_PER_DAY - Static variable in class com.moneydance.util.Constants
 
Misc - Class in com.moneydance.util
Random useful stuff
Misc() - Constructor for class com.moneydance.util.Misc
 
MONTHLY_EVERY - Static variable in class com.moneydance.apps.md.model.Reminder
 
MONTHLY_EVERY_FOURTH - Static variable in class com.moneydance.apps.md.model.Reminder
 
MONTHLY_EVERY_OTHER - Static variable in class com.moneydance.apps.md.model.Reminder
 
MONTHLY_EVERY_SIXTH - Static variable in class com.moneydance.apps.md.model.Reminder
 
MONTHLY_EVERY_THIRD - Static variable in class com.moneydance.apps.md.model.Reminder
 
mouseClicked(MouseEvent) - Method in class com.moneydance.awt.JLinkLabel
 
mouseClicked(MouseEvent) - Method in class com.moneydance.awt.QuickSearchField
 
mouseDragged(MouseEvent) - Method in class com.moneydance.awt.QuickSearchField
 
mouseEntered(MouseEvent) - Method in class com.moneydance.awt.JLinkLabel
 
mouseEntered(MouseEvent) - Method in class com.moneydance.awt.QuickSearchField
 
mouseExited(MouseEvent) - Method in class com.moneydance.awt.JLinkLabel
 
mouseExited(MouseEvent) - Method in class com.moneydance.awt.QuickSearchField
 
mouseMoved(MouseEvent) - Method in class com.moneydance.awt.QuickSearchField
 
mousePressed(MouseEvent) - Method in class com.moneydance.awt.JLinkLabel
 
mousePressed(MouseEvent) - Method in class com.moneydance.awt.QuickSearchField
 
mouseReleased(MouseEvent) - Method in class com.moneydance.awt.JLinkLabel
 
mouseReleased(MouseEvent) - Method in class com.moneydance.awt.QuickSearchField
 

N

needsFIProfileCheck() - Method in class com.moneydance.apps.md.model.OnlineService
Returns true if the service information needs to be checked.
needsToBePrinted() - Method in class com.moneydance.apps.md.model.AbstractTxn
Returns true if this transaction has been marked as to-be-printed.
NeedToUpgradeWindow - Class in com.moneydance.awt
Modal dialog that alerts the user to the fact that they have an old version of the application.
NeedToUpgradeWindow(Frame, String, String, String, String[]) - Constructor for class com.moneydance.awt.NeedToUpgradeWindow
 
negate - Variable in class com.moneydance.apps.md.model.Account
 
negateAmount() - Method in class com.moneydance.apps.md.model.SplitTxn
Reverses the sign of the amount of the split
newMail() - Method in class com.moneydance.apps.md.model.OnlineMailList
This creates a new mail that is associated with this list and the specified payee.
newPayee() - Method in class com.moneydance.apps.md.model.OnlinePayeeList
This creates a new payee that is associated with this list.
newPayment(OnlinePayee) - Method in class com.moneydance.apps.md.model.OnlinePaymentList
This creates a new payment that is associated with this list and the specified payee.
newTxn() - Method in class com.moneydance.apps.md.model.OnlineTxnList
Add a new transaction.
next() - Method in class com.moneydance.apps.md.model.AccountIterator
 
nextColor() - Method in class com.moneydance.awt.ThermometerGraph
Return the next color in the array
noInsets - Static variable in class com.moneydance.awt.AwtUtil
 
north() - Method in class com.moneydance.awt.GridC
Anchor the component to the north
north() - Method in interface com.moneydance.awt.PackAs
Add anchor=NORTH to the constraints for the current component.
north() - Method in class com.moneydance.awt.Packer
Add anchor=NORTH to the constraints for the current component.
northEast() - Method in class com.moneydance.awt.GridC
Anchor the component to the northeast
northeast() - Method in interface com.moneydance.awt.PackAs
Add anchor=NORTHEAST to the constraints for the current component.
northeast() - Method in class com.moneydance.awt.Packer
Add anchor=NORTHEAST to the constraints for the current component.
northWest() - Method in class com.moneydance.awt.GridC
Anchor the component to the northwest
northwest() - Method in interface com.moneydance.awt.PackAs
Add anchor=NORTHWEST to the constraints for the current component.
northwest() - Method in class com.moneydance.awt.Packer
Add anchor=NORTHWEST to the constraints for the current component.
notifyAccountAdded(Account, Account) - Method in class com.moneydance.apps.md.model.Account
notify all listeners that the specified account has been added.
notifyAccountDeleted(Account, Account) - Method in class com.moneydance.apps.md.model.Account
notify all listeners that the specified account has been deleted.
notifyAccountModified(Account) - Method in class com.moneydance.apps.md.model.Account
notify all listeners that the specified account has been modified.
notifyBalanceChanged(Account) - Method in class com.moneydance.apps.md.model.Account
notify all listeners that a balance in the specified account has changed.
notifyModified() - Method in class com.moneydance.apps.md.model.OnlineService
 
NullTxnFilter - Class in com.moneydance.apps.md.model
Objects of this type define a filter for transactions based on the account that they affect.
NullTxnFilter() - Constructor for class com.moneydance.apps.md.model.NullTxnFilter
 

O

occursOnDate(Calendar) - Method in class com.moneydance.apps.md.model.Reminder
 
OnlineAccountInfo - Class in com.moneydance.apps.md.model
This class includes information that describes an online account.
OnlineAccountInfo() - Constructor for class com.moneydance.apps.md.model.OnlineAccountInfo
 
OnlineAccountProxy - Interface in com.moneydance.apps.md.model
This interface serves as an abstraction for the information associated with a local account.
OnlineBankAcctFromInterface - Interface in com.moneydance.apps.md.model
 
OnlineBankAcctToInterface - Interface in com.moneydance.apps.md.model
 
OnlineCCAcctToInterface - Interface in com.moneydance.apps.md.model
 
OnlineExtdPayeeInterface - Interface in com.moneydance.apps.md.model
 
OnlineInfo - Class in com.moneydance.apps.md.model
This class maintains information about the online connections, logins, and financial institutions that we can connect to.
OnlineInfoListener - Interface in com.moneydance.apps.md.model
 
onlineInfoModified(OnlineInfo) - Method in interface com.moneydance.apps.md.model.OnlineInfoListener
 
onlineInfoModified(OnlineInfo) - Method in class com.moneydance.apps.md.model.RootAccount
 
OnlineMail - Class in com.moneydance.apps.md.model
Simple mail object that describes mails that are stored in the users mail list on the online banking server.
OnlineMailList - Class in com.moneydance.apps.md.model
This class contains a set of mails that are used for online bill-mail.
OnlineMailList(StreamTable) - Constructor for class com.moneydance.apps.md.model.OnlineMailList
 
OnlinePayee - Class in com.moneydance.apps.md.model
Simple payee object that describes payees that are stored in the users payee list on the online banking server.
OnlinePayeeInterface - Interface in com.moneydance.apps.md.model
 
OnlinePayeeList - Class in com.moneydance.apps.md.model
This class contains a set of payees that are used for online bill-payment.
OnlinePayeeListener - Interface in com.moneydance.apps.md.model
 
onlinePayeesModified(OnlinePayeeList) - Method in interface com.moneydance.apps.md.model.OnlinePayeeListener
 
OnlinePayment - Class in com.moneydance.apps.md.model
Simple payment object that describes payments that are stored in the users payment list on the online banking server.
OnlinePaymentList - Class in com.moneydance.apps.md.model
This class contains a set of payments that are used for online bill-payment.
OnlinePaymentList(StreamTable) - Constructor for class com.moneydance.apps.md.model.OnlinePaymentList
 
OnlinePaymentListener - Interface in com.moneydance.apps.md.model
 
onlinePaymentsModified(OnlinePaymentList) - Method in interface com.moneydance.apps.md.model.OnlinePaymentListener
 
OnlineService - Class in com.moneydance.apps.md.model
This class describes one "service" that a user can connect to in order to do "stuff" online.
OnlineService(OnlineInfo, StreamTable) - Constructor for class com.moneydance.apps.md.model.OnlineService
 
OnlineTxn - Class in com.moneydance.apps.md.model
Simple transaction object that holds transactions that are downloaded from a bank, before the transactions can be committed to the local database.
OnlineTxnList - Class in com.moneydance.apps.md.model
This class contains a set of transactions that are used for online banking and bill-payment.
OnlineTxnList(StreamTable) - Constructor for class com.moneydance.apps.md.model.OnlineTxnList
 
OnlineTxnListener - Interface in com.moneydance.apps.md.model
 
onlineTxnsModified(OnlineTxnList) - Method in interface com.moneydance.apps.md.model.OnlineTxnListener
 

P

pack(Component) - Method in interface com.moneydance.awt.PackAs
Creates a new set of constraints to layout the passed Component.
pack(Component) - Method in class com.moneydance.awt.Packer
Establishes a new set of constraints to layout the widget passed.
PackAs - Interface in com.moneydance.awt
This interface is returned/used by the Packer layout manager.
Packer - Class in com.moneydance.awt
The Packer class extends the GridBagLayout to provide a method based interface to this class.
Packer() - Constructor for class com.moneydance.awt.Packer
Create a new Packer instance.
Packer(Container) - Constructor for class com.moneydance.awt.Packer
Creates a new Packer instance that is used to layout the passed container.
padx(int) - Method in class com.moneydance.awt.GridC
Set the internal padding along the X axis
padx(int) - Method in interface com.moneydance.awt.PackAs
Add ipadx=cnt to the constraints for the current component.
padx(int) - Method in class com.moneydance.awt.Packer
Add ipadx=cnt to the constraints for the current component.
pady(int) - Method in class com.moneydance.awt.GridC
Set the internal padding along the Y axis
pady(int) - Method in interface com.moneydance.awt.PackAs
Add ipady=cnt to the constraints for the current component.
pady(int) - Method in class com.moneydance.awt.Packer
Add ipady=cnt to the constraints for the current component.
paint(Graphics) - Method in class com.moneydance.awt.ImagePanel
 
paint(Graphics) - Method in class com.moneydance.awt.JToolbarButton
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.moneydance.awt.FlexLineBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.moneydance.awt.ImageBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.moneydance.awt.QuickSearchField
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.moneydance.awt.ShadowBorder
 
paintComponent(Graphics) - Method in class com.moneydance.awt.JUnderlineLabel
 
paintComponent(Graphics) - Method in class com.moneydance.awt.ThermometerGraph
 
PaperBorder - Class in com.moneydance.awt
 
PaperBorder(boolean, Component) - Constructor for class com.moneydance.awt.PaperBorder
 
PARAM_QIF_TXNID - Static variable in class com.moneydance.apps.md.model.Account
 
PARAM_VAT_ACCT - Static variable in class com.moneydance.apps.md.model.Account
 
PARAM_VAT_APPLIES - Static variable in class com.moneydance.apps.md.model.Account
 
PARAM_VAT_PCT - Static variable in class com.moneydance.apps.md.model.Account
 
ParentTxn - Class in com.moneydance.apps.md.model
Concrete class that represents the "source" side of a transaction.
ParentTxn(long, long, long, String, Account, String, String, long, byte) - Constructor for class com.moneydance.apps.md.model.ParentTxn
Deprecated. Please use the constructor with int date parameters.
ParentTxn(int, int, long, String, Account, String, String, long, byte) - Constructor for class com.moneydance.apps.md.model.ParentTxn
Constructor as of build 350.
parse(String, char) - Method in class com.moneydance.apps.md.model.CurrencyType
 
parse(String, char, boolean) - Method in class com.moneydance.apps.md.model.CurrencyType
Parse the given amount string given the provided decimal character.
parse(String) - Method in class com.moneydance.util.CustomDateFormat
 
parseCostBasisTag(SplitTxn) - Static method in class com.moneydance.apps.md.model.TxnUtil
This is only available on Build 256 and up.
parseCurrencyExpression(String, char, CurrencyType, CurrencyTable) - Static method in class com.moneydance.util.StringUtils
 
parseCurrencyExpression(String, char, CurrencyType, CurrencyTable, boolean) - Static method in class com.moneydance.util.StringUtils
 
parseDate() - Method in class com.moneydance.awt.JDateField
Parse and return the date value from this field.
parseDateInt() - Method in class com.moneydance.awt.JDateField
Parse and return the date value from this field.
parseDouble(String, char) - Static method in class com.moneydance.util.StringUtils
 
parseDouble(String, double, char) - Static method in class com.moneydance.util.StringUtils
 
parseDoubleWithException(String, char) - Static method in class com.moneydance.util.StringUtils
 
parseFormula(String, char) - Static method in class com.moneydance.util.StringUtils
 
parseFraction(String, char) - Static method in class com.moneydance.util.StringUtils
Parse a fraction from a string - ie "1/5".
parseInt(String) - Method in class com.moneydance.util.CustomDateFormat
 
parseQuickenDate(String) - Static method in class com.moneydance.util.StringUtils
 
parseRate(String, char) - Static method in class com.moneydance.util.StringUtils
 
parseRate(String, double, char) - Static method in class com.moneydance.util.StringUtils
 
parseValue() - Method in class com.moneydance.awt.JCurrencyField
This returns the current value of the field, without reformatting the value in the field.
parseValue(String) - Method in class com.moneydance.awt.JCurrencyField
Parse the given text and return the resulting value in the same way that user input is parsed.
parseValue(String) - Method in class com.moneydance.awt.JRateField
 
PASSWD_TYPE_FIXED - Static variable in class com.moneydance.apps.md.model.OnlineService
 
PASSWD_TYPE_HWTOKEN - Static variable in class com.moneydance.apps.md.model.OnlineService
 
PASSWD_TYPE_ONETIME - Static variable in class com.moneydance.apps.md.model.OnlineService
 
portion() - Method in class com.moneydance.awt.ThermometerGraph.Segment
 
processEvent(AWTEvent) - Method in class com.moneydance.awt.NeedToUpgradeWindow
 
PROP_DEFAULT_SEARCH_COLOR - Static variable in class com.moneydance.awt.QuickSearchField
 
PROP_DEFAULT_SEARCH_FONT - Static variable in class com.moneydance.awt.QuickSearchField
 
PROP_DEFAULT_SEARCH_TEXT - Static variable in class com.moneydance.awt.QuickSearchField
 
PROP_POPUP_MENU - Static variable in class com.moneydance.awt.QuickSearchField
 
PROTO_TYPE_OFX - Static variable in class com.moneydance.apps.md.model.OnlineTxn
 
PROTO_TYPE_QIF - Static variable in class com.moneydance.apps.md.model.OnlineTxn
 
put(Object, Object) - Method in class com.moneydance.util.StreamTable
 
put(Object, long) - Method in class com.moneydance.util.StreamTable
Set the long value associated with this key.
put(Object, boolean) - Method in class com.moneydance.util.StreamTable
Set the boolean value associated with this key
put(Object, String) - Method in class com.moneydance.util.StreamTable
Set the string value associated with this key
put(Object, int) - Method in class com.moneydance.util.StreamTable
Set the int value associated with this key
put(Object, URL) - Method in class com.moneydance.util.StreamTable
Set the url value associated with this key

Q

QuickSearchField - Class in com.moneydance.awt
QuickSearchField is a componet like the Cocoa NSSearchField.
QuickSearchField() - Constructor for class com.moneydance.awt.QuickSearchField
Constructs a new QuickSearchField
QuickSearchField(String) - Constructor for class com.moneydance.awt.QuickSearchField
Constructs a new QuickSearchField initialized with the specified default text.
QuickSearchField(String, Icon, Icon) - Constructor for class com.moneydance.awt.QuickSearchField
Constructs a new QuickSearchField initialized with the specified default text, search Icon and Cancel Icon
QuickSearchField(String, Icon, Icon, JPopupMenu) - Constructor for class com.moneydance.awt.QuickSearchField
Constructs a new QuickSearchField initialized with the specified default text, search Icon, Cancel Icon and PopupMenu.

R

readFrom(String) - Method in interface com.moneydance.util.StreamObject
 
readFrom(Reader) - Method in interface com.moneydance.util.StreamObject
 
readFrom(InputStream) - Method in class com.moneydance.util.StreamTable
 
readFrom(String) - Method in class com.moneydance.util.StreamTable
 
readFrom(Reader) - Method in class com.moneydance.util.StreamTable
 
readFrom(String) - Method in class com.moneydance.util.StreamVector
 
readFrom(Reader) - Method in class com.moneydance.util.StreamVector
 
readFromFile(File) - Method in class com.moneydance.util.StreamTable
 
readFromFile(String) - Method in class com.moneydance.util.StreamTable
 
readString(Reader) - Static method in class com.moneydance.util.StreamUtil
 
readTheRest(Reader) - Method in interface com.moneydance.util.StreamObject
 
readTheRest(Reader) - Method in class com.moneydance.util.StreamTable
 
readTheRest(Reader) - Method in class com.moneydance.util.StreamVector
 
readUndelimitedString(Reader, char) - Static method in class com.moneydance.util.StreamUtil
 
recalcBalances(long, boolean) - Method in class com.moneydance.apps.md.model.TxnSet
 
refresh() - Method in interface com.moneydance.apps.md.view.HomePageView
Forces a refresh of the information in the view.
refreshAccountBalances() - Method in class com.moneydance.apps.md.model.RootAccount
This will update the accounts balance from the "working" value and notify listeners if the balance has changed.
registerAccountEditor(FeatureModule, int, AccountEditor) - Method in interface com.moneydance.apps.md.controller.FeatureModuleContext
Register the given AccountEditor so that it can be used to edit information about accounts within Moneydance.
registerFeature(FeatureModule, String, Image, String) - Method in interface com.moneydance.apps.md.controller.FeatureModuleContext
This will notify Moneydance that this extension provides a feature that may be useful to the user.
registerHomePageView(FeatureModule, HomePageView) - Method in interface com.moneydance.apps.md.controller.FeatureModuleContext
This will notify Moneydance that this extension provides a view that can be embedded in the home page.
remainx() - Method in interface com.moneydance.awt.PackAs
Add gridwidth=REMAINDER to the constraints for the current component.
remainx() - Method in class com.moneydance.awt.Packer
Add gridwidth=REMAINDER to the constraints for the current component.
remainy() - Method in interface com.moneydance.awt.PackAs
Add gridheight=REMAINDER to the constraints for the current component.
remainy() - Method in class com.moneydance.awt.Packer
Add gridheight=REMAINDER to the constraints for the current component.
reminder - Variable in class com.moneydance.apps.md.model.DateReminderPair
 
Reminder - Class in com.moneydance.apps.md.model
Basic superclass of all types of reminders - items that can be scheduled to occur on a specific date or recurring series of dates.
Reminder(long, String, int, int, int, int[], int, int[], int, boolean) - Constructor for class com.moneydance.apps.md.model.Reminder
 
reminderAdded(Reminder) - Method in interface com.moneydance.apps.md.model.ReminderListener
Called after a reminder has been added to the reminder set.
reminderAdded(Reminder) - Method in class com.moneydance.apps.md.model.RootAccount
Called after a reminder has been added to the reminder set.
ReminderListener - Interface in com.moneydance.apps.md.model
An interface for objects that want to be notified when reminders in the ReminderSet are added, removed, or modified.
reminderModified(Reminder) - Method in interface com.moneydance.apps.md.model.ReminderListener
Called after a reminder has been modified.
reminderModified(Reminder) - Method in class com.moneydance.apps.md.model.ReminderSet
 
reminderModified(Reminder) - Method in class com.moneydance.apps.md.model.RootAccount
Called after a reminder has been modified.
reminderRemoved(Reminder) - Method in interface com.moneydance.apps.md.model.ReminderListener
Called after a reminder has been removed from the reminder set.
reminderRemoved(Reminder) - Method in class com.moneydance.apps.md.model.RootAccount
Called after a reminder has been removed from the reminder set.
ReminderSet - Class in com.moneydance.apps.md.model
A set of Reminder objects that occur according to some (possibly recurring) schedule
ReminderSet(RootAccount) - Constructor for class com.moneydance.apps.md.model.ReminderSet
 
remove() - Method in class com.moneydance.apps.md.model.AccountIterator
 
removeAccountListener(AccountListener) - Method in class com.moneydance.apps.md.model.Account
remove the specified object so that it doesn't get any more notifications when the account is modified.
removeAllTxns() - Method in class com.moneydance.apps.md.model.TxnSet
 
removeBudget(Budget) - Method in class com.moneydance.apps.md.model.BudgetList
Remove the given budget from the list.
removeCurrencyListener(CurrencyListener) - Method in class com.moneydance.apps.md.model.CurrencyTable
 
removeCurrencyType(CurrencyType) - Method in class com.moneydance.apps.md.model.CurrencyTable
 
removeEntry(AddressBook.AddressEntry) - Method in class com.moneydance.apps.md.model.AddressBook
 
removeFileListener(MDFileListener) - Method in class com.moneydance.apps.md.model.RootAccount
 
removeItem(BudgetItem) - Method in class com.moneydance.apps.md.model.Budget
Remove the given budget item from the list.
removeLinkListener(JLinkListener) - Method in class com.moneydance.awt.JLinkLabel
 
removeListener(BudgetListener) - Method in class com.moneydance.apps.md.model.BudgetList
Removeo a listener for events that affect the budget list or the budgets in the list.
removeListener(OnlineInfoListener) - Method in class com.moneydance.apps.md.model.OnlineInfo
 
removeListener(OnlinePayeeListener) - Method in class com.moneydance.apps.md.model.OnlinePayeeList
 
removeListener(OnlinePaymentListener) - Method in class com.moneydance.apps.md.model.OnlinePaymentList
 
removeListener(OnlineTxnListener) - Method in class com.moneydance.apps.md.model.OnlineTxnList