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
sort by account (this is always 'other' acct - the first split's account).
ACCOUNT_NAME_COMPARATOR - Static variable in class com.moneydance.apps.md.model.AccountUtil
Compare two accounts by name, for sorting a list by account name.
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
Iterator used to scan a set of accounts.
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
 
AcctFilter - Interface in com.moneydance.apps.md.model
Represents a filter for account objects
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
addAccount(Account, long) - Method in class com.moneydance.apps.md.model.AssetTypeGroup
Add an account to the asset type.
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
addBudgetItem(BudgetItem) - Method in class com.moneydance.apps.md.model.BudgetItemDetail
 
addChild(T, T) - Method in class com.moneydance.awt.HashTreeModel
Add a node to a parent.
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
 
addItem(BudgetItemDetail) - Method in class com.moneydance.apps.md.model.BudgetCalculationResults
 
addItemListener(ItemListener) - Method in class com.moneydance.awt.ThermometerGraph
 
addLabelSuffix(MDResourceProvider, String) - Static method in class com.moneydance.util.UiUtil
Add a colon prompt after a text label if it does not have a colon.
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.
addNoDuplicates(List<T>, T) - Static method in class com.moneydance.util.Misc
Add an item to a list, checking for duplicates.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.moneydance.util.BasePropertyChangeReporter
Add a PropertyChangeListener to the listener list.
addRawAmount(int, long) - Method in class com.moneydance.apps.md.model.BudgetItemDetail
 
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, Color, Object) - 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
addSegment(String, double, Object) - Method in class com.moneydance.awt.ThermometerGraph
Add a stacked segment to the graph with the given label, portion, an automatically selected color and the given target
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
 
addToActual(int, long) - Method in class com.moneydance.apps.md.model.BudgetItemDetail
 
addToActualExpense(int, long) - Method in class com.moneydance.apps.md.model.BudgetCalculationResults
 
addToActualIncome(int, long) - Method in class com.moneydance.apps.md.model.BudgetCalculationResults
 
addToBudgeted(int, long) - Method in class com.moneydance.apps.md.model.BudgetItemDetail
 
addToBudgetedExpense(int, long) - Method in class com.moneydance.apps.md.model.BudgetCalculationResults
 
addToBudgetedIncome(int, long) - Method in class com.moneydance.apps.md.model.BudgetCalculationResults
 
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.
addTreeModelListener(TreeModelListener) - Method in class com.moneydance.awt.HashTreeModel
 
addTxn(AbstractTxn) - Method in class com.moneydance.apps.md.model.TxnSet
 
addTxnAgain(AbstractTxn) - Method in class com.moneydance.apps.md.model.TransactionSet
Adds a transaction and all of its splits back to the list without assigning them a unique transaction ID.
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_ACCOUNTS_FILTER - Static variable in interface com.moneydance.apps.md.model.AcctFilter
common filter that matches all accounts
ALL_PROPERTIES - Static variable in class com.moneydance.util.BasePropertyChangeReporter
 
ALL_TXN_TYPES - Static variable in enum com.moneydance.apps.md.model.InvestTxnType
the complete list of all investment transaction types.
ALL_TXN_TYPES - Static variable in class com.moneydance.apps.md.model.TxnUtil
Deprecated. Use InvestTxnType.ALL_TXN_TYPES instead.
allot(long) - Method in class com.moneydance.apps.md.model.AvailableSharesTracker
Remove shares from the available (typically because they have been sold).
allot(long, int) - Method in class com.moneydance.apps.md.model.CapitalGainBuy
Allocate the requested number of shares from the total amount, if possible.
AMOUNT - Static variable in class com.moneydance.apps.md.model.AccountUtil
 
amount - Variable in class com.moneydance.apps.md.model.InvestFields
 
AMOUNT_COMPARATOR - Static variable in class com.moneydance.apps.md.model.AccountUtil
 
annumsInPeriod() - Method in class com.moneydance.apps.md.model.ROICashFlowEntry
 
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.
ArrowHead - Class in com.moneydance.awt
Class capable of drawing an arrow head.
ArrowHead(Point2D, Point2D, double, double, boolean) - Constructor for class com.moneydance.awt.ArrowHead
Constructor to allow immutability.
ArrowIcon - Class in com.moneydance.awt
ArrowIcon is an icon with given arrow shape, defined by the direction, enable status, and size (length and width).
ArrowIcon(int, boolean) - Constructor for class com.moneydance.awt.ArrowIcon
Create an ArrowIcon with the given direction and enablement status and the default size and length.
ArrowIcon(int, boolean, int, int) - Constructor for class com.moneydance.awt.ArrowIcon
Create an ArrowIcon with given direction, enable status, shape, and size.
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
 
AssetTypeGroup - Class in com.moneydance.apps.md.model
Tracks the list of accounts and balances for a particular asset type.
AssetTypeGroup(String, CurrencyType, int) - Constructor for class com.moneydance.apps.md.model.AssetTypeGroup
Constructor to provide the output currency.
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
 
AvailableSharesTracker - Class in com.moneydance.apps.md.model
A class that tracks the number of available shares as of a given date, for a particular security.
AvailableSharesTracker(int, long) - Constructor for class com.moneydance.apps.md.model.AvailableSharesTracker
Constructor to provide the original information, normally the buy transaction but could be a short sale.
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
BalanceType - Enum in com.moneydance.apps.md.model
Defines the various balance types that can be displayed.
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.
BasePropertyChangeReporter - Class in com.moneydance.util
Class to provide simple property change reporter support.
BasePropertyChangeReporter() - Constructor for class com.moneydance.util.BasePropertyChangeReporter
 
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
 
BOLD_BEGIN - Static variable in class com.moneydance.apps.md.model.N12EHtml
 
BOLD_END - Static variable in class com.moneydance.apps.md.model.N12EHtml
 
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.
BOTTOM_FIELD_INSET - Static variable in class com.moneydance.awt.GridC
 
BOTTOM_LABEL_INSET - Static variable in class com.moneydance.awt.GridC
 
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.
BudgetCalculationResults - Class in com.moneydance.apps.md.model
Holds the results of a budget calculation, including totals for income and expenses separately, and for multiple date ranges.
BudgetCalculationResults(int) - Constructor for class com.moneydance.apps.md.model.BudgetCalculationResults
 
BudgetItem - Class in com.moneydance.apps.md.model
Represents one item in a budget
BudgetItemDetail - Class in com.moneydance.apps.md.model
For one specific category, holds all the budget information (actual vs.
BudgetItemDetail(int, BudgetItem) - Constructor for class com.moneydance.apps.md.model.BudgetItemDetail
Constructor when we have a budget item (non-null).
BudgetItemDetail(int, Account) - Constructor for class com.moneydance.apps.md.model.BudgetItemDetail
Constructor when building an unbudgeted item from a category.
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.
buildBuyTransactionList(SecurityAccount) - Static method in class com.moneydance.apps.md.model.InvestUtil
Create a sorted map of date versus buy amount, which includes both cash purchases as well as reinvestments.

C

cacheAuthentication(String, Object) - Method in class com.moneydance.apps.md.model.OnlineService
Store an authentication object to be used later.
calculate(GraphInterval[], boolean, boolean) - Method in class com.moneydance.apps.md.model.Budget
Compute budgeted and actual values based upon a series of graph intervals, for this budget.
calculate(int, int, boolean, boolean) - Method in class com.moneydance.apps.md.model.Budget
Compute budgeted and actual values based upon a single date range, for this budget.
calculate(DateRange[], RootAccount, List<BudgetItem>, boolean, boolean) - Static method in class com.moneydance.apps.md.model.Budget
Compute budgeted and actual amounts, store them in an object that can be used by various clients including the report, dashboard, and budget bars.
canDownloadTxns() - Method in class com.moneydance.apps.md.model.Account
Returns true if transactions can be downloaded for this account
CapitalGainBuy - Class in com.moneydance.apps.md.model
Tracks a buy transaction for capital gain calculations, particularly average cost with long term and short term gains.
CapitalGainBuy(SecurityAccount, int, long, long) - Constructor for class com.moneydance.apps.md.model.CapitalGainBuy
Constructor to allow most fields to be final.
CapitalGainResult - Class in com.moneydance.apps.md.model
Tracks the result of a capital gain computation, including both short term and long term gains.
CapitalGainResult(String) - Constructor for class com.moneydance.apps.md.model.CapitalGainResult
Constructor - invalid result with an error message.
CapitalGainResult(long, long, long, long, long, long, long, String) - Constructor for class com.moneydance.apps.md.model.CapitalGainResult
 
CATEGORY - Static variable in class com.moneydance.apps.md.model.AccountUtil
Sort by category account.
category - Variable in class com.moneydance.apps.md.model.InvestFields
 
CATEGORY_CHOICE_FILTER - Static variable in interface com.moneydance.apps.md.model.AcctFilter
common filter that excludes securities and root
CATEGORY_FILTER - Static variable in interface com.moneydance.apps.md.model.AcctFilter
common filter that matches all category accounts
center() - Method in class com.moneydance.awt.GridC
Anchor the component to the center (the default)
CENTER_BEGIN - Static variable in class com.moneydance.apps.md.model.N12EHtml
 
CENTER_END - Static variable in class com.moneydance.apps.md.model.N12EHtml
 
centerWindow(Window) - Static method in class com.moneydance.awt.AwtUtil
 
changeMemorizedGraphName(String, String) - Method in class com.moneydance.apps.md.model.MemorizedItemManager
Modify a memorized graph's name.
changeMemorizedReportName(String, String) - Method in class com.moneydance.apps.md.model.MemorizedItemManager
Modify a memorized report's name.
changeSelection(int, int, boolean, boolean) - Method in class com.moneydance.awt.EditingTable
checkedInitialTransfer() - Method in class com.moneydance.apps.md.model.LoanAccount
 
CHECKNUM - Static variable in class com.moneydance.apps.md.model.AccountUtil
 
checkNum - Variable in class com.moneydance.apps.md.model.InvestFields
 
CHECKNUM_INT - Static variable in class com.moneydance.apps.md.model.AccountUtil
 
CHECKNUM_PARENT - Static variable in class com.moneydance.apps.md.model.AccountUtil
Sort by check#, but only check the parent's check# and ignore the split's.
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.
cleanUp() - Method in class com.moneydance.apps.md.model.RootAccount
Avoid lapsed listener leaks when opening successively opening multiple files.
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.apps.md.model.time - package com.moneydance.apps.md.model.time
 
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
 
compAmount(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
 
compareFullPathToAccount(Account) - Method in class com.moneydance.apps.md.model.Account
Compare the full path of this account to the full path of the given account
compareTo(Object) - Method in class com.moneydance.apps.md.model.BudgetItem
 
compareTo(BudgetItemDetail) - Method in class com.moneydance.apps.md.model.BudgetItemDetail
compareTo(CapitalGainBuy) - Method in class com.moneydance.apps.md.model.CapitalGainBuy
 
compareTo(ROICashFlowEntry) - Method in class com.moneydance.apps.md.model.ROICashFlowEntry
 
compareTo(Object) - Method in class com.moneydance.apps.md.model.TxnTag
 
compareToAccount(Account) - Method in class com.moneydance.apps.md.model.Account
Return an integer indicating whether this account is less than, equal to, or greater than the given account when sorting by type, name, and ID.
compareToCurrency(CurrencyType) - Method in class com.moneydance.apps.md.model.CurrencyType
Return an integer indicating whether this currency is less than, equal to, or greater than the given currency when sorting by type, name, and ID.
compCategoryDateEntered(AbstractTxn, AbstractTxn, boolean) - Static method in class com.moneydance.apps.md.model.AccountUtil
Compare the category or non-category account first, and if it is the same, then compare the date for two transactions.
compCategoryOrAccount(AbstractTxn, AbstractTxn, boolean) - Static method in class com.moneydance.apps.md.model.AccountUtil
Compare the category or non-category account for two transactions.
compCheckIntId(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
 
compCheckNumAmt(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
Compare the two transactions based on their check number and then their amount if the check numbers are the same.
compCheckNumBoth(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
Compare the check number field for both numeric only and also text values.
compCheckNumBoth(AbstractTxn, AbstractTxn, boolean) - Static method in class com.moneydance.apps.md.model.AccountUtil
Compare the check number field for both numeric only and also text values.
compCheckNumId(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
 
compCheckNumParent(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
Compare the check number field, but only use the parent transaction's check number, do not use the check number for a split.
compDate(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
Compare the transaction date of two transactions.
compDateCheckNum(AbstractTxn, AbstractTxn, boolean) - Static method in class com.moneydance.apps.md.model.AccountUtil
Compare two transactions by date.
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
Compare the description, or 'payee', of two transactions.
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
 
CompoundingType - Enum in com.moneydance.apps.md.model
Defines the various types of security instruments that can be assigned to a security.
CompoundIterator<T> - Class in com.moneydance.util
Iterator that virtually joins multiple other Iterators
CompoundIterator(Iterator<T>, Iterator<T>) - Constructor for class com.moneydance.util.CompoundIterator
 
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
 
compTaxDate(AbstractTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
Compare the tax date of two transactions.
computeROI(List<ROICashFlowEntry>, double) - Static method in class com.moneydance.apps.md.model.InvestUtil
Compute the Return On Investment, or Internal Rate of Return, or Annual Return Percent.
CONFIG_KEY - Static variable in enum com.moneydance.apps.md.model.CompoundingType
Key used to store and retrieve the compounding type from the account parameters.
CONFIG_KEY - Static variable in enum com.moneydance.apps.md.model.SecurityType
Key used to store and retrieve the security type from the account parameters.
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.
containsDate(int) - Method in class com.moneydance.apps.md.model.Budget
Determine if this budget contains any items that span the date given.
containsDate(int) - Method in class com.moneydance.apps.md.model.BudgetItem
Determine if the given date is within the overall date range of the budget item.
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
 
convertHSLtoRGB(float, float, float) - Static method in class com.moneydance.awt.HSLColorUtil
Convert a hue, saturation and luminance color value to the standard AWT Color object.
convertRGBtoHSL(Color) - Static method in class com.moneydance.awt.HSLColorUtil
Convert a standard AWT color to hue, saturation and luminance.
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.
copy() - Method in class com.moneydance.awt.GridC
Return a clone of this object that can be stored for later use
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
 
curr - Variable in class com.moneydance.apps.md.model.InvestFields
 
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 - Variable in class com.moneydance.apps.md.model.InvestFields
 
DATE_ENTERED - Static variable in class com.moneydance.apps.md.model.AccountUtil
 
DATE_ENTERED_COMPARATOR - Static variable in class com.moneydance.apps.md.model.AccountUtil
Comparator for sorting transactions by date-entered.
DATE_THEN_AMOUNT - Static variable in class com.moneydance.apps.md.model.AccountUtil
 
DATE_THEN_AMOUNT_COMPARATOR - 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
 
DatePicker - Class in com.moneydance.awt
 
DatePicker(int) - Constructor for class com.moneydance.awt.DatePicker
 
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
 
debug - Variable in class com.moneydance.apps.md.model.InvestFields
 
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 - Static variable in enum com.moneydance.apps.md.model.BalanceType
The default balance type to use if none is specified.
DEFAULT - Static variable in enum com.moneydance.apps.md.model.CompoundingType
The default security type to use if none is specified.
DEFAULT - Static variable in enum com.moneydance.apps.md.model.InvestTxnType
The default security type to use if none is specified.
DEFAULT - Static variable in enum com.moneydance.apps.md.model.SecurityType
The default security type to use if none is specified.
DEFAULT - Static variable in enum com.moneydance.apps.md.model.time.TimeInterval
The default is a monthly interval because that is the most popular.
DEFAULT_INSET - Static variable in class com.moneydance.awt.AwtUtil
 
DEFAULT_OFX_VERSION - Static variable in class com.moneydance.apps.md.model.OnlineService
 
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
 
DisplayableObject - Interface in com.moneydance.apps.md.model
Object that can be displayed to the user (localized) as opposed to the standard toString() which is not easily localized.
DLG_HGAP - Static variable in class com.moneydance.util.UiUtil
Horizontal gap between content and dialog border.
DLG_VGAP - Static variable in class com.moneydance.util.UiUtil
Vertical gap between content and dialog border.
doesParameterExist(String) - Method in class com.moneydance.apps.md.model.Account
 
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
 
draw(Graphics2D) - Method in class com.moneydance.awt.ArrowHead
 
drawHashOverArea(Graphics2D, Paint, int, int, int, int) - Static method in class com.moneydance.awt.AwtUtil
Draw diagonal hashing lines over the given area.
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 - Static variable in class com.moneydance.awt.ArrowIcon
The arrow should point to the east.
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.
EditingCellEditor - Class in com.moneydance.awt
Cell editor that automatically selects all of the text in the field when the editor is obtained.
EditingCellEditor(JTextField) - Constructor for class com.moneydance.awt.EditingCellEditor
Constructor to duplicate super class.
EditingTable - Class in com.moneydance.awt
Table that checks to see if the user is tabbing around the cells, and if so, automatically edits the cell the user tabs to.
EditingTable(TableModel) - Constructor for class com.moneydance.awt.EditingTable
Constructor to duplicate super.
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(Object, 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.
equals(Object) - Method in class com.moneydance.apps.md.controller.DateRange
 
equals(Object) - Method in class com.moneydance.apps.md.model.TxnTag
 
errorCheckingVersion(String) - Method in interface com.moneydance.util.VersionVerifierCallback
 
EXCHANGE_CODES - Static variable in class com.moneydance.apps.md.model.SecurityAccount
 
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
 
fee - Variable in class com.moneydance.apps.md.model.InvestFields
 
feeAcct - Variable in class com.moneydance.apps.md.model.InvestFields
 
field() - Method in class com.moneydance.awt.GridC
Shortcut for the constraints associated with a field in a standard dialog
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.
findCurrentBudget() - Method in class com.moneydance.apps.md.model.BudgetList
Return the most recent budget found that contains today's date.
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
 
format(CustomDateFormat) - Method in class com.moneydance.apps.md.controller.DateRange
 
format(Account) - Method in interface com.moneydance.apps.md.model.AcctFilter
Returns the String representation of the given account in the context of this search.
format(long, char) - Method in class com.moneydance.apps.md.model.CurrencyType
 
format(Date) - Method in class com.moneydance.util.CustomDateFormat
Format the given java.util.Date object as a string
format(int) - Method in class com.moneydance.util.CustomDateFormat
Format the given YYYYMMDD integer date as a string
format(Calendar) - Method in class com.moneydance.util.CustomDateFormat
 
format(int, int, int) - Method in class com.moneydance.util.CustomDateFormat
 
formatFancy(long, char) - Method in class com.moneydance.apps.md.model.CurrencyType
 
formatFixedDecimals(String, char, int) - Static method in class com.moneydance.util.StringUtils
Formats the given double [0..1.00] as a percentage with the specified number of decimal digits showing.
formatMinDecimals(String, char, int) - Static method in class com.moneydance.util.StringUtils
Formats the given double [0..1.00] as a percentage with the specified number of decimal digits showing as a minimum, there could be more.
formatPercentage(double, char) - Static method in class com.moneydance.util.StringUtils
Formats the given double [0..1.00] as a percentage with either zero (if an even percentage) or two decimal digits showing.
formatPercentage(double, char, boolean) - Static method in class com.moneydance.util.StringUtils
Formats the given double [0..1.00] as a percentage with either zero (if an even percentage) or 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
 
fromChar(char) - Static method in enum com.moneydance.apps.md.model.time.TimeInterval
Derive a time interval from a character, probably stored in settings.
fromCIEXYZ(float[]) - Method in class com.moneydance.awt.HSLColorSpace
Transforms a color value assumed to be in the CS_CIEXYZ conversion color space into this ColorSpace.
fromInt(int) - Static method in enum com.moneydance.apps.md.model.BalanceType
Given an integer value, return the balance type.
fromInt(int) - Static method in enum com.moneydance.apps.md.model.CompoundingType
Given an integer value, return the compounding type.
fromInt(int) - Static method in enum com.moneydance.apps.md.model.SecurityType
Given an integer value, return the balance type.
fromRGB(float[]) - Method in class com.moneydance.awt.HSLColorSpace
Transforms a color value assumed to be in the default CS_sRGB color space into this ColorSpace.
FullAccountList - Class in com.moneydance.apps.md.model
Holds the full list of possible accounts, given a filter.
FullAccountList(RootAccount, AccountFilter, boolean) - Constructor for class com.moneydance.apps.md.model.FullAccountList
 

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.
generateUnrealizedSaleTxn(SecurityAccount, long, int) - Static method in class com.moneydance.apps.md.model.InvestUtil
Generate a sale transaction as if all remaining shares of a security were sold off as of a specific date.
generateUnrealizedSaleTxn(SecurityAccount, Hashtable<Long, AvailableSharesTracker>, int) - Static method in class com.moneydance.apps.md.model.InvestUtil
Generate a sale transaction as if all remaining shares of a security were sold off as of a specific date.
GenericTreeCellRenderer - Class in com.moneydance.awt
The GenericTreeCellRenderer implements TreeCellRenderer as a JLabel.
GenericTreeCellRenderer() - Constructor for class com.moneydance.awt.GenericTreeCellRenderer
 
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.
getAccount() - Method in interface com.moneydance.apps.md.model.Txn
Get the account associated with this transaction.
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
 
getAccountIdsOfType(RootAccount, int) - Static method in class com.moneydance.apps.md.model.AccountUtil
Get all account IDs of a particular type.
getAccountIsInactive() - Method in class com.moneydance.apps.md.model.Account
Returns true if the account is no longer in use and should be hidden from account and category selectors as well as the home page.
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.
getAccountList() - Method in class com.moneydance.apps.md.model.AssetTypeGroup
 
getAccountMessageType() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
getAccountMsgType() - Method in interface com.moneydance.apps.md.model.OnlineAccountProxy
Return the message type that should be used for messages about this account.
getAccountName() - Method in class com.moneydance.apps.md.model.Account
 
getAccountName() - Method in class com.moneydance.apps.md.model.SecurityAccount
 
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.
getAccountOrParentIsInactive() - Method in class com.moneydance.apps.md.model.Account
Returns true if the account or one of its ancestors is no longer in use and should be hidden from account and category selectors as well as the home page.
getAccountsIDsOfType(int) - Method in class com.moneydance.apps.md.model.FullAccountList
 
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.
getActual(int) - Method in class com.moneydance.apps.md.model.BudgetItemDetail
 
getActualAmounts() - Method in class com.moneydance.apps.md.model.BudgetItemDetail
 
getActualExpenses(int) - Method in class com.moneydance.apps.md.model.BudgetCalculationResults
 
getActualExpensesList() - Method in class com.moneydance.apps.md.model.BudgetCalculationResults
 
getActualIncome(int) - Method in class com.moneydance.apps.md.model.BudgetCalculationResults
 
getActualIncomeList() - Method in class com.moneydance.apps.md.model.BudgetCalculationResults
 
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.SearchTxnList
 
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
 
getAlwaysSendDateRange() - Method in class com.moneydance.apps.md.model.OnlineService
 
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
 
getAvailableShares() - Method in class com.moneydance.apps.md.model.AvailableSharesTracker
 
getAvgCostBasis() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getBackground(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.moneydance.awt.GenericTreeCellRenderer
 
getBalance() - Method in class com.moneydance.apps.md.model.Account
 
getBalance(Account) - Method in class com.moneydance.apps.md.model.AssetTypeGroup
Get the balance for the specified account, as of the specified date.
getBalanceAsOfDate(RootAccount, Account, int) - Static method in class com.moneydance.apps.md.model.AccountUtil
Get a single account's balance as of a given date.
getBalanceAsOfDate(RootAccount, Account, int, boolean) - Static method in class com.moneydance.apps.md.model.AccountUtil
Get a single account's balance as of a given date.
getBalanceAt(int) - Method in class com.moneydance.apps.md.model.TxnSet
 
getBalancesAsOfDates(RootAccount, Account, int[]) - Static method in class com.moneydance.apps.md.model.AccountUtil
Get a single account's balance as of a list of given dates.
getBalancesAsOfDates(RootAccount, Account, int[], boolean) - Static method in class com.moneydance.apps.md.model.AccountUtil
Get a single account's balance as of a list of given dates.
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
 
getBasis() - Method in class com.moneydance.apps.md.model.CapitalGainResult
 
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
getBudgeted(int) - Method in class com.moneydance.apps.md.model.BudgetItemDetail
 
getBudgetedAmounts() - Method in class com.moneydance.apps.md.model.BudgetItemDetail
 
getBudgetedExpenses(int) - Method in class com.moneydance.apps.md.model.BudgetCalculationResults
 
getBudgetedExpensesList() - Method in class com.moneydance.apps.md.model.BudgetCalculationResults
 
getBudgetedIncome(int) - Method in class com.moneydance.apps.md.model.BudgetCalculationResults
 
getBudgetedIncomeList() - Method in class com.moneydance.apps.md.model.BudgetCalculationResults
 
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
getBudgetItems() - Method in class com.moneydance.apps.md.model.BudgetItemDetail
 
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
 
getBuild() - Method in interface com.moneydance.apps.md.controller.FeatureModuleContext
Returns the build number of Moneydance.
getBuyTracker(SecurityAccount, CurrencyType, CurrencyType, SplitTxn) - Static method in class com.moneydance.apps.md.model.InvestUtil
Generate a tracking class for a buy transaction when using average cost method.
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
getc(int, int) - Static method in class com.moneydance.awt.GridC
Reset and return the singleton GridC instance, with x and y initialized to the given values.
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
 
getCashFlowAmount(SplitTxn, InvestTxnType, CurrencyType) - Static method in class com.moneydance.apps.md.model.ROICashFlowEntry
Determine the amount of a transaction that is appropriate for a cash flow series for an ROI computation.
getCategory() - Method in class com.moneydance.apps.md.model.BudgetItemDetail
 
getCategoryFromTxn(AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
Return the category account from a transaction.
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)
getCheckNumAsInt() - Method in interface com.moneydance.apps.md.model.Txn
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
 
getCheckNumber() - Method in interface com.moneydance.apps.md.model.Txn
Get the checknumber associated with this transaction.
getCheckNumTags(String) - Method in class com.moneydance.apps.md.model.Account
 
getChild(Object, int) - Method in class com.moneydance.awt.HashTreeModel
 
getChildCount(Object) - Method in class com.moneydance.awt.HashTreeModel
 
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
 
getClientIDRequired(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
getColor() - Method in class com.moneydance.awt.ThermometerGraph.Segment
 
getColumnIndex(GraphInterval[], int) - Static method in class com.moneydance.apps.md.model.time.TimeIntervalUtil
Given a date, return which column it should belong to in a list of date ranges.
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.
getConfigKey() - Method in enum com.moneydance.apps.md.model.BalanceType
 
getConfigKey() - Method in enum com.moneydance.apps.md.model.time.TimeInterval
 
getConfirmedBalance() - Method in class com.moneydance.apps.md.model.Account
 
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
 
getCorrespondingDuplicate(ParentTxn, AbstractTxn) - Static method in class com.moneydance.apps.md.model.TxnUtil
 
getCostBasis(SecurityAccount) - Static method in class com.moneydance.apps.md.model.InvestUtil
Returns the current cost basis for the given security.
getCostBasisCapGain(SecurityAccount, List<CapitalGainBuy>, SplitTxn) - Static method in class com.moneydance.apps.md.model.InvestUtil
Returns the current cost basis for the shares in the given sell transaction in the given security.
getCostPerShareValue(SecurityAccount, long, long) - Static method in class com.moneydance.apps.md.model.InvestUtil
Compute the cost per share, avoiding a divide by zero fault (returns zero if no shares).
getCount() - Method in class com.moneydance.apps.md.model.FullAccountList
 
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
 
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.OnlineTxn
Returns the date posted, or the initiation date if no posting date is available.
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.
getDateEntered() - Method in interface com.moneydance.apps.md.model.Txn
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.CapitalGainBuy
 
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.ROICashFlowEntry
 
getDateInt() - Method in class com.moneydance.apps.md.model.SplitTxn
Get the date of this transaction
getDateInt() - Method in interface com.moneydance.apps.md.model.Txn
Get the date of this transaction
getDateInt() - Method in class com.moneydance.awt.JDateField
Parse and return the date value from this field.
getDateIntervalList(CustomDateFormat, DateRange, TimeInterval) - Static method in class com.moneydance.apps.md.model.time.TimeIntervalUtil
Generate a list of date intervals given a date range and a time interval setting.
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.
getDefaultTransferAcct(Account) - Static method in class com.moneydance.apps.md.model.AccountUtil
Get the default transfer account for transaction in the given account.
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
 
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
 
getDescription() - Method in interface com.moneydance.apps.md.model.Txn
Get the description associated with this transaction.
getDiff(int) - Method in class com.moneydance.apps.md.model.BudgetItemDetail
 
getDirection() - Method in class com.moneydance.awt.ArrowIcon
Get the arrow icon direction.
getDisplayName() - Method in class com.moneydance.apps.md.controller.FeatureModule
 
getDividend() - Method in class com.moneydance.apps.md.model.SecurityAccount
Holds the dividend for a particular stock.
getDivisorResourceKey() - Method in enum com.moneydance.apps.md.model.time.TimeInterval
 
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
Returns the int value (where the decimal form equals YYYYMMDD) representing the first date that this currency is active.
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
 
getEmptyText() - Method in class com.moneydance.awt.QuickSearchField
Gets the text that is displayed when there is no input in the field.
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
 
getErrorMessageKey() - Method in class com.moneydance.apps.md.model.CapitalGainResult
 
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.AbstractTxn
Returns the identifier for the financial institution from which this transaction was downloaded, or null if no financial institution information has been provided.
getFIId() - Method in class com.moneydance.apps.md.model.OnlineService
 
getFIID() - Method in class com.moneydance.apps.md.model.OnlineTxn
Get the unique string that identifies the FI from which this txn was downloaded.
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
 
getFlipSide() - Method in class com.moneydance.apps.md.model.SplitTxn
Return the 'flip side' of this split transaction.
getFont(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.moneydance.awt.GenericTreeCellRenderer
 
getForeground(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.moneydance.awt.GenericTreeCellRenderer
 
getFrame(Component) - Static method in class com.moneydance.awt.AwtUtil
 
getFrom() - Method in class com.moneydance.apps.md.model.OnlineMail
 
getFullAccountIDs() - Method in class com.moneydance.apps.md.model.FullAccountList
 
getFullAccountList() - Method in class com.moneydance.apps.md.model.FullAccountList
 
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
 
getGraphClassFromUri(String) - Method in class com.moneydance.apps.md.model.MemorizedItemManager
Given a graph URI, return the class name of the underlying graph object.
getGraphURI(String) - Method in class com.moneydance.apps.md.model.MemorizedItemManager
Given a memorized graph name, return the URI associated with that graph.
getGraphURIFromSettings(StreamTable) - Method in class com.moneydance.apps.md.model.MemorizedItemManager
Given a memorized graph settings table, return the URI associated with that graph.
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
 
getGroupResourceKey() - Method in enum com.moneydance.apps.md.model.time.TimeInterval
 
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.
getIcon(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.moneydance.awt.GenericTreeCellRenderer
 
getIconHeight() - Method in class com.moneydance.awt.ArrowIcon
Returns the icon's height.
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.
getIconWidth() - Method in class com.moneydance.awt.ArrowIcon
Returns the icon's width.
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 enum com.moneydance.apps.md.model.time.TimeInterval
 
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.
getIncomeType() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getIndentedName() - Method in class com.moneydance.apps.md.model.Account
 
getIndexOfChild(Object, Object) - Method in class com.moneydance.awt.HashTreeModel
 
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.
getInitialPrincipal() - Method in class com.moneydance.apps.md.model.LoanAccount
Get the principal, excluding any transactions within Moneydance, for this loan
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.
getIntervalEnd(int, TimeInterval) - Method in class com.moneydance.apps.md.model.time.TimeIntervalUtil
Given a date and a desired interval, return the ending date.
getIntervalEndDate() - Method in class com.moneydance.apps.md.model.BudgetItem
Returns the ending date for the last interval, if any.
getIntervalIdx(DateRange[], int) - Static method in class com.moneydance.apps.md.model.Budget
Given a date range list and a date, find the index of the date range in which the date belongs.
getIntervalLabels(CustomDateFormat, int, int, TimeInterval) - Method in class com.moneydance.apps.md.model.time.TimeIntervalUtil
Given a start date, number of intervals, and time interval, return a list of strings, one label for each interval.
getIntervalPoints(int, int, TimeInterval) - Method in class com.moneydance.apps.md.model.time.TimeIntervalUtil
Given a start date, number of intervals, and time interval, return a list of dates, one date per interval.
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.
getIntervalStart(int, TimeInterval) - Method in class com.moneydance.apps.md.model.time.TimeIntervalUtil
Given a date and a desired interval, return the starting 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
 
getInvestTxnType(ParentTxn) - Static method in class com.moneydance.apps.md.model.TxnUtil
 
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
 
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
getItemCurrency() - Method in class com.moneydance.apps.md.model.BudgetItemDetail
 
getItemList() - Method in class com.moneydance.apps.md.model.BudgetCalculationResults
 
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 that is to be applied to the editor field.
getLabel() - Method in class com.moneydance.awt.ThermometerGraph.Segment
 
getLabelText(MDResourceProvider, String) - Static method in class com.moneydance.util.UiUtil
Get a label from resources, and if it does not have a colon, add it.
getLastDate() - Method in class com.moneydance.apps.md.model.Reminder
Deprecated. use getLastDateInt() instead
getLastDateInt() - Method in class com.moneydance.apps.md.model.AvailableSharesTracker
 
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
 
getLighterColor(float[], float) - Static method in class com.moneydance.awt.HSLColorUtil
Make a dark color lighter (more luminance) by a specified amount.
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.
getLongResourceKey() - Method in enum com.moneydance.apps.md.model.InvestTxnType
 
getLongTag(String, long) - Method in class com.moneydance.apps.md.model.TagSet
 
getLongTermAvailableShares() - Method in class com.moneydance.apps.md.model.CapitalGainResult
 
getLongTermBasis() - Method in class com.moneydance.apps.md.model.CapitalGainResult
 
getLongTermShares() - Method in class com.moneydance.apps.md.model.CapitalGainResult
 
getLongValue(double) - Method in class com.moneydance.apps.md.model.CurrencyType
 
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
getMaxFITIDLength() - Method in class com.moneydance.apps.md.model.OnlineService
 
getMaxPasswdLength(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
getMaxValue(int) - Method in class com.moneydance.apps.md.model.BudgetCalculationResults
 
getMaxValue(int) - Method in class com.moneydance.awt.HSLColorSpace
Returns the maximum normalized color component value for the specified component.
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.
getMemorizedGraphs() - Method in class com.moneydance.apps.md.model.MemorizedItemManager
Read the user's memorized graphs settings from the current data file.
getMemorizedItemManager() - Method in class com.moneydance.apps.md.model.RootAccount
 
getMemorizedReports() - Method in class com.moneydance.apps.md.model.MemorizedItemManager
Read the user's memorized reports settings from the current data file.
getMessage() - Method in class com.moneydance.apps.md.model.OnlineMail
 
getMinimumSize() - Method in class com.moneydance.awt.DatePicker
 
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
 
getMinValue(int) - Method in class com.moneydance.awt.HSLColorSpace
Returns the minimum normalized color component value for the specified component.
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
 
getMouseOverSegment() - Method in class com.moneydance.awt.ThermometerGraph
Get the segment that is under the mouse
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
Use a fancy algorithm to calculate the next check number in the most recent series of checks.
getNextID() - Method in class com.moneydance.apps.md.model.CurrencyTable
 
getNextOccurance(int) - Method in class com.moneydance.apps.md.model.Reminder
Calculates the next date on which the reminder will occur (ie that is greater than the acknowledgement date) and that is equal to or below the given date.
getNLengthString(int, char) - Static method in class com.moneydance.util.StringUtils
 
getNonCategoryFromTxn(AbstractTxn) - Static method in class com.moneydance.apps.md.model.AccountUtil
Return the non-category account from a transaction.
getNonWhitespace(Reader) - Static method in class com.moneydance.util.StreamUtil
 
getNumDays() - Method in class com.moneydance.apps.md.controller.DateRange
 
getNumIntervals(int, int, TimeInterval) - Method in class com.moneydance.apps.md.model.time.TimeIntervalUtil
Given a start and end date, return the number of intervals needed for a particular time interval.
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
 
getNumSegments() - Method in class com.moneydance.awt.ThermometerGraph
Return the number of segments in the current graph
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
 
getOFXAccountMsgType() - Method in class com.moneydance.apps.md.model.Account
 
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
getOFXBillPayAccountNumber() - Method in class com.moneydance.apps.md.model.Account
Get the account number used for online bill payment.
getOFXBillPayAccountType() - Method in class com.moneydance.apps.md.model.Account
Get the account type used for online bill payment.
getOFXBillPayBankID() - Method in class com.moneydance.apps.md.model.Account
Get the bank ID (aka routing number) used for online bill payment.
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
Return the routing number for the account
getOFXTxnType() - Method in class com.moneydance.apps.md.model.OnlineTxn
Gets the OFX transaction type for this transaction.
getOFXVersion() - Method in class com.moneydance.apps.md.model.OnlineService
 
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.
getOtherTxn(int) - Method in interface com.moneydance.apps.md.model.Txn
Get the transaction that make up the other side of this transaction at the specified index.
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".
getOtherTxnCount() - Method in interface com.moneydance.apps.md.model.Txn
Get the number of transactions from the "other side" of this transaction.
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.
getParentTxn() - Method in interface com.moneydance.apps.md.model.Txn
 
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
 
getPercent(Account) - Method in class com.moneydance.apps.md.model.AssetTypeGroup
Get the percentage of an account's balance with respect to the entire asset group's balance, for the specified account, as of the specified date.
getPerShareSalesNet(AbstractTxn) - Static method in class com.moneydance.apps.md.model.InvestUtil
Compute the net sale amount, in the currency of the parent investment account, of a sale transaction.
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
Return the percentage of the loan that was added as a fee to the principal
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.DatePicker
 
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.ResizingTextArea
Overridden to calculate the width depending on how much text is being displayed per line.
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.
getRawAmount(int) - Method in class com.moneydance.apps.md.model.BudgetItemDetail
 
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.
getRemainingBasis() - Method in class com.moneydance.apps.md.model.CapitalGainBuy
 
getRemainingLots(RootAccount, SecurityAccount, int) - Static method in class com.moneydance.apps.md.model.InvestUtil
Determine the remaining lots in a lot-based security account, as of a specified date, accounting for all sales on or prior to that date.
getRemainingShares(int) - Method in class com.moneydance.apps.md.model.CapitalGainBuy
Compute the remaining shares for a buy transaction
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
 
getReportClassFromUri(String) - Method in class com.moneydance.apps.md.model.MemorizedItemManager
Given a report URI, return the class name of the underlying graph object.
getReportURI(String) - Method in class com.moneydance.apps.md.model.MemorizedItemManager
Given a memorized report name, return the URI associated with that report.
getReportURIFromSettings(StreamTable) - Method in class com.moneydance.apps.md.model.MemorizedItemManager
Given a memorized report settings table, return the URI associated with that report.
getResourceKey() - Method in enum com.moneydance.apps.md.model.BalanceType
 
getResourceKey() - Method in enum com.moneydance.apps.md.model.CompoundingType
 
getResourceKey() - Method in interface com.moneydance.apps.md.model.DisplayableObject
Return a resource key for a localized string describing this object.
getResourceKey() - Method in enum com.moneydance.apps.md.model.InvestTxnType
 
getResourceKey() - Method in enum com.moneydance.apps.md.model.SecurityType
 
getRoot() - Method in class com.moneydance.awt.HashTreeModel
Returns the root object.
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
 
getRootPane(Container) - Static method in class com.moneydance.awt.SwingUtil
Find the top level JRootPane of the given JComponent (or other Container)
getRoutingNumber() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
getRowCount() - Method in class com.moneydance.apps.md.model.SearchTxnList
 
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
 
getSecurityBalanceInfo(SecurityAccount, long, int, CurrencyType, char) - Static method in class com.moneydance.apps.md.model.InvestUtil
Get security balance detailed info on the shares and price per share.
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.
getSecuritySubType() - Method in class com.moneydance.apps.md.model.SecurityAccount
 
getSecurityType() - Method in class com.moneydance.apps.md.model.SecurityAccount
 
getSegment(int) - Method in class com.moneydance.awt.ThermometerGraph
Returns the segment located at the given index
getSelectedDate() - Method in class com.moneydance.awt.DatePicker
Return the selected date in YYYYMMDD integer format or -1 if no date is selected.
getSelectedObjects() - Method in class com.moneydance.awt.ThermometerGraph
 
getSelectedSegment() - Method in class com.moneydance.awt.ThermometerGraph
 
getSelectedSegmentCenter() - Method in class com.moneydance.awt.ThermometerGraph
Returns the relative location of the center of the selected segment or -1 if no segment is selected.
getSelectedTarget() - Method in class com.moneydance.awt.ThermometerGraph
 
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
 
getSharesPurchased() - Method in class com.moneydance.apps.md.model.CapitalGainBuy
 
getShortTermAvailableShares() - Method in class com.moneydance.apps.md.model.CapitalGainResult
 
getShortTermBasis() - Method in class com.moneydance.apps.md.model.CapitalGainResult
 
getShortTermShares() - Method in class com.moneydance.apps.md.model.CapitalGainResult
 
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
 
getSortDateInt() - Method in class com.moneydance.apps.md.model.OnlineTxn
Return the date for the purposes of sorting this transaction against other transactions.
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.
getSplitByID(long) - Method in class com.moneydance.apps.md.model.ParentTxn
Get the SplitTxn with the given ID or return null if none of the SplitTxns have the given ID.
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.
getStatus() - Method in interface com.moneydance.apps.md.model.Txn
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
getStatusChar() - Method in interface com.moneydance.apps.md.model.Txn
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
 
getSubtotalResourceKey() - Method in enum com.moneydance.apps.md.model.time.TimeInterval
 
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
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.moneydance.awt.EditingCellEditor
 
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.
getTag(String) - Method in interface com.moneydance.apps.md.model.Txn
Get the value associated with the given key (if any) in this transaction's set of tags.
getTag(String, String) - Method in interface com.moneydance.apps.md.model.Txn
Get the value associated with the given key in this transactions 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.
getTagsForTxn(Txn) - Method in class com.moneydance.apps.md.model.TxnTagSet
Get the tags that are associated with the given transaction.
getTagStringForTxn(AbstractTxn) - Method in class com.moneydance.apps.md.model.TxnTagSet
Return a string representing all of the tags associated with the given transaction
getTarget() - Method in class com.moneydance.awt.ThermometerGraph.Segment
 
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.
getTaxDateInt() - Method in interface com.moneydance.apps.md.model.Txn
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(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.moneydance.awt.GenericTreeCellRenderer
 
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.CapitalGainBuy
 
getTotalAmount() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
getTotalBalance() - Method in class com.moneydance.apps.md.model.AssetTypeGroup
Obtain the total balance for the entire asset group.
getTradeDateInt() - Method in class com.moneydance.apps.md.model.OnlineTxn
Return the date that this transaction was initated (or traded, if an investment txn)
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.
getTransferType() - Method in interface com.moneydance.apps.md.model.Txn
Get the type of transaction.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.moneydance.awt.GenericTreeCellRenderer
 
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.
getTxnDownloadOverlap() - Method in class com.moneydance.apps.md.model.OnlineService
When downloading transactions, request transactions from this many days prior to the date of the most recent transaction from the last download.
getTxnId() - Method in class com.moneydance.apps.md.model.AbstractTxn
Get the transaction ID.
getTxnId() - Method in interface com.moneydance.apps.md.model.Txn
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
 
getUseProfileRequest() - Method in class com.moneydance.apps.md.model.OnlineService
 
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
 
getUserConfirmedBalance() - 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.
getUseShortDates() - Method in class com.moneydance.apps.md.model.OnlineService
Return true is service should use YYYYMMDD dates instead of YYYYMMDDHHSS
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.ROICashFlowEntry
 
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 enum com.moneydance.apps.md.model.time.TimeInterval
 
getValue() - Method in interface com.moneydance.apps.md.model.Txn
Get the value of this transaction, in the currency assigned to the account for this transaction.
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
 
getVendorURL() - Method in class com.moneydance.apps.md.controller.FeatureModule
 
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
 
GRAPH_MEMORIZED - Static variable in class com.moneydance.apps.md.model.MemorizedItemManager
Property change event name for when a graph was memorized.
GRAPH_NAME_CHANGED - Static variable in class com.moneydance.apps.md.model.MemorizedItemManager
Property change event name for when the name of a graph was changed.
GRAPH_REMOVED - Static variable in class com.moneydance.apps.md.model.MemorizedItemManager
Property change event name for when a memorized graph was removed.
GridC - Class in com.moneydance.awt
A class that makes building GridBagConstraints objects easy, efficient and readable for layout out GUI elements using the GridBagLayout layout manager To use this, call GridC.getc() and then call any of the methods below on the result in order to set different attributes for the component that is being laid out.
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.
hasAmount - Variable in class com.moneydance.apps.md.model.InvestFields
 
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.
hasCategory - Variable in class com.moneydance.apps.md.model.InvestFields
 
hasFee - Variable in class com.moneydance.apps.md.model.InvestFields
 
hashCode() - Method in class com.moneydance.apps.md.controller.DateRange
 
hashCode() - Method in class com.moneydance.apps.md.model.TxnTag
 
HashTreeModel<T> - Class in com.moneydance.awt
A HashTreeModel is an implementation of the Swing TreeModel backed by a HashMap.
HashTreeModel(T) - Constructor for class com.moneydance.awt.HashTreeModel
Create the HashTreeModel with the given object as root.
hasMemo - Variable in class com.moneydance.apps.md.model.InvestFields
 
hasNext() - Method in class com.moneydance.apps.md.model.AccountIterator
 
hasNext() - Method in class com.moneydance.apps.md.model.TxnIterator
Return whether or not there are any more Txns over which we should iterate.
hasNext() - Method in class com.moneydance.util.CompoundIterator
 
hasNoData() - Method in class com.moneydance.apps.md.model.BudgetItemDetail
 
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.
hasPrice - Variable in class com.moneydance.apps.md.model.InvestFields
 
hasSecurity - Variable in class com.moneydance.apps.md.model.InvestFields
 
hasShares - Variable in class com.moneydance.apps.md.model.InvestFields
 
hasTxnsForAccount(Account) - Method in class com.moneydance.apps.md.model.TransactionSet
 
hasTxnsForAccount(Account) - Method in class com.moneydance.apps.md.model.TxnSet
 
hasXfrAcct - Variable in class com.moneydance.apps.md.model.InvestFields
 
HGAP - Static variable in class com.moneydance.util.UiUtil
Horizontal gap between components/controls.
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.
HSLColorSpace - Class in com.moneydance.awt
Convert RGB color to Hue, Saturation, Luminance.
HSLColorSpace() - Constructor for class com.moneydance.awt.HSLColorSpace
Default constructor.
HSLColorUtil - Class in com.moneydance.awt
Utilities for using Hue, Saturation, Luminance (HSL) colors and converting to/from standard Color objects.
HTML_BEGIN - Static variable in class com.moneydance.apps.md.model.N12EHtml
 
HTML_END - Static variable in class com.moneydance.apps.md.model.N12EHtml
 
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.
hudBGColor - Static variable in class com.moneydance.awt.SwingUtil
 
hudBorderColor - Static variable in class com.moneydance.awt.SwingUtil
 
hudBorderStroke - Static variable in class com.moneydance.awt.SwingUtil
 
hudFGColor - Static variable in class com.moneydance.awt.SwingUtil
 
HUE_INDEX - Static variable in class com.moneydance.awt.HSLColorSpace
The index in a return array of values for the entry containing the hue value.
HUE_INDEX - Static variable in class com.moneydance.awt.HSLColorUtil
A convenience repeat of the index for the hue value in hue, saturation and luminance array return values.

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_ONCE_ANNUALLY - Static variable in class com.moneydance.apps.md.model.BudgetItem
 
INTERVAL_ONCE_BI_MONTHLY - Static variable in class com.moneydance.apps.md.model.BudgetItem
 
INTERVAL_ONCE_BI_WEEKLY - Static variable in class com.moneydance.apps.md.model.BudgetItem
 
INTERVAL_ONCE_MONTHLY - Static variable in class com.moneydance.apps.md.model.BudgetItem
 
INTERVAL_ONCE_SEMI_ANNUALLY - Static variable in class com.moneydance.apps.md.model.BudgetItem
 
INTERVAL_ONCE_SEMI_MONTHLY - Static variable in class com.moneydance.apps.md.model.BudgetItem
 
INTERVAL_ONCE_TRI_MONTHLY - Static variable in class com.moneydance.apps.md.model.BudgetItem
 
INTERVAL_ONCE_TRI_WEEKLY - Static variable in class com.moneydance.apps.md.model.BudgetItem
 
INTERVAL_ONCE_WEEKLY - 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
 
InvestFields - Class in com.moneydance.apps.md.model
InvestField objects know how to extract the relevant fields from investment transactions so that they can be more easily edited and displayed.
InvestFields() - Constructor for class com.moneydance.apps.md.model.InvestFields
 
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
 
InvestTxnType - Enum in com.moneydance.apps.md.model
Defines the various types of investment transactions.
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
 
isAllocated() - Method in class com.moneydance.apps.md.model.CapitalGainBuy
 
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
 
isBlank(String) - Static method in class com.moneydance.util.StringUtils
Null safe check for a String with nothing but whitespace characters.
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.Account
 
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
 
isEmpty(String) - Static method in class com.moneydance.util.StringUtils
Null safe check for "" (empty string).
isEqual(T, T) - Static method in class com.moneydance.util.Misc
Determine if two objects of the same type are equal or not.
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
isIncome() - Method in class com.moneydance.apps.md.model.BudgetItemDetail
 
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
 
isInvestmentIncome(InvestTxnType) - Static method in class com.moneydance.apps.md.model.InvestUtil
Determine if a transaction is an income from the fund or if it is a 'bank' transaction where the user is putting money in or taking money out.
isLeaf(Object) - Method in class com.moneydance.awt.HashTreeModel
 
isLeafNode() - Method in class com.moneydance.apps.md.model.Account
 
isLoanReminder() - Method in class com.moneydance.apps.md.model.TransactionReminder
 
isMember(Object) - Method in class com.moneydance.awt.HashTreeModel
Return true if the given node is a member of the tree.
isNew() - Method in class com.moneydance.apps.md.model.AbstractTxn
Returns whether or not this transaction should be considered "unread" since having been downloaded
isNew() - Method in interface com.moneydance.apps.md.model.Txn
Returns whether or not this transaction should be considered "unread" since having been downloaded
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
 
isSaleTransaction(InvestTxnType) - Static method in class com.moneydance.apps.md.model.InvestUtil
Determine if a transaction is a transaction that can be considered a sale, which is treated specially for capital gains.
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.Account
 
isTaxRelated() - Method in class com.moneydance.apps.md.model.Account
 
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.
isTransferTo(Account) - Method in interface com.moneydance.apps.md.model.Txn
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.
isUserCashFlow(InvestTxnType) - Static method in class com.moneydance.apps.md.model.InvestUtil
Determine if a transaction is a 'bank' transaction where the user is putting money in or taking money out.
isValid() - Method in class com.moneydance.apps.md.model.CapitalGainResult
 
isValidateRoot() - Method in class com.moneydance.awt.SlidePanel
 
isZero(long[], int) - Static method in class com.moneydance.util.Misc
Determine if all the values in an array are zero or not.
iterator() - Method in class com.moneydance.apps.md.model.TxnSet
Returns an iterator over the transaction in this set, in reverse order.

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, Icon, Object, int) - Constructor for class com.moneydance.awt.JLinkLabel
 
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 with intelligent wrapping.
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, Icon, int) - Constructor for class com.moneydance.awt.JUnderlineLabel
 
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

label() - Method in class com.moneydance.awt.GridC
Shortcut for the settings associated with a label in a standard dialog
LABEL_COLON - Static variable in class com.moneydance.util.UiUtil
Text that follows a label.
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.
LEFT_FIELD_INSET - Static variable in class com.moneydance.awt.GridC
 
LEFT_LABEL_INSET - Static variable in class com.moneydance.awt.GridC
 
LI_BEGIN - Static variable in class com.moneydance.apps.md.model.N12EHtml
 
LI_END - Static variable in class com.moneydance.apps.md.model.N12EHtml
 
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
 
LINEEND_REGEX - Static variable in class com.moneydance.awt.ResizingTextArea
A regular expression to search for end-of-line (with String.split(String), including the system separator (on Windows '\r\n') as well as the shorthand '\n' which developers typically use in string definitions.
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
 
LUMINANCE_INDEX - Static variable in class com.moneydance.awt.HSLColorSpace
The index in a return array of values for the entry containing the luminance value.
LUMINANCE_INDEX - Static variable in class com.moneydance.awt.HSLColorUtil
A convenience repeat of the index for the luminance value in hue, saturation and luminance array return values.

M

main(String[]) - Static method in class com.moneydance.apps.md.controller.DateRange
 
main(String[]) - Static method in class com.moneydance.apps.md.model.CurrencyType
 
main(String[]) - Static method in class com.moneydance.apps.md.model.CurrencyUtil
Retrieve the latest exchange rates
main(String[]) - Static method in class com.moneydance.awt.DatePicker
 
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(Iterator<AbstractTxn>, 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(Account) - Method in interface com.moneydance.apps.md.model.AcctFilter
Returns true iff the given account matches the current search criteria
matches(StreamTable) - Method in class com.moneydance.apps.md.model.OnlineMail
 
matches(Txn) - Method in interface com.moneydance.apps.md.model.TxnSearch
 
matchesAll() - Method in interface com.moneydance.apps.md.model.TxnSearch
 
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.
memo - Variable in class com.moneydance.apps.md.model.InvestFields
 
MemorizedItemManager - Class in com.moneydance.apps.md.model
Manager for memorized reports and graphs, provides notifications when changes are made.
MemorizedItemManager(RootAccount) - Constructor for class com.moneydance.apps.md.model.MemorizedItemManager
Constructor to allow the data file to be an immutable field.
memorizeGraph(String, String) - Method in class com.moneydance.apps.md.model.MemorizedItemManager
Save a memorized graph.
memorizeReport(String, String) - Method in class com.moneydance.apps.md.model.MemorizedItemManager
Save a memorized report.
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
 
moveOnScreen(Point, Rectangle) - Static method in class com.moneydance.util.UiUtil
Move the point in screen coordinates so the specified rectangle fits on screen.

N

N12EHtml - Class in com.moneydance.apps.md.model
Non-localizable (N12E) string statics for HTML markup.
NBSP - Static variable in class com.moneydance.apps.md.model.N12EHtml
 
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
negateCategory - Variable in class com.moneydance.apps.md.model.InvestFields
 
negateSecurity - Variable in class com.moneydance.apps.md.model.InvestFields
 
NEWLINE - Static variable in class com.moneydance.awt.ResizingTextArea
Standard new line character.
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
Create a new OnlineTxn that is associated, but not yet a member of, this list.
newTxnFromString(String) - Method in class com.moneydance.apps.md.model.OnlineTxnList
Create a new OnlineTxn that is associated, but not yet a member of, this list.
next() - Method in class com.moneydance.apps.md.model.AccountIterator
 
next() - Method in class com.moneydance.apps.md.model.TxnIterator
 
next() - Method in class com.moneydance.util.CompoundIterator
 
nextColor() - Method in class com.moneydance.awt.ThermometerGraph
Return the next color in the array
noInsets - Static variable in class com.moneydance.awt.AwtUtil
 
NON_CATEGORY_FILTER - Static variable in interface com.moneydance.apps.md.model.AcctFilter
common filter that matches all non-category accounts
NORTH - Static variable in class com.moneydance.awt.ArrowIcon
The arrow should point to the north.
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.
NOT_CATEGORY - Static variable in class com.moneydance.apps.md.model.AccountUtil
Sort by non-category account.
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.
notifyAllListeners() - Method in class com.moneydance.util.BasePropertyChangeReporter
Send a generic property change notification to all listeners.
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.
OnlineTxn(OnlineTxnList, StreamTable) - Constructor for class com.moneydance.apps.md.model.OnlineTxn
 
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.DatePicker
 
paintComponent(Graphics) - Method in class com.moneydance.awt.JUnderlineLabel
 
paintComponent(Graphics) - Method in class com.moneydance.awt.QuickSearchField
 
paintComponent(Graphics) - Method in class com.moneydance.awt.ThermometerGraph
 
paintIcon(Component, Graphics, int, int) - Method in class com.moneydance.awt.ArrowIcon
Draw the icon.
PaperBorder - Class in com.moneydance.awt
 
PaperBorder(boolean, Component) - Constructor for class com.moneydance.awt.PaperBorder
 
PARA_BEGIN - Static variable in class com.moneydance.apps.md.model.N12EHtml
 
PARA_END - Static variable in class com.moneydance.apps.md.model.N12EHtml
 
PARAM_HAVE_NEW_TXNS - Static variable in class com.moneydance.apps.md.model.Account
 
PARAM_NEW_TXN_COUNT - Static variable in class com.moneydance.apps.md.model.Account
 
PARAM_QIF_TXNID - Static variable in class com.moneydance.apps.md.model.Account
 
PARAM_TAX_RELATED - 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_CACHE_KEY - Static variable in class com.moneydance.apps.md.model.Account
 
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
 
payee - Variable in class com.moneydance.apps.md.model.InvestFields
 
portion() - Method in class com.moneydance.awt.ThermometerGraph.Segment
 
price - Variable in class com.moneydance.apps.md.model.InvestFields
 
processEvent(AWTEvent) - Method in class com.moneydance.awt.NeedToUpgradeWindow
 
processLotBasedTxn(TxnSet, SplitTxn, CurrencyType, int, Hashtable<Long, AvailableSharesTracker>) - Static method in class com.moneydance.apps.md.model.InvestUtil
Process a transaction for a security that uses lot-based cost.
PROP_DATE_CHANGED - Static variable in class com.moneydance.awt.JDateField
Property change name for event fired when the date edited by this control changes.
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

QIF_FI_ID - Static variable in class com.moneydance.apps.md.model.OnlineTxn
 
QuickSearchField - Class in com.moneydance.awt
QuickSearchField is a componet like the Cocoa NSSearchField.
QuickSearchField(Color) - Constructor for class com.moneydance.awt.QuickSearchField
Constructs a new QuickSearchField
QuickSearchField(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(Icon, Icon, JPopupMenu, Color) - 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
 
recomputeStartDate(List<ROICashFlowEntry>, int) - Static method in class com.moneydance.apps.md.model.InvestUtil
The start date is the parameter that modifies the result of an ROI computation the most, since every cash flow is computed against the start date.
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
 
remove() - Method in class com.moneydance.apps.md.model.TxnIterator
 
remove() - Method in class com.moneydance.util.CompoundIterator
 
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.
removeAll(Collection<AbstractTxn>) - Method in class com.moneydance.apps.md.model.TxnSet
Remove all objects that are in the given collection
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.
removeChildren(T) - Method in class com.moneydance.awt.HashTreeModel
 
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.
removeItemListener(ItemListener) - Method in class com.moneydance.awt.ThermometerGraph
 
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
 
removeListener(TxnTagListener) - Method in class com.moneydance.apps.md.model.TxnTagSet
De-register an object that would no longer like to receive notification when transaction tags are added, removed or modified
removeMail(int) - Method in class com.moneydance.apps.md.model.OnlineMailList
Remove the mail object at the specified index.
removeMail(OnlineMail) - Method in class com.moneydance.apps.md.model.OnlineMailList
Remove the given mail object from the list.
removeMemorizedGraph(String) - Method in class com.moneydance.apps.md.model.MemorizedItemManager
Remove a memorized graph.
removeMemorizedReport(String) - Method in class com.moneydance.apps.md.model.MemorizedItemManager
Remove a memorized report.
removeNode(T) - Method in class com.moneydance.awt.HashTreeModel
Remove a node from the tree.
removeParameter(String) - Method in class com.moneydance.apps.md.model.Account
Remove the parameter with the given name.
removePayee(int) - Method in class com.moneydance.apps.md.model.OnlinePayeeList
Remove the payee object at the specified index.
removePayee(OnlinePayee) - Method in class com.moneydance.apps.md.model.OnlinePayeeList
Remove the given payee object from the list.
removePayment(int) - Method in class com.moneydance.apps.md.model.OnlinePaymentList
Remove the payment object at the specified index.
removePayment(OnlinePayment) - Method in class com.moneydance.apps.md.model.OnlinePaymentList
Remove the given payment object from the list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.moneydance.util.BasePropertyChangeReporter
Remove a PropertyChangeListener from the listener list.
removeReminder(Reminder) - Method in class com.moneydance.apps.md.model.ReminderSet
Remove the specified transaction.
removeReminderListener(ReminderListener) - Method in class com.moneydance.apps.md.model.ReminderSet
 
removeService(int) - Method in class com.moneydance.apps.md.model.OnlineInfo
Remove the service object at the specified index.
removeSnapshot(int) - Method in class com.moneydance.apps.md.model.CurrencyType
 
removeSplit(int) - Method in class com.moneydance.apps.md.model.ParentTxn
Remove the split at the specified index.
removeSplit(SplitTxn) - Method in class com.moneydance.apps.md.model.ParentTxn
Remove the specified split.
removeStockSplit(int) - Method in class com.moneydance.apps.md.model.CurrencyType
 
removeSubAccount(Account, boolean) - Method in class com.moneydance.apps.md.model.Account
Caution!! This can leave "orphan" transactions if an account that contains transactions is deleted.
removeTag(String) - Method in class com.moneydance.apps.md.model.AbstractTxn
Remove the key-value pair with the given key from the set of tags.
removeTag(String) - Method in class com.moneydance.apps.md.model.TagSet
 
removeTag(TxnTag) - Method in class com.moneydance.apps.md.model.TxnTagSet
Remove the given tag from the tag set if there are no transactions referencing the tag.
removeTransactionListener(TransactionListener) - Method in class com.moneydance.apps.md.model.TransactionSet
 
removeTreeModelListener(TreeModelListener) - Method in class com.moneydance.awt.HashTreeModel
 
removeTxn(int) - Method in class com.moneydance.apps.md.model.OnlineTxnList
Remove the txn object at the specified index.
removeTxn(OnlineTxn) - Method in class com.moneydance.apps.md.model.OnlineTxnList
Remove the given txn object from the list.
removeTxn(AbstractTxn) - Method in class com.moneydance.apps.md.model.TransactionSet
Remove the specified transaction.
removeTxn(AbstractTxn) - Method in class com.moneydance.apps.md.model.TxnSet
 
removeTxnAt(int) - Method in class com.moneydance.apps.md.model.TxnSet
 
REPEAT_BY_DAY_OF_MONTH - Static variable in class com.moneydance.apps.md.model.Reminder
 
REPEAT_BY_DAY_OF_WEEK - Static variable in class com.moneydance.apps.md.model.Reminder
 
REPEAT_BY_EVERY_YEAR - Static variable in class com.moneydance.apps.md.model.Reminder
 
REPEAT_BY_NDAYS - Static variable in class com.moneydance.apps.md.model.Reminder
 
REPEAT_BY_NONE - Static variable in class com.moneydance.apps.md.model.Reminder
 
replaceAll(String, String, String) - Static method in class com.moneydance.util.StringUtils
Replace one or more tokens inside another string with a value.
REPORT_MEMORIZED - Static variable in class com.moneydance.apps.md.model.MemorizedItemManager
Property change event name for when a report was memorized.
REPORT_NAME_CHANGED - Static variable in class com.moneydance.apps.md.model.MemorizedItemManager
Property change event name for when the name of a report was changed.
REPORT_REMOVED - Static variable in class com.moneydance.apps.md.model.MemorizedItemManager
Property change event name for when a memorized report was removed.
reset() - Method in interface com.moneydance.apps.md.view.HomePageView
Called when the view should clean up everything.
reset() - Method in class com.moneydance.awt.GridC
Reset all of the constraints to the default value and return ourself.
reset() - Method in class com.moneydance.awt.ThermometerGraph
Remove all segments and reset the color iterator.
resetDirty() - Method in class com.moneydance.apps.md.model.AbstractTxn
Mark this transaction as unmodified.
resetDirty() - Method in class com.moneydance.apps.md.model.Reminder
 
resetDirty() - Method in class com.moneydance.apps.md.model.TransactionReminder
 
resetDirtyFlags() - Method in class com.moneydance.apps.md.model.Account
set the dirty flag for this account and all sub-accounts to a non-dirty state.
resetDirtyFlags() - Method in class com.moneydance.apps.md.model.CurrencyTable
 
resetDirtyFlags() - Method in class com.moneydance.apps.md.model.CurrencyType
 
resetDirtyFlags() - Method in class com.moneydance.apps.md.model.ReminderSet
 
resetDirtyFlags() - Method in class com.moneydance.apps.md.model.RootAccount
 
resetDirtyFlags() - Method in class com.moneydance.apps.md.model.TransactionSet
 
resetItems() - Method in class com.moneydance.apps.md.model.BudgetCalculationResults
 
resetRealmInfo() - Method in class com.moneydance.apps.md.model.OnlineService
Removes references to all of the current realms.
reshape(int, int, int, int) - Method in class com.moneydance.awt.JDateField
 
ResizingTextArea - Class in com.moneydance.awt
JTextArea is extended to support being able to expand its width to avoid wrapping lines for small amounts of text.
ResizingTextArea() - Constructor for class com.moneydance.awt.ResizingTextArea
 
right() - Method in interface com.moneydance.awt.PackAs
Add gridx=REMAINDER to the constraints for the current component.
right() - Method in class com.moneydance.awt.Packer
Add gridwidth=RELATIVE to the constraints for the current component.
RIGHT_FIELD_INSET - Static variable in class com.moneydance.awt.GridC
 
RIGHT_LABEL_INSET - Static variable in class com.moneydance.awt.GridC
 
ROICashFlowEntry - Class in com.moneydance.apps.md.model
Tracks a transaction for Return On Investment/Internal Rate of Return computations.
ROICashFlowEntry(SplitTxn, InvestTxnType, CurrencyType, int) - Constructor for class com.moneydance.apps.md.model.ROICashFlowEntry
Constructor from a security transaction.
ROICashFlowEntry(int, long, CurrencyType, int) - Constructor for class com.moneydance.apps.md.model.ROICashFlowEntry
Constructor to allow all fields to be final.
RootAccount - Class in com.moneydance.apps.md.model
The root of all accounts.
RootAccount(CurrencyType, CurrencyTable) - Constructor for class com.moneydance.apps.md.model.RootAccount
 
RootAccount(CurrencyType, CurrencyTable, Hashtable) - Constructor for class com.moneydance.apps.md.model.RootAccount
 
RootAccount(String, CurrencyType, CurrencyTable, Hashtable) - Constructor for class com.moneydance.apps.md.model.RootAccount
 
rowspan(int) - Method in class com.moneydance.awt.GridC
Set the gridheight: number of rows to span.
run() - Method in class com.moneydance.util.VersionVerifier
 
runOnUIThread(Runnable) - Static method in class com.moneydance.util.UiUtil
Runs the specified code on the Event Dispatch thread (the UI thread).

S

safeRate(double) - Static method in class com.moneydance.apps.md.model.InvestFields
If the given rate is zero, return a number that can be used as a denominator, otherwise,
SATURATION_INDEX - Static variable in class com.moneydance.awt.HSLColorSpace
The index in a return array of values for the entry containing the saturation value.
SATURATION_INDEX - Static variable in class com.moneydance.awt.HSLColorUtil
A convenience repeat of the index for the saturation value in hue, saturation and luminance array return values.
saveEdits() - Method in class com.moneydance.apps.md.extensionapi.EditorField
Called when the editor should save the value from the field to the model
saveSecondaryInfo() - Method in class com.moneydance.apps.md.model.RootAccount
 
SearchTxnList - Class in com.moneydance.apps.md.model
Contains a list of split and parent transactions using search criteria and the TxnIterator class.
SearchTxnList(RootAccount, TxnSearch) - Constructor for class com.moneydance.apps.md.model.SearchTxnList
 
secCurr - Variable in class com.moneydance.apps.md.model.InvestFields
 
security - Variable in class com.moneydance.apps.md.model.InvestFields
 
SecurityAccount - Class in com.moneydance.apps.md.model
An account representing a stock or security.
SecurityAccount(String, int, CurrencyType, Hashtable, Vector, Account) - Constructor for class com.moneydance.apps.md.model.SecurityAccount
 
SecurityType - Enum in com.moneydance.apps.md.model
Defines the various types of security instruments that can be assigned to a security.
setAccount(Account) - Method in class com.moneydance.apps.md.model.AbstractTxn
Set the account associated with this transaction.
setAccount(Account) - Method in class com.moneydance.apps.md.model.BudgetItem
Sets the specific account, if any, to or from which funds will be moved.
setAccountDescription(String) - Method in class com.moneydance.apps.md.model.InvestmentAccount
 
setAccountIsInactive(boolean) - Method in class com.moneydance.apps.md.model.Account
Sets whether the account is no longer in use and should be hidden from account and category selectors as well as the home page.
setAccountKey(String) - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
setAccountMessageType(int) - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
setAccountName(String) - Method in class com.moneydance.apps.md.model.Account
 
setAccountNumber(String) - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
setAccountNums(String[]) - Method in class com.moneydance.apps.md.model.OnlinePayee
Sets the default account number that represents the user's account with the payee.
setAccountType(String) - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
setAccruedInterest(long) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setAcctFromAcctID(String) - Method in interface com.moneydance.apps.md.model.OnlineBankAcctFromInterface
 
setAcctFromAcctID(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
 
setAcctFromBankID(String) - Method in interface com.moneydance.apps.md.model.OnlineBankAcctFromInterface
 
setAcctFromBankID(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
 
setAcctFromBranchID(String) - Method in interface com.moneydance.apps.md.model.OnlineBankAcctFromInterface
 
setAcctFromBranchID(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
 
setAcctFromKey(String) - Method in interface com.moneydance.apps.md.model.OnlineBankAcctFromInterface
 
setAcctFromKey(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
 
setAcctFromType(String) - Method in interface com.moneydance.apps.md.model.OnlineBankAcctFromInterface
 
setAcctFromType(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
 
setAcctToAcctID(String) - Method in interface com.moneydance.apps.md.model.OnlineBankAcctToInterface
set info identifying the account to transfer the money to/from if this was a transfer to/from a bank account
setAcctToAcctID(String) - Method in class com.moneydance.apps.md.model.OnlinePayee
set info identifying the account to transfer the money to/from if this was a transfer to/from a bank account
setAcctToAcctID(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
set info identifying the account to transfer the money to/from if this was a transfer to/from a bank account
setAcctToAcctID(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
set info identifying the account to transfer the money to/from if this was a transfer to/from a bank account
setAcctToBankBranch(String) - Method in interface com.moneydance.apps.md.model.OnlineBankAcctToInterface
Set the branch of this payee's bank account.
setAcctToBankBranch(String) - Method in class com.moneydance.apps.md.model.OnlinePayee
Set the branch of this payee's bank account.
setAcctToBankBranch(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
Get the branch of this payee's bank account.
setAcctToBankBranch(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
Get the branch of this payee's bank account.
setAcctToBankCity(String) - Method in interface com.moneydance.apps.md.model.OnlineBankAcctToInterface
Set the city of this payee's bank.
setAcctToBankCity(String) - Method in class com.moneydance.apps.md.model.OnlinePayee
Set the city of this payee's bank.
setAcctToBankCity(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
Set the city of this payee's bank.
setAcctToBankCity(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
Set the city of this payee's bank.
setAcctToBankID(String) - Method in interface com.moneydance.apps.md.model.OnlineBankAcctToInterface
set info identifying the bank to transfer the money to/from if this was a transfer to/from a bank account
setAcctToBankID(String) - Method in class com.moneydance.apps.md.model.OnlinePayee
set info identifying the bank to transfer the money to/from if this was a transfer to/from a bank account
setAcctToBankID(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
set info identifying the bank to transfer the money to/from if this was a transfer to/from a bank account
setAcctToBankID(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
set info identifying the bank to transfer the money to/from if this was a transfer to/from a bank account
setAcctToBankName(String) - Method in interface com.moneydance.apps.md.model.OnlineBankAcctToInterface
Set the name of this payee's bank account.
setAcctToBankName(String) - Method in class com.moneydance.apps.md.model.OnlinePayee
Set the name of this payee's bank account.
setAcctToBankName(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
Set the name of this payee's bank account.
setAcctToBankName(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
Set the name of this payee's bank account.
setAcctToBankPostal(String) - Method in interface com.moneydance.apps.md.model.OnlineBankAcctToInterface
Set the postal code of this payee's bank.
setAcctToBankPostal(String) - Method in class com.moneydance.apps.md.model.OnlinePayee
Set the postal code of this payee's bank.
setAcctToBankPostal(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
Set the postal code of this payee's bank.
setAcctToBankPostal(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
Set the postal code of this payee's bank.
setAcctToBranchID(String) - Method in interface com.moneydance.apps.md.model.OnlineBankAcctToInterface
Set the branch ID of the account for this payee.
setAcctToBranchID(String) - Method in class com.moneydance.apps.md.model.OnlinePayee
Set the branch ID of the account for this payee.
setAcctToBranchID(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
Set the branch ID of the account for this payee.
setAcctToBranchID(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
Set the branch ID of the account for this payee.
setAcctToKey(String) - Method in interface com.moneydance.apps.md.model.OnlineBankAcctToInterface
Set the key for this payee's account.
setAcctToKey(String) - Method in class com.moneydance.apps.md.model.OnlinePayee
Set the key for this payee's account.
setAcctToKey(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
Set the key for this payee's account.
setAcctToKey(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
Set the key for this payee's account.
setAcctToPTTAcctID(String) - Method in interface com.moneydance.apps.md.model.OnlineBankAcctToInterface
Set the PTT ID of this payee's bank.
setAcctToPTTAcctID(String) - Method in class com.moneydance.apps.md.model.OnlinePayee
Set the PTT ID of this payee's bank.
setAcctToPTTAcctID(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
Set the PTT ID of this payee's bank.
setAcctToPTTAcctID(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
Set the PTT ID of this payee's bank.
setAcctToType(String) - Method in interface com.moneydance.apps.md.model.OnlineBankAcctToInterface
Set the type of account for this payee.
setAcctToType(String) - Method in class com.moneydance.apps.md.model.OnlinePayee
Set the type of account for this payee.
setAcctToType(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
Set the type of account for this payee.
setAcctToType(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
Set the type of account for this payee.
setAcknowledged(Date) - Method in class com.moneydance.apps.md.model.Reminder
Deprecated. use setAcknowledgedInt(int) instead
setAcknowledgedInt(int) - Method in class com.moneydance.apps.md.model.Reminder
Set the last date that this reminder was acknowledged/accepted.
setActive(boolean) - Method in interface com.moneydance.apps.md.view.HomePageView
Sets the view as active or inactive.
setAddr1(String) - Method in class com.moneydance.apps.md.model.OnlinePayee
 
setAddr1(String) - Method in interface com.moneydance.apps.md.model.OnlinePayeeInterface
 
setAddr1(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
 
setAddr1(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setAddr2(String) - Method in class com.moneydance.apps.md.model.OnlinePayee
 
setAddr2(String) - Method in interface com.moneydance.apps.md.model.OnlinePayeeInterface
 
setAddr2(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
 
setAddr2(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setAddr3(String) - Method in class com.moneydance.apps.md.model.OnlinePayee
 
setAddr3(String) - Method in interface com.moneydance.apps.md.model.OnlinePayeeInterface
 
setAddr3(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
 
setAddr3(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setAddress(String) - Method in class com.moneydance.apps.md.model.AddressBook.AddressEntry
 
setAddress(AddressBook.AddressEntry) - Method in class com.moneydance.apps.md.model.ParentTxn
This method is only to receive addresses already added to the address book.
setAllowBlank(boolean) - Method in class com.moneydance.awt.JRateField
 
setAllowDuplicateIDs(boolean) - Method in class com.moneydance.apps.md.model.OnlineTxn
Sets whether or not this transaction is allowed to have the same FI transaction ID as another transaction that is already in an OnlineTxnList.
setAllowQuickDecimal(boolean) - Method in class com.moneydance.awt.JCurrencyField
 
setAmount(long) - Method in class com.moneydance.apps.md.model.BudgetItem
Sets the amount that was budgeted, specified in the currency of the transfer account.
setAmount(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
Sets the amount of this payment.
setAmount(long) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setAmount(long, long) - Method in class com.moneydance.apps.md.model.SplitTxn
Set the amounts for this transaction, including the amount of the transaction in the split account, and the amount of the transaction in the account of the parent transaction.
setAmount(long, double, long) - Method in class com.moneydance.apps.md.model.SplitTxn
Set the amounts for this transaction, including the amount of the transaction in the split account, the rate, and the amount of the transaction in the account of the parent transaction.
setAmount(long) - Method in class com.moneydance.apps.md.model.SplitTxn
Set the amount that this split affects the -other- side of the transaction.
setAnchorEast(boolean) - Method in class com.moneydance.awt.Packer
Add anchor=EAST to the constraints for the current component if how == true remove it if false.
setAnchorNorth(boolean) - Method in class com.moneydance.awt.Packer
Add anchor=NORTH to the constraints for the current component if how == true remove it if false.
setAnchorNorthEast(boolean) - Method in class com.moneydance.awt.Packer
Add anchor=NORTHEAST to the constraints for the current component if how == true remove it if false.
setAnchorNorthWest(boolean) - Method in class com.moneydance.awt.Packer
Add anchor=NORTHWEST to the constraints for the current component if how == true remove it if false.
setAnchorSouth(boolean) - Method in class com.moneydance.awt.Packer
Add anchor=SOUTH to the constraints for the current component if how == true remove it if false.
setAnchorSouthEast(boolean) - Method in class com.moneydance.awt.Packer
Add anchor=SOUTHEAST to the constraints for the current component if how == true remove it if false.
setAnchorSouthWest(boolean) - Method in class com.moneydance.awt.Packer
Add anchor=SOUTHWEST to the constraints for the current component if how == true remove it if false.
setAnchorWest(boolean) - Method in class com.moneydance.awt.Packer
Add anchor=WEST to the constraints for the current component if how == true remove it if false.
setAnnualFee(long) - Method in class com.moneydance.apps.md.model.CreditCardAccount
 
setAPR(double) - Method in class com.moneydance.apps.md.model.SecurityAccount
 
setAPRPercent(double) - Method in class com.moneydance.apps.md.model.CreditCardAccount
 
setAutoCommitDays(int) - Method in class com.moneydance.apps.md.model.TransactionReminder
Set the number of days prior to this transactions scheduled date that we should automatically add it to the transaction set.
setAvailableAccounts(OnlineAccountInfo[]) - Method in class com.moneydance.apps.md.model.OnlineService
 
setAvgCostBasis(long) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setBackground(Color) - Method in class com.moneydance.awt.JTextPanel
 
setBankAccountNumber(String) - Method in class com.moneydance.apps.md.model.BankAccount
 
setBankCanEmail(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBankCanNotify(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBankClosingAvail(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBankingFI(OnlineService) - Method in class com.moneydance.apps.md.model.Account
Set the online banking connection information used for online banking (transaction download, etc) in this account.
setBankName(String) - Method in class com.moneydance.apps.md.model.BankAccount
 
setBankName(String) - Method in class com.moneydance.apps.md.model.CreditCardAccount
 
setBankXfrCanModifyModels(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBankXfrCanModifyTransfers(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBankXfrCanScheduleRecurring(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBankXfrCanScheduleTransfers(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBankXfrDaysWithdrawn(int) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBankXfrDefaultDaysToPay(int) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBankXfrModelWindow(int) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBankXfrNeedsTAN(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBankXfrProcessingDaysOff(String[]) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBankXfrProcessingEndTime(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBankXfrSupportsDTAvail(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBaseType(CurrencyType) - Method in class com.moneydance.apps.md.model.CurrencyTable
 
setBillerReference(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
Get the biller reference info that is associated with this payment.
setBillPayCanAddPayee(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBillPayCanModModels(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBillPayCanModModels() - Method in class com.moneydance.apps.md.model.OnlineService
 
setBillPayCanModPayments(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBillPayDaysWithdrawn(int) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBillPayDefaultDaysToPay(int) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBillPayFI(OnlineService) - Method in class com.moneydance.apps.md.model.Account
Set the online banking connection information used for online banking (transaction download, etc) in this account.
setBillPayHasExtendedPmt(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBillPayModelWindow(int) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBillPayModelWindow() - Method in class com.moneydance.apps.md.model.OnlineService
 
setBillPayNeedsTANPayee(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBillPayNeedsTANPayment(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBillPayPostProcessingWindow(int) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBillPayProcessingDaysOff(String[]) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBillPayProcessingEndTime(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBillPaySupportsDifftFirstPmt(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBillPaySupportsDifftLastPmt(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBillPaySupportsDtAvail(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBillPaySupportsPmtByAddr(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBillPaySupportsPmtByPayeeId(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBillPaySupportsPmtByXfr(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBillPaySupportsStatusModRs(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBillPayXfrDaysWith(int) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBillPayXfrDefaultDaysToPay(int) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBondType(int) - Method in class com.moneydance.apps.md.model.SecurityAccount
 
setBootstrapURL(URL) - Method in class com.moneydance.apps.md.model.OnlineService
 
setBounds(int, int, int, int) - Method in class com.moneydance.awt.DatePicker
 
setBounds(int, int, int, int) - Method in class com.moneydance.awt.ThermometerGraph
 
setBranchID(String) - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
setBroker(String) - Method in class com.moneydance.apps.md.model.SecurityAccount
 
setBrokerPhone(String) - Method in class com.moneydance.apps.md.model.SecurityAccount
 
setBudgetAmount(int, long) - Method in class com.moneydance.apps.md.model.Account
Set the amount that is budgeted for this account, given the budget number and the amount.
setBudgetClass(int, String) - Method in class com.moneydance.apps.md.model.Account
Get the class (misc, required, discretionary, etc) for the given budget
setBudgetInfo(Budget) - Method in class com.moneydance.apps.md.model.Budget
Copies the information from the given budget into this budget.
setBudgetInterval(int, String) - Method in class com.moneydance.apps.md.model.Account
Set the interval (monthly, weekly, quarterly, etc) for the given budget
setBudgetName(int, String) - Method in class com.moneydance.apps.md.model.RootAccount
Get the name of the budget that is identified by the given number.
setBuyType(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setCalcPmt(boolean) - Method in class com.moneydance.apps.md.model.LoanAccount
 
setCancelIcon(Icon) - Method in class com.moneydance.awt.QuickSearchField
Sets a cancel icon
setCancelIconPressed(Icon) - Method in class com.moneydance.awt.QuickSearchField
Sets a pressed cancel icon
setCanXfrFrom(boolean) - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
setCanXfrTo(boolean) - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
setCardExpirationMonth(int) - Method in class com.moneydance.apps.md.model.CreditCardAccount
 
setCardExpirationYear(int) - Method in class com.moneydance.apps.md.model.CreditCardAccount
 
setCardNumber(String) - Method in class com.moneydance.apps.md.model.CreditCardAccount
 
setCategoryID(int) - Method in class com.moneydance.apps.md.model.OnlinePayment
Sets the category for payments to this payee.
setCheckedInitialTransfer() - Method in class com.moneydance.apps.md.model.LoanAccount
 
setCheckNum(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
Get the check number that was associated with this payment.
setCheckNum(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setCheckNumber(String) - Method in class com.moneydance.apps.md.model.ParentTxn
Set the check number associated with this transaction.
setCheckNumber(String) - Method in class com.moneydance.apps.md.model.SplitTxn
 
setCheckNumTags(String[]) - Method in class com.moneydance.apps.md.model.Account
 
setCity(String) - Method in class com.moneydance.apps.md.model.OnlinePayee
 
setCity(String) - Method in interface com.moneydance.apps.md.model.OnlinePayeeInterface
 
setCity(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
 
setCity(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setClientIDRequired(String, boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setComment(String) - Method in class com.moneydance.apps.md.model.Account
 
setCommission(long) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setCommissionPart(SplitTxn) - Static method in class com.moneydance.apps.md.model.TxnUtil
Tag the given split as the commission/fee part of its investment transaction.
setCompounding(CompoundingType) - Method in class com.moneydance.apps.md.model.SecurityAccount
Returns the compounding period for a CD.
setContainer(Container) - Method in class com.moneydance.awt.Packer
Set the designated container for objects packed by this instance.
setCorrectedFITxnID(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setCorrectionAction(int) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setCountry(String) - Method in class com.moneydance.apps.md.model.OnlinePayee
 
setCountry(String) - Method in interface com.moneydance.apps.md.model.OnlinePayeeInterface
 
setCountry(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
 
setCountry(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setCreationDate(long) - Method in class com.moneydance.apps.md.model.Account
Sets the date that this account was opened.
setCreditCardClosingAvail(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setCreditLimit(long) - Method in class com.moneydance.apps.md.model.CreditCardAccount
 
setCurrency(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
 
setCurrencyChoice(String) - Method in class com.moneydance.apps.md.model.SecurityAccount
 
setCurrencyType(CurrencyType) - Method in class com.moneydance.apps.md.model.Account
set the currency type.
setCurrencyType(int) - Method in class com.moneydance.apps.md.model.CurrencyType
 
setCurrencyType(CurrencyType) - Method in class com.moneydance.awt.JCurrencyField
 
setCustomerAcct(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
Set the account number of the customer that this payment is for.
setCustServicePhone(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setDailyChange(double) - Method in class com.moneydance.apps.md.model.CurrencyType
 
setDailyVolume(long) - Method in class com.moneydance.apps.md.model.CurrencyType
 
setDailyVolume(long) - Method in class com.moneydance.apps.md.model.CurrencyType.Snapshot
 
setDataFile(File) - Method in class com.moneydance.apps.md.model.RootAccount
 
setDataFileFormat(int) - Method in class com.moneydance.apps.md.model.RootAccount
 
setDate(long) - Method in class com.moneydance.apps.md.model.CurrencyType.Snapshot
 
setDate(long) - Method in class com.moneydance.apps.md.model.CurrencyType.StockSplit
 
setDate(long) - Method in class com.moneydance.apps.md.model.ParentTxn
Deprecated. use setDateInt(int) instead
setDate(Date) - Method in class com.moneydance.awt.DateField
 
setDate(long) - Method in class com.moneydance.awt.JDateField
 
setDate(Date) - Method in class com.moneydance.awt.JDateField
 
setDateAvailable(long) - Method in class com.moneydance.apps.md.model.OnlinePayment
Set the date that funds must be available in the destination account.
setDateAvailable(long) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setDateAvailableInt(int) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setDateAvailAcctsUpdated(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setDateCreated(long) - Method in class com.moneydance.apps.md.model.OnlineMail
 
setDateDue(long) - Method in class com.moneydance.apps.md.model.OnlinePayment
 
setDateEntered(long) - Method in class com.moneydance.apps.md.model.ParentTxn
Set the date that this transaction was entered.
setDateFormat(CustomDateFormat) - Method in class com.moneydance.awt.JDateField
 
setDateInitiated(long) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setDateInitiatedInt(int) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setDateInt(int) - Method in class com.moneydance.apps.md.model.CurrencyType.Snapshot
 
setDateInt(int) - Method in class com.moneydance.apps.md.model.CurrencyType.StockSplit
 
setDateInt(int) - Method in class com.moneydance.apps.md.model.ParentTxn
Set the date (encoded as an int with decimal form YYYYMMDD) associated with this transaction.
setDateInt(int) - Method in class com.moneydance.awt.JDateField
 
setDatePosted(long) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setDatePostedInt(int) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setDatePurchasedInt(int) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setDateUpdated(long) - Method in class com.moneydance.apps.md.model.OnlineService
 
setDaysToPay(int) - Method in interface com.moneydance.apps.md.model.OnlineExtdPayeeInterface
Sets how many days before a payment is due that the money is deducted from the payer's account.
setDaysToPay(int) - Method in class com.moneydance.apps.md.model.OnlinePayee
Sets how many days before a payment is due that the money is deducted from the payer's account.
setDaysToPay(int) - Method in interface com.moneydance.apps.md.model.OnlinePayeeInterface
 
setDaysToPay(int) - Method in class com.moneydance.apps.md.model.OnlinePayment
Sets how many days before a payment is due that the money is deducted from the payer's account.
setDaysToPay(int) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setDecimalCharacter(char, char) - Method in class com.moneydance.awt.JCurrencyField
 
setDecimalCharacter(char) - Method in class com.moneydance.awt.JRateField
 
setDecimalPlaces(int) - Method in class com.moneydance.apps.md.model.CurrencyType
 
setDeductible(boolean) - Method in class com.moneydance.apps.md.model.Account
 
setDefaultCategory(Account) - Method in class com.moneydance.apps.md.model.Account
 
setDefaultCategoryID(int) - Method in class com.moneydance.apps.md.model.OnlinePayee
Sets the default category for payments to this payee.
setDefaultValue(double) - Method in class com.moneydance.awt.JRateField
 
setDescription(String) - Method in class com.moneydance.apps.md.model.AbstractTxn
Set the description associated with this transaction.
setDescription(String) - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
setDescription(String) - Method in class com.moneydance.apps.md.model.Reminder
 
setDirty() - Method in class com.moneydance.apps.md.model.AbstractTxn
Mark this transaction as modified, and needing to be saved.
setDirty() - Method in class com.moneydance.apps.md.model.OnlinePaymentList
Causes all listeners to the list to be notified that the payment list has changed.
setDirty() - Method in class com.moneydance.apps.md.model.Reminder
 
setDirty() - Method in class com.moneydance.apps.md.model.ReminderSet
 
setDirty() - Method in class com.moneydance.apps.md.model.TransactionSet
 
setDirtyFlag() - Method in class com.moneydance.apps.md.model.Account
set the dirty flag for this account.
setDividend(long) - Method in class com.moneydance.apps.md.model.SecurityAccount
 
setDrawUnderline(boolean) - Method in class com.moneydance.awt.JUnderlineLabel
 
setEmailAddress(String) - Method in class com.moneydance.apps.md.model.AddressBook.AddressEntry
 
setEmailSupportsGeneric(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setEmailSupportsGetMime(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setEmptyIfZero(boolean) - Method in class com.moneydance.awt.JCurrencyField
 
setEmptyText(String) - Method in class com.moneydance.awt.QuickSearchField
Sets the default text, this text is shown if the component has no focus and the user has not entered any text.
setEnabled(boolean) - Method in class com.moneydance.awt.ArrowIcon
Set the enable status.
setEncryptionHint(String) - Method in class com.moneydance.apps.md.model.RootAccount
Sets the hint that will be stored with this file to help the user remember their passphrase.
setEncryptionKey(byte[]) - Method in class com.moneydance.apps.md.model.RootAccount
Set the key that will be used to encrypt this file.
setEncryptionLevel(String) - Method in class com.moneydance.apps.md.model.RootAccount
Set the level of encryption.
setEscrow(boolean) - Method in class com.moneydance.apps.md.model.LoanAccount
 
setEscrowAccount(Account) - Method in class com.moneydance.apps.md.model.LoanAccount
 
setEscrowPayment(long) - Method in class com.moneydance.apps.md.model.LoanAccount
 
setExchange(String) - Method in class com.moneydance.apps.md.model.SecurityAccount
 
setExpensePart(SplitTxn) - Static method in class com.moneydance.apps.md.model.TxnUtil
Tag the given split as the expense part of its investment transaction.
setFaceValue(long) - Method in class com.moneydance.apps.md.model.SecurityAccount
Sets the face value of a bond
setFees(long) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setFIAddress1(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setFIAddress2(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setFIAddress3(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setFICity(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setFICountry(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setField(Object, String[]) - Method in class com.moneydance.util.StreamTable
Set the string array value associated with this key
setFieldStatus(AbstractTxn) - Method in class com.moneydance.apps.md.model.InvestFields
 
setFieldStatus(InvestTxnType, AbstractTxn) - Method in class com.moneydance.apps.md.model.InvestFields
 
setFIEmail(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setFIID(String) - Method in class com.moneydance.apps.md.model.AbstractTxn
Sets the identifier for the financial institution from which this transaction was downloaded.
setFIId(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setFIID(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
Set the unique string that identifies the FI from which this txn was downloaded.
setFillBoth(boolean) - Method in class com.moneydance.awt.Packer
Add fill=BOTH, weightx=1, weighty=1 to the constraints for the current component if how == true, fill=0, weightx=0, weighty=0 if it is false.
setFillX(boolean) - Method in class com.moneydance.awt.Packer
Add fill=HORIZONTAL, weightx=1 to the constraints for the current component if how == true.
setFillY(boolean) - Method in class com.moneydance.awt.Packer
Add fill=VERITCAL to the constraints for the current component if how == true 1 it if false.
setFIName(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setFIOrg(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setFireNotifications(boolean) - Method in class com.moneydance.apps.md.model.CurrencyTable
Tells the model whether or not notifications should be sent or delayed for a little while.
setFIState(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setFiTxnId(int, String) - Method in class com.moneydance.apps.md.model.AbstractTxn
Set the ID that the financial institution uses to identify this transaction.
setFITxnId(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setFIUrl(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setFIUrlIsRedirect(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setFIZip(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setForeground(Color) - Method in class com.moneydance.awt.JTextPanel
 
setFrom(String) - Method in class com.moneydance.apps.md.model.OnlineMail
 
setGain(long) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setGracefulHide(boolean) - Method in class com.moneydance.awt.SlidePanel
 
setGracefulShow(boolean) - Method in class com.moneydance.awt.SlidePanel
 
setHasBankAcctTo(boolean) - Method in interface com.moneydance.apps.md.model.OnlineBankAcctToInterface
Set whether or not there is destination bank account info.
setHasBankAcctTo(boolean) - Method in class com.moneydance.apps.md.model.OnlinePayee
Set whether or not there is destination bank account info.
setHasBankAcctTo(boolean) - Method in class com.moneydance.apps.md.model.OnlinePayment
Set whether or not there is destination bank account info.
setHasBankAcctTo(boolean) - Method in class com.moneydance.apps.md.model.OnlineTxn
Set whether or not there is destination bank account info.
setHasCCAcctTo(boolean) - Method in interface com.moneydance.apps.md.model.OnlineCCAcctToInterface
Set whether or not there is destination credit card account info.
setHasCCAcctTo(boolean) - Method in class com.moneydance.apps.md.model.OnlineTxn
Set whether or not there is destination credit card account info.
setHasExtdPmtInfo(boolean) - Method in class com.moneydance.apps.md.model.OnlinePayment
Set whether or not this payment has extra information.
setHasExtendedAcctToInfo(boolean) - Method in interface com.moneydance.apps.md.model.OnlineBankAcctToInterface
Set whether or not this payee has extended to-account information available.
setHasExtendedAcctToInfo(boolean) - Method in class com.moneydance.apps.md.model.OnlinePayee
Set whether or not this payee has extended to-account information available.
setHasExtendedAcctToInfo(boolean) - Method in class com.moneydance.apps.md.model.OnlinePayment
Set whether or not this payee has extended to-account information available.
setHasExtendedAcctToInfo(boolean) - Method in class com.moneydance.apps.md.model.OnlineTxn
Set whether or not this payee has extended to-account information available.
setHasExtendedPayeeInfo(boolean) - Method in interface com.moneydance.apps.md.model.OnlineExtdPayeeInterface
Sets whether or not an object has extended payee info associated with it.
setHasExtendedPayeeInfo(boolean) - Method in class com.moneydance.apps.md.model.OnlinePayee
Sets whether or not an object has extended payee info associated with it.
setHasExtendedPayeeInfo(boolean) - Method in interface com.moneydance.apps.md.model.OnlinePayeeInterface
 
setHasExtendedPayeeInfo(boolean) - Method in class com.moneydance.apps.md.model.OnlinePayment
Sets whether or not an object has extended payee info associated with it.
setHasExtendedPayeeInfo(boolean) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setHasTxnDownload(boolean) - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
setHideInUI(boolean) - Method in class com.moneydance.apps.md.model.CurrencyType
Set a boolean flag indicating whether or not this currency should be displayed in user-friendly currency lists.
setHideOnHomePage(boolean) - Method in class com.moneydance.apps.md.model.Account
 
setHighlightedIndex(int) - Method in class com.moneydance.awt.ThermometerGraph
 
setHoldBalances(boolean) - Method in class com.moneydance.apps.md.model.TxnSet
 
setID(long) - Method in class com.moneydance.apps.md.model.AddressBook.AddressEntry
 
setId(long) - Method in class com.moneydance.apps.md.model.Reminder
 
setIDForScheme(String, String) - Method in class com.moneydance.apps.md.model.CurrencyType
Sets the security/currency ID for the given ID scheme.
setIDString(String) - Method in class com.moneydance.apps.md.model.CurrencyType
 
setImage(Image) - Method in class com.moneydance.awt.ImagePanel
 
setImages(Image, Image, Image, Image, Image, Image, Image, Image) - Method in class com.moneydance.awt.ImageBorder
 
setIncludeImages(boolean) - Method in class com.moneydance.apps.md.model.OnlineMail
 
setIncludeInNetWorth(boolean) - Method in class com.moneydance.apps.md.model.Account
Set whether or not this account should be included in net worth calculations.
setIncomePart(SplitTxn) - Static method in class com.moneydance.apps.md.model.TxnUtil
Tag the given split as the income part of its investment transaction.
setIncomeType(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setInfo(StreamTable) - Method in class com.moneydance.apps.md.model.OnlineInfo
Should only be called from the io.*Reader classes for reading info from a file.
setInfo(String, String, String, String, String, String, String, String, String) - Method in class com.moneydance.apps.md.model.OnlinePayee
 
setInitialDate(long) - Method in class com.moneydance.apps.md.model.AssetAccount
 
setInitialDate(long) - Method in class com.moneydance.apps.md.model.Reminder
Deprecated. use setInitialDateInt(int) instead
setInitialDateInt(int) - Method in class com.moneydance.apps.md.model.Reminder
Set the first date that the reminder will occur.
setInitialPrincipal(long) - Method in class com.moneydance.apps.md.model.LoanAccount
Set the principal, excluding any transactions within Moneydance, for this loan
setInitialTransfer(AbstractTxn) - Method in class com.moneydance.apps.md.model.LoanAccount
Sets the given transaction as the initial transfer for this account.
setInsetBottom(int) - Method in class com.moneydance.awt.Packer
sets bottom Insets on the constraints for the current component to the value specified.
setInsetLeft(int) - Method in class com.moneydance.awt.Packer
sets left Insets on the constraints for the current component to the value specified.
setInsetRight(int) - Method in class com.moneydance.awt.Packer
sets right Insets on the constraints for the current component to the value specified.
setInsetTop(int) - Method in class com.moneydance.awt.Packer
sets top Insets on the constraints for the current component to the value specified.
setInstitutionName(String) - Method in class com.moneydance.apps.md.model.InvestmentAccount
 
setInterestAccount(Account) - Method in class com.moneydance.apps.md.model.LoanAccount
 
setInterestRate(double) - Method in class com.moneydance.apps.md.model.LoanAccount
 
setInterval(int) - Method in class com.moneydance.apps.md.model.BudgetItem
Sets the type of repeating interval.
setIntervalEndDate(int) - Method in class com.moneydance.apps.md.model.BudgetItem
Sets the ending date for the last interval, if any.
setIntervalStartDate(int) - Method in class com.moneydance.apps.md.model.BudgetItem
Sets the starting date for the first interval
setInvalidAcctTypes(String[]) - Method in class com.moneydance.apps.md.model.OnlineService
 
setInvestAccountNumber(String) - Method in class com.moneydance.apps.md.model.InvestmentAccount
 
setInvestmentAccountType(String) - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
setInvestmentBrokerID(String) - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
setInvestmentOptionLevel(String) - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
setInvestmentProductType(String) - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
setInvestmentWithChecking(boolean) - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
setInvestTxnType(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setInvstBrokerID(String) - Method in class com.moneydance.apps.md.model.OnlineService
Sets a default Broker ID to use with this service.
setInvstCanDownloadBalances(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
Set whether or not the server can provide balances for accounts
setInvstCanDownloadOOs(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
Set whether or not the server can provide open orders
setInvstCanDownloadPositions(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
Set whether or not the server can provide positions on securities
setInvstCanDownloadTxns(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
Set whether or not the investment server can provide transactions
setInvstCanEmail(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
Set whether or not the server can exchange investment email messages
setInvstTxnType(ParentTxn, InvestTxnType) - Static method in class com.moneydance.apps.md.model.TxnUtil
Tag the given (investment) transaction with the given transaction type
setIsActive(boolean) - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
setIsAvailable(boolean) - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
setIsBankAccount(boolean) - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
setIsBillpayAccount(boolean) - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
setIsCCAccount(boolean) - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
setIsInvestmentAccount(boolean) - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
setIsNew(boolean) - Method in class com.moneydance.apps.md.model.AbstractTxn
Sets whether or not this transaction should be considered "unread" since having been downloaded
setIsPayeeUsable(boolean) - Method in class com.moneydance.apps.md.model.OnlinePayee
Sets whether or not any new operations can be performed on this payee.
setIsPending(boolean) - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
setLastDate(long) - Method in class com.moneydance.apps.md.model.Reminder
Deprecated. use setLastDateInt() instead
setLastDateInt(int) - Method in class com.moneydance.apps.md.model.Reminder
Set a date after which this reminder should no longer occur.
setLastTransactionID(String) - Method in class com.moneydance.apps.md.model.OnlineService
Sets the last transaction ID used.
setLayout(LayoutManager) - Method in class com.moneydance.awt.SlidePanel
 
setListener(ChangeListener) - Method in class com.moneydance.awt.DatePicker
 
setLoad(long) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setLoan(boolean) - Method in class com.moneydance.apps.md.model.TransactionReminder
 
setLocalStatus(int) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setMailID(String) - Method in class com.moneydance.apps.md.model.OnlineMail
 
setMailListSyncToken(OnlineAccountProxy, String) - Method in class com.moneydance.apps.md.model.OnlineService
Sets the synchronization token for the service-wide mail list
setMarkDown(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setMarkUp(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setMaturity(long) - Method in class com.moneydance.apps.md.model.SecurityAccount
 
setMaxPasswdLength(String, int) - Method in class com.moneydance.apps.md.model.OnlineService
 
setMemo(String) - Method in class com.moneydance.apps.md.model.BasicReminder
 
setMemo(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
Get the memo from the user to the payee that is associated with this payment.
setMemo(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setMemo(String) - Method in class com.moneydance.apps.md.model.ParentTxn
Set the memo associated with this transaction.
setMessage(String) - Method in class com.moneydance.apps.md.model.OnlineMail
 
setMinPasswdLength(String, int) - Method in class com.moneydance.apps.md.model.OnlineService
 
setMonth(int) - Method in class com.moneydance.apps.md.model.SecurityAccount
 
setMonthlyPayment(long) - Method in class com.moneydance.apps.md.model.LoanAccount
 
setMsgSetLanguage(int, String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setMsgSetRspnsFileErrors(int, boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setMsgSetSecurity(int, String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setMsgSetSignonRealm(int, String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setMsgSetSyncMode(int, String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setMsgSetTransportSecure(int, boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setMsgSetURL(int, URL) - Method in class com.moneydance.apps.md.model.OnlineService
 
setMsgSetVersion(int, int) - Method in class com.moneydance.apps.md.model.OnlineService
 
setMustChngPINFirst(String, boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setName(String) - Method in class com.moneydance.apps.md.model.AddressBook.AddressEntry
 
setName(String) - Method in class com.moneydance.apps.md.model.Budget
Set the name for this budget
setName(String) - Method in class com.moneydance.apps.md.model.CurrencyType
 
setName(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setName(String) - Method in class com.moneydance.apps.md.model.TxnTag
Change the name of this TxnTag
setNewShares(int) - Method in class com.moneydance.apps.md.model.CurrencyType.StockSplit
 
setNewsToken(String) - Method in class com.moneydance.apps.md.model.RootAccount
 
setNumPayments(int) - Method in class com.moneydance.apps.md.model.LoanAccount
 
setNumShares(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setNumYears(int) - Method in class com.moneydance.apps.md.model.SecurityAccount
 
setOFXAccountKey(String) - Method in class com.moneydance.apps.md.model.Account
 
setOFXAccountMsgType(int) - Method in class com.moneydance.apps.md.model.Account
 
setOFXAccountNumber(String) - Method in class com.moneydance.apps.md.model.Account
 
setOFXAccountNumber(String) - Method in class com.moneydance.apps.md.model.CreditCardAccount
 
setOFXAccountType(String) - Method in class com.moneydance.apps.md.model.Account
 
setOFXBankID(String) - Method in class com.moneydance.apps.md.model.Account
 
setOFXBillPayAccountNumber(String) - Method in class com.moneydance.apps.md.model.Account
Set the account number used for online bill payment, if different from the regular account number
setOFXBillPayAccountType(String) - Method in class com.moneydance.apps.md.model.Account
Set the account type used for online bill payment, if different from the regular account type
setOFXBillPayBankID(String) - Method in class com.moneydance.apps.md.model.Account
Set the bank ID (aka routing number) used for online bill payment
setOFXBranchID(String) - Method in class com.moneydance.apps.md.model.Account
 
setOFXBrokerID(String) - Method in class com.moneydance.apps.md.model.Account
 
setOFXBrokerID(String) - Method in class com.moneydance.apps.md.model.InvestmentAccount
 
setOFXLastTxnUpdate(long) - Method in class com.moneydance.apps.md.model.Account
 
setOFXLastTxnUpdate(long) - Method in interface com.moneydance.apps.md.model.OnlineAccountProxy
Store the date of the last transaction download.
setOFXTxnType(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setOldShares(int) - Method in class com.moneydance.apps.md.model.CurrencyType.StockSplit
 
setOnlineAvailBalance(long, long) - Method in class com.moneydance.apps.md.model.Account
Sets the available balance that was acquired from an online source.
setOnlineAvailBalance(long, long) - Method in interface com.moneydance.apps.md.model.OnlineAccountProxy
Sets the available online balance of the account to the amount reported by the online service.
setOnlineLedgerBalance(long, long) - Method in class com.moneydance.apps.md.model.Account
Sets the ledger balance that was acquired from an online source.
setOnlineLedgerBalance(long, long) - Method in interface com.moneydance.apps.md.model.OnlineAccountProxy
Sets the 'online' balance of the account to the amount reported by the online service.
setOptionAction(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setOptionPrice(double) - Method in class com.moneydance.apps.md.model.SecurityAccount
 
setParameter(String, boolean) - Method in class com.moneydance.apps.md.model.Account
Set the given parameter name to the given boolean value
setParameter(String, int) - Method in class com.moneydance.apps.md.model.Account
Set the given parameter name to the given integer value
setParameter(String, long) - Method in class com.moneydance.apps.md.model.Account
Set the given parameter name to the given long value
setParameter(String, double) - Method in class com.moneydance.apps.md.model.Account
Set the given parameter name to the given double value
setParameter(String, String) - Method in class com.moneydance.apps.md.model.Account
Set the given parameter name to the given value
setParameter(String, String) - Method in class com.moneydance.apps.md.model.AddressBook.AddressEntry
Get the value that was associated with the given key.
setParameterNoNotify(String, String) - Method in class com.moneydance.apps.md.model.Account
Set the given parameter name to the given value but don't notify listeners of changes!
setParentAccount(Account) - Method in class com.moneydance.apps.md.model.Account
 
setParentAmount(double, long) - Method in class com.moneydance.apps.md.model.SplitTxn
Set the amount of the transaction in the parent account.
setPasswdCanHaveSpaces(String, boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setPasswdCanHaveSpecialChars(String, boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setPasswdCaseSensitive(String, boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setPasswdCharType(String, String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setPasswdType(String, String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setPayeeID(String) - Method in interface com.moneydance.apps.md.model.OnlineExtdPayeeInterface
Set the ID of the payee.
setPayeeID(String) - Method in class com.moneydance.apps.md.model.OnlinePayee
Sets the ID used to identify this payee either globally or within the user's list of payees with this FI.
setPayeeID(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
Sets the ID used to identify this payee either globally or within the user's list of payees with this FI.
setPayeeID(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setPayeeIDScope(String) - Method in interface com.moneydance.apps.md.model.OnlineExtdPayeeInterface
Sets the scope of the payee ID...
setPayeeIDScope(String) - Method in class com.moneydance.apps.md.model.OnlinePayee
Sets the scope of the payee ID...
setPayeeIDScope(String) - Method in interface com.moneydance.apps.md.model.OnlinePayeeInterface
 
setPayeeIDScope(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
Sets the scope of the payee ID...
setPayeeIDScope(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setPayeeListID(String) - Method in class com.moneydance.apps.md.model.OnlinePayee
 
setPayeeListID(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
 
setPayeeListSyncToken(String) - Method in class com.moneydance.apps.md.model.OnlinePayeeList
 
setPayeeListSyncToken(OnlineAccountProxy, String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setPayeeName(String) - Method in interface com.moneydance.apps.md.model.OnlineExtdPayeeInterface
Set the name of the payee
setPayeeName(String) - Method in class com.moneydance.apps.md.model.OnlinePayee
 
setPayeeName(String) - Method in interface com.moneydance.apps.md.model.OnlinePayeeInterface
 
setPayeeName(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
 
setPayeeName(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setPaymentBookingTxt(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
Set the text that should appear on the statement for this payment, if the server supports extended payment info.
setPaymentDate(long) - Method in class com.moneydance.apps.md.model.OnlinePayment
Sets the payment date of this payment.
setPaymentExtdDesc(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
Set the description for this payment, if the server supports extended payment info.
setPaymentFor(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
Set the name of the person whom this payment is for.
setPaymentID(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
 
setPaymentListSyncToken(String) - Method in class com.moneydance.apps.md.model.OnlinePaymentList
 
setPaymentListSyncToken(OnlineAccountProxy, String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setPaymentOnBehalfOf(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
Set the on-behalf-of for this payment, if the server supports extended payment info.
setPaymentReason(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
Set the reason for this payment, if the server supports extended payment info.
setPaymentsPerYear(int) - Method in class com.moneydance.apps.md.model.LoanAccount
 
setPaymentStatus(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
 
setPhone(String) - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
setPhone(String) - Method in class com.moneydance.apps.md.model.OnlinePayee
 
setPhone(String) - Method in interface com.moneydance.apps.md.model.OnlinePayeeInterface
 
setPhone(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
 
setPhone(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setPhoneNumber(String) - Method in class com.moneydance.apps.md.model.AddressBook.AddressEntry
 
setPoints(double) - Method in class com.moneydance.apps.md.model.LoanAccount
Set the percentage of the loan that was added as a fee to the principal
setPopupMenu(JPopupMenu) - Method in class com.moneydance.awt.QuickSearchField
Sets a JPopupMenu, this is show if the user clicks on the searchIcon
setPositionType(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setPostalCode(String) - Method in class com.moneydance.apps.md.model.OnlinePayee
 
setPostalCode(String) - Method in interface com.moneydance.apps.md.model.OnlinePayeeInterface
 
setPostalCode(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
 
setPostalCode(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setPreference(String, boolean) - Method in class com.moneydance.apps.md.model.Account
Set the given parameter name to the given boolean value, without sending an account-changed event, or recording the account as dirty.
setPreference(String, int) - Method in class com.moneydance.apps.md.model.Account
Set the given parameter name to the given integer value, without sending an account-changed event, or recording the account as dirty.
setPreference(String, String) - Method in class com.moneydance.apps.md.model.Account
Set the given preference name to the given value.
setPreferredSortAscending(boolean) - Method in class com.moneydance.apps.md.model.Account
 
setPreferredSortOrder(int) - Method in class com.moneydance.apps.md.model.Account
 
setPreferredTwoLines(boolean) - Method in class com.moneydance.apps.md.model.Account
 
setPrefix(String) - Method in class com.moneydance.apps.md.model.CurrencyType
 
setProfileUpdateNeeded() - Method in class com.moneydance.apps.md.model.OnlineService
Sets a flag indicating that the service profile should be re-fetched
setProgressValue(int) - Method in class com.moneydance.awt.SplashWindow
set the value of the progress bar.
setProtocolType(int) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setPublicMetaData(StreamTable) - Method in class com.moneydance.apps.md.model.RootAccount
Set the public meta data that applies to this set of accounts.
setPut(boolean) - Method in class com.moneydance.apps.md.model.SecurityAccount
 
setRate(double) - Method in class com.moneydance.apps.md.model.SplitTxn
 
setRatesInTxn(AbstractTxn) - Static method in class com.moneydance.apps.md.model.TxnUtil
If the given transaction contains any inter-currency (or security to/from currency) elements, adjust the rates based on the the currency and security rate/price tables at the time of the transaction.
setRawRate(double) - Method in class com.moneydance.apps.md.model.CurrencyType.Snapshot
 
setRecalcBalances(boolean) - Method in class com.moneydance.apps.md.model.RootAccount
Tells the model whether or not all account balances should be recalculated whenever a transaction is modified.
setRecurringPmtRef(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
Set the reference to a recurring payment that was used to generate this payment, if any.
setRefNum(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setReformatOnFocusLost(boolean) - Method in class com.moneydance.awt.JDateField
Set whether or not the contents of the date field is reformatted when the focus is lost, or when calling JDateField.getDate() or JDateField.getDateInt().
setReinvest(boolean) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setRelatedTradeID(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setRelatedTradeType(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setRemainingBasis(double, int) - Method in class com.moneydance.apps.md.model.CapitalGainBuy
Compute the remaining basis for this buy transaction, given a particular average cost.
setRemainX(boolean) - Method in class com.moneydance.awt.Packer
Add gridWidth=REMAINDER to the constraints for the current component if how == true 1 it if false.
setRemainY(boolean) - Method in class com.moneydance.awt.Packer
Add gridWidth=REMAINDER to the constraints for the current component if how == true 1 it if false.
setReminder(boolean) - Method in class com.moneydance.apps.md.model.LoanAccount
 
setRepeatDaily(int) - Method in class com.moneydance.apps.md.model.Reminder
 
setRepeatMonthly(int, int[]) - Method in class com.moneydance.apps.md.model.Reminder
 
setRepeatWeekly(int, int[]) - Method in class com.moneydance.apps.md.model.Reminder
 
setRepeatYearly(boolean) - Method in class com.moneydance.apps.md.model.Reminder
 
setRootAccount(RootAccount) - Method in class com.moneydance.apps.md.model.CurrencyTable
 
setRoutingNumber(String) - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
setSearchIcon(Icon) - Method in class com.moneydance.awt.QuickSearchField
Sets a search icon
setSearchIconPressed(Icon) - Method in class com.moneydance.awt.QuickSearchField
Sets a pressed search icon
setSecListCanDownloadSecurities(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
Set whether or not the server can provide securities
setSecuredOption(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setSecurityID(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setSecurityIDType(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setSecurityPart(SplitTxn) - Static method in class com.moneydance.apps.md.model.TxnUtil
Tag the given split as the security part of its investment transaction.
setSecuritySubType(String) - Method in class com.moneydance.apps.md.model.SecurityAccount
 
setSecurityType(SecurityType) - Method in class com.moneydance.apps.md.model.SecurityAccount
 
setSelectedDate(int) - Method in class com.moneydance.awt.DatePicker
Set the date that is highlighted
setSelectedIndex(int) - Method in class com.moneydance.awt.ThermometerGraph
 
setSelectedSegment(ThermometerGraph.Segment) - Method in class com.moneydance.awt.ThermometerGraph
 
setSellReason(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setSellType(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setServerTxnID(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setSharePrice(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setSharesPerContract(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setShortRatesEnabled(boolean) - Method in class com.moneydance.awt.JRateField
 
setShowDay(boolean) - Method in class com.moneydance.util.CustomDateFormat
 
setShowYear(boolean) - Method in class com.moneydance.util.CustomDateFormat
 
setSIC(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setSignupAcctsAvail(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setSignupCanActivateAcct(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setSignupCanChgUserInfo(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setSignupCanPreauth(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setSignupClientAcctNumReq(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
returns true if an account number is required for client enrollment.
setSignupViaClient(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setSignupViaOther(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setSignupViaOtherMsg(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setSignupViaWeb(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setSignupViaWebUrl(String) - Method in class com.moneydance.apps.md.model.OnlineService
set the url to be used for web-based enrollment.
setSlideComponent(JComponent) - Method in class com.moneydance.awt.SlidePanel
Set the component that will slide in and out of view.
setSnapshot(long, double) - Method in class com.moneydance.apps.md.model.CurrencyType
Deprecated. use setSnapshotInt(int, double) instead
setSnapshotInt(int, double) - Method in class com.moneydance.apps.md.model.CurrencyType
If a snapshot exists for the specified date, set the rate and return it.
setSnapshotInt(int, double, CurrencyType) - Method in class com.moneydance.apps.md.model.CurrencyType
If a snapshot exists for the specified date, set the rate and return it.
setSplitRatio(double) - Method in class com.moneydance.apps.md.model.CurrencyType.StockSplit
 
setSplitRatio(int, int) - Method in class com.moneydance.apps.md.model.CurrencyType.StockSplit
 
setStartBalance(long) - Method in class com.moneydance.apps.md.model.Account
Set the initial balance of this account.
setStartDate(int) - Method in class com.moneydance.apps.md.model.ROICashFlowEntry
Define the start date and thus compute/recompute the number of years to the end.
setState(String) - Method in class com.moneydance.apps.md.model.OnlinePayee
 
setState(String) - Method in interface com.moneydance.apps.md.model.OnlinePayeeInterface
 
setState(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
 
setState(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setStatus(byte) - Method in class com.moneydance.apps.md.model.AbstractTxn
Set the status associated with this transaction.
setStatus(byte) - Method in interface com.moneydance.apps.md.model.Txn
Set the status associated with this transaction.
setStatusText(String) - Method in class com.moneydance.awt.SplashWindow
set the value of the status field
setStockSplitDenominator(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setStockSplitExtraCash(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setStockSplitNewUnits(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setStockSplitNumerator(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setStockSplitOldUnits(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setStopChkCanUseDescription(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setStopChkCanUseRange(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setStopChkFee(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setStopChkProcessingDaysOff(String[]) - Method in class com.moneydance.apps.md.model.OnlineService
 
setStopChkProcessingEndTime(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setStrikePrice(long) - Method in class com.moneydance.apps.md.model.SecurityAccount
 
setSubAccountFrom(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setSubAccountFund(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
Sets the sub-account label for this transaction.
setSubAccountTo(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setSubAccountType(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setSubject(String) - Method in class com.moneydance.apps.md.model.OnlineMail
 
setSuffix(String) - Method in class com.moneydance.apps.md.model.CurrencyType
 
setTag(String, String) - Method in class com.moneydance.apps.md.model.AbstractTxn
Set the value associated with the specified key in this reminders set of tags.
setTag(String, String) - Method in class com.moneydance.apps.md.model.CurrencyType
Set the value associated with the specified key in this reminders set of tags.
setTag(String, String) - Method in class com.moneydance.apps.md.model.TagSet
Set the value associated with the specified key in this transactions set of tags.
setTag(String, boolean) - Method in class com.moneydance.apps.md.model.TagSet
 
setTags(TagSet) - Method in class com.moneydance.apps.md.model.AbstractTxn
Set the TagSet associated with this object.
setTags(TagSet) - Method in class com.moneydance.apps.md.model.CurrencyType
Set the TagSet associated with this object.
setTags(TagSet) - Method in class com.moneydance.apps.md.model.Reminder
Set the TagSet associated with this object.
setTagsForTxn(AbstractTxn, TxnTag[]) - Static method in class com.moneydance.apps.md.model.TxnTagSet
Associate the given set of tags with the given transaction
setTaxable(boolean) - Method in class com.moneydance.apps.md.model.Account
 
setTaxCategory(String) - Method in class com.moneydance.apps.md.model.Account
Set an identifier that indicates which (if any) tax category this account is associated with.
setTaxDate(long) - Method in class com.moneydance.apps.md.model.ParentTxn
Deprecated. use setTaxDateInt(int) instead
setTaxDateInt(int) - Method in class com.moneydance.apps.md.model.ParentTxn
Set the tax date (encoded as an int with decimal form YYYYMMDD) associated with this transaction.
setTaxes(long) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setTaxExempt(boolean) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setTaxRelated(boolean) - Method in class com.moneydance.apps.md.model.Account
 
setTechServicePhone(String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setText(String) - Method in class com.moneydance.awt.JCurrencyField
 
setText(String) - Method in class com.moneydance.awt.JDateField
 
setText(String) - Method in class com.moneydance.awt.JRateField
 
setText(String) - Method in class com.moneydance.awt.JTextPanel
 
setTickerSymbol(String) - Method in class com.moneydance.apps.md.model.CurrencyType
 
setTo(String) - Method in class com.moneydance.apps.md.model.OnlineMail
 
setToCCAccountNum(String) - Method in interface com.moneydance.apps.md.model.OnlineCCAcctToInterface
set info identifying the account to transfer the money to/from if this was a transfer to/from a credit card.
setToCCAccountNum(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
set info identifying the account to transfer the money to/from if this was a transfer to/from a credit card.
setToolTipText(String) - Method in class com.moneydance.awt.JTextPanel
 
setTotalAmount(long) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setTransferAccount(Account) - Method in class com.moneydance.apps.md.model.BudgetItem
Sets the specific category or account from or to which funds will be moved.
setTransferDirection(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setTransferType(String) - Method in class com.moneydance.apps.md.model.ParentTxn
Set the type of transfer.
setTxnAt(AbstractTxn, int) - Method in class com.moneydance.apps.md.model.TxnSet
 
setTxnType(String) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setType(String) - Method in class com.moneydance.apps.md.model.OnlinePayment
 
setUpdatedProfile() - Method in class com.moneydance.apps.md.model.OnlineService
Sets the flag indicating the time that the service information was checked
setupWindow(Window) - Static method in class com.moneydance.awt.AwtUtil
 
setupWindow(Window, int) - Static method in class com.moneydance.awt.AwtUtil
 
setupWindow(Window, Component) - Static method in class com.moneydance.awt.AwtUtil
 
setupWindow(Window, int, int) - Static method in class com.moneydance.awt.AwtUtil
 
setupWindow(Window, int, int, int) - Static method in class com.moneydance.awt.AwtUtil
 
setupWindow(Window, int, int, int, int, Component) - Static method in class com.moneydance.awt.AwtUtil
 
setupWindow(Window, int, int, int, int) - Static method in class com.moneydance.awt.AwtUtil
 
setupWindow(Window, int, int, Component) - Static method in class com.moneydance.awt.AwtUtil
 
setUseHTML(boolean) - Method in class com.moneydance.apps.md.model.OnlineMail
 
setUserAgent(String) - Method in class com.moneydance.util.HTTPCommunicator
Set user agent string
setUserCanChangePIN(String, boolean) - Method in class com.moneydance.apps.md.model.OnlineService
 
setUserDailyHigh(double) - Method in class com.moneydance.apps.md.model.CurrencyType.Snapshot
 
setUserDailyLow(double) - Method in class com.moneydance.apps.md.model.CurrencyType.Snapshot
 
setUserID(String) - Method in class com.moneydance.apps.md.model.OnlineMail
 
setUserId(String, OnlineAccountProxy, String) - Method in class com.moneydance.apps.md.model.OnlineService
 
setUserRate(double) - Method in class com.moneydance.apps.md.model.CurrencyType
Set the price or rate for this currency using the normal decimal placement, not the decimal place adjusted values used when setting raw rates.
setUserRate(double, CurrencyType) - Method in class com.moneydance.apps.md.model.CurrencyType
Set the new user (not raw) rate to the given value relative to the given currency.
setUserRate(double) - Method in class com.moneydance.apps.md.model.CurrencyType.Snapshot
 
setUserStartBalance(long) - Method in class com.moneydance.apps.md.model.Account
Set the initial balance of this account.
setUsesAverageCost(boolean) - Method in class com.moneydance.apps.md.model.SecurityAccount
Sets whether or not this security uses the average cost method of determining cost basis.
setUsesFITag(boolean) - Method in class com.moneydance.apps.md.model.OnlineService
Sets whether or not this service is identified by an FI tag (ORG and ID)
setValue(long) - Method in class com.moneydance.awt.JCurrencyField
 
setValue(double) - Method in class com.moneydance.awt.JRateField
 
setVisible(boolean) - Method in class com.moneydance.awt.JDateField
 
setVisible(boolean) - Method in class com.moneydance.awt.NeedToUpgradeWindow
 
setVisible(boolean) - Method in class com.moneydance.awt.SplashWindow
 
setWindowPosition(Window, int) - Static method in class com.moneydance.awt.AwtUtil
 
setWindowPosition(Window, Component) - Static method in class com.moneydance.awt.AwtUtil
 
setWitholding(long) - Method in class com.moneydance.apps.md.model.OnlineTxn
 
setXfrPart(SplitTxn) - Static method in class com.moneydance.apps.md.model.TxnUtil
Tag the given split as the transfer part of its investment transaction.
setXLeftRelative(boolean) - Method in class com.moneydance.awt.Packer
Add gridx=RELATIVE to the constraints for the current component if how == true 0 it if false.
setXRightRelative(boolean) - Method in class com.moneydance.awt.Packer
Add gridWidth=RELATIVE to the constraints for the current component if how == true 1 it if false.
setYBottomRelative(boolean) - Method in class com.moneydance.awt.Packer
Add gridWidth=RELATIVE to the constraints for the current component if how == true 1 it if false.
setYTopRelative(boolean) - Method in class com.moneydance.awt.Packer
Add gridy=RELATIVE to the constraints for the current component if how == true 0 it if false.
ShadowBorder - Class in com.moneydance.awt
 
ShadowBorder() - Constructor for class com.moneydance.awt.ShadowBorder
 
ShadowBorder(int, int, int, int) - Constructor for class com.moneydance.awt.ShadowBorder
 
ShadowBorder(Insets) - Constructor for class com.moneydance.awt.ShadowBorder
 
shares - Variable in class com.moneydance.apps.md.model.InvestFields
 
shouldBeIncludedInNetWorth() - Method in class com.moneydance.apps.md.model.Account
Return whether or not this account should be included in net worth calculations.
shouldDecrementLastTxnDate() - Method in class com.moneydance.apps.md.model.OnlineService
Return whether or not the last date in a transaction download is decremented before storing it to use as the first date in the next transaction download.
showSlideComponent() - Method in class com.moneydance.awt.SlidePanel
If the slide component is not already being shown, slide it into view.
showURL(String) - Method in interface com.moneydance.apps.md.controller.FeatureModuleContext
Show the following URL in Moneydance.
SlidePanel - Class in com.moneydance.awt
Panel that allows items to "slide" in from the top, bottom and sides.
SlidePanel(JComponent) - Constructor for class com.moneydance.awt.SlidePanel
 
sort(long[]) - Static method in class com.moneydance.util.Sorting
 
sort(double[]) - Static method in class com.moneydance.util.Sorting
 
sort(double[], int, int) - Static method in class com.moneydance.util.Sorting
 
sortAccounts() - Method in class com.moneydance.apps.md.model.Account
 
sortBudgets() - Method in class com.moneydance.apps.md.model.BudgetList
Sort the list of budgets
sortCurrencyList(CurrencyType[]) - Static method in class com.moneydance.apps.md.model.CurrencyTable
 
sortCurrencyList(CurrencyType[]) - Static method in class com.moneydance.apps.md.model.CurrencyUtil
 
sortDateReminders(Vector) - Static method in class com.moneydance.apps.md.model.ReminderSet
 
sortEntries() - Method in class com.moneydance.apps.md.model.AddressBook
Sort the addressbook entries using a horribly inefficient algorithm.
Sorting - Class in com.moneydance.util
Sorting tools
Sorting() - Constructor for class com.moneydance.util.Sorting
 
sortItems() - Method in class com.moneydance.apps.md.model.Budget
Sort the list of budgets
sortItems() - Method in class com.moneydance.apps.md.model.BudgetCalculationResults
 
sortSnapshots() - Method in class com.moneydance.apps.md.model.CurrencyType
 
sortStockSplits() - Method in class com.moneydance.apps.md.model.CurrencyType
 
sortStringArray(String[]) - Static method in class com.moneydance.util.StringUtils
 
sortTagArray(TxnTag[]) - Method in class com.moneydance.apps.md.model.TxnTagSet
 
sortTransactions(TxnSet, int) - Static method in class com.moneydance.apps.md.model.AccountUtil
 
sortTransactions() - Method in class com.moneydance.apps.md.model.OnlineTxnList
 
SOUTH - Static variable in class com.moneydance.awt.ArrowIcon
The arrow should point to the south.
south() - Method in class com.moneydance.awt.GridC
Anchor the component to the south
south() - Method in interface com.moneydance.awt.PackAs
Add anchor=SOUTH to the constraints for the current component.
south() - Method in class com.moneydance.awt.Packer
Add anchor=SOUTH to the constraints for the current component.
southEast() - Method in class com.moneydance.awt.GridC
Anchor the component to the southeast
southeast() - Method in interface com.moneydance.awt.PackAs
Add anchor=SOUTHEAST to the constraints for the current component.
southeast() - Method in class com.moneydance.awt.Packer
Add anchor=SOUTHEAST to the constraints for the current component.
southWest() - Method in class com.moneydance.awt.GridC
Anchor the component to the southwest
southwest() - Method in interface com.moneydance.awt.PackAs
Add anchor=SOUTHWEST to the constraints for the current component.
southwest() - Method in class com.moneydance.awt.Packer
Add anchor=SOUTHWEST to the constraints for the current component.
SplashWindow - Class in com.moneydance.awt
Simple splash window that displays an image
SplashWindow(JFrame, String, int) - Constructor for class com.moneydance.awt.SplashWindow
Create a new splash window.
split(String, char) - Static method in class com.moneydance.util.StringUtils
 
SPLIT_ACCOUNT_ID - Static variable in class com.moneydance.apps.md.model.Account
 
SPLIT_TRANSACTION_TYPE - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
SplitTxn - Class in com.moneydance.apps.md.model
Concrete class that represents the destination side of a transaction.
SplitTxn(ParentTxn, long, double, Account, String, long, byte) - Constructor for class com.moneydance.apps.md.model.SplitTxn
Deprecated. Please use the other constructor
SplitTxn(ParentTxn, long, long, double, Account, String, long, byte) - Constructor for class com.moneydance.apps.md.model.SplitTxn
Creates a SplitTxn with the parentAmount having a negative effect on the account of parentTxn, and splitAmount having a positive effect on the account of this SplitTxn.
startingDelimiter() - Method in class com.moneydance.util.StreamTable
 
startingDelimiter() - Method in class com.moneydance.util.StreamVector
 
status - Variable in class com.moneydance.apps.md.model.InvestFields
 
STATUS_ACCEPTED - Static variable in class com.moneydance.apps.md.model.OnlineTxn
 
STATUS_CLEARED - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
STATUS_NEW - Static variable in class com.moneydance.apps.md.model.OnlineTxn
 
STATUS_RECONCILING - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
STATUS_THEN_CKNUM - Static variable in class com.moneydance.apps.md.model.AccountUtil
 
STATUS_THEN_DATE - Static variable in class com.moneydance.apps.md.model.AccountUtil
 
STATUS_UNRECONCILED - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
STORE_PINS_PARAM - Static variable in class com.moneydance.apps.md.model.RootAccount
 
storeFields(ParentTxn) - Method in class com.moneydance.apps.md.model.InvestFields
 
StreamObject - Interface in com.moneydance.util
Interface for objects that can be read/written to and from streams.
StreamTable - Class in com.moneydance.util
Subclass of Hashtable that can read and write itself to a stream.
StreamTable() - Constructor for class com.moneydance.util.StreamTable
 
StreamTable(int) - Constructor for class com.moneydance.util.StreamTable
 
StreamTable(int, float) - Constructor for class com.moneydance.util.StreamTable
 
StreamUtil - Class in com.moneydance.util
Utility functions used to ease the parsing and encoding of StreamObjects $Author: sreilly $ $Date: 2001/10/05 14:09:10 $ $Revision: 1.2 $ ------------------------------------------------------------------------ $Log: StreamUtil.java,v $ Revision 1.2 2001/10/05 14:09:10 sreilly made it so that backslash escaped quote characters don't get decoded with the quote Revision 1.1 2001/01/31 19:31:16 sreilly Moved *everything* to com.moneydance package, and rearranged a couple of the packages in the process.
StreamUtil() - Constructor for class com.moneydance.util.StreamUtil
 
StreamVector - Class in com.moneydance.util
Subclass of Vector that can read and write itself to a stream.
StreamVector() - Constructor for class com.moneydance.util.StreamVector
 
StringEncodingException - Exception in com.moneydance.util
Exception thrown when a format error is encountered while reading in a StreamObject.
StringEncodingException() - Constructor for exception com.moneydance.util.StringEncodingException
 
StringEncodingException(String) - Constructor for exception com.moneydance.util.StringEncodingException
 
Stringifyable - Interface in com.moneydance.util
This interface is a marker for classes that enforce the following conditions: #toString() is overridden The class has a public static method (fromString) that takes a single String and returns an instance of the class #hashCode() and #equals(Object) are overridden to provide equivalence It is always the case that for an instance a of a Stringifyable class Foo, a.equals(new Foo(a.toString()) returns true Note that while an implementing class may have a constructor that takes a single String, the second point is necessary for cases when an implementor wishes to manage the set of instances rather than always create new instances.
StringUtils - Class in com.moneydance.util
Useful string manipulation functions
StringUtils() - Constructor for class com.moneydance.util.StringUtils
 
stripNonNumbers(String, char) - Static method in class com.moneydance.util.StringUtils
 
supportsMsgSet(int) - Method in class com.moneydance.apps.md.model.OnlineService
 
swap(int, int) - Method in class com.moneydance.apps.md.model.TxnSet
 
SwingUtil - Class in com.moneydance.awt
Description: Misc.
SwingUtil() - Constructor for class com.moneydance.awt.SwingUtil
 

T

TAB_SIZE - Static variable in class com.moneydance.awt.ResizingTextArea
Number of characters (widest characters, usually 'm') for each tab.
TABLE_BEGIN - Static variable in class com.moneydance.apps.md.model.N12EHtml
 
TABLE_END - Static variable in class com.moneydance.apps.md.model.N12EHtml
 
Tag - Class in com.moneydance.apps.md.model
This is a small utility class that just associates a key with a value.
Tag(String, String) - Constructor for class com.moneydance.apps.md.model.Tag
 
TAG_FI_ID - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
TAG_FITID_PREFIX - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
TAG_INVST_SPLIT_EXP - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
TAG_INVST_SPLIT_FEE - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
TAG_INVST_SPLIT_INC - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
TAG_INVST_SPLIT_SEC - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
TAG_INVST_SPLIT_TYPE - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
TAG_INVST_SPLIT_XFR - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
TAG_IS_NEW_TXN - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
TAG_ONLINE_PMT_ID - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
TAG_PARAM_PREFIX - Static variable in class com.moneydance.apps.md.model.TxnTag
 
TAG_PARAM_PREFIX - Static variable in class com.moneydance.apps.md.model.TxnTagSet
 
TAG_QIF_IMPORT_SESSION - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
TAG_QIF_INVST_ACTION - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
TAG_RECON_ASOFDT - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
TAG_RECON_DATE - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
TAG_RELATIVE_TO_CURR - Static variable in class com.moneydance.apps.md.model.CurrencyType
 
TAG_SPLIT_ADDED - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
TAG_SPLIT_AMOUNT - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
TAG_SPLIT_CALC - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
TAG_SPLIT_PAIR - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
tagAdded(TxnTag) - Method in interface com.moneydance.apps.md.model.TxnTagListener
Called after a TxnTag has been added to the tag set.
tagModified(TxnTag) - Method in interface com.moneydance.apps.md.model.TxnTagListener
Called after a TxnTag has been modified.
tagRemoved(TxnTag) - Method in interface com.moneydance.apps.md.model.TxnTagListener
Called after a TxnTag has been removed from the tag set.
TagSet - Class in com.moneydance.apps.md.model
This is a class used to keep track of an arbitrary set of tags that can be associated with transactions, currencies, or accounts.
TagSet(Tag[]) - Constructor for class com.moneydance.apps.md.model.TagSet
 
TagSet() - Constructor for class com.moneydance.apps.md.model.TagSet
 
takeAmounts(SplitTxn) - Method in class com.moneydance.apps.md.model.SplitTxn
Take the amount and rates from the given split.
takeValuesFrom(ParentTxn) - Method in class com.moneydance.apps.md.model.ParentTxn
Copy all of the values from the given transaction into this transaction
takeValuesFrom(SplitTxn) - Method in class com.moneydance.apps.md.model.SplitTxn
 
tallInsets - Static variable in class com.moneydance.awt.AwtUtil
 
taxDate - Variable in class com.moneydance.apps.md.model.InvestFields
 
TAXDATE_THEN_CHECKNUM - Static variable in class com.moneydance.apps.md.model.AccountUtil
Sort by tax date then by check#.
TCOL_BEGIN - Static variable in class com.moneydance.apps.md.model.N12EHtml
 
TCOL_END - Static variable in class com.moneydance.apps.md.model.N12EHtml
 
TEXT_ANTIALIAS_HINT - Static variable in class com.moneydance.util.UiUtil
Best looking anti-aliasing setting for text from experimental results on several systems.
THEAD_BEGIN - Static variable in class com.moneydance.apps.md.model.N12EHtml
 
THEAD_END - Static variable in class com.moneydance.apps.md.model.N12EHtml
 
ThermometerGraph - Class in com.moneydance.awt
Light weight stacked bar graph
ThermometerGraph() - Constructor for class com.moneydance.awt.ThermometerGraph
 
ThermometerGraph.Segment - Class in com.moneydance.awt
 
ThermometerGraph.Segment(String, double, Color) - Constructor for class com.moneydance.awt.ThermometerGraph.Segment
Construct a graph segment with the given label, proportion and color
ThermometerGraph.Segment(String, double, Color, Object) - Constructor for class com.moneydance.awt.ThermometerGraph.Segment
Construct a graph segment with the given label, proportion, color and target
TimeInterval - Enum in com.moneydance.apps.md.model.time
Represents a time or calendar interval of a specified duration.
TimeIntervalUtil - Class in com.moneydance.apps.md.model.time
Utilities for managing time intervals for graphs and reports.
TimeIntervalUtil() - Constructor for class com.moneydance.apps.md.model.time.TimeIntervalUtil
 
toArray() - Method in class com.moneydance.apps.md.model.Budget
Get a new array of the budget items contained in this list
toArray() - Method in class com.moneydance.apps.md.model.TxnSet
Return a copy of an array with all of the transactions in it.
toCIEXYZ(float[]) - Method in class com.moneydance.awt.HSLColorSpace
Transforms a color value assumed to be in this ColorSpace into the CS_CIEXYZ conversion color space.
toDisplayString(MDResourceProvider) - Method in enum com.moneydance.apps.md.model.CompoundingType
 
toDisplayString(MDResourceProvider) - Method in enum com.moneydance.apps.md.model.SecurityType
 
toMultilineString() - Method in class com.moneydance.apps.md.model.ParentTxn
 
top() - Method in interface com.moneydance.awt.PackAs
Add gridy=RELATIVE to the constraints for the current component.
top() - Method in class com.moneydance.awt.Packer
Add gridy=RELATIVE to the constraints for the current component.
TOP_FIELD_INSET - Static variable in class com.moneydance.awt.GridC
 
TOP_LABEL_INSET - Static variable in class com.moneydance.awt.GridC
 
toRGB(float[]) - Method in class com.moneydance.awt.HSLColorSpace
Transforms a color value assumed to be in this ColorSpace into a value in the default CS_sRGB color space.
toSerializedString() - Method in class com.moneydance.apps.md.model.OnlineTxn
Return a string containing a serialized form of this transaction
toString() - Method in class com.moneydance.apps.md.controller.DateRange
 
toString() - Method in class com.moneydance.apps.md.controller.FeatureModule
 
toString() - Method in class com.moneydance.apps.md.model.Account
 
toString() - Method in class com.moneydance.apps.md.model.AddressBook.AddressEntry
 
toString() - Method in class com.moneydance.apps.md.model.Budget
Return the string representation of this budget
toString() - Method in class com.moneydance.apps.md.model.BudgetItem
 
toString(CustomDateFormat) - Method in class com.moneydance.apps.md.model.BudgetItem
 
toString() - Method in class com.moneydance.apps.md.model.CurrencyType.StockSplit
 
toString() - Method in class com.moneydance.apps.md.model.CurrencyType
 
toString() - Method in class com.moneydance.apps.md.model.InvestFields
 
toString() - Method in class com.moneydance.apps.md.model.OnlineAccountInfo
 
toString() - Method in class com.moneydance.apps.md.model.OnlineMail
 
toString() - Method in class com.moneydance.apps.md.model.OnlinePayee
 
toString() - Method in class com.moneydance.apps.md.model.OnlinePayment
 
toString() - Method in class com.moneydance.apps.md.model.OnlineService
 
toString() - Method in class com.moneydance.apps.md.model.OnlineTxn
 
toString() - Method in class com.moneydance.apps.md.model.ParentTxn
 
toString() - Method in class com.moneydance.apps.md.model.Reminder
 
toString() - Method in class com.moneydance.apps.md.model.SplitTxn
 
toString() - Method in class com.moneydance.apps.md.model.TagSet
 
toString() - Method in class com.moneydance.apps.md.model.TxnTag
 
toString() - Method in interface com.moneydance.apps.md.view.HomePageView
Returns a short descriptive name of this view.
toString() - Method in class com.moneydance.awt.QuickSearchField
 
toString() - Method in class com.moneydance.awt.ThermometerGraph.Segment
 
toString() - Method in class com.moneydance.util.StreamTable
 
transactionAdded(AbstractTxn) - Method in class com.moneydance.apps.md.model.RootAccount
Called after a transaction has been added to the transaction set.
transactionAdded(AbstractTxn) - Method in interface com.moneydance.apps.md.model.TransactionListener
Called after a transaction has been added to the transaction set.
TransactionListener - Interface in com.moneydance.apps.md.model
An interface for objects that want to be notified when transactions in the TransactionSet are added, removed, or modified.
transactionModified(AbstractTxn) - Method in class com.moneydance.apps.md.model.RootAccount
Called after a transaction has been modified.
transactionModified(AbstractTxn) - Method in interface com.moneydance.apps.md.model.TransactionListener
Called after a transaction has been modified.
TransactionReminder - Class in com.moneydance.apps.md.model
A TransactionReminder contains a 'template' transaction that is recorded according to a schedule.
TransactionReminder(long, String, long, long, long, int[], int, int[], int, boolean, ParentTxn) - Constructor for class com.moneydance.apps.md.model.TransactionReminder
Deprecated. use TransactionReminder(long, String, int, int, int, int, int, int[], int, boolean, ParentTxn) instead
TransactionReminder(long, String, int, int, int, int[], int, int[], int, boolean, ParentTxn) - Constructor for class com.moneydance.apps.md.model.TransactionReminder
 
transactionRemoved(AbstractTxn) - Method in class com.moneydance.apps.md.model.RootAccount
Called after a transaction has been removed from the transaction set.
transactionRemoved(AbstractTxn) - Method in interface com.moneydance.apps.md.model.TransactionListener
Called after a transaction has been removed from the transaction set.
TransactionSet - Class in com.moneydance.apps.md.model
The set of transactions that are associated with a data file or RootAccount
TransactionSet(RootAccount) - Constructor for class com.moneydance.apps.md.model.TransactionSet
 
TRANSFER_TYPE_BANK - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
TRANSFER_TYPE_BUYSELL - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
TRANSFER_TYPE_BUYSELLXFR - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
TRANSFER_TYPE_DIVIDEND - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
TRANSFER_TYPE_DIVIDENDXFR - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
TRANSFER_TYPE_MISCINCEXP - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
TRANSFER_TYPE_SHORTCOVER - Static variable in class com.moneydance.apps.md.model.AbstractTxn
 
TROW_BEGIN - Static variable in class com.moneydance.apps.md.model.N12EHtml
 
TROW_END - Static variable in class com.moneydance.apps.md.model.N12EHtml
 
Txn - Interface in com.moneydance.apps.md.model
 
TXN_REMINDER_TYPE - Static variable in class com.moneydance.apps.md.model.Reminder
 
TXN_TAG_KEY - Static variable in class com.moneydance.apps.md.model.TxnTagSet
 
TXN_TYPE_BANK - Static variable in class com.moneydance.apps.md.model.TxnUtil
Deprecated. Use InvestTxnType.BANK instead.
TXN_TYPE_BUY - Static variable in class com.moneydance.apps.md.model.TxnUtil
Deprecated. Use InvestTxnType.BUY instead.
TXN_TYPE_BUY_XFER - Static variable in class com.moneydance.apps.md.model.TxnUtil
Deprecated. Use InvestTxnType.BUY_XFER instead.
TXN_TYPE_COVER - Static variable in class com.moneydance.apps.md.model.TxnUtil
Deprecated. Use InvestTxnType.COVER instead.
TXN_TYPE_DIVIDEND - Static variable in class com.moneydance.apps.md.model.TxnUtil
Deprecated. Use InvestTxnType.DIVIDEND instead.
TXN_TYPE_DIVIDEND_REINVEST - Static variable in class com.moneydance.apps.md.model.TxnUtil
Deprecated. Use InvestTxnType.DIVIDEND_REINVEST instead.
TXN_TYPE_DIVIDENDXFR - Static variable in class com.moneydance.apps.md.model.TxnUtil
Deprecated. Use InvestTxnType.DIVIDENDXFR instead.
TXN_TYPE_MISCEXP - Static variable in class com.moneydance.apps.md.model.TxnUtil
Deprecated. Use InvestTxnType.MISCEXP instead.
TXN_TYPE_MISCINC - Static variable in class com.moneydance.apps.md.model.TxnUtil
Deprecated. Use InvestTxnType.MISCINC instead.
TXN_TYPE_SELL - Static variable in class com.moneydance.apps.md.model.TxnUtil
Deprecated. Use InvestTxnType.SELL instead.
TXN_TYPE_SELL_XFER - Static variable in class com.moneydance.apps.md.model.TxnUtil
Deprecated. Use InvestTxnType.SELL_XFER instead.
TXN_TYPE_SHORT - Static variable in class com.moneydance.apps.md.model.TxnUtil
Deprecated. Use InvestTxnType.SHORT instead.
txnContainsTag(Txn, TxnTag) - Static method in class com.moneydance.apps.md.model.TxnTagSet
Returns true iff the given tag has been assigned to the given transaction
txnContainsTag(AbstractTxn, TxnTag) - Static method in class com.moneydance.apps.md.model.TxnTagSet
 
TxnFilter - Interface in com.moneydance.apps.md.model
Objects of this type define which transactions are a part of any given set.
TxnIterator - Class in com.moneydance.apps.md.model
A TxnIterator is an iterator that scans both sides of all transactions, treating split transactions as N*2 transactions where N is the number of SplitTxns associated with the ParentTxn.
TxnIterator(TransactionSet) - Constructor for class com.moneydance.apps.md.model.TxnIterator
Construct a TxnIterator that iterates over all SplitTxns as well as their "flip sides".
txnModified(AbstractTxn) - Method in class com.moneydance.apps.md.model.TransactionSet
Record that the specified transaction has been modified, notifying all listeners that this txn and all of its splits have been modified.
TxnSearch - Interface in com.moneydance.apps.md.model
Represents a search through a set of transactions.
TxnSet - Class in com.moneydance.apps.md.model
An unsynchronized (unlike Vector) storage for AbstractTxn objects.
TxnSet() - Constructor for class com.moneydance.apps.md.model.TxnSet
 
TxnSet(AbstractTxn[], int) - Constructor for class com.moneydance.apps.md.model.TxnSet
 
TxnTag - Class in com.moneydance.apps.md.model
A TxnClass represents a classification or 'class' that can be applied to a split.
TxnTagListener - Interface in com.moneydance.apps.md.model
An interface for objects that want to be notified when transaction tags are added, removed, or modified.
TxnTagSet - Class in com.moneydance.apps.md.model
A TxnTagSet keeps track of the set of TxnTags that are associated with an AbstractTxn.
txnType - Variable in class com.moneydance.apps.md.model.InvestFields
 
TxnUtil - Class in com.moneydance.apps.md.model
 

U

UiUtil - Class in com.moneydance.util
User interface utilities and constants.
UiUtil() - Constructor for class com.moneydance.util.UiUtil
 
UL_BEGIN - Static variable in class com.moneydance.apps.md.model.N12EHtml
 
UL_END - Static variable in class com.moneydance.apps.md.model.N12EHtml
 
unadjustValueForSplitsInt(int, long, int) - Method in class com.moneydance.apps.md.model.CurrencyType
Given a number of currency units as of today, return the equivalent number of units in the asofDate's currency value, which must be a previous date.
unload() - Method in class com.moneydance.apps.md.controller.FeatureModule
This is called when the extension is unloaded from the application.
UNREALIZED_MARKER - Static variable in class com.moneydance.apps.md.model.InvestUtil
Marker to identify special sale transactions that are used for unrealized gain calcs.
updateDate(CurrencyType, int) - Method in class com.moneydance.apps.md.model.AvailableSharesTracker
Update the date of this tracker, adjusting the number of available shares for any splits that happened between AvailableSharesTracker.getLastDateInt() and asofDate.
updatePreferences(UserPreferences) - Method in class com.moneydance.awt.JCurrencyField
This should be called when the object is created as well as whenever the preferences are updated.
updateUI() - Method in class com.moneydance.awt.JCurrencyField
 
updateUI() - Method in class com.moneydance.awt.JDateField
 
updateUI() - Method in class com.moneydance.awt.JRateField
 
userHasCurrentVersion() - Method in interface com.moneydance.util.VersionVerifierCallback
 
userHasOldVersion(String, String, String[]) - Method in interface com.moneydance.util.VersionVerifierCallback
 
usesBillPayExtendedAcctTo() - Method in class com.moneydance.apps.md.model.OnlineService
 
usesFITag() - Method in class com.moneydance.apps.md.model.OnlineService
Returns true if this service is identified by an FI tag (ORG and ID) or not
usesPTTAcctIDField() - Method in class com.moneydance.apps.md.model.OnlineService
 

V

valueForPathChanged(TreePath, Object) - Method in class com.moneydance.awt.HashTreeModel
 
valueOf(String) - Static method in enum com.moneydance.apps.md.model.BalanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.moneydance.apps.md.model.CompoundingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.moneydance.apps.md.model.InvestTxnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.moneydance.apps.md.model.SecurityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.moneydance.apps.md.model.time.TimeInterval
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.moneydance.apps.md.model.BalanceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.moneydance.apps.md.model.CompoundingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.moneydance.apps.md.model.InvestTxnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.moneydance.apps.md.model.SecurityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.moneydance.apps.md.model.time.TimeInterval
Returns an array containing the constants of this enum type, in the order they are declared.
vectorToStringArray(Vector) - Static method in class com.moneydance.util.StringUtils
 
VersionVerifier - Class in com.moneydance.util
An object for testing whether users of an application have the most up-to-date version of the application on program startup.
VersionVerifier(HTTPCommunicator, String, String, VersionVerifierCallback, double) - Constructor for class com.moneydance.util.VersionVerifier
 
VersionVerifierCallback - Interface in com.moneydance.util
An object used to check to see if the current application is the most recent.
VGAP - Static variable in class com.moneydance.util.UiUtil
Vertical gap between components/controls.

W

wasDownloaded() - Method in class com.moneydance.apps.md.model.AbstractTxn
Return true iff this transaction has a FI transaction ID associated with it.
wasDownloaded() - Method in interface com.moneydance.apps.md.model.Txn
Return true iff this transaction has a FI transaction ID associated with it.
wasTxnDownloaded(AbstractTxn) - Static method in class com.moneydance.apps.md.model.TxnUtil
Returns true if the given transaction was downloaded, or imported from a downloaded file.
WEEKLY_EVERY - Static variable in class com.moneydance.apps.md.model.Reminder
 
WEEKLY_EVERY_FIFTH - Static variable in class com.moneydance.apps.md.model.Reminder
 
WEEKLY_EVERY_FIRST - Static variable in class com.moneydance.apps.md.model.Reminder
 
WEEKLY_EVERY_FOURTH - Static variable in class com.moneydance.apps.md.model.Reminder
 
WEEKLY_EVERY_LAST - Static variable in class com.moneydance.apps.md.model.Reminder
 
WEEKLY_EVERY_SECOND - Static variable in class com.moneydance.apps.md.model.Reminder
 
WEEKLY_EVERY_THIRD - Static variable in class com.moneydance.apps.md.model.Reminder
 
weightx(double) - Method in interface com.moneydance.awt.PackAs
Add weightx=wt to the constraints for the current component.
weightx(double) - Method in class com.moneydance.awt.Packer
Add weightx=wt to the constraints for the current component.
weighty(double) - Method in interface com.moneydance.awt.PackAs
Add weighty=wt to the constraints for the current component.
weighty(double) - Method in class com.moneydance.awt.Packer
Add weighty=wt to the constraints for the current component.
WEST - Static variable in class com.moneydance.awt.ArrowIcon
The arrow should point to the west.
west() - Method in class com.moneydance.awt.GridC
Anchor the component to the west
west() - Method in interface com.moneydance.awt.PackAs
Add anchor=WEST to the constraints for the current component.
west() - Method in class com.moneydance.awt.Packer
Add anchor=WEST to the constraints for the current component.
WINDOW_BOTTOM_LEFT - Static variable in class com.moneydance.awt.AwtUtil
 
WINDOW_BOTTOM_RIGHT - Static variable in class com.moneydance.awt.AwtUtil
 
WINDOW_CENTER - Static variable in class com.moneydance.awt.AwtUtil
 
WINDOW_TOP_LEFT - Static variable in class com.moneydance.awt.AwtUtil
 
WINDOW_TOP_RIGHT - Static variable in class com.moneydance.awt.AwtUtil
 
Write(OutputStream) - Method in class com.moneydance.awt.GIFEncoder
Writes the image out to a stream in the GIF file format.
writeString(String, Writer) - Static method in class com.moneydance.util.StreamUtil
 
writeTo(Writer) - Method in interface com.moneydance.util.StreamObject
 
writeTo(Writer, String) - Method in interface com.moneydance.util.StreamObject
 
writeTo(Writer) - Method in class com.moneydance.util.StreamTable
 
writeTo(Writer, String) - Method in class com.moneydance.util.StreamTable
 
writeTo(OutputStream) - Method in class com.moneydance.util.StreamTable
 
writeTo(Writer) - Method in class com.moneydance.util.StreamVector
 
writeTo(Writer, String) - Method in class com.moneydance.util.StreamVector
 
writeToFile(String) - Method in class com.moneydance.util.StreamTable
 
writeToFile(File) - Method in class com.moneydance.util.StreamTable
 
writeToString() - Method in interface com.moneydance.util.StreamObject
 
writeToString() - Method in class com.moneydance.util.StreamTable
 
writeToString() - Method in class com.moneydance.util.StreamVector
 
wx(float) - Method in class com.moneydance.awt.GridC
Set our weightx value and return self
wxy(float, float) - Method in class com.moneydance.awt.GridC
Set our weightx and weighty value and return self
wy(float) - Method in class com.moneydance.awt.GridC
Set our weighty value and return self

X

x(int) - Method in class com.moneydance.awt.GridC
Set our gridx value and return self
xfrAcct - Variable in class com.moneydance.apps.md.model.InvestFields
 
xy(int, int) - Method in class com.moneydance.awt.GridC
Set both the gridx and gridy values and return self

Y

y(int) - Method in class com.moneydance.awt.GridC
Set our gridx value and return self

_

_eventNotify - Variable in class com.moneydance.util.BasePropertyChangeReporter
The encapsulated notification object.
_filteredTxnSet - Variable in class com.moneydance.apps.md.model.SearchTxnList
 
_getAccountByName(String) - Method in class com.moneydance.apps.md.model.Account
 
_getAccountByName(String, int) - Method in class com.moneydance.apps.md.model.Account
 
_removeSubAccount(Account) - Method in class com.moneydance.apps.md.model.Account
Removes the given sub-account from this account.
_rootAccount - Variable in class com.moneydance.apps.md.model.SearchTxnList
 

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 _