Index
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 Z _
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
- AbstractTxn - Class in com.infinitekind.moneydance.model
-
This is the base class for all types of transactions.
- AbstractTxn(AccountBook) - Constructor for class com.infinitekind.moneydance.model.AbstractTxn
-
Construct a transaction with the given account, description, transaction ID (-1 for a new transaction) and status.
- AbstractTxn.ClearedStatus - Enum in com.infinitekind.moneydance.model
- ACCBALANCE_G - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- ACCBALANCE_T - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- account - Variable in class com.infinitekind.moneydance.model.LoanFields
- Account - Class in com.infinitekind.moneydance.model
-
The base account class.
- Account(AccountBook) - Constructor for class com.infinitekind.moneydance.model.Account
- ACCOUNT - com.infinitekind.moneydance.model.CheckNumSettings.IncludeRecentsOption
- ACCOUNT - com.infinitekind.moneydance.model.GenericTxnSearch.Field
- ACCOUNT - com.infinitekind.moneydance.model.TxnSortOrder
- ACCOUNT - Static variable in class com.infinitekind.moneydance.model.AccountUtil
-
sort by account (this is always 'other' acct - the first split's account).
- ACCOUNT_CONTEXT - com.moneydance.apps.md.controller.FeatureModule.ActionType
- ACCOUNT_JUST_NAME_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.TxnUtil
- ACCOUNT_NAME - Static variable in class com.infinitekind.moneydance.model.AccountUtil
- ACCOUNT_NAME_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.AccountUtil
-
Compare two accounts by name, for sorting a list by account name.
- ACCOUNT_THEN_DATE_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.TxnUtil
- ACCOUNT_TYPE_NAME_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.AccountUtil
-
Compare two accounts by name, for sorting a list by account name.
- Account.AccountType - Enum in com.infinitekind.moneydance.model
- Account.BalanceType - Enum in com.infinitekind.moneydance.model
- Account.DebtPaymentSpec - Enum in com.infinitekind.moneydance.model
- accountAdded(Account, Account) - Method in interface com.infinitekind.moneydance.model.AccountListener
-
Is called when an account is added.
- accountBalanceChanged(Account) - Method in interface com.infinitekind.moneydance.model.AccountListener
-
Is called when the account balance is changed
- AccountBook - Class in com.infinitekind.moneydance.model
-
AccountBook is the overall container for a data file in Moneydance.
- accountBookDataReplaced(AccountBook) - Method in class com.infinitekind.moneydance.model.AccountBookListener
-
This is called when the entire data set from the account book has been replaced.
- accountBookDataUpdated(AccountBook) - Method in class com.infinitekind.moneydance.model.AccountBookListener
-
This is called when the data is incrementally updated, probably from sync data that is received from elsewhere.
- accountBookForFolder(File) - Static method in class com.infinitekind.moneydance.model.AccountBook
- AccountBookListener - Class in com.infinitekind.moneydance.model
-
Created by sreilly - 2014.03.06 17:37
- AccountBookListener() - Constructor for class com.infinitekind.moneydance.model.AccountBookListener
- accountDeleted(Account, Account) - Method in interface com.infinitekind.moneydance.model.AccountListener
-
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.infinitekind.moneydance.model
-
Iterator used to scan a set of accounts.
- AccountIterator(Account) - Constructor for class com.infinitekind.moneydance.model.AccountIterator
- AccountIterator(AccountBook) - Constructor for class com.infinitekind.moneydance.model.AccountIterator
-
Build an iterator over all accounts
- AccountIterator(AccountBook, Account) - Constructor for class com.infinitekind.moneydance.model.AccountIterator
-
Build an iterator over all accounts, or if ancestorAccount is non-null then all descendants of it.
- AccountListener - Interface in com.infinitekind.moneydance.model
-
Interface implemented by objects that want to receive notifications when an account is modified.
- accountModified(Account) - Method in interface com.infinitekind.moneydance.model.AccountListener
-
Is called when some aspect of the account is modified, such as account name, currency, etc.
- accountsWithType(String) - Method in interface com.moneydance.apps.md.controller.bot.MoneybotInterface
-
Gets a list of all accounts with the given account type ID.
- AccountUtil - Class in com.infinitekind.moneydance.model
-
Miscellaneous functions
- AccountUtil() - Constructor for class com.infinitekind.moneydance.model.AccountUtil
- ACCT_TYPE_CHECKING - Static variable in class com.infinitekind.moneydance.model.OnlineService
- ACCT_TYPE_CREDIT_CARD - Static variable in class com.infinitekind.moneydance.model.OnlineService
- ACCT_TYPE_INVESTMENT - Static variable in class com.infinitekind.moneydance.model.OnlineService
- ACCT_TYPE_LINE_OF_CREDIT - Static variable in class com.infinitekind.moneydance.model.OnlineService
- ACCT_TYPE_MONEY_MKT - Static variable in class com.infinitekind.moneydance.model.OnlineService
- ACCT_TYPE_SAVINGS - Static variable in class com.infinitekind.moneydance.model.OnlineService
- AcctFilter - Interface in com.infinitekind.moneydance.model
-
Represents a filter for account objects
- ACTION - com.infinitekind.moneydance.model.TxnSortOrder
- ACTION - Static variable in class com.infinitekind.moneydance.model.AccountUtil
- actionPerformed(ActionEvent) - Method in class com.moneydance.awt.NeedToUpgradeWindow
- ACTIVE_ACCOUNTS_FILTER - Static variable in interface com.infinitekind.moneydance.model.AcctFilter
- ACTIVE_CATEGORY_CHOICE_FILTER - Static variable in interface com.infinitekind.moneydance.model.AcctFilter
-
common filter that excludes securities, the root account, and any inactive accounts
- addAccountListener(AccountListener) - Method in class com.infinitekind.moneydance.model.AccountBook
-
add a listener to be notified when an account is modified.
- addAll(Collection<AbstractTxn>) - Method in class com.infinitekind.moneydance.model.TxnSet
- addBudget(Budget) - Method in class com.infinitekind.moneydance.model.BudgetList
-
Create a new budget, add it to the list, and return it
- addBudgetItem(BudgetItem) - Method in class com.infinitekind.moneydance.model.BudgetItemDetail
- addBudgetListener(BudgetListener) - Method in class com.infinitekind.moneydance.model.Budget
- addChild(T, T) - Method in class com.moneydance.awt.HashTreeModel
-
Add a node to a parent.
- addCriteria(TxnSearch) - Method in class com.infinitekind.moneydance.model.AggregateTxnSearch
- addCurrencyListener(CurrencyListener) - Method in class com.infinitekind.moneydance.model.CurrencyTable
- addCurrencyType(CurrencyType) - Method in class com.infinitekind.moneydance.model.CurrencyTable
- addCurrencyType(CurrencyType, boolean) - Method in class com.infinitekind.moneydance.model.CurrencyTable
-
Add the given currency to the table.
- addEntry(AddressBookEntry) - Method in class com.infinitekind.moneydance.model.AddressBook
- addField(int, int, ResourceBundle, Container, String, Component) - Static method in class com.moneydance.awt.SwingUtil
- addFileListener(MDFileListener) - Method in class com.infinitekind.moneydance.model.AccountBook
- addFilter(AcctFilter) - Method in class com.infinitekind.moneydance.model.CombinedAccountFilter
- addItem(BudgetItemDetail) - Method in class com.infinitekind.moneydance.model.Budget.CalculationResults
- addItemListener(ItemListener) - Method in class com.moneydance.awt.ThermometerGraph
- addItems(List<MoneydanceSyncableItem>) - Method in interface com.infinitekind.moneydance.model.UndoManagerInterface
- addLinkListener(JLinkListener) - Method in class com.moneydance.awt.JLinkLabel
- addListener(AccountBookListener) - Method in class com.infinitekind.moneydance.model.AccountBook
- addListener(BudgetListener) - Method in class com.infinitekind.moneydance.model.BudgetList
-
Add a listener for events that affect the budget list or the budgets in the list.
- addListener(MemorizedItemListener) - Method in class com.infinitekind.moneydance.model.ReportSpecManager
-
Register an object that would like to receive notification when transactions have been modified, added, or removed.
- addListener(OnlineInfoListener) - Method in class com.infinitekind.moneydance.model.OnlineInfo
- addListener(OnlinePayeeListener) - Method in class com.infinitekind.moneydance.model.OnlinePayeeList
- addListener(OnlinePaymentListener) - Method in class com.infinitekind.moneydance.model.OnlinePaymentList
- addListener(OnlineTxnListener) - Method in class com.infinitekind.moneydance.model.OnlineTxnList
- addMouseListenerToSubviews(Container, MouseListener) - Static method in class com.moneydance.awt.TIKScrollBarUI
- addNewMail(OnlineMail) - Method in class com.infinitekind.moneydance.model.OnlineMailList
-
Adds the specified mail to the mail list.
- addNewPayee(OnlinePayee) - Method in class com.infinitekind.moneydance.model.OnlinePayeeList
-
Adds the specified payee to the payee list.
- addNewPayment(OnlinePayment) - Method in class com.infinitekind.moneydance.model.OnlinePaymentList
-
Adds the specified payment to the payment list.
- addNewTxn(OnlineTxn) - Method in class com.infinitekind.moneydance.model.OnlineTxnList
- addNewTxn(ParentTxn) - Method in class com.infinitekind.moneydance.model.TransactionSet
-
Add a new transaction to the transaction set.
- addNoDuplicates(List<T>, T) - Static method in class com.infinitekind.util.Misc
-
Add an item to a list, checking for duplicates.
- addParameters(Map<String, String>) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Add/merge all parameters from the given map that don't already have a key in the internal map
- addPeriodToDate(int) - Method in enum com.infinitekind.moneydance.model.PeriodType
-
Add this period to the given Moneydance integer date and return the result.
- addRawAmount(int, long) - Method in class com.infinitekind.moneydance.model.BudgetItemDetail
- addReminder(Reminder) - Method in class com.infinitekind.moneydance.model.ReminderSet
-
Add a reminder to the set.
- addReminderListener(ReminderListener) - Method in class com.infinitekind.moneydance.model.ReminderSet
-
Register an object that would like to receive notification when transactions have been modified, added, or removed.
- AddressBook - Class in com.infinitekind.moneydance.model
-
Container for the set of address entries in Moneydance.
- AddressBook(AccountBook) - Constructor for class com.infinitekind.moneydance.model.AddressBook
- AddressBookEntry - Class in com.infinitekind.moneydance.model
-
Created by sreilly - 01/08/2014 15:01
- AddressBookEntry(AccountBook) - Constructor for class com.infinitekind.moneydance.model.AddressBookEntry
- 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, 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, 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
- addSnapshotInt(int, double) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Deprecated.please use addSnapshotInt(date, userRate, relativeCurrency)
- addSnapshotInt(int, double, CurrencyType) - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.ParentTxn
-
Add a "split" to this transaction.
- addStockSplit(long, double, int, int) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Deprecated.use the addStockSplit method that takes an int date instead
- addStockSplitInt(int, double, int, int) - Method in class com.infinitekind.moneydance.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)
- addTags(Map<String, String>) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Set the TagSet associated with this object.
- addToActual(int, long) - Method in class com.infinitekind.moneydance.model.BudgetItemDetail
- addToActualExpense(int, long) - Method in class com.infinitekind.moneydance.model.Budget.CalculationResults
- addToActualIncome(int, long) - Method in class com.infinitekind.moneydance.model.Budget.CalculationResults
- addToBudgeted(int, long) - Method in class com.infinitekind.moneydance.model.BudgetItemDetail
- addToBudgetedExpense(int, long) - Method in class com.infinitekind.moneydance.model.Budget.CalculationResults
- addToBudgetedIncome(int, long) - Method in class com.infinitekind.moneydance.model.Budget.CalculationResults
- addTransactionListener(TransactionListener) - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.TxnSet
- ADJUST_LOCAL_AMOUNT - com.infinitekind.moneydance.model.RateAdjustmentOption
- ADJUST_NONE - com.infinitekind.moneydance.model.RateAdjustmentOption
- ADJUST_OTHER_AMOUNT - com.infinitekind.moneydance.model.RateAdjustmentOption
- adjustRateForSplitsInt(int, double) - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.model.Account
-
Adjust the starting balance by the given amount.
- adjustValueForSplits(long, long) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Deprecated.use adjustValueForSplitsInt(int, long) instead
- adjustValueForSplitsInt(int, long) - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.CurrencyType
-
Given a number of currency units on the given day, return the equivalent number of units in the endDate's currency value.
- AggregateTxnSearch - Class in com.infinitekind.moneydance.model
-
Represents a search through a set of transactions where the search criteria is a combination of several searches.
- AggregateTxnSearch() - Constructor for class com.infinitekind.moneydance.model.AggregateTxnSearch
- AggregateTxnSearch.GroupingType - Enum in com.infinitekind.moneydance.model
- all() - Static method in enum com.infinitekind.moneydance.model.PeriodType
-
Returns all PeriodType available.
- ALL_ACCOUNTS_FILTER - Static variable in interface com.infinitekind.moneydance.model.AcctFilter
-
common filter that matches all accounts
- ALL_TXN_TYPES - Static variable in enum com.infinitekind.moneydance.model.InvestTxnType
-
the complete list of all investment transaction types.
- ALL_TXN_TYPES - Static variable in class com.infinitekind.moneydance.model.TxnUtil
-
Deprecated.Use
InvestTxnType.ALL_TXN_TYPES
instead. - allFields() - Static method in enum com.infinitekind.moneydance.model.txtimport.ImportDateFieldOrder
-
Return a list of all available import fields, in a sensible order for presenting in a UI to choose fields
- allFields() - Static method in enum com.infinitekind.moneydance.model.txtimport.ImportFieldType
-
Return a list of all available import fields, in a sensible order for presenting in a UI to choose fields
- allMatchesForSearch(AccountBook, AcctFilter) - Static method in class com.infinitekind.moneydance.model.AccountUtil
-
Return a list of accounts matching the given filter
- allMatchesForSearch(Account, AcctFilter) - Static method in class com.infinitekind.moneydance.model.AccountUtil
-
Deprecated.Please use allMatchesForSearch(AccountBook, AcctFilter)
- allot(long) - Method in class com.infinitekind.moneydance.model.AvailableSharesTracker
-
Remove shares from the available (typically because they have been sold).
- allot(long, int) - Method in class com.infinitekind.moneydance.model.CapitalGainBuy
-
Allocate the requested number of shares from the total amount, if possible.
- amount - Variable in class com.infinitekind.moneydance.model.InvestFields
- AMOUNT - com.infinitekind.moneydance.model.TxnSortOrder
- AMOUNT - com.infinitekind.moneydance.model.txtimport.ImportFieldType
- AMOUNT - Static variable in class com.infinitekind.moneydance.model.AccountUtil
- AMOUNT_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.AccountUtil
- AMOUNT_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.TxnUtil
- AND - com.infinitekind.moneydance.model.CombinedAccountFilter.CombinationType
- ANNUALLY - com.infinitekind.moneydance.model.CompoundingType
-
Every year.
- annumsInPeriod() - Method in class com.infinitekind.moneydance.model.ROICashFlowEntry
- ANY - com.infinitekind.moneydance.model.GenericTxnSearch.Field
- ANY_TEXT - com.infinitekind.moneydance.model.GenericTxnSearch.Field
- 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.infinitekind.moneydance.model.TxnUtil
-
Apply any VAT/GST transformation (ie adding/adjusting splits) to the given transaction.
- areStringsIdentical(String, String) - Static method in class com.infinitekind.util.StringUtils
- 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.
- ASSET - com.infinitekind.moneydance.model.Account.AccountType
- ASSETALLOCATE_G - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- ASSETALLOCATE_T - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- asString() - Method in enum com.infinitekind.moneydance.model.ReportSpec.Type
- ATOMIC_RENAME_CLASS - Static variable in class com.infinitekind.util.IOUtils
- ATOMIC_RENAME_METHOD_NAME - Static variable in class com.infinitekind.util.IOUtils
- authenticationCache - Variable in class com.infinitekind.moneydance.model.LocalStorage
- autoCommitReminders() - Method in class com.infinitekind.moneydance.model.ReminderSet
-
Commit any reminders that are marked as to-be-auto-committed within N days of their scheduled date.
- autoSyncsChanges() - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
transactions are explicitly updated when recording a transaction
- autoSyncsChanges() - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Return true if any changes to this object are automatically synced
- autoSyncsChanges() - Method in class com.infinitekind.moneydance.model.ReportSpec
-
only sync changes when this is explicitly saved/synced
- AvailableSharesTracker - Class in com.infinitekind.moneydance.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.infinitekind.moneydance.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
- BALANCE - com.infinitekind.moneydance.model.txtimport.ImportFieldType
- balanceIsNegated() - Method in class com.infinitekind.moneydance.model.Account
-
indicates whether or not amounts in this account should be negated when displaying to user (will be true for Income accounts)
- balancesHaveChanged(AccountBook) - Method in class com.infinitekind.moneydance.model.AccountBookListener
-
This is called when any account balances have changed
- BANK - com.infinitekind.moneydance.model.Account.AccountType
- BANK - com.infinitekind.moneydance.model.InvestTxnType
- BANK_TRANSACTION_TYPE - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- base64Encode(byte[]) - Static method in class com.infinitekind.util.StringUtils
-
Encode the given byte array using base64 and return the result as a string.
- base64Encode(String) - Static method in class com.infinitekind.util.StringUtils
-
Encode the given string as a (utf8) byte array and then encode that using base64 and return the result as a string.
- BASIC_REMINDER_TYPE - Static variable in class com.infinitekind.moneydance.model.Reminder
- beginCollectingPages(String, String, String, boolean) - Method in interface com.moneydance.apps.md.controller.bot.RobotWebSession
-
Tells the web session to begin collecting pages with the given parameters.
- BIWEEK - com.infinitekind.moneydance.model.PeriodType
- BOND - com.infinitekind.moneydance.model.SecurityType
-
Bond.
- book - Variable in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- BOTTOM_FIELD_INSET - Static variable in class com.moneydance.awt.GridC
- BOTTOM_LABEL_INSET - Static variable in class com.moneydance.awt.GridC
- bottomInset(int) - Method in class com.moneydance.awt.GridC
-
Set the bottom edge inset
- Budget - Class in com.infinitekind.moneydance.model
-
Represents one item in a budget
- Budget(AccountBook) - Constructor for class com.infinitekind.moneydance.model.Budget
-
Construct a new budget in the context of the given account.
- Budget(AccountBook, String, StreamTable) - Constructor for class com.infinitekind.moneydance.model.Budget
- BUDGET_CLASS_DISCRETIONARY - Static variable in class com.infinitekind.moneydance.model.BudgetList
- BUDGET_CLASS_INCOME - Static variable in class com.infinitekind.moneydance.model.BudgetList
- BUDGET_CLASS_MISC - Static variable in class com.infinitekind.moneydance.model.BudgetList
- BUDGET_CLASS_REQUIRED - Static variable in class com.infinitekind.moneydance.model.BudgetList
- BUDGET_INTERVAL_MONTHLY - Static variable in class com.infinitekind.moneydance.model.BudgetList
- BUDGET_INTERVAL_QUARTERLY - Static variable in class com.infinitekind.moneydance.model.BudgetList
- BUDGET_INTERVAL_WEEKLY - Static variable in class com.infinitekind.moneydance.model.BudgetList
- BUDGET_INTERVAL_YEARLY - Static variable in class com.infinitekind.moneydance.model.BudgetList
- BUDGET_T - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- Budget.CalculationResults - Class in com.infinitekind.moneydance.model
-
Holds the results of a budget calculation, including totals for income and expenses separately, and for multiple date ranges.
- budgetAdded(Budget) - Method in interface com.infinitekind.moneydance.model.BudgetListener
-
Called when a budget has been addedd to the list.
- BudgetItem - Class in com.infinitekind.moneydance.model
-
Represents one item in a budget
- BudgetItemDetail - Class in com.infinitekind.moneydance.model
-
For one specific category, holds all the budget information (actual vs.
- BudgetItemDetail(int, Account) - Constructor for class com.infinitekind.moneydance.model.BudgetItemDetail
-
Constructor when building an unbudgeted item from a category.
- BudgetItemDetail(int, BudgetItem) - Constructor for class com.infinitekind.moneydance.model.BudgetItemDetail
-
Constructor when we have a budget item (non-null).
- BudgetItemList - Class in com.infinitekind.moneydance.model
-
this contains a list of budget items associated with a budget and is used to perform calculations and interactions with the items of the list without having to query the main data model for every budget-specific interaction.
- BudgetItemList(Budget) - Constructor for class com.infinitekind.moneydance.model.BudgetItemList
- BudgetItemList(Budget, List<BudgetItem>) - Constructor for class com.infinitekind.moneydance.model.BudgetItemList
- BudgetList - Class in com.infinitekind.moneydance.model
-
Container for the budgets in a data file
- BudgetListener - Interface in com.infinitekind.moneydance.model
- budgetListModified(BudgetList) - Method in interface com.infinitekind.moneydance.model.BudgetListener
-
Called when the entire list of budgets is modified.
- budgetModified(Budget) - Method in interface com.infinitekind.moneydance.model.BudgetListener
-
Called when a budget has been modified
- BudgetPeriod - Class in com.infinitekind.moneydance.model
-
Represents the date range on which the budget calculations are based upon.
- BudgetPeriod(int, PeriodType) - Constructor for class com.infinitekind.moneydance.model.BudgetPeriod
- BudgetPeriod(Date, PeriodType) - Constructor for class com.infinitekind.moneydance.model.BudgetPeriod
-
Deprecated.please use the BudgetPeriod(int startDate, PeriodType periodType) constructor
- budgetRemoved(Budget) - Method in interface com.infinitekind.moneydance.model.BudgetListener
-
Called when a budget has been removed from the list.
- buildBuyTransactionList(Account) - Static method in class com.infinitekind.moneydance.model.InvestUtil
-
Create a sorted map of date versus buy amount, which includes both cash purchases as well as reinvestments.
- BUY - com.infinitekind.moneydance.model.InvestTxnType
- BUY_XFER - com.infinitekind.moneydance.model.InvestTxnType
C
- cacheAuthentication(String, String) - Method in class com.infinitekind.moneydance.model.LocalStorage
-
Used by OnlineService to cache authentication
- cacheAuthentication(String, String) - Method in class com.infinitekind.moneydance.model.OnlineService
-
Store an authentication object to be used later.
- calculate(int, int, boolean, boolean) - Method in class com.infinitekind.moneydance.model.Budget
-
Compute budgeted and actual values based upon a single date range, for this budget.
- calculate(DateRange[], boolean, boolean) - Method in class com.infinitekind.moneydance.model.Budget
-
Compute budgeted and actual values based upon a series of graph intervals, for this budget.
- calculate(DateRange[], boolean, boolean, boolean) - Method in class com.infinitekind.moneydance.model.Budget
-
Compute budgeted and actual values based upon a series of graph intervals, for this budget.
- calculate(DateRange[], AccountBook, List<BudgetItem>, boolean, boolean) - Static method in class com.infinitekind.moneydance.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.
- calculate(DateRange[], AccountBook, List<BudgetItem>, boolean, boolean, boolean) - Static method in class com.infinitekind.moneydance.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.
- calculateDaysBetween(int, int) - Static method in class com.infinitekind.util.DateUtil
-
Calculate and return the number of days in between the two dates.
- calculateDaysInMonth(int) - Static method in class com.infinitekind.util.DateUtil
-
Calculate the number of days in the current month
- calculateDaysInYear(int) - Static method in class com.infinitekind.util.DateUtil
-
Calculate the number of days in the given year
- calculateFromLoanAccount() - Method in class com.infinitekind.moneydance.model.PaymentSchedule
- calculateTotal() - Method in class com.infinitekind.moneydance.model.NetWorthCalculator
- CalculationResults(int) - Constructor for class com.infinitekind.moneydance.model.Budget.CalculationResults
- canDownloadTxns() - Method in class com.infinitekind.moneydance.model.Account
-
Returns true if transactions can be downloaded for this account
- canImport(TransferHandler.TransferSupport) - Method in class com.moneydance.awt.ListReorderingHandler
- canImport(TransferHandler.TransferSupport) - Method in class com.moneydance.awt.TableRowTransferHandler
- CAPGAINS_T - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- CapitalGainBuy - Class in com.infinitekind.moneydance.model
-
Tracks a buy transaction for capital gain calculations, particularly average cost with long term and short term gains.
- CapitalGainBuy(Account, int, long, long) - Constructor for class com.infinitekind.moneydance.model.CapitalGainBuy
-
Constructor to allow most fields to be final.
- CapitalGainResult - Class in com.infinitekind.moneydance.model
-
Tracks the result of a capital gain computation, including both short term and long term gains.
- CapitalGainResult(long, long, long, long, long, long, long, String) - Constructor for class com.infinitekind.moneydance.model.CapitalGainResult
- CapitalGainResult(String) - Constructor for class com.infinitekind.moneydance.model.CapitalGainResult
-
Constructor - invalid result with an error message.
- capitalizeFirst(String) - Static method in class com.infinitekind.util.StringUtils
-
Return a String with the first letter capitalized.
- CASHFLOW_T - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- category - Variable in class com.infinitekind.moneydance.model.InvestFields
- CATEGORY - com.infinitekind.moneydance.model.TxnSortOrder
- CATEGORY - com.infinitekind.moneydance.model.txtimport.ImportFieldType
- CATEGORY - Static variable in class com.infinitekind.moneydance.model.AccountUtil
-
Sort by category account.
- CATEGORY_CHOICE_FILTER - Static variable in interface com.infinitekind.moneydance.model.AcctFilter
-
common filter that excludes securities and root
- CATEGORY_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.TxnUtil
- CATEGORY_FILTER - Static variable in interface com.infinitekind.moneydance.model.AcctFilter
-
common filter that matches all category accounts
- CATEGORY_NAME - Static variable in class com.infinitekind.moneydance.model.AccountUtil
- CATEGORY_THEN_DATE_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.TxnUtil
- CD - com.infinitekind.moneydance.model.SecurityType
-
Certificate of Deposit.
- center() - Method in class com.moneydance.awt.GridC
-
Anchor the component to the center (the default)
- centerWindow(Window) - Static method in class com.moneydance.awt.AwtUtil
- changeSelection(int, int, boolean, boolean) - Method in class com.moneydance.awt.EditingTable
- checkedInitialTransfer() - Method in class com.infinitekind.moneydance.model.Account
- checkNum - Variable in class com.infinitekind.moneydance.model.InvestFields
- checkNum - Variable in class com.infinitekind.moneydance.model.LoanFields
- CHECKNUM - com.infinitekind.moneydance.model.GenericTxnSearch.Field
- CHECKNUM - com.infinitekind.moneydance.model.TxnSortOrder
- CHECKNUM - com.infinitekind.moneydance.model.txtimport.ImportFieldType
- CHECKNUM - Static variable in class com.infinitekind.moneydance.model.AccountUtil
- CHECKNUM_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.TxnUtil
- CHECKNUM_INT - com.infinitekind.moneydance.model.TxnSortOrder
- CHECKNUM_INT - Static variable in class com.infinitekind.moneydance.model.AccountUtil
- CHECKNUM_NUMERIC_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.TxnUtil
- CHECKNUM_PARENT - com.infinitekind.moneydance.model.TxnSortOrder
- CHECKNUM_PARENT - Static variable in class com.infinitekind.moneydance.model.AccountUtil
-
Sort by check#, but only check the parent's check# and ignore the split's.
- CHECKNUM_PARENT_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.TxnUtil
- CheckNumSettings - Class in com.infinitekind.moneydance.model
-
Represents the check number popup settings for an account, data file, or global preferences
- CheckNumSettings() - Constructor for class com.infinitekind.moneydance.model.CheckNumSettings
- CheckNumSettings(SyncRecord) - Constructor for class com.infinitekind.moneydance.model.CheckNumSettings
- CheckNumSettings.IncludeRecentsOption - Enum in com.infinitekind.moneydance.model
- 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.infinitekind.moneydance.model.AccountBook
-
Avoid lapsed listener leaks when successively opening multiple files.
- cleanupDeletedAttachments() - Method in class com.infinitekind.moneydance.model.AccountBook
- clearAllMails() - Method in class com.infinitekind.moneydance.model.OnlineMailList
-
Remove all mails from the list (so that they can be resynchronized from the server.
- clearAllPayees() - Method in class com.infinitekind.moneydance.model.OnlinePayeeList
-
Remove all payees from the list (so that they can be resynchronized from the server.
- clearAllPayments() - Method in class com.infinitekind.moneydance.model.OnlinePaymentList
-
Remove all payments from the list (so that they can be resynchronized from the server.
- clearAuthenticationCache() - Method in class com.infinitekind.moneydance.model.OnlineService
-
Clear the cache of all authentication objects.
- clearAuthenticationCache(String) - Method in class com.infinitekind.moneydance.model.LocalStorage
-
Remove any stored passwords for the given service whose key begins with the given prefix
- CLEARED - com.infinitekind.moneydance.model.AbstractTxn.ClearedStatus
- CLEARED - com.infinitekind.moneydance.model.Account.BalanceType
- CLEARED_BALANCE - com.infinitekind.moneydance.model.Account.DebtPaymentSpec
- clearOldPayments() - Method in class com.infinitekind.moneydance.model.OnlinePaymentList
-
Removes all payments that have been processed over 30 days ago.
- clickItemWithLinkText(String) - Method in interface com.moneydance.apps.md.controller.bot.RobotWebSession
- clickItemWithXPath(String) - Method in interface com.moneydance.apps.md.controller.bot.RobotWebSession
- clone() - Method in class com.infinitekind.moneydance.model.OnlinePayee
- clone() - Method in class com.infinitekind.moneydance.model.OnlinePayment
- cloneTxns() - Method in class com.infinitekind.moneydance.model.TxnSet
- closeWebBot() - Method in interface com.moneydance.apps.md.controller.bot.MoneybotInterface
- code() - Method in enum com.infinitekind.moneydance.model.Account.AccountType
- code() - Method in enum com.infinitekind.moneydance.model.CurrencyType.Type
- code() - Method in enum com.infinitekind.moneydance.model.Reminder.Type
- CollapsibleRefresher - Class in com.moneydance.awt
-
Class that enables easy collapsible refreshing.
- CollapsibleRefresher(Runnable) - Constructor for class com.moneydance.awt.CollapsibleRefresher
- colorFromHexString(String) - Static method in class com.moneydance.awt.AwtUtil
-
Returns an instance of java.awt.Color for the given string, which should consist of a 6 digit hexadecimal string with a prefix of either '0x' or '#'.
- colors - Static variable in class com.moneydance.awt.ThermometerGraph
- colspan(int) - Method in class com.moneydance.awt.GridC
-
Set the gridwidth: number of columns to span.
- com.infinitekind.moneydance.model - package com.infinitekind.moneydance.model
- com.infinitekind.moneydance.model.txtimport - package com.infinitekind.moneydance.model.txtimport
- com.infinitekind.util - package com.infinitekind.util
- com.moneydance.apps.md.controller.bot - package com.moneydance.apps.md.controller.bot
- com.moneydance.apps.md.extensionapi - package com.moneydance.apps.md.extensionapi
- com.moneydance.awt - package com.moneydance.awt
- CombinedAccountFilter - Class in com.infinitekind.moneydance.model
-
Created by sreilly - 2014.05.05 12:14
- CombinedAccountFilter(CombinedAccountFilter.CombinationType) - Constructor for class com.infinitekind.moneydance.model.CombinedAccountFilter
- CombinedAccountFilter.CombinationType - Enum in com.infinitekind.moneydance.model
- compAccountDateEntered(Txn, Txn) - Static method in class com.infinitekind.moneydance.model.AccountUtil
- compAmount(Txn, Txn) - Static method in class com.infinitekind.moneydance.model.AccountUtil
- comparator - Static variable in class com.infinitekind.moneydance.model.AddressBook
- Comparator() - Constructor for class com.infinitekind.util.DateUtil.Comparator
- comparatorForField(int) - Static method in class com.infinitekind.moneydance.model.TxnUtil
- compare(AbstractTxn, AbstractTxn) - Method in enum com.infinitekind.moneydance.model.TxnSortOrder
- compareAccountNames(Account, Account) - Static method in class com.infinitekind.moneydance.model.AccountUtil
- compareCodeTo(Account.AccountType) - Method in enum com.infinitekind.moneydance.model.Account.AccountType
- compareFullPathToAccount(Account) - Method in class com.infinitekind.moneydance.model.Account
-
Compare the full path of this account to the full path of the given account
- compareTo(BudgetItemDetail) - Method in class com.infinitekind.moneydance.model.BudgetItemDetail
- compareTo(CapitalGainBuy) - Method in class com.infinitekind.moneydance.model.CapitalGainBuy
- compareTo(DateReminderPair) - Method in class com.infinitekind.moneydance.model.DateReminderPair
- compareTo(ROICashFlowEntry) - Method in class com.infinitekind.moneydance.model.ROICashFlowEntry
- compareTo(Object) - Method in class com.infinitekind.moneydance.model.BudgetItem
- compareTo(Object) - Method in class com.infinitekind.moneydance.model.LegacyTxnTags.TxnTag
- compareToAccount(Account) - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.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(Txn, Txn) - Static method in class com.infinitekind.moneydance.model.AccountUtil
- compCategoryOrAccount(Txn, Txn) - Static method in class com.infinitekind.moneydance.model.AccountUtil
-
Compare the category account for two transactions.
- compCheckIntId(AbstractTxn, AbstractTxn) - Static method in class com.infinitekind.moneydance.model.AccountUtil
- compCheckNumAmt(Txn, Txn) - Static method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.AccountUtil
-
Compare the check number field for both numeric only and also text values.
- compCheckNumBoth(Txn, Txn, boolean) - Static method in class com.infinitekind.moneydance.model.AccountUtil
-
Compare the check number field for both numeric only and also text values.
- compCheckNumId(AbstractTxn, AbstractTxn) - Static method in class com.infinitekind.moneydance.model.AccountUtil
- compCheckNumParent(AbstractTxn, AbstractTxn) - Static method in class com.infinitekind.moneydance.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(Txn, Txn) - Static method in class com.infinitekind.moneydance.model.AccountUtil
-
Compare the transaction date of two transactions.
- compDateCheckNum(Txn, Txn, boolean) - Static method in class com.infinitekind.moneydance.model.AccountUtil
-
Compare two transactions by date.
- compDateDateEntered(Txn, Txn) - Static method in class com.infinitekind.moneydance.model.AccountUtil
- compDateEntered(Txn, Txn) - Static method in class com.infinitekind.moneydance.model.AccountUtil
- compDateThenAmount(AbstractTxn, AbstractTxn) - Static method in class com.infinitekind.moneydance.model.AccountUtil
- compDateThenAmountTxn(Txn, Txn) - Static method in class com.infinitekind.moneydance.model.AccountUtil
- compDateThenStatus(AbstractTxn, AbstractTxn) - Static method in class com.infinitekind.moneydance.model.AccountUtil
- compDescription(Txn, Txn) - Static method in class com.infinitekind.moneydance.model.AccountUtil
-
Compare the description, or 'payee', of two transactions.
- compDescriptionDate(AbstractTxn, AbstractTxn) - Static method in class com.infinitekind.moneydance.model.AccountUtil
- compDescriptionDateEntered(Txn, Txn) - Static method in class com.infinitekind.moneydance.model.AccountUtil
- CompoundingType - Enum in com.infinitekind.moneydance.model
-
Defines the various types of security instruments that can be assigned to a security.
- compStatus(AbstractTxn, AbstractTxn) - Static method in class com.infinitekind.moneydance.model.AccountUtil
- compStatusChecknum(AbstractTxn, AbstractTxn) - Static method in class com.infinitekind.moneydance.model.AccountUtil
- compTaxDate(Txn, Txn) - Static method in class com.infinitekind.moneydance.model.AccountUtil
-
Compare the tax date of two transactions.
- computeLevenshteinDistance(CharSequence, CharSequence) - Static method in class com.infinitekind.util.StringUtils
- computeROI(List<ROICashFlowEntry>, double) - Static method in class com.infinitekind.moneydance.model.InvestUtil
-
Compute the Return On Investment, or Internal Rate of Return, or Annual Return Percent.
- CONFIG_KEY - Static variable in enum com.infinitekind.moneydance.model.CompoundingType
-
Key used to store and retrieve the compounding type from the account parameters.
- CONFIG_KEY - Static variable in enum com.infinitekind.moneydance.model.SecurityType
-
Key used to store and retrieve the security type from the account parameters.
- CONFIRMED - com.infinitekind.moneydance.model.Account.BalanceType
- contains(long) - Method in class com.infinitekind.moneydance.model.DateRange
- contains(AbstractTxn) - Method in class com.infinitekind.moneydance.model.TxnSet
-
Returns true if the given transaction is in this TxnSet.
- contains(BudgetItem) - Method in class com.infinitekind.moneydance.model.BudgetPeriod
-
Check whether a BudgetItem interval is fully contained in a BudgetPeriod.
- contains(CurrencyType) - Method in class com.infinitekind.moneydance.model.CurrencyTable
- contains(DateRange) - Method in class com.infinitekind.moneydance.model.DateRange
- contains(Date) - Method in class com.infinitekind.moneydance.model.DateRange
- containsBudgetWithName(String) - Method in class com.infinitekind.moneydance.model.BudgetList
- containsDate(int) - Method in class com.infinitekind.moneydance.model.Budget
-
Determine if this budget contains any items that span the date given.
- containsDate(int) - Method in class com.infinitekind.moneydance.model.BudgetItem
-
Determine if the given date is within the overall date range of the budget item.
- containsInt(int) - Method in class com.infinitekind.moneydance.model.DateRange
- containsSameFields(OnlineTxn) - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Return whether the given transaction is the same as the current one, for all fields.
- containsTxn(AbstractTxn) - Method in interface com.infinitekind.moneydance.model.TxnFilter
- convertCalToInt(Calendar) - Static method in class com.infinitekind.util.DateUtil
- convertDateToInt(Date) - Static method in class com.infinitekind.util.DateUtil
- 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.
- convertIntDateToLong(int) - Static method in class com.infinitekind.util.DateUtil
-
Function used to convert an integer date representation to a long date representation that can be used by the java.util.Date and Calendar objects, or code that interfaces with older versions of Moneydance.
- convertLongDateToInt(long) - Static method in class com.infinitekind.util.DateUtil
- convertRGBtoHSL(Color) - Static method in class com.moneydance.awt.HSLColorUtil
-
Convert a standard AWT color to hue, saturation and luminance.
- convertToBasePrice(double, CurrencyType, int) - Static method in class com.infinitekind.moneydance.model.CurrencyUtil
-
Convert the given price (in terms of the given currency) to a price in terms of the base currency.
- convertToCurrency(CurrencyType) - Method in class com.infinitekind.moneydance.model.TotalAmount
-
Create a TotalAmount with the given currency and this amount converted into that currency.
- convertToFileName(String) - Static method in class com.infinitekind.util.StringUtils
-
Performs a conversion from the given string to an encoded version that can be used as a file/URL name.
- convertValue(long) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Convert the given
baseCurrencyAmount
value to it's value in this currency. - convertValue(long, CurrencyType, CurrencyType) - Static method in class com.infinitekind.moneydance.model.CurrencyTable
-
Return the amount of toCurrency that the given value of fromCurrency is currently worth.
- convertValue(long, CurrencyType, CurrencyType) - Static method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.CurrencyTable
-
Return the amount of 'toCurrency' obtained by exchanging 'value' of 'fromCurrency' at the rate 'rate'
- convertValue(long, CurrencyType, CurrencyType, double) - Static method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.CurrencyTable
-
Return the amount of toCurrency that the given value of fromCurrency was worth on the given date.
- convertValue(long, CurrencyType, CurrencyType, int) - Static method in class com.infinitekind.moneydance.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.infinitekind.moneydance.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
- copy(File, File) - Static method in class com.infinitekind.util.IOUtils
- copyDirectoryContents(File, File) - Static method in class com.infinitekind.util.IOUtils
-
Copy everything in the source folder to the destination directory.
- copyFile(File, File) - Static method in class com.infinitekind.util.IOUtils
-
Copy the contents of fromFile to toFile.
- copyFolder(File, File) - Static method in class com.infinitekind.util.IOUtils
-
Copy the contents of a folder into another.
- copyFromSimilarPreviousTxn(ParentTxn, ParentTxn, boolean) - Static method in class com.infinitekind.moneydance.model.TxnUtil
-
Copies the descriptions/memos, categories and amounts from the given source transaction, optionally adjusting the amounts to match the current target transaction value.
- copyInto(TxnSet) - Method in class com.infinitekind.moneydance.model.TxnSet
- copyInto(List<AbstractTxn>) - Method in class com.infinitekind.moneydance.model.TxnSet
- copyInto(Set<AbstractTxn>) - Method in class com.infinitekind.moneydance.model.TxnSet
- copyStream(InputStream, OutputStream) - Static method in class com.infinitekind.util.IOUtils
-
Copy all of the bytes from one inputstream to another, returning the number of bytes copied.
- copyVATInfo(AbstractTxn, AbstractTxn) - Static method in class com.infinitekind.moneydance.model.TxnUtil
-
Copy any VAT/GST-related tags from one split to another.
- CORRECTION_DELETE - Static variable in class com.infinitekind.moneydance.model.OnlineTxn
- CORRECTION_NONE - Static variable in class com.infinitekind.moneydance.model.OnlineTxn
- CORRECTION_REPLACE - Static variable in class com.infinitekind.moneydance.model.OnlineTxn
- COSTBASIS_T - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- countFields(String, char) - Static method in class com.infinitekind.util.StringUtils
- COVER - com.infinitekind.moneydance.model.InvestTxnType
- createAccountBookStructure() - Method in class com.infinitekind.moneydance.model.AccountBook
- createBillPaymentAccount() - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- createDecreaseButton(int) - Method in class com.moneydance.awt.TIKScrollBarUI
- createDefaultTable(AccountBook, String) - Static method in class com.infinitekind.moneydance.model.CurrencyUtil
- createIncreaseButton(int) - Method in class com.moneydance.awt.TIKScrollBarUI
- createItem() - Method in class com.infinitekind.moneydance.model.Budget
-
Create a new item, add it to the list, and return it
- createItem() - Method in class com.infinitekind.moneydance.model.BudgetItemList
- createTempFolder() - Static method in class com.infinitekind.util.IOUtils
- createTransferable(JComponent) - Method in class com.moneydance.awt.ListReorderingHandler
- createTransferable(JComponent) - Method in class com.moneydance.awt.TableRowTransferHandler
- createUI(JComponent) - Static method in class com.moneydance.awt.TIKScrollBarUI
- CREDIT_AMOUNT - com.infinitekind.moneydance.model.txtimport.ImportFieldType
- CREDIT_CARD - com.infinitekind.moneydance.model.Account.AccountType
- curr - Variable in class com.infinitekind.moneydance.model.InvestFields
- CURRENCY - com.infinitekind.moneydance.model.CurrencyType.Type
- CURRENCY_G - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- CURRENCY_NAME_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.CurrencyUtil
- CURRENCY_TYPENAME_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.CurrencyUtil
- currencyFromFields(int, String, String, double, int, String, String, String, int, int, CurrencyTable) - Static method in class com.infinitekind.moneydance.model.CurrencyType
-
Construct a CurrencyType object.
- CurrencyListener - Interface in com.infinitekind.moneydance.model
- CurrencySearch - Class in com.infinitekind.moneydance.model
-
Represents a filter for matching and displaying matched currency objects
- CurrencySearch() - Constructor for class com.infinitekind.moneydance.model.CurrencySearch
- CurrencySearch(int) - Constructor for class com.infinitekind.moneydance.model.CurrencySearch
- CurrencySearch(CurrencyType.Type) - Constructor for class com.infinitekind.moneydance.model.CurrencySearch
- CurrencySnapshot - Class in com.infinitekind.moneydance.model
-
Created by sreilly - 03/08/2014 07:31
- CurrencySnapshot(AccountBook) - Constructor for class com.infinitekind.moneydance.model.CurrencySnapshot
- CurrencySplit - Class in com.infinitekind.moneydance.model
-
Created by sreilly - 03/08/2014 07:46
- CurrencySplit(AccountBook) - Constructor for class com.infinitekind.moneydance.model.CurrencySplit
- CurrencyTable - Class in com.infinitekind.moneydance.model
-
A table containing the set of currencies in a moneydance data set
- CurrencyTable(AccountBook) - Constructor for class com.infinitekind.moneydance.model.CurrencyTable
- currencyTableModified(CurrencyTable) - Method in interface com.infinitekind.moneydance.model.CurrencyListener
- CurrencyType - Class in com.infinitekind.moneydance.model
-
A structure that represents a single type of currency, identified by the three digit currency code.
- CurrencyType(CurrencyTable) - Constructor for class com.infinitekind.moneydance.model.CurrencyType
-
Construct a CurrencyType object.
- CurrencyType.Type - Enum in com.infinitekind.moneydance.model
- CurrencyUtil - Class in com.infinitekind.moneydance.model
-
Miscellaneous currency functions (mostly conversion).
- CurrencyUtil() - Constructor for class com.infinitekind.moneydance.model.CurrencyUtil
- CURRENT - com.infinitekind.moneydance.model.Account.BalanceType
- CURRENT_BALANCE - com.infinitekind.moneydance.model.Account.DebtPaymentSpec
- CURRTYPE_CURRENCY - Static variable in class com.infinitekind.moneydance.model.CurrencyType
- CURRTYPE_SECURITY - Static variable in class com.infinitekind.moneydance.model.CurrencyType
- CustomDateFormat - Class in com.infinitekind.util
-
Flexible date parser and formatter
- CustomDateFormat(String) - Constructor for class com.infinitekind.util.CustomDateFormat
D
- DAILY - com.infinitekind.moneydance.model.CompoundingType
-
Every day.
- date - Variable in class com.infinitekind.moneydance.model.DateReminderPair
- date - Variable in class com.infinitekind.moneydance.model.InvestFields
- date - Variable in class com.infinitekind.moneydance.model.LoanFields
- DATE - com.infinitekind.moneydance.model.TxnSortOrder
- DATE - com.infinitekind.moneydance.model.txtimport.ImportFieldType
- DATE - Static variable in class com.infinitekind.moneydance.model.AccountUtil
- DATE_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.TxnUtil
- DATE_ENTERED - com.infinitekind.moneydance.model.TxnSortOrder
- DATE_ENTERED - Static variable in class com.infinitekind.moneydance.model.AccountUtil
- DATE_ENTERED_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.AccountUtil
-
Comparator for sorting transactions by date-entered.
- DATE_ENTERED_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.TxnUtil
- DATE_THEN_AMOUNT - com.infinitekind.moneydance.model.TxnSortOrder
- DATE_THEN_AMOUNT - Static variable in class com.infinitekind.moneydance.model.AccountUtil
- DATE_THEN_AMOUNT_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.AccountUtil
- DATE_THEN_AMOUNT_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.TxnUtil
- DATE_THEN_AMOUNT_TXN_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.TxnUtil
- DATE_THEN_CHECKNUM - com.infinitekind.moneydance.model.TxnSortOrder
- DATE_THEN_CHECKNUM - Static variable in class com.infinitekind.moneydance.model.AccountUtil
- DATE_THEN_CHECKNUM_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.TxnUtil
- DATE_THEN_STATUS - com.infinitekind.moneydance.model.TxnSortOrder
- DATE_THEN_STATUS - Static variable in class com.infinitekind.moneydance.model.AccountUtil
- DATE_THEN_STATUS_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.TxnUtil
- 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
- dateFormatFromSystem() - Static method in class com.infinitekind.util.CustomDateFormat
- dateIsAfterCurrentMonth(Date) - Static method in class com.infinitekind.util.DateUtil
- DatePicker - Class in com.moneydance.awt
- DatePicker(MoneydanceGUI, int) - Constructor for class com.moneydance.awt.DatePicker
- DateRange - Class in com.infinitekind.moneydance.model
- DateRange() - Constructor for class com.infinitekind.moneydance.model.DateRange
- DateRange(int, int) - Constructor for class com.infinitekind.moneydance.model.DateRange
- DateRange(long, long) - Constructor for class com.infinitekind.moneydance.model.DateRange
- DateRange(Date, Date) - Constructor for class com.infinitekind.moneydance.model.DateRange
- DateReminderPair - Class in com.infinitekind.moneydance.model
- DateReminderPair(int, Reminder) - Constructor for class com.infinitekind.moneydance.model.DateReminderPair
- DateUtil - Class in com.infinitekind.util
- DateUtil() - Constructor for class com.infinitekind.util.DateUtil
- DateUtil.Comparator - Class in com.infinitekind.util
- DAY - com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec.DateField
- DEBIT_AMOUNT - com.infinitekind.moneydance.model.txtimport.ImportFieldType
- debug - Variable in class com.infinitekind.moneydance.model.InvestFields
- debug - Variable in class com.infinitekind.moneydance.model.LoanFields
- DEBUG - Static variable in class com.infinitekind.moneydance.model.TxnUtil
- decode(String) - Static method in class com.infinitekind.util.StringUtils
- decodeHex(String) - Static method in class com.infinitekind.util.StringUtils
- decodeKeywordList(String) - Static method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- decodeURL(String) - Static method in class com.infinitekind.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
- decrementDate(long) - Static method in class com.infinitekind.util.DateUtil
- decrementDate(Date) - Static method in class com.infinitekind.util.DateUtil
- decrementMonth(Date) - Static method in class com.infinitekind.util.DateUtil
- decrementYear(int) - Static method in class com.infinitekind.util.DateUtil
- decrementYear(Date) - Static method in class com.infinitekind.util.DateUtil
- deepClone() - Method in class com.infinitekind.util.StreamTable
- deepClone() - Method in class com.infinitekind.util.StreamVector
- DEFAULT - Static variable in enum com.infinitekind.moneydance.model.CompoundingType
-
The default security type to use if none is specified.
- DEFAULT - Static variable in enum com.infinitekind.moneydance.model.InvestTxnType
-
The default security type to use if none is specified.
- DEFAULT - Static variable in enum com.infinitekind.moneydance.model.SecurityType
-
The default security type to use if none is specified.
- DEFAULT_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.TxnUtil
- DEFAULT_DELIMITERS - Static variable in class com.infinitekind.moneydance.model.txtimport.TabularTextImporter
- DEFAULT_INSET - Static variable in class com.moneydance.awt.AwtUtil
- DEFAULT_OFX_VERSION - Static variable in class com.infinitekind.moneydance.model.OnlineService
- DEFAULT_OPTION - Static variable in enum com.infinitekind.moneydance.model.RateAdjustmentOption
- DEFAULT_REQ_REALM - Static variable in class com.infinitekind.moneydance.model.OnlineService
- DEFAULT_X_INSET - Static variable in class com.moneydance.awt.AwtUtil
- defaultDateOrder() - Static method in enum com.infinitekind.moneydance.model.TxnSortOrder
- defaultImportFields() - Static method in enum com.infinitekind.moneydance.model.txtimport.ImportFieldType
-
Return a list of fields that comprise a sensible default for an import
- delete(File) - Static method in class com.infinitekind.util.IOUtils
- delete(String) - Method in class com.infinitekind.moneydance.model.LocalStorage
-
Deletes a local data file or folder.
- deleteFile(File) - Static method in class com.infinitekind.util.IOUtils
-
Delete a file immediately.
- deleteFolder(File) - Static method in class com.infinitekind.util.IOUtils
-
Delete recursively a directory and all its content.
- deleteItem() - Method in class com.infinitekind.moneydance.model.Budget
-
Deletes this item and writes a remove-item entry to the syncing system.
- deleteItem() - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Deletes this item and and all of the snapshots and splits that reference it.
- deleteItem() - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Deletes this item and writes a remove-item entry to the syncing system.
- deleteItem() - Method in class com.infinitekind.moneydance.model.SplitTxn
-
Deletes this item by removing it from the parent.
- deleteItems(List<MoneydanceSyncableItem>) - Method in interface com.infinitekind.moneydance.model.UndoManagerInterface
- derivedOrder(boolean) - Method in enum com.infinitekind.moneydance.model.TxnSortOrder
- description - Variable in class com.infinitekind.moneydance.model.LoanFields
- DESCRIPTION - com.infinitekind.moneydance.model.TxnSortOrder
- DESCRIPTION - com.infinitekind.moneydance.model.txtimport.ImportFieldType
- DESCRIPTION - Static variable in class com.infinitekind.moneydance.model.AccountUtil
- DESCRIPTION_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.TxnUtil
- DETAILEDCASHFLOW_T - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- DETAILEDINCEXP_T - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- DETAILEDXFER_T - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- dirtyStateChanged(Account) - Method in interface com.infinitekind.moneydance.model.MDFileListener
- DIVIDEND - com.infinitekind.moneydance.model.InvestTxnType
- DIVIDEND_REINVEST - com.infinitekind.moneydance.model.InvestTxnType
- DIVIDENDXFR - com.infinitekind.moneydance.model.InvestTxnType
- DMY - com.infinitekind.moneydance.model.txtimport.ImportDateFieldOrder
- DOCUMENT - com.infinitekind.moneydance.model.MediaType
- DOCUMENT_PDF - com.infinitekind.moneydance.model.MediaType
- doesParameterExist(String) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- doInitialLoad(boolean) - Method in class com.infinitekind.moneydance.model.AccountBook
-
Load the set of accounts from storage
- doLayout() - Method in class com.moneydance.awt.SlidePanel
- doNothing() - Static method in class com.infinitekind.util.StringUtils
- DOWNLOADED - com.infinitekind.moneydance.model.txtimport.ImportDataSourceType
- downloadedTxnsUpdated() - Method in class com.infinitekind.moneydance.model.Account
- draw(Graphics2D) - Method in class com.moneydance.awt.ArrowHead
- drawHashOverArea(Graphics2D, int, int, int, int) - Static method in class com.moneydance.awt.AwtUtil
-
Draw diagonal hashing lines over the given area.
- DROPBOX_SYNC_UUID - Static variable in class com.infinitekind.moneydance.model.AccountBook
- dumpAccounts() - Method in class com.infinitekind.moneydance.model.Account
- dumpCurrencies() - Method in class com.infinitekind.moneydance.model.CurrencyTable
- dumpInfo() - Method in class com.infinitekind.moneydance.model.OnlineService
- dumpSizingInformation(PrintStream, String, Component, int) - Static method in class com.moneydance.awt.AwtUtil
- duplicate() - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Return a clone of this object with the same backing info
- duplicate() - Method in class com.infinitekind.moneydance.model.ParentTxn
-
Clone this transaction and all of its splits.
- duplicate() - Method in class com.infinitekind.moneydance.model.TotalAmount
-
Return a new TotalAmount with the same values as this one.
- duplicate() - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
-
Create a copy of this import specification.
- duplicateAsNew() - Method in class com.infinitekind.moneydance.model.ParentTxn
-
Create a new transaction with all of the same core fields as this transaction.
- duplicateAsNew(Budget) - Method in class com.infinitekind.moneydance.model.BudgetItem
- duplicateAsNew(String) - Method in class com.infinitekind.moneydance.model.Budget
-
Make a new budget with the same items as this one and the given name
- DYM - com.infinitekind.moneydance.model.txtimport.ImportDateFieldOrder
E
- east() - Method in class com.moneydance.awt.GridC
-
Anchor the component to the east
- EAST - Static variable in class com.moneydance.awt.ArrowIcon
-
The arrow should point to the east.
- EDITABLE_ACCOUNTS_FILTER - Static variable in interface com.infinitekind.moneydance.model.AcctFilter
- 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
- enableAntiAliasing(Graphics) - Static method in class com.moneydance.awt.AwtUtil
- enableDragToReorder(JList) - Static method in class com.moneydance.awt.ListReorderingHandler
- encode(String) - Static method in class com.infinitekind.util.StringUtils
- encodeHex(byte[], boolean) - Static method in class com.infinitekind.util.StringUtils
- encodeKeywordList(List<String>) - Static method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- encodeString(String) - Static method in class com.infinitekind.util.StreamUtil
- enqueueRefresh() - Method in class com.moneydance.awt.CollapsibleRefresher
-
Checks for any pending refreshes.
- ensureAccountStructure() - Method in class com.infinitekind.moneydance.model.Account
-
make sure the account structure is correct and that the account's parent knows about it.
- equals(Object) - Method in class com.infinitekind.moneydance.model.AccountBook
- equals(Object) - Method in class com.infinitekind.moneydance.model.DateRange
- equals(Object) - Method in class com.infinitekind.moneydance.model.GenericTxnSearch
- equals(Object) - Method in class com.infinitekind.moneydance.model.LegacyTxnTags.TxnTag
- equals(Object) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- escrowAccount - Variable in class com.infinitekind.moneydance.model.LoanFields
- escrowAmount - Variable in class com.infinitekind.moneydance.model.LoanFields
- EXCLUDE - com.infinitekind.moneydance.model.PeriodTypeFilter.EqualPolicy
- exists(String) - Method in class com.infinitekind.moneydance.model.LocalStorage
-
Returns true iff a file exists at the given path in the safe storage.
- EXPENSE - com.infinitekind.moneydance.model.Account.AccountType
- EXPENSES_G - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- exportDone(JComponent, Transferable, int) - Method in class com.moneydance.awt.ListReorderingHandler
- exportDone(JComponent, Transferable, int) - Method in class com.moneydance.awt.TableRowTransferHandler
F
- fadeIn(SecondaryDialog, int) - Static method in class com.moneydance.awt.SwingUtil
- fadeOut(Window, int) - Static method in class com.moneydance.awt.SwingUtil
- fakeAccountBook() - Static method in class com.infinitekind.moneydance.model.AccountBook
- 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
- FeatureModule.ActionType - Enum in com.moneydance.apps.md.controller
- FeatureModuleContext - Interface in com.moneydance.apps.md.controller
- fee - Variable in class com.infinitekind.moneydance.model.InvestFields
- feeAcct - Variable in class com.infinitekind.moneydance.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.infinitekind.util.StringUtils
- fillboth() - Method in class com.moneydance.awt.GridC
-
Set the fill type to both horizontal and vertical
- fillLeft(String, int, char) - Static method in class com.infinitekind.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.infinitekind.util.StringUtils
- fillx() - Method in class com.moneydance.awt.GridC
-
Set the fill type to horizontal
- filly() - Method in class com.moneydance.awt.GridC
-
Set the fill type to vertical
- filter() - Method in enum com.infinitekind.moneydance.model.Account.AccountType
- filter(PeriodType) - Method in interface com.infinitekind.moneydance.model.PeriodTypeFilter
- filter(PeriodType) - Method in class com.infinitekind.moneydance.model.PeriodTypeFilter.LargerPeriodTypeFilter
- filter(PeriodType) - Method in class com.infinitekind.moneydance.model.PeriodTypeFilter.NarrowerPeriodTypeFilter
- filter(PeriodType, PeriodTypeFilter) - Static method in enum com.infinitekind.moneydance.model.PeriodType
-
Returns the PeriodType objects according to the given periodType and filter.
- FILTER_LARGER - Static variable in interface com.infinitekind.moneydance.model.PeriodTypeFilter
- FILTER_LARGER_OR_EQUAL - Static variable in interface com.infinitekind.moneydance.model.PeriodTypeFilter
- FILTER_NARROWER - Static variable in interface com.infinitekind.moneydance.model.PeriodTypeFilter
- FILTER_NARROWER_OR_EQUAL - Static variable in interface com.infinitekind.moneydance.model.PeriodTypeFilter
- findAccountWithID(Account, String) - Static method in class com.infinitekind.moneydance.model.AccountUtil
-
Find and return the account having the given UUID
- findAllReferencesToAccount(List<MoneydanceSyncableItem>, Account) - Static method in class com.infinitekind.moneydance.model.AccountUtil
-
Adds to the list of all items that reference the given account.
- findBestMatch(String, long, Account) - Method in class com.infinitekind.moneydance.model.TransactionSet
-
Find the most recent transaction that has the closest payee to the given value.
- findCurrentBudget() - Method in class com.infinitekind.moneydance.model.BudgetList
-
Return the most recent budget found that contains today's date.
- findVATGSTSplit(ParentTxn, SplitTxn) - Static method in class com.infinitekind.moneydance.model.TxnUtil
-
Find the matching VAT/GST split, if any, for the given split under the given parent txn.
- fireCurrencyTableModified() - Method in class com.infinitekind.moneydance.model.CurrencyTable
- firstDayInFiscalQuarter(int) - Static method in class com.infinitekind.util.DateUtil
-
Return the first date of the fiscal quarter containing 'date' if the fiscal year starts on the default fiscal year start date (month and day) specified in DateUtil.fiscalYearStartMMDD
- firstDayInFiscalQuarter(int, int) - Static method in class com.infinitekind.util.DateUtil
-
Return the first date of the fiscal quarter containing 'date' if the fiscal year starts on the given day of the year (encoded as an integer of the form MMDD)
- firstDayInFiscalYear(int) - Static method in class com.infinitekind.util.DateUtil
-
Return the first date of the fiscal year containing 'date' if the fiscal year starts on the default fiscal year start date (month and day) specified in DateUtil.fiscalYearStartMMDD
- firstDayInFiscalYear(int, int) - Static method in class com.infinitekind.util.DateUtil
-
Return the first date of the fiscal year containing 'date' if the fiscal year starts on the given day of the year (encoded as an integer of the form MMDD)
- firstDayInMonth(int) - Static method in class com.infinitekind.util.DateUtil
- firstDayInMonth(Date) - Static method in class com.infinitekind.util.DateUtil
- firstDayInQuarter(int) - Static method in class com.infinitekind.util.DateUtil
- firstDayInQuarter(Date) - Static method in class com.infinitekind.util.DateUtil
- firstDayInWeek(int) - Static method in class com.infinitekind.util.DateUtil
- firstDayInYear(int) - Static method in class com.infinitekind.util.DateUtil
- firstDayInYear(Date) - Static method in class com.infinitekind.util.DateUtil
- firstMatchForSearch(Account, AcctFilter) - Static method in class com.infinitekind.moneydance.model.AccountUtil
-
Return the first account that matches the given filter under the specified account
- firstMinuteInDay(long) - Static method in class com.infinitekind.util.DateUtil
- firstMinuteInDay(Date) - Static method in class com.infinitekind.util.DateUtil
- fiscalYearStartMMDD - Static variable in class com.infinitekind.util.DateUtil
- FIXED - com.infinitekind.moneydance.model.Account.DebtPaymentSpec
- FlexibleDateParser - Class in com.infinitekind.moneydance.model.txtimport
-
Date parser that attempts to parse any short-form date string possible and infer the field order from the numeric values.
- FlexibleDateParser(ImportDateFieldOrder, String) - Constructor for class com.infinitekind.moneydance.model.txtimport.FlexibleDateParser
- FlexLineBorder - Class in com.moneydance.awt
- FlexLineBorder() - Constructor for class com.moneydance.awt.FlexLineBorder
- format(int) - Method in class com.infinitekind.util.CustomDateFormat
-
Format the given YYYYMMDD integer date as a string
- format(int, int, int) - Method in class com.infinitekind.util.CustomDateFormat
- format(long, char) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Format the given value with the format NNNN.NN
- format(Account) - Method in interface com.infinitekind.moneydance.model.AcctFilter
-
Returns the String representation of the given account in the context of this search.
- format(Account) - Method in class com.infinitekind.moneydance.model.CombinedAccountFilter
- format(CurrencyType) - Method in class com.infinitekind.moneydance.model.CurrencySearch
-
Returns the String representation of the given currency.
- format(CustomDateFormat) - Method in class com.infinitekind.moneydance.model.DateRange
- format(Calendar) - Method in class com.infinitekind.util.CustomDateFormat
- format(Date) - Method in class com.infinitekind.util.CustomDateFormat
-
Format the given java.util.Date object as a string
- formatFancy(long, char) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Format the given value with the format <prefix> N,NNN.NN <suffix>
- formatFancy(long, char, boolean) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Format the given value with the format <prefix> N,NNN.NN <suffix>
- formatFixedDecimals(String, char, int) - Static method in class com.infinitekind.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.infinitekind.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.
- formatNoDecimals(long) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Format the given value with the format NNNN
- formatPercentage(double, char) - Static method in class com.infinitekind.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.infinitekind.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.infinitekind.util.StringUtils
- formatSemiFancy(long, char) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Format the given value with the format N,NNN.NN
- formatShortRate(double, char) - Static method in class com.infinitekind.util.StringUtils
- 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.
- fromFieldID(String, boolean) - Static method in enum com.infinitekind.moneydance.model.TxnSortOrder
- fromIDString(String) - Static method in enum com.infinitekind.moneydance.model.RateAdjustmentOption
- fromInt(int) - Static method in enum com.infinitekind.moneydance.model.CompoundingType
-
Given an integer value, return the compounding type.
- fromInt(int) - Static method in enum com.infinitekind.moneydance.model.SecurityType
-
Given an integer value, return the balance type.
- fromInt(int, boolean) - Static method in enum com.infinitekind.moneydance.model.TxnSortOrder
- fromInt(int, AggregateTxnSearch.GroupingType) - Static method in enum com.infinitekind.moneydance.model.AggregateTxnSearch.GroupingType
- fromLocale() - Static method in enum com.infinitekind.moneydance.model.txtimport.ImportDateFieldOrder
- fromOrder(int) - Static method in enum com.infinitekind.moneydance.model.PeriodType
- 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.
- fromString(String) - Static method in enum com.infinitekind.moneydance.model.CheckNumSettings.IncludeRecentsOption
- fromString(String) - Static method in enum com.moneydance.apps.md.controller.FeatureModule.ActionType
G
- generateUnrealizedSaleTxn(Account, long, int) - Static method in class com.infinitekind.moneydance.model.InvestUtil
-
Generate a sale transaction as if all remaining shares of a security were sold off as of a specific date.
- generateUnrealizedSaleTxn(Account, Hashtable<String, AvailableSharesTracker>, int) - Static method in class com.infinitekind.moneydance.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
implementsTreeCellRenderer
as aJLabel
. - GenericTreeCellRenderer() - Constructor for class com.moneydance.awt.GenericTreeCellRenderer
- GenericTxnSearch - Class in com.infinitekind.moneydance.model
-
A GenericTxnSearch class specifies a TxnSearch that matches against either specific transaction fields or against all fields.
- GenericTxnSearch(GenericTxnSearch.Field, String, boolean, CustomDateFormat) - Constructor for class com.infinitekind.moneydance.model.GenericTxnSearch
- GenericTxnSearch(GenericTxnSearch.Field, String, char, CustomDateFormat) - Constructor for class com.infinitekind.moneydance.model.GenericTxnSearch
-
Construct a search for either the given value in ANY field, including amount fields, assuming that the given decimal point is used.
- GenericTxnSearch(GenericTxnSearch.Field, String, CustomDateFormat) - Constructor for class com.infinitekind.moneydance.model.GenericTxnSearch
- GenericTxnSearch.Field - Enum in com.infinitekind.moneydance.model
- get(Object, Object) - Method in class com.infinitekind.util.StreamTable
- getAccount() - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Get the account associated with this transaction.
- getAccount() - Method in class com.infinitekind.moneydance.model.BudgetItem
-
Returns the specific account, if any, to or from which funds will be moved.
- getAccount() - Method in interface com.infinitekind.moneydance.model.Txn
-
Get the account associated with this transaction.
- getAccount() - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
- getAccountBook() - Method in class com.infinitekind.moneydance.model.ReminderSet
- getAccountByName(String) - Method in class com.infinitekind.moneydance.model.Account
- getAccountByName(String, Account.AccountType) - Method in class com.infinitekind.moneydance.model.Account
- getAccountByNum(int) - Method in class com.infinitekind.moneydance.model.AccountBook
- getAccountByUUID(String) - Method in class com.infinitekind.moneydance.model.AccountBook
- getAccountByUUIDOrLegacyNumber(String) - Method in class com.infinitekind.moneydance.model.AccountBook
-
Lookup an account by either it's old account ID (if given a numeric value) or by it's UUID.
- getAccountDescription() - Method in class com.infinitekind.moneydance.model.Account
- getAccountForID(String) - Method in interface com.moneydance.apps.md.controller.bot.MoneybotInterface
-
Gets the account having the given ID string, if it exists
- getAccountIsInactive() - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.AccountUtil
-
Return an iterator for all of the accounts that are under the given account.
- getAccountIterator(AccountBook) - Static method in class com.infinitekind.moneydance.model.AccountUtil
-
Return an iterator for all of the accounts that are within the given data set.
- getAccountKey() - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- getAccountKey() - Method in interface com.infinitekind.moneydance.model.OnlineAccountProxy
-
Return a unique (within the context of the OnlineService) identifier for this account.
- getAccountMessageType() - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- getAccountMsgType() - Method in interface com.infinitekind.moneydance.model.OnlineAccountProxy
-
Return the message type that should be used for messages about this account.
- getAccountName() - Method in class com.infinitekind.moneydance.model.Account
- getAccountNum() - Method in class com.infinitekind.moneydance.model.Account
-
Deprecated.Please don't use this to identify accounts. It is old and stupid.
- getAccountNumber() - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- getAccountNumbersAsString() - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Gets the default account number that represents the user's account with the payee.
- getAccountNums() - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Return the list of account numbers for use with this Payee.
- getAccountOrParentIsInactive() - Method in class com.infinitekind.moneydance.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.
- getAccountParameter(String, String, Account) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Lookup and return an account that was referenced by this object using one of the given parameter names.
- getAccountType() - Method in class com.infinitekind.moneydance.model.Account
- getAccountType() - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- getAccruedInterest() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getAcctFromAcctID() - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctFromInterface
- getAcctFromAcctID() - Method in class com.infinitekind.moneydance.model.OnlinePayment
- getAcctFromBankID() - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctFromInterface
- getAcctFromBankID() - Method in class com.infinitekind.moneydance.model.OnlinePayment
- getAcctFromBranchID() - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctFromInterface
- getAcctFromBranchID() - Method in class com.infinitekind.moneydance.model.OnlinePayment
- getAcctFromKey() - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctFromInterface
- getAcctFromKey() - Method in class com.infinitekind.moneydance.model.OnlinePayment
- getAcctFromType() - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctFromInterface
- getAcctFromType() - Method in class com.infinitekind.moneydance.model.OnlinePayment
- getAcctToAcctID() - Method in interface com.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlineBankAcctToInterface
-
Get the branch of this payee's bank account.
- getAcctToBankBranch() - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Get the branch of this payee's bank account.
- getAcctToBankBranch() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Set the branch of this payee's bank account.
- getAcctToBankBranch() - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Set the branch of this payee's bank account.
- getAcctToBankCity() - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctToInterface
-
Get the city of this payee's bank.
- getAcctToBankCity() - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Get the city of this payee's bank.
- getAcctToBankCity() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Get the city of this payee's bank.
- getAcctToBankCity() - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Get the city of this payee's bank.
- getAcctToBankID() - Method in interface com.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlineBankAcctToInterface
-
Get the name of this payee's bank account.
- getAcctToBankName() - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Get the name of this payee's bank account.
- getAcctToBankName() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Get the name of this payee's bank account.
- getAcctToBankName() - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Get the name of this payee's bank account.
- getAcctToBankPostal() - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctToInterface
-
Get the postal code of this payee's bank.
- getAcctToBankPostal() - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Get the postal code of this payee's bank.
- getAcctToBankPostal() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Get the postal code of this payee's bank.
- getAcctToBankPostal() - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Get the postal code of this payee's bank.
- getAcctToBranchID() - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctToInterface
-
Get the branch ID of the account for this payee.
- getAcctToBranchID() - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Get the branch ID of the account for this payee.
- getAcctToBranchID() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Get the branch ID of the account for this payee.
- getAcctToBranchID() - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Get the branch ID of the account for this payee.
- getAcctToKey() - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctToInterface
-
Get the key for this payee's account.
- getAcctToKey() - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Get the key for this payee's account.
- getAcctToKey() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Get the key for this payee's account.
- getAcctToKey() - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Get the key for this payee's account.
- getAcctToPTTAcctID() - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctToInterface
-
Get the PTT ID of this payee's bank.
- getAcctToPTTAcctID() - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Get the PTT ID of this payee's bank.
- getAcctToPTTAcctID() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Get the PTT ID of this payee's bank.
- getAcctToPTTAcctID() - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Get the PTT ID of this payee's bank.
- getAcctToType() - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctToInterface
-
Get the type of account for this payee.
- getAcctToType() - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Get the type of account for this payee.
- getAcctToType() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Get the type of account for this payee.
- getAcctToType() - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Get the type of account for this payee.
- getActual(int) - Method in class com.infinitekind.moneydance.model.BudgetItemDetail
- getActualAmount(Account, BudgetPeriod) - Method in class com.infinitekind.moneydance.model.BudgetItemList
-
Return the actual amount for a specific category in a month.
- getActualAmountForAllCategoriesInPeriod(BudgetPeriod, CurrencyType, Account.AccountType) - Method in class com.infinitekind.moneydance.model.BudgetItemList
-
Returns the actual amount for all categories in the given period.
- getActualAmounts() - Method in class com.infinitekind.moneydance.model.BudgetItemDetail
- getActualDateFieldOrder() - Method in class com.infinitekind.moneydance.model.txtimport.FlexibleDateParser
- getActualExpenses(int) - Method in class com.infinitekind.moneydance.model.Budget.CalculationResults
- getActualExpensesList() - Method in class com.infinitekind.moneydance.model.Budget.CalculationResults
- getActualIncome(int) - Method in class com.infinitekind.moneydance.model.Budget.CalculationResults
- getActualIncomeList() - Method in class com.infinitekind.moneydance.model.Budget.CalculationResults
- getAddr1() - Method in class com.infinitekind.moneydance.model.OnlinePayee
- getAddr1() - Method in interface com.infinitekind.moneydance.model.OnlinePayeeInterface
- getAddr1() - Method in class com.infinitekind.moneydance.model.OnlinePayment
- getAddr1() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getAddr2() - Method in class com.infinitekind.moneydance.model.OnlinePayee
- getAddr2() - Method in interface com.infinitekind.moneydance.model.OnlinePayeeInterface
- getAddr2() - Method in class com.infinitekind.moneydance.model.OnlinePayment
- getAddr2() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getAddr3() - Method in class com.infinitekind.moneydance.model.OnlinePayee
- getAddr3() - Method in interface com.infinitekind.moneydance.model.OnlinePayeeInterface
- getAddr3() - Method in class com.infinitekind.moneydance.model.OnlinePayment
- getAddr3() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getAddress() - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Returns the address book entry (if any) that is associated with this transaction.
- getAddress() - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- getAddresses() - Method in class com.infinitekind.moneydance.model.AccountBook
- getAddressParameter(String, String, AddressBookEntry) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Lookup and return an address book entry that was referenced by this object using one of the given parameter names.
- getAddressString() - Method in class com.infinitekind.moneydance.model.AddressBookEntry
- getAdjustedRate(long, long) - Static method in class com.infinitekind.util.DateUtil
- getAdjustedRate(long, long, double) - Static method in class com.infinitekind.util.DateUtil
-
Return a rate such that Math.round(value1 * rate) = value2, if possible.
- getAllAccountNames() - Method in class com.infinitekind.moneydance.model.Account
-
Get an array of the account names between the root account and this account.
- getAllBudgets() - Method in class com.infinitekind.moneydance.model.BudgetList
- getAllCurrencies() - Method in class com.infinitekind.moneydance.model.CurrencyTable
- getAllEntries() - Method in class com.infinitekind.moneydance.model.AddressBook
- getAllGraphs() - Method in class com.infinitekind.moneydance.model.ReportSpecManager
-
Get a list of all the known graphs, including memorized graphs
- getAllItems() - Method in class com.infinitekind.moneydance.model.Budget
- getAllItems() - Method in class com.infinitekind.moneydance.model.ReportSpecManager
-
Return a list of all graphs and reports
- getAllMemorizedItems() - Method in class com.infinitekind.moneydance.model.ReportSpecManager
-
Return a list of all memorized graphs and reports
- getAllMessages() - Method in class com.infinitekind.moneydance.model.OnlineMailList
-
Get a list of all OnlineMail message objects.
- getAllowDuplicateIDs() - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.ReminderSet
- getAllReports() - Method in class com.infinitekind.moneydance.model.ReportSpecManager
-
Get a list of all the known text reports, including memorized reports
- getAllServices() - Method in class com.infinitekind.moneydance.model.OnlineInfo
- getAllTxns() - Method in class com.infinitekind.moneydance.model.TransactionSet
-
Return a TxnSet containing all of the transactions
- getAlwaysSendDateRange() - Method in class com.infinitekind.moneydance.model.OnlineService
- getAmount() - Method in class com.infinitekind.moneydance.model.BudgetItem
-
Returns the amount that was budgeted, specified in the currency of the transfer account.
- getAmount() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Gets the amount of this payment.
- getAmount() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getAmount() - Method in class com.infinitekind.moneydance.model.SplitTxn
-
Get the amount of this transaction in terms of the currency of the parent transaction.
- getAmount() - Method in class com.infinitekind.moneydance.model.TotalAmount
- getAmount(Account) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getAmountRelativeToPeriod(BudgetPeriod) - Method in class com.infinitekind.moneydance.model.BudgetItem
-
Get the amount of this budget item relative to the give BudgetPeriod
- getAmountRelativeToPeriod(BudgetPeriod, CurrencyType) - Method in class com.infinitekind.moneydance.model.BudgetItem
-
Get the amount of this budget item relative to the given BudgetPeriod
- getAnnualFee() - Method in class com.infinitekind.moneydance.model.Account
- getAppID(String) - Method in class com.infinitekind.moneydance.model.OnlineService
-
Return the application ID to use when connecting to this bank.
- getAppVersion(String) - Method in class com.infinitekind.moneydance.model.OnlineService
-
Return the application version to use when connecting to this bank.
- getAPR() - Method in class com.infinitekind.moneydance.model.Account
-
Holds coupon/interest rate for bonds, cd's, or interest rates for debt accounts.
- getAPRPercent() - Method in class com.infinitekind.moneydance.model.Account
- getAscendingOrder() - Method in enum com.infinitekind.moneydance.model.TxnSortOrder
- getAttachmentKeys() - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Return a list of tag names for attachments to this object
- getAttachmentsFolder() - Method in class com.infinitekind.moneydance.model.AccountBook
- getAttachmentTag(String) - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Return the storage location, if any, that is associated with the given tag name.
- getAutoCommitDays() - Method in class com.infinitekind.moneydance.model.Reminder
-
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.infinitekind.moneydance.model.OnlineService
- getAvailableShares() - Method in class com.infinitekind.moneydance.model.AvailableSharesTracker
- getAvgCostBasis() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getBackground(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.moneydance.awt.GenericTreeCellRenderer
- getBalance() - Method in class com.infinitekind.moneydance.model.Account
- getBalance(Account.BalanceType) - Method in class com.infinitekind.moneydance.model.Account
-
Get the specified kind of balance for this account
- getBalanceAsOfDate(AccountBook, Account, int) - Static method in class com.infinitekind.moneydance.model.AccountUtil
-
Get a single account's balance as of a given date.
- getBalanceAsOfDate(AccountBook, Account, int, boolean) - Static method in class com.infinitekind.moneydance.model.AccountUtil
-
Get a single account's balance as of a given date.
- getBalanceAt(int) - Method in class com.infinitekind.moneydance.model.TxnSet
- getBalancesAsOfDates(AccountBook, Account, int[]) - Static method in class com.infinitekind.moneydance.model.AccountUtil
-
Get a single account's balance as of a list of given dates.
- getBalancesAsOfDates(AccountBook, Account, int[], boolean) - Static method in class com.infinitekind.moneydance.model.AccountUtil
-
Get a single account's balance as of a list of given dates.
- getBalanceType() - Method in class com.infinitekind.moneydance.model.NetWorthCalculator
- getBankAccountNumber() - Method in class com.infinitekind.moneydance.model.Account
- getBankCanEmail() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBankCanNotify() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBankClosingAvail() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBankingFI() - Method in class com.infinitekind.moneydance.model.Account
-
Get the OFX connection information use for online banking in this account, if any.
- getBankName() - Method in class com.infinitekind.moneydance.model.Account
- getBankXfrCanModifyModels() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBankXfrCanModifyTransfers() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBankXfrCanScheduleRecurring() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBankXfrCanScheduleTransfers() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBankXfrDaysWithdrawn() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBankXfrDefaultDaysToPay() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBankXfrModelWindow() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBankXfrNeedsTAN() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBankXfrProcessingDaysOff() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBankXfrProcessingEndTime() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBankXfrSupportsDTAvail() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBaseRate() - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Deprecated.please use getRate(baseCurrency, date)
- getBaseRate() - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Get the rate in terms of the base currency.
- getBaseType() - Method in class com.infinitekind.moneydance.model.CurrencyTable
- getBasis() - Method in class com.infinitekind.moneydance.model.CapitalGainResult
- getBillerReference() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Set the biller reference info that is associated with this payment.
- getBillPayCanAddPayee() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBillPayCanModPayments() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBillPayDaysWithdrawn() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBillPayDefaultDaysToPay() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBillPayFI() - Method in class com.infinitekind.moneydance.model.Account
-
Get the OFX connection information use for online bill-payment in this account, if any.
- getBillPayHasExtendedPmt() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBillPayNeedsTANPayee() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBillPayNeedsTANPayment() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBillPayPostProcessingWindow() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBillPayProcessingDaysOff() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBillPayProcessingEndTime() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBillPaySupportsDifftFirstPmt() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBillPaySupportsDifftLastPmt() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBillPaySupportsDtAvail() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBillPaySupportsPmtByAddr() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBillPaySupportsPmtByPayeeId() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBillPaySupportsPmtByXfr() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBillPaySupportsStatusModRs() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBillPayXfrDaysWith() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBillPayXfrDefaultDaysToPay() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBondType() - Method in class com.infinitekind.moneydance.model.Account
-
Holds a bond's type as an integer 0 - gov; 1 - municipal; 2 - corp; 3 - zero-coupon
- getBook() - Method in class com.infinitekind.moneydance.model.CurrencyTable
- getBook() - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- getBook() - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
- getBookFileForName(File, String) - Static method in class com.infinitekind.moneydance.model.AccountBook
- getBoolean(Object, boolean) - Method in class com.infinitekind.util.StreamTable
-
Get the boolean value associated with the given key.
- getBooleanParameter(String, boolean) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Get the specified parameter as a boolean.
- getBootstrapURL() - Method in class com.infinitekind.moneydance.model.OnlineService
- getBootstrapURLString() - Method in class com.infinitekind.moneydance.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) - Method in class com.moneydance.awt.ImageBorder
- getBorderInsets(Component) - Method in class com.moneydance.awt.ShadowBorder
- getBorderInsets(Component, Insets) - Method in class com.moneydance.awt.FlexLineBorder
- getBorderInsets(Component, Insets) - Method in class com.moneydance.awt.ImageBorder
- getBorderInsets(Component, Insets) - Method in class com.moneydance.awt.ShadowBorder
- getBranchID() - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- getBroker() - Method in class com.infinitekind.moneydance.model.Account
- getBrokerPhone() - Method in class com.infinitekind.moneydance.model.Account
- getBudget() - Method in class com.infinitekind.moneydance.model.BudgetItem
- getBudget() - Method in class com.infinitekind.moneydance.model.BudgetItemList
- getBudgeted(int) - Method in class com.infinitekind.moneydance.model.BudgetItemDetail
- getBudgetedAmount(Account, BudgetPeriod) - Method in class com.infinitekind.moneydance.model.BudgetItemList
-
Return the budgeted amount for a specific category in a month.
- getBudgetedAmountForAllCategoriesInPeriod(BudgetPeriod, Account.AccountType) - Method in class com.infinitekind.moneydance.model.BudgetItemList
-
Returns the budgeted amount for all categories in the given period
- getBudgetedAmounts() - Method in class com.infinitekind.moneydance.model.BudgetItemDetail
- getBudgetedExpenses(int) - Method in class com.infinitekind.moneydance.model.Budget.CalculationResults
- getBudgetedExpensesList() - Method in class com.infinitekind.moneydance.model.Budget.CalculationResults
- getBudgetedIncome(int) - Method in class com.infinitekind.moneydance.model.Budget.CalculationResults
- getBudgetedIncomeList() - Method in class com.infinitekind.moneydance.model.Budget.CalculationResults
- getBudgetImpact(AbstractTxn) - Method in class com.infinitekind.moneydance.model.BudgetItem
-
Returns the amount that the given transaction has on this budget item, if any.
- getBudgetIntervalForPeriodType(PeriodType) - Static method in class com.infinitekind.moneydance.model.BudgetPeriod
- getBudgetItemForCategory(Account, BudgetPeriod) - Method in class com.infinitekind.moneydance.model.BudgetItemList
-
Get the budget items for the given account in the given budget period.
- getBudgetItems() - Method in class com.infinitekind.moneydance.model.BudgetItemDetail
- getBudgetItemsForAccountAndInterval(Account, int) - Method in class com.infinitekind.moneydance.model.BudgetItemList
- getBudgetItemsForAccountInRange(Account, DateRange, ArrayList<BudgetItem>) - Method in class com.infinitekind.moneydance.model.BudgetItemList
-
Get the budget items with the given transfer account whose date interval overlap with the given date range.
- getBudgetList() - Method in class com.infinitekind.moneydance.model.Budget
-
Return the list that contains this budget
- getBudgets() - Method in class com.infinitekind.moneydance.model.AccountBook
- getBudgetWithID(String) - Method in class com.infinitekind.moneydance.model.BudgetList
-
Get the budget with the given key, if any
- getBudgetWithKey(String) - Method in class com.infinitekind.moneydance.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(Account, CurrencyType, CurrencyType, SplitTxn) - Static method in class com.infinitekind.moneydance.model.InvestUtil
-
Generate a tracking class for a buy transaction when using average cost method.
- getBuyType() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- 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.
- getC(int, int, float, float, int, int, boolean, boolean, int, Insets) - Static method in class com.moneydance.awt.AwtUtil
- getC(int, int, float, float, int, int, int, int, int, int, int, int) - Static method in class com.moneydance.awt.AwtUtil
- getCachedAuthentication(String) - Method in class com.infinitekind.moneydance.model.LocalStorage
-
Used by local modules to retrieve cached authentication and other secure information
- getCachedAuthentication(String) - Method in class com.infinitekind.moneydance.model.OnlineService
-
Retrieve the authentication object stored by the given key
- getCalcPmt() - Method in class com.infinitekind.moneydance.model.Account
- getCalendarField() - Method in enum com.infinitekind.moneydance.model.PeriodType
- getCanXfrFrom() - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- getCanXfrTo() - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- getCardExpirationMonth() - Method in class com.infinitekind.moneydance.model.Account
- getCardExpirationYear() - Method in class com.infinitekind.moneydance.model.Account
- getCardNumber() - Method in class com.infinitekind.moneydance.model.Account
- getCashFlowAmount(SplitTxn, InvestTxnType, CurrencyType) - Static method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.BudgetItemDetail
- getCategory() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Return the category for payments to this payee, if any.
- getCategoryFromTxn(AbstractTxn) - Static method in class com.infinitekind.moneydance.model.AccountUtil
- getCategoryID() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Return the category ID for payments to this payee, if any.
- getCategoryName() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getCategoryUUID() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Return the category ID for payments to this payee, if any.
- getCheckNum() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Set the check number that will/was associated with this payment.
- getCheckNum() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getCheckNumAsInt() - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Get the check number as an integer (returns 0 if it's not an integer)
- getCheckNumAsInt() - Method in interface com.infinitekind.moneydance.model.Txn
-
Get the check number as an integer (returns 0 if it's not an integer)
- getCheckNumAsLong() - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Get the check number as a long (returns 0 if it's not an integer value)
- getCheckNumber() - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Get the checknumber associated with this transaction.
- getCheckNumber() - Method in class com.infinitekind.moneydance.model.ParentTxn
-
Get the check number associated with this transaction.
- getCheckNumber() - Method in class com.infinitekind.moneydance.model.SplitTxn
- getCheckNumber() - Method in interface com.infinitekind.moneydance.model.Txn
-
Get the checknumber associated with this transaction.
- getCheckNumSettings() - Method in class com.infinitekind.moneydance.model.Account
-
Return the check number selection/popup settings for this account.
- getCheckNumSettings(boolean) - Method in class com.infinitekind.moneydance.model.Account
-
Return the check number selection/popup settings for this account.
- getCheckNumTags(String) - Method in class com.infinitekind.moneydance.model.Account
-
Deprecated.this is no longer used when populating check numbers popups
- getCheckpointFiles() - Method in class com.infinitekind.moneydance.model.AccountBook
- getCheckpointsFolder() - Method in class com.infinitekind.moneydance.model.AccountBook
- getChild(Object, int) - Method in class com.moneydance.awt.HashTreeModel
- getChildCount(Object) - Method in class com.moneydance.awt.HashTreeModel
- getCity() - Method in class com.infinitekind.moneydance.model.OnlinePayee
- getCity() - Method in interface com.infinitekind.moneydance.model.OnlinePayeeInterface
- getCity() - Method in class com.infinitekind.moneydance.model.OnlinePayment
- getCity() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getClearedBalance() - Method in class com.infinitekind.moneydance.model.Account
-
Return the balance excluding any uncleared or reconciling transactions
- getClearedStatus() - Method in class com.infinitekind.moneydance.model.AbstractTxn
- getClearedStatus() - Method in class com.infinitekind.moneydance.model.SplitTxn
- getClearedStatus() - Method in interface com.infinitekind.moneydance.model.Txn
-
Get the status associated with this transaction.
- getClientIDRequired(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- getClosestFrameOrDialogAncestor(Component) - Static method in class com.moneydance.awt.AwtUtil
-
Returns the nearest Frame or JDialog that is an ancestor to the given component.
- getCollectedPages() - Method in interface com.moneydance.apps.md.controller.bot.RobotWebSession
-
Gets all of the collected pages that have been gathered since the last call to this or the beginCollectingPages method.
- getColor() - Method in class com.moneydance.awt.ThermometerGraph.Segment
- getComment() - Method in class com.infinitekind.moneydance.model.Account
- getCommission() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getCommissionPart(ParentTxn) - Static method in class com.infinitekind.moneydance.model.TxnUtil
-
Get the part of the transaction that doesn't go to a security.
- getComparator() - Method in enum com.infinitekind.moneydance.model.TxnSortOrder
- getCompounding() - Method in class com.infinitekind.moneydance.model.Account
-
Returns the compounding period for a CD.
- getConfirmedBalance() - Method in class com.infinitekind.moneydance.model.Account
-
Return the balance excluding any unconfirmed transactions.
- 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, boolean, boolean, int, 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
- getContext() - Method in class com.moneydance.apps.md.controller.FeatureModule
-
Get the context in which this extension is running.
- getCorrectedFITxnID() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getCorrectionAction() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getCorrespondingDuplicate(ParentTxn, AbstractTxn) - Static method in class com.infinitekind.moneydance.model.TxnUtil
- getCostBasis(Account) - Static method in class com.infinitekind.moneydance.model.InvestUtil
-
Returns the current cost basis for the given security.
- getCostBasisCapGain(Account, List<CapitalGainBuy>, SplitTxn) - Static method in class com.infinitekind.moneydance.model.InvestUtil
-
Returns the current cost basis for the shares in the given sell transaction in the given security.
- getCostPerShareValue(Account, long, long) - Static method in class com.infinitekind.moneydance.model.InvestUtil
-
Compute the cost per share, avoiding a divide by zero fault (returns zero if no shares).
- getCountry() - Method in class com.infinitekind.moneydance.model.OnlinePayee
- getCountry() - Method in interface com.infinitekind.moneydance.model.OnlinePayeeInterface
- getCountry() - Method in class com.infinitekind.moneydance.model.OnlinePayment
- getCountry() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getCreationDate() - Method in class com.infinitekind.moneydance.model.Account
-
Deprecated.deprecated as of build 1915. Please use getCreationDateInt() which has been around since 2014
- getCreationDateInt() - Method in class com.infinitekind.moneydance.model.Account
-
Gets the date that this account was opened/created encoded as an int.
- getCreditCardClosingAvail() - Method in class com.infinitekind.moneydance.model.OnlineService
- getCreditLimit() - Method in class com.infinitekind.moneydance.model.Account
- getCurrencies() - Method in class com.infinitekind.moneydance.model.AccountBook
-
Get the set of currencies associated with this file
- getCurrency() - Method in class com.infinitekind.moneydance.model.BudgetItem
-
Returns the currency that applies to this budget item.
- getCurrency() - Method in class com.infinitekind.moneydance.model.NetWorthCalculator
- getCurrency() - Method in interface com.infinitekind.moneydance.model.OnlineAccountProxy
-
Return the list of downloaded transactions that is associated with this account.
- getCurrency() - Method in class com.infinitekind.moneydance.model.OnlinePayment
- getCurrencyByID(int) - Method in class com.infinitekind.moneydance.model.CurrencyTable
- getCurrencyByIDString(String) - Method in class com.infinitekind.moneydance.model.CurrencyTable
- getCurrencyByName(String) - Method in class com.infinitekind.moneydance.model.CurrencyTable
- getCurrencyByTickerSymbol(String) - Method in class com.infinitekind.moneydance.model.CurrencyTable
- getCurrencyByUUID(String) - Method in class com.infinitekind.moneydance.model.AccountBook
- getCurrencyByUUID(String) - Method in class com.infinitekind.moneydance.model.CurrencyTable
- getCurrencyChoice() - Method in class com.infinitekind.moneydance.model.Account
-
Holds the currency in which this security is to be viewed.
- getCurrencyCount() - Method in class com.infinitekind.moneydance.model.CurrencyTable
- getCurrencyParameter(String, CurrencyType) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Lookup and return the currency referenced by this object using the given parameter key
- getCurrencyParameter(String, String, CurrencyType) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Lookup and return a currency that was referenced by this object using one of the given parameter names.
- getCurrencyParameter(String, String, String, CurrencyType) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Lookup and return a currency that was referenced by this object using one of the given parameter names.
- getCurrencyType() - Method in class com.infinitekind.moneydance.model.Account
- getCurrencyType() - Method in class com.infinitekind.moneydance.model.CurrencyType
- getCurrencyType() - Method in class com.moneydance.awt.JCurrencyField
- getCurrentAccountBook() - Method in interface com.moneydance.apps.md.controller.FeatureModuleContext
-
Returns the account book object that acts as a wrapper for the entire data model.
- getCurrentBalance() - Method in class com.infinitekind.moneydance.model.Account
- getCustomerAcct() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Get the account number of the customer that this payment is for.
- getCustServicePhone() - Method in class com.infinitekind.moneydance.model.OnlineService
- getDailyChange() - Method in class com.infinitekind.moneydance.model.CurrencyType
- getDailyHigh() - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Get the highest rate recorded on the date of this snapshot in terms of this currency's relative base.
- getDailyHigh(CurrencyType) - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Get the highest rate recorded on the date of this snapshot in terms of the given currency.
- getDailyLow() - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Get the lowest rate recorded on the date of this snapshot in terms of this currency's relative base.
- getDailyLow(CurrencyType) - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Get the lowest rate recorded on the date of this snapshot in terms of the given currency.
- getDailyVolume() - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Get the daily volume for this currency (used only for securities)
- getDailyVolume() - Method in class com.infinitekind.moneydance.model.CurrencyType
- getDataSourceType() - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
- getDate() - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Deprecated.use getDateInt() instead
- getDate() - Method in class com.infinitekind.moneydance.model.CurrencySplit
-
Deprecated.use getDateInt()
- getDate() - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Returns the date posted, or the initiation date if no posting date is available.
- 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.
- getDate(int, int, int) - Static method in class com.infinitekind.util.DateUtil
-
Get the date corresponding to the given year, month and day in int date form (basically an integer YYYYMMDD).
- getDateAcknowledgedInt() - Method in class com.infinitekind.moneydance.model.Reminder
-
Get the last date that this reminder was acknowledged/accepted.
- getDateAvailable() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Get the date that funds must be available in the destination account.
- getDateAvailable() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getDateAvailableInt() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getDateAvailAcctsUpdated() - Method in class com.infinitekind.moneydance.model.OnlineService
- getDateCreated() - Method in class com.infinitekind.moneydance.model.OnlineMail
- getDateDue() - Method in class com.infinitekind.moneydance.model.OnlinePayment
- getDateEntered() - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Get the date that this transaction was entered.
- getDateEntered() - Method in class com.infinitekind.moneydance.model.ParentTxn
-
Get the date that this transaction was entered.
- getDateEntered() - Method in class com.infinitekind.moneydance.model.SplitTxn
-
Get the date that this transaction was entered.
- getDateEntered() - Method in interface com.infinitekind.moneydance.model.Txn
-
Get the date that this transaction was entered.
- getDateFieldList() - Method in enum com.infinitekind.moneydance.model.txtimport.ImportDateFieldOrder
- getDateFieldOrder() - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
- getDateFormat() - Method in class com.moneydance.awt.JDateField
- getDateFromString(String) - Method in class com.moneydance.awt.JDateField
- getDateInitiated() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getDateInitiatedInt() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getDateInt() - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Get the date of this transaction
- getDateInt() - Method in class com.infinitekind.moneydance.model.CapitalGainBuy
- getDateInt() - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Get the date for this snapshot
- getDateInt() - Method in class com.infinitekind.moneydance.model.CurrencySplit
- getDateInt() - Method in class com.infinitekind.moneydance.model.ParentTxn
-
Return the date encoded as an integer with decimal form YYYYMMDD
- getDateInt() - Method in class com.infinitekind.moneydance.model.ROICashFlowEntry
- getDateInt() - Method in class com.infinitekind.moneydance.model.SplitTxn
-
Get the date of this transaction
- getDateInt() - Method in interface com.infinitekind.moneydance.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.
- getDateIntFromString(String) - Method in class com.moneydance.awt.JDateField
- getDatePosted() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getDatePostedInt() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getDatePostedOnline() - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Return the date that this transaction was posted or cleared with the bank, if available, from the online information.
- getDatePurchasedInt() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getDateRange() - Method in class com.infinitekind.moneydance.model.BudgetItem
- getDateRange() - Method in class com.infinitekind.moneydance.model.BudgetPeriod
-
Return the date range encompassed by the BudgetPeriod.
- getDateUpdated() - Method in class com.infinitekind.moneydance.model.OnlineService
- getDaysInPeriodContaining(int) - Method in enum com.infinitekind.moneydance.model.PeriodType
- getDaysToPay() - Method in interface com.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlinePayeeInterface
- getDaysToPay() - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlineTxn
- getDebtPaymentAmount() - Method in class com.infinitekind.moneydance.model.Account
-
Gets the value for payments made to this (credit card or loan) account.
- getDebtPaymentProportion() - Method in class com.infinitekind.moneydance.model.Account
-
Gets the percentage value (in the range 0-1) for payments made to this (credit card or loan) account.
- getDebtPaymentSpec() - Method in class com.infinitekind.moneydance.model.Account
-
Gets the payment plan used to pay off this account if it is a debt account (credit card, loan, etc).
- getDecimalPlaces() - Method in class com.infinitekind.moneydance.model.CurrencyType
- getDecimalPoint() - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
- getDefaultAccount(AcctFilter, String) - Method in class com.infinitekind.moneydance.model.Account
-
Get the default account that was stored with the given account ID key, presuming the given filter applies to it.
- getDefaultCategory() - Method in class com.infinitekind.moneydance.model.Account
- getDefaultCategory() - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Return the category for payments to this payee, if any.
- getDefaultCategoryForAcct(Account) - Static method in class com.infinitekind.moneydance.model.AccountUtil
-
Get the default category for use transactions in the given account.
- getDefaultCategoryID() - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Return the default category ID for payments to this payee, if any.
- getDefaultCategoryUUID() - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Return the default category ID for payments to this payee, if any.
- getDefaultTransferAccount() - Method in class com.infinitekind.moneydance.model.Account
- getDefaultTransferAcct(Account) - Static method in class com.infinitekind.moneydance.model.AccountUtil
-
Get the default transfer account for transaction in the given account.
- getDelimiter() - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
- getDepth() - Method in class com.infinitekind.moneydance.model.Account
-
Get this accounts depth in the account tree.
- getDescendingOrder() - Method in enum com.infinitekind.moneydance.model.TxnSortOrder
- getDescription() - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Get the description associated with this transaction.
- getDescription() - Method in class com.infinitekind.moneydance.model.BudgetPeriod
- getDescription() - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- getDescription() - Method in class com.infinitekind.moneydance.model.Reminder
- getDescription() - Method in interface com.infinitekind.moneydance.model.Txn
-
Get the description associated with this transaction.
- getDescription() - Method in class com.moneydance.apps.md.controller.FeatureModule
- getDiff(int) - Method in class com.infinitekind.moneydance.model.BudgetItemDetail
- getDirection() - Method in class com.moneydance.awt.ArrowIcon
-
Get the arrow icon direction.
- getDiscoveredSpec() - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImporter
-
Get the import spec that was set using values discovered from running the most recent import.
- getDisplayName() - Method in class com.moneydance.apps.md.controller.FeatureModule
- getDividend() - Method in class com.infinitekind.moneydance.model.Account
-
Holds the dividend for a particular stock.
- getDoubleParameter(String, double) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Get the specified parameter as a double (64 bit) float.
- getDoubleValue(long) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Get the 64 bit floating point representation of the given integer amount of this currency
- getDownloadedTxns() - Method in class com.infinitekind.moneydance.model.Account
-
Get the current list of downloaded transactions for this
- getDownloadedTxns() - Method in interface com.infinitekind.moneydance.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.
- getEffectiveDateInt() - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.AddressBookEntry
- getEmailSupportsGeneric() - Method in class com.infinitekind.moneydance.model.OnlineService
- getEmailSupportsGetMime() - Method in class com.infinitekind.moneydance.model.OnlineService
- getEncryptedTemporaryFolder() - Method in class com.infinitekind.moneydance.model.AccountBook
- getEndDate() - Method in class com.infinitekind.moneydance.model.BudgetPeriod
- getEndDateInt() - Method in class com.infinitekind.moneydance.model.DateRange
- getEntryWithID(int) - Method in class com.infinitekind.moneydance.model.AddressBook
- getEntryWithID(long) - Method in class com.infinitekind.moneydance.model.AddressBook
- getErrorMessageKey() - Method in class com.infinitekind.moneydance.model.CapitalGainResult
- getEscrow() - Method in class com.infinitekind.moneydance.model.Account
- getEscrowAccount() - Method in class com.infinitekind.moneydance.model.Account
- getEscrowPayment() - Method in class com.infinitekind.moneydance.model.Account
- getEscrowPmtRate() - Method in class com.infinitekind.moneydance.model.PaymentSchedule
- getEventsInDay(Calendar) - Method in class com.infinitekind.moneydance.model.ReminderSet
- getExchange() - Method in class com.infinitekind.moneydance.model.Account
-
Holds a string representing the exchange the stock is traded on.
- getExpensePart(ParentTxn) - Static method in class com.infinitekind.moneydance.model.TxnUtil
-
Get the part of the transaction that is expense.
- getExtensionFromFilename(String) - Static method in class com.infinitekind.util.StringUtils
-
Returns the extension, if any, on the given file name.
- getFaceValue() - Method in class com.infinitekind.moneydance.model.Account
-
Gets the face value of a bond
- getFallbackCurrency() - Method in class com.infinitekind.moneydance.model.CurrencyTable
- getFees() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getFIAddress1() - Method in class com.infinitekind.moneydance.model.OnlineService
- getFIAddress2() - Method in class com.infinitekind.moneydance.model.OnlineService
- getFIAddress3() - Method in class com.infinitekind.moneydance.model.OnlineService
- getFICity() - Method in class com.infinitekind.moneydance.model.OnlineService
- getFICountry() - Method in class com.infinitekind.moneydance.model.OnlineService
- getField() - Method in class com.moneydance.apps.md.extensionapi.EditorField
-
Return the GUI component that allows the user to edit a value
- getField(Object, String, String, String, String, boolean) - Method in interface com.moneydance.apps.md.controller.bot.MoneybotInterface
-
Get a string value that is associated with the given object (account, transaction, etc) and optionally prompt the user for the value.
- getFieldID() - Method in enum com.infinitekind.moneydance.model.TxnSortOrder
-
Returns a string that identifies the field or fields being sorted, but not the ascending/descending order.
- getFieldOrderString() - Method in class com.infinitekind.util.CustomDateFormat
-
Return a simple character string indicating the order of the m,d,y fields.
- getFields() - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
- getFIEmail() - Method in class com.infinitekind.moneydance.model.OnlineService
- getFIId() - Method in class com.infinitekind.moneydance.model.OnlineService
- getFIID() - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlineTxn
-
Get the unique string that identifies the FI from which this txn was downloaded.
- getFileUUID() - Method in class com.infinitekind.moneydance.model.AccountBook
-
Get the unique ID for this data file.
- getFilterForType(Account.AccountType) - Static method in class com.infinitekind.moneydance.model.AccountUtil
- getFIName() - Method in class com.infinitekind.moneydance.model.OnlineService
- getFIOrg() - Method in class com.infinitekind.moneydance.model.OnlineService
- getFirstDayInPeriod(int) - Method in enum com.infinitekind.moneydance.model.PeriodType
-
Returns the first date in the period that contains the given date
- getFIState() - Method in class com.infinitekind.moneydance.model.OnlineService
- getFiTxnId(int) - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Return the ID that the financial institution uses to identify this transaction.
- getFITxnId() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getFIUrl() - Method in class com.infinitekind.moneydance.model.OnlineService
- getFIUrlIsRedirect() - Method in class com.infinitekind.moneydance.model.OnlineService
- getFixedMonthlyPaymentAmount() - Method in class com.infinitekind.moneydance.model.Account
- getFIZip() - Method in class com.infinitekind.moneydance.model.OnlineService
- getFlipSide() - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlineMail
- getFullAccountName() - Method in class com.infinitekind.moneydance.model.Account
- getGain() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getGMTDateStr(Date) - Static method in class com.infinitekind.util.StringUtils
- getGUIView(AccountBook) - 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.infinitekind.moneydance.model.OnlineBankAcctToInterface
-
Get whether or not there is destination bank account info.
- getHasBankAcctTo() - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Get whether or not there is destination bank account info.
- getHasBankAcctTo() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Get whether or not there is destination bank account info.
- getHasBankAcctTo() - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Get whether or not there is destination bank account info.
- getHasCCAcctTo() - Method in interface com.infinitekind.moneydance.model.OnlineCCAcctToInterface
-
Get whether or not there is destination bank account info.
- getHasCCAcctTo() - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Get whether or not there is destination bank account info.
- getHasExtdPmtInfo() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Get whether or not this payment has extra information.
- getHasExtendedAcctToInfo() - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctToInterface
-
Get whether or not this payee has extended to-account information available.
- getHasExtendedAcctToInfo() - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Get whether or not this payee has extended to-account information available.
- getHasExtendedAcctToInfo() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Get whether or not this payee has extended to-account information available.
- getHasExtendedAcctToInfo() - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Get whether or not this payee has extended to-account information available.
- getHasExtendedPayeeInfo() - Method in interface com.infinitekind.moneydance.model.OnlineExtdPayeeInterface
-
Gets whether or not an object has extended payee info associated with it.
- getHasExtendedPayeeInfo() - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Gets whether or not an object has extended payee info associated with it.
- getHasExtendedPayeeInfo() - Method in interface com.infinitekind.moneydance.model.OnlinePayeeInterface
- getHasExtendedPayeeInfo() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Gets whether or not an object has extended payee info associated with it.
- getHasExtendedPayeeInfo() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getHasTxnDownload() - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- getHeaders() - Method in interface com.moneydance.apps.md.controller.bot.RobotWebPage
- getHideInUI() - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.Account
- getHTML() - Method in interface com.moneydance.apps.md.controller.bot.RobotWebSession
- 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.infinitekind.moneydance.model.Reminder
- getID() - Method in class com.infinitekind.moneydance.model.AddressBookEntry
- getID() - Method in class com.infinitekind.moneydance.model.CurrencyType
- getID() - Method in class com.infinitekind.moneydance.model.LegacyTxnTags.TxnTag
-
Return the ID of this tag.
- getID() - Method in enum com.infinitekind.moneydance.model.txtimport.ImportDateFieldOrder
- getID() - Method in interface com.moneydance.apps.md.view.HomePageView
-
Returns a unique identifier for this view.
- getIDForScheme(String) - Method in class com.infinitekind.moneydance.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 enum com.infinitekind.moneydance.model.Account.DebtPaymentSpec
- getIDString() - Method in class com.infinitekind.moneydance.model.CurrencyType
- getIDString() - Method in enum com.infinitekind.moneydance.model.InvestTxnType
-
Return the string that identifies a specific type of transaction
- getIDString() - Method in enum com.infinitekind.moneydance.model.RateAdjustmentOption
- getIgnoreTxnsBeforeLastUpdate() - Method in class com.infinitekind.moneydance.model.OnlineService
- getIncludeImages() - Method in class com.infinitekind.moneydance.model.OnlineMail
- getIncludeNextCheckNumber() - Method in class com.infinitekind.moneydance.model.CheckNumSettings
- getIncludePrintCheckMarker() - Method in class com.infinitekind.moneydance.model.CheckNumSettings
- getIncomePart(ParentTxn) - Static method in class com.infinitekind.moneydance.model.TxnUtil
-
Get the part of the transaction that is income.
- getIncomeType() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getIndentedName() - Method in class com.infinitekind.moneydance.model.Account
- getIndexOfChild(Object, Object) - Method in class com.moneydance.awt.HashTreeModel
- getInitialDateInt() - Method in class com.infinitekind.moneydance.model.Reminder
-
Get the first date that the reminder will occur.
- getInitialPrincipal() - Method in class com.infinitekind.moneydance.model.Account
-
Get the principal, excluding any transactions within Moneydance, for this loan
- getInitialTransfer() - Method in class com.infinitekind.moneydance.model.Account
-
Finds and returns the transaction that represents the initial transfer of funds from this loan account.
- getInstitutionName() - Method in class com.infinitekind.moneydance.model.Account
- getInt(Object, int) - Method in class com.infinitekind.util.StreamTable
-
Get the integer value associated with the given key.
- getInterestAccount() - Method in class com.infinitekind.moneydance.model.Account
- getInterestRate() - Method in class com.infinitekind.moneydance.model.Account
- getInterestRemaining() - Method in class com.infinitekind.moneydance.model.PaymentSchedule
- getInterval() - Method in class com.infinitekind.moneydance.model.BudgetItem
-
Returns the type of repeating interval.
- getIntervalEnd(int) - Method in class com.infinitekind.moneydance.model.BudgetItem
-
Returns the last date of the interval that contains the given date.
- getIntervalEndDate() - Method in class com.infinitekind.moneydance.model.BudgetItem
-
Returns the ending date for the last interval, if any.
- getIntervalIdx(DateRange[], int) - Static method in class com.infinitekind.moneydance.model.Budget
-
Given a date range list and a date, find the index of the date range in which the date belongs.
- getIntervalProration(int) - Method in class com.infinitekind.moneydance.model.BudgetItem
-
Return a float from zero to 1 indicating how far through the interval the current date is.
- getIntervalProration(int, int) - Method in class com.infinitekind.moneydance.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.
- getIntervalStart(int) - Method in class com.infinitekind.moneydance.model.BudgetItem
-
Returns the beginning date of the interval that contains the given date.
- getIntervalStartDate() - Method in class com.infinitekind.moneydance.model.BudgetItem
-
Returns the starting date for the first interval
- getIntParameter(String, int) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Get the specified parameter as an integer.
- getIntPmtRate() - Method in class com.infinitekind.moneydance.model.PaymentSchedule
- getInvalidAcctTypes() - Method in class com.infinitekind.moneydance.model.OnlineService
- getInvertedOrder() - Method in enum com.infinitekind.moneydance.model.TxnSortOrder
- getInvestAccountNumber() - Method in class com.infinitekind.moneydance.model.Account
- getInvestmentAccountType() - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- getInvestmentBrokerID() - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- getInvestmentOptionLevel() - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- getInvestmentProductType() - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- getInvestmentWithChecking() - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- getInvestTxnType() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getInvestTxnType() - Method in class com.infinitekind.moneydance.model.ParentTxn
-
Return the type of transaction (buy, sell, transfer, dividend, bank/transfer, etc)
- getInvestTxnType(ParentTxn) - Static method in class com.infinitekind.moneydance.model.TxnUtil
-
Deprecated.as of Moneydance 2017.7 build 1662 use ParentTxn.getInvestTxnType()
- getInvstBrokerID() - Method in class com.infinitekind.moneydance.model.OnlineService
-
Gets the default Broker ID to use with this info, or an empty string if none is known.
- getInvstCanDownloadBalances() - Method in class com.infinitekind.moneydance.model.OnlineService
-
Get whether or not the server can provide balances for accounts
- getInvstCanDownloadOOs() - Method in class com.infinitekind.moneydance.model.OnlineService
-
Get whether or not the server can provide open orders
- getInvstCanDownloadPositions() - Method in class com.infinitekind.moneydance.model.OnlineService
-
Get whether or not the server can provide positions on securities
- getInvstCanDownloadTxns() - Method in class com.infinitekind.moneydance.model.OnlineService
-
Get whether or not the investment server can provide transactions
- getInvstCanEmail() - Method in class com.infinitekind.moneydance.model.OnlineService
-
Get whether or not the server can exchange investment email messages
- getInvstCommissionAcct() - Method in class com.infinitekind.moneydance.model.Account
- getInvstTxnType(ParentTxn) - Static method in class com.infinitekind.moneydance.model.TxnUtil
- getItem(int) - Method in class com.infinitekind.moneydance.model.BudgetItemList
-
Get the budget item at the given position in the list
- getItemCount() - Method in class com.infinitekind.moneydance.model.BudgetItemList
-
Get the number of items in this budget
- getItemCurrency() - Method in class com.infinitekind.moneydance.model.BudgetItemDetail
- getItemForID(String) - Method in class com.infinitekind.moneydance.model.AccountBook
-
Returns the local item that has the given ID
- getItemList() - Method in class com.infinitekind.moneydance.model.Budget.CalculationResults
- getItemList() - Method in class com.infinitekind.moneydance.model.Budget
- getItemsWithType(String) - Method in class com.infinitekind.moneydance.model.AccountBook
- getJFrame(Component) - Static method in class com.moneydance.awt.AwtUtil
-
Since build 505 of Moneydance
- getKey() - Method in class com.infinitekind.moneydance.model.Budget
-
Return the unique key needed to identify this budget for storage
- getKeyArray() - Method in class com.infinitekind.util.StreamTable
-
Get an array consisting of the keys for this hashtable.
- getKeywords() - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- getKeywords() - Method in interface com.infinitekind.moneydance.model.Txn
-
Get the list of tags or keywords associated with this transaction
- getKeywordsAsString(List<String>) - Static method in class com.infinitekind.moneydance.model.TxnUtil
- 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
- getLastDateInt() - Method in class com.infinitekind.moneydance.model.AvailableSharesTracker
- getLastDateInt() - Method in class com.infinitekind.moneydance.model.Reminder
-
Set a date after which this reminder should no longer occur.
- getLastModified() - Method in class com.infinitekind.moneydance.model.AccountBook
- getLastTransactionID() - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.TxnSet
- getLegacyID() - Method in enum com.infinitekind.moneydance.model.TxnSortOrder
- getLighterColor(float[], float) - Static method in class com.moneydance.awt.HSLColorUtil
-
Make a dark color lighter (more luminance) by a specified amount.
- getListOfAllNonNumericCheckNumbers(AccountBook, Account) - Static method in class com.infinitekind.moneydance.model.TxnUtil
-
Return a list of non-numeric string values that have appeared in the check number field for transactions in the given account, or if accountFilter is null then in any account.
- getListOfAllNonNumericCheckNumbers(AccountBook, Account, int) - Static method in class com.infinitekind.moneydance.model.TxnUtil
-
Return a list of non-numeric string values that have appeared in the check number field for transactions in the given account, or if accountFilter is null then in any account.
- getListOfAllUsedTransactionTags(TxnSet) - Static method in class com.infinitekind.moneydance.model.TxnUtil
- getListOfTxnNodes(TxnSearch) - Method in class com.infinitekind.moneydance.model.TransactionSet
-
Returns a list of Txn objects, which are the nodes that affect each account.
- getLoad() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getLoanPmtRate() - Method in class com.infinitekind.moneydance.model.PaymentSchedule
- getLocalStatus() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getLocalStorage() - Method in class com.infinitekind.moneydance.model.AccountBook
-
Returns an object that can be used to save information locally, such as preferences, network/syncing settings, and passwords (if the data file is encrypted).
- getLong(Object, long) - Method in class com.infinitekind.util.StreamTable
-
Get the long value associated with the given key.
- getLongID() - Method in enum com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- getLongParameter(String, long) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Get the specified parameter as a long.
- getLongResourceKey() - Method in enum com.infinitekind.moneydance.model.InvestTxnType
- getLongTermAvailableShares() - Method in class com.infinitekind.moneydance.model.CapitalGainResult
- getLongTermBasis() - Method in class com.infinitekind.moneydance.model.CapitalGainResult
- getLongTermShares() - Method in class com.infinitekind.moneydance.model.CapitalGainResult
- getLongValue(double) - Method in class com.infinitekind.moneydance.model.CurrencyType
- getMail() - Method in class com.infinitekind.moneydance.model.OnlineService
- getMailByID(String) - Method in class com.infinitekind.moneydance.model.OnlineMailList
- getMailCount() - Method in class com.infinitekind.moneydance.model.OnlineMailList
-
Get the number of online services that the user has access to.
- getMailID() - Method in class com.infinitekind.moneydance.model.OnlineMail
- getMailListSyncToken(OnlineAccountProxy) - Method in class com.infinitekind.moneydance.model.OnlineService
-
Gets the synchronization token for the info-wide mail list
- getMarkDown() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getMarkUp() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getMaturity() - Method in class com.infinitekind.moneydance.model.Account
-
Holds the maturity date for a bond as a String
- getMaxFITIDLength() - Method in class com.infinitekind.moneydance.model.OnlineService
- getMaximumRecents() - Method in class com.infinitekind.moneydance.model.CheckNumSettings
- getMaxPasswdLength(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- getMaxValue(int) - Method in class com.infinitekind.moneydance.model.Budget.CalculationResults
- 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.infinitekind.moneydance.model.OnlinePayment
-
Set the memo from the user to the payee that is associated with this payment.
- getMemo() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getMemo() - Method in class com.infinitekind.moneydance.model.ParentTxn
-
Get the memo associated with this transaction.
- getMemo() - Method in class com.infinitekind.moneydance.model.Reminder
- getMemorizedCopy() - Method in class com.infinitekind.moneydance.model.ReportSpec
- getMemorizedGraphs() - Method in class com.infinitekind.moneydance.model.ReportSpecManager
-
Read the user's memorized graphs settings from the current data file.
- getMemorizedItems() - Method in class com.infinitekind.moneydance.model.AccountBook
- getMemorizedItems(ReportSpec.Type, boolean) - Method in class com.infinitekind.moneydance.model.ReportSpecManager
-
Read the user's memorized graphs and/or reports from the current data file.
- getMemorizedReports() - Method in class com.infinitekind.moneydance.model.ReportSpecManager
-
Read the user's memorized reports from the current data file.
- getMessage() - Method in class com.infinitekind.moneydance.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.SlidePanel
- getMinimumSize() - Method in class com.moneydance.awt.ThermometerGraph
- getMinimumThumbSize() - Method in class com.moneydance.awt.TIKScrollBarUI
- getMinPasswdLength(String) - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.Account
-
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.infinitekind.moneydance.model.PaymentSchedule
- getMouseOverSegment() - Method in class com.moneydance.awt.ThermometerGraph
-
Get the segment that is under the mouse
- getMsgSetLanguage(int) - Method in class com.infinitekind.moneydance.model.OnlineService
- getMsgSetRspnsFileErrors(int) - Method in class com.infinitekind.moneydance.model.OnlineService
- getMsgSetSecurity(int) - Method in class com.infinitekind.moneydance.model.OnlineService
- getMsgSetSignonRealm(int) - Method in class com.infinitekind.moneydance.model.OnlineService
- getMsgSetSyncMode(int) - Method in class com.infinitekind.moneydance.model.OnlineService
- getMsgSetTransportSecure(int) - Method in class com.infinitekind.moneydance.model.OnlineService
- getMsgSetURL(int) - Method in class com.infinitekind.moneydance.model.OnlineService
- getMsgSetVersion(int) - Method in class com.infinitekind.moneydance.model.OnlineService
- getMustChngPINFirst(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- getName() - Method in class com.infinitekind.moneydance.model.AccountBook
- getName() - Method in class com.infinitekind.moneydance.model.AddressBookEntry
- getName() - Method in class com.infinitekind.moneydance.model.Budget
-
Get the name of this budget
- getName() - Method in class com.infinitekind.moneydance.model.CurrencyType
- getName() - Method in class com.infinitekind.moneydance.model.LegacyTxnTags.TxnTag
-
Get the name of this tag
- getName() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getName() - Method in class com.infinitekind.moneydance.model.ReportSpec
- getName() - Method in class com.moneydance.apps.md.controller.FeatureModule
-
Get a descriptive name for this extension.
- getNewShares() - Method in class com.infinitekind.moneydance.model.CurrencySplit
- getNextBudgetPeriod() - Method in class com.infinitekind.moneydance.model.BudgetPeriod
-
Returns a new BudgetPeriod object representing the budget period following the current one.
- getNextCheckNumber() - Method in class com.infinitekind.moneydance.model.Account
-
Use a fancy algorithm to calculate the next check number in the most recent series of checks.
- getNextCheckNumberLong() - Method in class com.infinitekind.moneydance.model.Account
-
Use a fancy algorithm to calculate the next check number in the most recent series of checks.
- getNextOccurance(int) - Method in class com.infinitekind.moneydance.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.infinitekind.util.StringUtils
- getNonCategoryFromTxn(AbstractTxn) - Static method in class com.infinitekind.moneydance.model.AccountUtil
-
Return the non-category account from a transaction.
- getNonNull(String) - Static method in class com.infinitekind.util.StringUtils
-
Convenience method that Returns the given string or the empty string if the given string is null
- getNonWhitespace(Reader) - Static method in class com.infinitekind.util.StreamUtil
- getNumDays() - Method in class com.infinitekind.moneydance.model.DateRange
- getNumMonths() - Method in class com.infinitekind.moneydance.model.DateRange
- getNumPayments() - Method in class com.infinitekind.moneydance.model.Account
- getNumPmtsRemaining() - Method in class com.infinitekind.moneydance.model.PaymentSchedule
- getNumQuarters() - Method in class com.infinitekind.moneydance.model.DateRange
- getNumSegments() - Method in class com.moneydance.awt.ThermometerGraph
-
Return the number of segments in the current graph
- getNumShares() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getNumShares(SplitTxn) - Static method in class com.infinitekind.moneydance.model.TxnUtil
-
As of Build 256.
- getNumShares(TxnSet, SplitTxn) - Static method in class com.infinitekind.moneydance.model.TxnUtil
-
As of Build 256.
- getNumWeeks() - Method in class com.infinitekind.moneydance.model.DateRange
- getNumYears() - Method in class com.infinitekind.moneydance.model.Account
-
Holds # of years a CD is held for: zero is 6 months, all other integers represent the number of years.
- getNumYears() - Method in class com.infinitekind.moneydance.model.DateRange
- getNxtInterest() - Method in class com.infinitekind.moneydance.model.PaymentSchedule
- getNxtPrincipal() - Method in class com.infinitekind.moneydance.model.PaymentSchedule
- getOFXAccountKey() - Method in class com.infinitekind.moneydance.model.Account
- getOFXAccountKey() - Method in interface com.infinitekind.moneydance.model.OnlineAccountProxy
- getOFXAccountMsgType() - Method in class com.infinitekind.moneydance.model.Account
- getOFXAccountNumber() - Method in class com.infinitekind.moneydance.model.Account
- getOFXAccountNumber() - Method in interface com.infinitekind.moneydance.model.OnlineAccountProxy
- getOFXAccountType() - Method in class com.infinitekind.moneydance.model.Account
- getOFXAccountType() - Method in interface com.infinitekind.moneydance.model.OnlineAccountProxy
- getOFXBankID() - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.Account
-
Get the account number used for online bill payment.
- getOFXBillPayAccountType() - Method in class com.infinitekind.moneydance.model.Account
-
Get the account type used for online bill payment.
- getOFXBillPayBankID() - Method in class com.infinitekind.moneydance.model.Account
-
Get the icon_bank ID (aka routing number) used for online bill payment.
- getOFXBranchID() - Method in class com.infinitekind.moneydance.model.Account
- getOFXBranchID() - Method in interface com.infinitekind.moneydance.model.OnlineAccountProxy
- getOFXBrokerID() - Method in class com.infinitekind.moneydance.model.Account
- getOFXBrokerID() - Method in interface com.infinitekind.moneydance.model.OnlineAccountProxy
- getOFXLastTxnUpdate() - Method in interface com.infinitekind.moneydance.model.OnlineAccountProxy
-
Get the date of the last transaction download.
- getOFXLastTxnUpdate() - Method in class com.infinitekind.moneydance.model.OnlineTxnList
- getOFXRoutingNumber() - Method in interface com.infinitekind.moneydance.model.OnlineAccountProxy
-
Return the routing number for the account
- getOFXTxnType() - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Gets the OFX transaction type for this transaction.
- getOFXVersion() - Method in class com.infinitekind.moneydance.model.OnlineService
- getOldShares() - Method in class com.infinitekind.moneydance.model.CurrencySplit
- getOldTxnID() - Method in class com.infinitekind.moneydance.model.AbstractTxn
- getOnlineAvailBalance() - Method in class com.infinitekind.moneydance.model.OnlineTxnList
-
Returns the available balance that was acquired from an online source, or zero if no balance was acquired.
- getOnlineAvailBalanceDate() - Method in class com.infinitekind.moneydance.model.OnlineTxnList
-
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.infinitekind.moneydance.model.AccountBook
- getOnlineLedgerBalance() - Method in class com.infinitekind.moneydance.model.OnlineTxnList
-
Returns the ledger balance that was acquired from an online source, or zero if no balance was acquired.
- getOnlineLedgerBalanceDate() - Method in class com.infinitekind.moneydance.model.OnlineTxnList
-
Returns the 'as of' date for the ledger balance that was acquired from an online source, or zero if no balance was acquired.
- getOnlinePayees() - Method in class com.infinitekind.moneydance.model.Account
- getOnlinePayments() - Method in class com.infinitekind.moneydance.model.Account
- getOpacity(Window) - Static method in class com.moneydance.awt.SwingUtil
- getOptionAction() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getOptionPrice() - Method in class com.infinitekind.moneydance.model.Account
-
Holds the price of an option.
- getOrder() - Method in enum com.infinitekind.moneydance.model.PeriodType
- getOriginalForm() - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Get the original data that was used to create this transaction, or null if none was set
- getOriginalItem() - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- getOriginalOnlineTxn() - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Return a copy of the OnlineTxn that was used to record a local transaction, if any.
- getOriginalValues() - Method in class com.infinitekind.moneydance.model.txtimport.FlexibleDateParser
- getOtherTxn(int) - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Get the transaction that make up the other side of this transaction at the specified index.
- getOtherTxn(int) - Method in class com.infinitekind.moneydance.model.ParentTxn
-
Return the "other transaction" at the specified index.
- getOtherTxn(int) - Method in class com.infinitekind.moneydance.model.SplitTxn
-
Return the "other transaction" for this split.
- getOtherTxn(int) - Method in interface com.infinitekind.moneydance.model.Txn
-
Get the transaction that make up the other side of this transaction at the specified index.
- getOtherTxnCount() - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Get the number of transactions from the "other side" of this transaction.
- getOtherTxnCount() - Method in class com.infinitekind.moneydance.model.ParentTxn
-
Return the number of "other transactions".
- getOtherTxnCount() - Method in class com.infinitekind.moneydance.model.SplitTxn
-
Return the number of "other transactions".
- getOtherTxnCount() - Method in interface com.infinitekind.moneydance.model.Txn
-
Get the number of transactions from the "other side" of this transaction.
- getOverdueItems(Calendar) - Method in class com.infinitekind.moneydance.model.ReminderSet
- getPageContents() - Method in interface com.moneydance.apps.md.controller.bot.RobotWebPage
- getPageURL() - Method in interface com.moneydance.apps.md.controller.bot.RobotWebPage
- getParameter(String) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- getParameter(String) - Method in interface com.infinitekind.moneydance.model.Txn
-
Get the value associated with the given key (if any) in this transaction's set of tags.
- getParameter(String, String) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Get the specified parameter name.
- getParameter(String, String) - Method in interface com.infinitekind.moneydance.model.Txn
-
Get the value associated with the given key in this transactions set of tags.
- getParameterCount() - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Get an enumeration of the keys of this object's parameters
- getParameterKeys() - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- getParentAccount() - Method in class com.infinitekind.moneydance.model.Account
- getParentAmount() - Method in class com.infinitekind.moneydance.model.SplitTxn
-
Get the amount of this transaction in terms of the currency of the parent transaction.
- getParentAtDepth(int) - Method in class com.infinitekind.moneydance.model.Account
-
Returns the parent (or this account) at the given depth.
- getParentTxn() - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Get the ParentTxn of this transfer.
- getParentTxn() - Method in class com.infinitekind.moneydance.model.ParentTxn
-
Get the ParentTxn of this transfer.
- getParentTxn() - Method in class com.infinitekind.moneydance.model.SplitTxn
-
Get the ParentTxn for which this is a split.
- getParentTxn() - Method in interface com.infinitekind.moneydance.model.Txn
- getParentValue() - Method in class com.infinitekind.moneydance.model.SplitTxn
-
Get the amount of this transaction in terms of the currency of the parent transaction.
- getParsedDate() - Method in class com.infinitekind.moneydance.model.txtimport.FlexibleDateParser
- getPasswdCanHaveSpaces(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- getPasswdCanHaveSpecialChars(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- getPasswdCaseSensitive(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- getPasswdCharType(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- getPasswdType(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- getPastDueDates(Calendar) - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.Account
-
Get an array of the accounts leading up to this account, starting at the RootAccount in position 0.
- getPattern() - Method in class com.infinitekind.util.CustomDateFormat
- getPayee(int) - Method in class com.infinitekind.moneydance.model.OnlinePayeeList
-
Get the payee object at the specified index.
- getPayeeByListID(String) - Method in class com.infinitekind.moneydance.model.OnlinePayeeList
- getPayeeCount() - Method in class com.infinitekind.moneydance.model.OnlinePayeeList
- getPayeeForPayment(OnlineAccountProxy, OnlinePayment) - Method in class com.infinitekind.moneydance.model.OnlineService
-
Get the payee object that is associated with the given payment.
- getPayeeID() - Method in interface com.infinitekind.moneydance.model.OnlineExtdPayeeInterface
-
Get the ID of the payee.
- getPayeeID() - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlineTxn
- getPayeeIDScope() - Method in interface com.infinitekind.moneydance.model.OnlineExtdPayeeInterface
-
Gets the scope of the payee ID...
- getPayeeIDScope() - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Gets the scope of the payee ID...
- getPayeeIDScope() - Method in interface com.infinitekind.moneydance.model.OnlinePayeeInterface
- getPayeeIDScope() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Gets the scope of the payee ID...
- getPayeeIDScope() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getPayeeListID() - Method in class com.infinitekind.moneydance.model.OnlinePayee
- getPayeeListID() - Method in class com.infinitekind.moneydance.model.OnlinePayment
- getPayeeListSyncToken() - Method in class com.infinitekind.moneydance.model.OnlinePayeeList
- getPayeeListSyncToken(OnlineAccountProxy) - Method in class com.infinitekind.moneydance.model.OnlineService
- getPayeeName() - Method in interface com.infinitekind.moneydance.model.OnlineExtdPayeeInterface
-
Get the name of the payee
- getPayeeName() - Method in class com.infinitekind.moneydance.model.OnlinePayee
- getPayeeName() - Method in interface com.infinitekind.moneydance.model.OnlinePayeeInterface
- getPayeeName() - Method in class com.infinitekind.moneydance.model.OnlinePayment
- getPayeeName() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getPayees() - Method in interface com.infinitekind.moneydance.model.OnlineAccountProxy
- getPayees(OnlineAccountProxy) - Method in class com.infinitekind.moneydance.model.OnlineService
- getPayeesByName(String) - Method in class com.infinitekind.moneydance.model.OnlinePayeeList
- getPayment(int) - Method in class com.infinitekind.moneydance.model.OnlinePaymentList
-
Get a service object for the service at the specified index.
- getPaymentByID(String) - Method in class com.infinitekind.moneydance.model.OnlinePaymentList
- getPaymentCount() - Method in class com.infinitekind.moneydance.model.OnlinePaymentList
-
Get the number of online services that the user has access to.
- getPaymentDate() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Gets the date of this payment.
- getPaymentExtdBookingTxt() - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlinePayment
-
Get the description for this payment, if the server supports extended payment info.
- getPaymentFor() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Get the name of the person whom this payment is for.
- getPaymentID() - Method in class com.infinitekind.moneydance.model.OnlinePayment
- getPaymentListSyncToken() - Method in class com.infinitekind.moneydance.model.OnlinePaymentList
- getPaymentListSyncToken(OnlineAccountProxy) - Method in class com.infinitekind.moneydance.model.OnlineService
- getPaymentOnBehalfOf() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Get the on-behalf-of for this payment, if the server supports extended payment info.
- getPaymentReason() - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Get the reason for this payment, if the server supports extended payment info.
- getPayments() - Method in interface com.infinitekind.moneydance.model.OnlineAccountProxy
- getPayments(OnlineAccountProxy) - Method in class com.infinitekind.moneydance.model.OnlineService
- getPaymentSchedule() - Method in class com.infinitekind.moneydance.model.Account
- getPaymentsPerYear() - Method in class com.infinitekind.moneydance.model.Account
- getPaymentStatus() - Method in class com.infinitekind.moneydance.model.OnlinePayment
- getPeriodType() - Method in class com.infinitekind.moneydance.model.Budget
- getPeriodType() - Method in class com.infinitekind.moneydance.model.BudgetPeriod
- getPeriodTypeForBudgetInterval(int) - Static method in class com.infinitekind.moneydance.model.BudgetPeriod
-
Return the PeriodType that corresponds to the given budget item interval.
- getPermanentAPR() - Method in class com.infinitekind.moneydance.model.Account
-
Gets the permanent APR that is in use for this debt account after the rate change date.
- getPerShareSalesNet(AbstractTxn) - Static method in class com.infinitekind.moneydance.model.InvestUtil
-
Compute the net sale amount, in the currency of the parent investment account, of a sale transaction.
- getPhone() - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- getPhone() - Method in class com.infinitekind.moneydance.model.OnlinePayee
- getPhone() - Method in interface com.infinitekind.moneydance.model.OnlinePayeeInterface
- getPhone() - Method in class com.infinitekind.moneydance.model.OnlinePayment
- getPhone() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getPhoneNumber() - Method in class com.infinitekind.moneydance.model.AddressBookEntry
- getPlaceholderText() - Method in class com.moneydance.awt.QuickSearchField
-
Gets the text that is displayed when there is no input in the field.
- getPoints() - Method in class com.infinitekind.moneydance.model.Account
-
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
- getPopupStrings() - Method in class com.infinitekind.moneydance.model.CheckNumSettings
- getPositionType() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getPostalCode() - Method in class com.infinitekind.moneydance.model.OnlinePayee
- getPostalCode() - Method in interface com.infinitekind.moneydance.model.OnlinePayeeInterface
- getPostalCode() - Method in class com.infinitekind.moneydance.model.OnlinePayment
- getPostalCode() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getPreference(String, String) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Returns the String value associated with the given key in the local data file-specific preferences
- getPreferenceBoolean(String, boolean) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Returns the boolean value associated with the given key in the local data file-specific preferences
- getPreferenceDouble(String, double) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Returns the double value associated with the given key in the local data file-specific preferences
- getPreferenceInt(String, int) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Returns the integer value associated with the given key in the local data file-specific preferences
- getPreferenceIntArray(String) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Returns an array of integers from in the local data file-specific preferences that were stored using setPreference(String, int[])
- getPreferenceLong(String, long) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Returns the long value associated with the given key in the local data file-specific preferences
- getPreferenceStringList(String) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Return a list of string values that were stored with setPreference(key, ...) (ie in the local data file-specific preferences)
- getPreferenceSublist(String) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Returns a list of SyncRecord objects which were stored with setPreference(key, ...) in the local data file-specific preferences.
- getPreferenceSubset(String) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Returns a new SyncRecord with the key-value pairs for which the keys have the given prefix in the local data file-specific preferences.
- 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.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
- getPreferredSize(JComponent) - Method in class com.moneydance.awt.TIKScrollBarUI
- getPreferredSortAscending(boolean) - Method in class com.infinitekind.moneydance.model.Account
- getPreferredSortOrder(int) - Method in class com.infinitekind.moneydance.model.Account
- getPreferredTwoLines(boolean) - Method in class com.infinitekind.moneydance.model.Account
- getPrefix() - Method in class com.infinitekind.moneydance.model.CurrencyType
- getPreScanMode() - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
-
Get whether or not the import should actually make any changes to the local data.
- getPreviousBudgetPeriod() - Method in class com.infinitekind.moneydance.model.BudgetPeriod
-
Returns a new BudgetPeriod object representing the budget period preceding the current one.
- getProtocolType() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getPublicMetaData() - Method in class com.infinitekind.moneydance.model.AccountBook
-
Return public metadata about this set of accounts.
- getPut() - Method in class com.infinitekind.moneydance.model.Account
-
Holds whether an option is a put or a call true - put; false - call
- getRate() - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Get the rate recorded on the date of this snapshot in terms of this currency's relative base.
- getRate() - Method in class com.infinitekind.moneydance.model.SplitTxn
-
Get the rate for the transaction.
- getRate(CurrencyType) - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Deprecated.please use CurrencyType.getRate(CurrencyType, int) to get a historical price relative to another currency
- getRate(CurrencyType) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Get the rate of this currency relative to the given currency.
- getRate(CurrencyType, int) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Get the rate of this currency relative to the given currency as of the given date.
- getRateAdjustmentOption() - Method in class com.infinitekind.moneydance.model.Reminder
- getRateByDate(int, CurrencyType) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Deprecated.
- getRateChangeDate() - Method in class com.infinitekind.moneydance.model.Account
-
Gets the date that a debt account APR changes from it's initial value to it's permanent value.
- getRawAmount(int) - Method in class com.infinitekind.moneydance.model.BudgetItemDetail
- getRawRate() - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Deprecated.please don't use 'raw' rates anymore.
- getRawRate() - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Deprecated.please use the non-raw rate methods and static functions in CurrencyUtil
- getRawRate(CurrencyType, CurrencyType) - Static method in class com.infinitekind.moneydance.model.CurrencyUtil
-
Get the raw (adjusted for decimal place differences) rate between the two currencies.
- getRawRate(CurrencyType, CurrencyType, double) - Static method in class com.infinitekind.moneydance.model.CurrencyTable
-
Convert the given user-identifiable rate to the 'raw' rate used to exchange amounts between the given two currencies.
- getRawRate(CurrencyType, CurrencyType, double) - Static method in class com.infinitekind.moneydance.model.CurrencyUtil
-
Convert the given user-identifiable rate to the 'raw' rate used to exchange amounts between the given two currencies.
- getRawRate(CurrencyType, CurrencyType, int) - Static method in class com.infinitekind.moneydance.model.CurrencyUtil
-
Get the raw (adjusted for decimal place differences) rate between the two currencies.
- getRawRateByDateInt(int) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Deprecated.
- getRealms() - Method in class com.infinitekind.moneydance.model.OnlineService
- getRecalcBalances() - Method in class com.infinitekind.moneydance.model.AccountBook
- getRecentsOption() - Method in class com.infinitekind.moneydance.model.CheckNumSettings
- getReconcilingBalance() - Method in class com.infinitekind.moneydance.model.Account
- getRecurringPmtRef() - Method in class com.infinitekind.moneydance.model.OnlinePayment
- getRecursiveBalance() - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlineTxn
- getReinvest() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getRelatedTradeID() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getRelatedTradeType() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getRelativeCurrency() - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Returns the currency to which this item's rates are relative.
- getRelativePriceInt(CurrencyType, CurrencyType, int) - Method in class com.infinitekind.moneydance.model.CurrencyTable
-
Get the price (going rate) for currency curr1 in terms of curr2 on the given date.
- getRelativeRate() - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Get the rate in terms of the relative currency.
- getRelativeRate(int) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Get the rate in terms of the relative currency as of the given date.
- getRemainingBasis() - Method in class com.infinitekind.moneydance.model.CapitalGainBuy
- getRemainingLots(AccountBook, Account, int) - Static method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.CapitalGainBuy
-
Compute the remaining shares for a buy transaction
- getReminder() - Method in class com.infinitekind.moneydance.model.Account
- getReminders() - Method in class com.infinitekind.moneydance.model.AccountBook
- getRemindersOnDay(Calendar) - Method in class com.infinitekind.moneydance.model.ReminderSet
- getReminderType() - Method in class com.infinitekind.moneydance.model.Reminder
- getRepeatDaily() - Method in class com.infinitekind.moneydance.model.Reminder
- getRepeatMonthly() - Method in class com.infinitekind.moneydance.model.Reminder
- getRepeatMonthlyModifier() - Method in class com.infinitekind.moneydance.model.Reminder
- getRepeatWeeklyDays() - Method in class com.infinitekind.moneydance.model.Reminder
- getRepeatWeeklyModifier() - Method in class com.infinitekind.moneydance.model.Reminder
- getRepeatYearly() - Method in class com.infinitekind.moneydance.model.Reminder
- getReportGenerator() - Method in class com.infinitekind.moneydance.model.ReportSpec
- getReportID() - Method in class com.infinitekind.moneydance.model.ReportSpec
- getReportParameters() - Method in class com.infinitekind.moneydance.model.ReportSpec
- getReportType() - Method in enum com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- getResourceKey() - Method in enum com.infinitekind.moneydance.model.CompoundingType
- getResourceKey() - Method in enum com.infinitekind.moneydance.model.InvestTxnType
- getResourceKey() - Method in enum com.infinitekind.moneydance.model.SecurityType
- getRoot() - Method in class com.moneydance.awt.HashTreeModel
-
Returns the root object.
- getRootAccount() - Method in class com.infinitekind.moneydance.model.Account
- getRootAccount() - Method in class com.infinitekind.moneydance.model.AccountBook
- getRootAccount() - Method in interface com.moneydance.apps.md.controller.FeatureModuleContext
-
Returns the root account object.
- getRootAccountFile() - Method in class com.infinitekind.moneydance.model.AccountBook
- getRootFolder() - Method in class com.infinitekind.moneydance.model.AccountBook
- getRootNode() - Method in interface com.moneydance.apps.md.controller.bot.RobotWebSession
- 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.infinitekind.moneydance.model.OnlineAccountInfo
- getSearch(Account, DateRange) - Static method in class com.infinitekind.moneydance.model.TxnUtil
- getSearch(DateRange) - Static method in class com.infinitekind.moneydance.model.TxnUtil
- getSecListCanDownloadSecurities() - Method in class com.infinitekind.moneydance.model.OnlineService
-
Get whether or not the server can provide securities
- getSecuredOption() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getSecurityBalanceInfo(Account, long, int, CurrencyType, char) - Static method in class com.infinitekind.moneydance.model.InvestUtil
-
Get security balance detailed info on the shares and price per share.
- getSecurityID() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getSecurityIDType() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getSecurityPart(ParentTxn) - Static method in class com.infinitekind.moneydance.model.TxnUtil
-
Get the part of the transaction that goes to a security account.
- getSecuritySubType() - Method in class com.infinitekind.moneydance.model.Account
- getSecurityType() - Method in class com.infinitekind.moneydance.model.Account
- 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.infinitekind.moneydance.model.OnlineTxn
- getSellType() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getServerTxnID() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getServiceId() - Method in class com.infinitekind.moneydance.model.OnlineService
- getServiceType() - Method in class com.infinitekind.moneydance.model.OnlineService
- getSessionCookie(String) - Method in class com.infinitekind.moneydance.model.OnlineService
-
Get the session cookie associated with the given authentication key, if any.
- getSharePrice() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getSharesPerContract() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getSharesPurchased() - Method in class com.infinitekind.moneydance.model.CapitalGainBuy
- getShortID() - Method in enum com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- getShortTermAvailableShares() - Method in class com.infinitekind.moneydance.model.CapitalGainResult
- getShortTermBasis() - Method in class com.infinitekind.moneydance.model.CapitalGainResult
- getShortTermShares() - Method in class com.infinitekind.moneydance.model.CapitalGainResult
- getShouldConfirmTransactions() - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
- getShouldMergeTransactions() - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
- getSIC() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getSignupAcctsAvail() - Method in class com.infinitekind.moneydance.model.OnlineService
- getSignupCanActivateAcct() - Method in class com.infinitekind.moneydance.model.OnlineService
- getSignupCanChgUserInfo() - Method in class com.infinitekind.moneydance.model.OnlineService
- getSignupCanPreauth() - Method in class com.infinitekind.moneydance.model.OnlineService
- getSignupClientAcctNumReq() - Method in class com.infinitekind.moneydance.model.OnlineService
-
set whether or not an account number is required for client enrollment.
- getSignupViaClient() - Method in class com.infinitekind.moneydance.model.OnlineService
- getSignupViaOther() - Method in class com.infinitekind.moneydance.model.OnlineService
- getSignupViaOtherMsg() - Method in class com.infinitekind.moneydance.model.OnlineService
- getSignupViaWeb() - Method in class com.infinitekind.moneydance.model.OnlineService
- getSignupViaWebUrl() - Method in class com.infinitekind.moneydance.model.OnlineService
-
get the url to be used for web-based enrollment.
- getSize() - Method in class com.infinitekind.moneydance.model.TxnSet
- getSnapshotForDate(int) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
This finds the best historical price entry (aka snapshot) to use for the value of this currency or security on the given date.
- getSnapshots() - Method in class com.infinitekind.moneydance.model.CurrencyType
- getSortDateInt() - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Return the date for the purposes of sorting this transaction against other transactions.
- getSourceActions(JComponent) - Method in class com.moneydance.awt.ListReorderingHandler
- getSourceActions(JComponent) - Method in class com.moneydance.awt.TableRowTransferHandler
- 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.infinitekind.moneydance.model.ParentTxn
-
Return the split for this transaction at the given index.
- getSplitAdjustedRelativeUserPrice(CurrencyType, CurrencyType, int) - Static method in class com.infinitekind.moneydance.model.CurrencyUtil
-
Get the price (going rate) for currency curr1 in terms of curr2 on the given date.
- getSplitCount() - Method in class com.infinitekind.moneydance.model.ParentTxn
-
Return the number of splits for this transaction.
- getSplitRatio() - Method in class com.infinitekind.moneydance.model.CurrencySplit
- getSplits() - Method in class com.infinitekind.moneydance.model.CurrencyType
- getStartBalance() - Method in class com.infinitekind.moneydance.model.Account
- getStartDate() - Method in class com.infinitekind.moneydance.model.BudgetPeriod
- getStartDateInt() - Method in class com.infinitekind.moneydance.model.DateRange
- getState() - Method in class com.infinitekind.moneydance.model.OnlinePayee
- getState() - Method in interface com.infinitekind.moneydance.model.OnlinePayeeInterface
- getState() - Method in class com.infinitekind.moneydance.model.OnlinePayment
- getState() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getStatus() - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Get the status associated with this transaction.
- getStatus() - Method in interface com.infinitekind.moneydance.model.Txn
-
Get the status associated with this transaction.
- getStatusChar() - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Get a character that indicates the status of this transaction
- getStatusChar() - Method in interface com.infinitekind.moneydance.model.Txn
-
Get a character that indicates the status of this transaction
- getStockSplitDenominator() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getStockSplitExtraCash() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getStockSplitNewUnits() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getStockSplitNumerator() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getStockSplitOldUnits() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getStopChkCanUseDescription() - Method in class com.infinitekind.moneydance.model.OnlineService
- getStopChkCanUseRange() - Method in class com.infinitekind.moneydance.model.OnlineService
- getStopChkFee() - Method in class com.infinitekind.moneydance.model.OnlineService
- getStopChkProcessingDaysOff() - Method in class com.infinitekind.moneydance.model.OnlineService
- getStopChkProcessingEndTime() - Method in class com.infinitekind.moneydance.model.OnlineService
- getStr(Object, String) - Method in class com.infinitekind.util.StreamTable
-
Get the string value associated with the given key.
- getStrikePrice() - Method in class com.infinitekind.moneydance.model.Account
-
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
- getStringListParameter(String) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Return a list of string values that were stored with setPreference(key, ...) (ie in the local data file-specific preferences)
- getStrippedDate() - Static method in class com.infinitekind.util.DateUtil
- getStrippedDateInt() - Static method in class com.infinitekind.util.DateUtil
-
Return the current date encoded as an YYYYMMDD int
- getStrippedDateObj() - Static method in class com.infinitekind.util.DateUtil
-
Deprecated.use getStrippedDateInt() instead
- getStrList(Object) - Method in class com.infinitekind.util.StreamTable
-
Get the list of strings associated with the given key.
- getSubAccount(int) - Method in class com.infinitekind.moneydance.model.Account
- getSubAccountCount() - Method in class com.infinitekind.moneydance.model.Account
-
Get the number of sub-accounts in this account.
- getSubAccountFrom() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getSubAccountFund() - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Returns the sub-account label for this transaction.
- getSubAccounts() - Method in class com.infinitekind.moneydance.model.Account
-
Return a list of all immediate sub-accounts to this account.
- getSubAccounts(AcctFilter) - Method in class com.infinitekind.moneydance.model.Account
-
Return a list of all accounts under this account matching the given filter.
- getSubAccountTo() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getSubAccountType() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getSubject() - Method in class com.infinitekind.moneydance.model.OnlineMail
- getSuffix() - Method in class com.infinitekind.moneydance.model.CurrencyType
- getSyncer() - Method in class com.infinitekind.moneydance.model.AccountBook
-
Get the syncer associated with this data set, if any.
- getSyncID() - Method in enum com.infinitekind.moneydance.model.CurrencyType.Type
- getSyncInfo() - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
save this item to a new SyncRecord and return it.
- getSyncItemType() - Method in class com.infinitekind.moneydance.model.Account
- getSyncItemType() - Method in class com.infinitekind.moneydance.model.AddressBookEntry
- getSyncItemType() - Method in class com.infinitekind.moneydance.model.Budget
- getSyncItemType() - Method in class com.infinitekind.moneydance.model.BudgetItem
- getSyncItemType() - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
- getSyncItemType() - Method in class com.infinitekind.moneydance.model.CurrencySplit
- getSyncItemType() - Method in class com.infinitekind.moneydance.model.CurrencyType
- getSyncItemType() - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Subclasses should override this to return a static string identifying their type of object
- getSyncItemType() - Method in class com.infinitekind.moneydance.model.OnlineMailList
- getSyncItemType() - Method in class com.infinitekind.moneydance.model.OnlinePayeeList
- getSyncItemType() - Method in class com.infinitekind.moneydance.model.OnlinePaymentList
- getSyncItemType() - Method in class com.infinitekind.moneydance.model.OnlineService
- getSyncItemType() - Method in class com.infinitekind.moneydance.model.OnlineTxnList
- getSyncItemType() - Method in class com.infinitekind.moneydance.model.ParentTxn
- getSyncItemType() - Method in class com.infinitekind.moneydance.model.Reminder
- getSyncItemType() - Method in class com.infinitekind.moneydance.model.ReportSpec
- getSyncTimestamp() - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
The timestamp is handled in the loading/syncing code
- getTable() - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Returns the currency table that this currency is a part of.
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.moneydance.awt.EditingCellEditor
- getTags() - Method in class com.infinitekind.moneydance.model.AbstractTxn
- getTags() - Method in class com.infinitekind.moneydance.model.Reminder
- getTagsForIDString(String) - Method in class com.infinitekind.moneydance.model.LegacyTxnTags
-
Get the tags that identified in the given tagset string.
- getTagsForTxn(AbstractTxn) - Method in class com.infinitekind.moneydance.model.LegacyTxnTags
-
Get the tags that are associated with the given transaction.
- getTagsForTxn(Txn) - Method in class com.infinitekind.moneydance.model.LegacyTxnTags
-
Get the tags that are associated with the given transaction.
- getTagStringsForIDString(String) - Method in class com.infinitekind.moneydance.model.LegacyTxnTags
-
Get the tags that identified in the given tagset string.
- getTarget() - Method in class com.moneydance.awt.ThermometerGraph.Segment
- getTaxCategory() - Method in class com.infinitekind.moneydance.model.Account
-
Get the identifier that indicates which (if any) tax category this account is associated with.
- getTaxDateInt() - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Get the date of this transaction for tax purposes.
- getTaxDateInt() - Method in class com.infinitekind.moneydance.model.ParentTxn
-
Return the tax date encoded as an integer with decimal form YYYYMMDD
- getTaxDateInt() - Method in class com.infinitekind.moneydance.model.SplitTxn
-
Get the date of this transaction for tax purposes.
- getTaxDateInt() - Method in interface com.infinitekind.moneydance.model.Txn
-
Get the date of this transaction for tax purposes.
- getTaxes() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getTaxExempt() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getTechServicePhone() - Method in class com.infinitekind.moneydance.model.OnlineService
- getTemporaryFolder() - Method in class com.infinitekind.moneydance.model.AccountBook
- getText() - Method in interface com.moneydance.apps.md.controller.bot.RobotWebNode
-
Gets the text value, if any, in this node
- getText() - Method in class com.moneydance.awt.JCurrencyField
- getText() - Method in class com.moneydance.awt.JRateField
- getText(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.moneydance.awt.GenericTreeCellRenderer
- getTickerSymbol() - Method in class com.infinitekind.moneydance.model.CurrencyType
- getTIKServiceID() - Method in class com.infinitekind.moneydance.model.OnlineService
- getTo() - Method in class com.infinitekind.moneydance.model.OnlineMail
- getTOCCAccountNum() - Method in interface com.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.model.CapitalGainBuy
- getTotalAmount() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getTrackColor() - Method in class com.moneydance.awt.TIKScrollBarUI
- getTradeDateInt() - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Return the date that this transaction was initated (or traded, if an investment txn)
- getTransaction() - Method in class com.infinitekind.moneydance.model.Reminder
- getTransactionCount() - Method in class com.infinitekind.moneydance.model.TransactionSet
- getTransactions(TxnSearch) - Method in class com.infinitekind.moneydance.model.TransactionSet
- getTransactions(TxnSearch, Collection<AbstractTxn>) - Method in class com.infinitekind.moneydance.model.TransactionSet
-
Puts all transactions matching the given filter into the provided collection.
- getTransactionSet() - Method in class com.infinitekind.moneydance.model.AccountBook
-
Get the set of all transactions.
- getTransactionsForAccount(Account) - Method in class com.infinitekind.moneydance.model.TransactionSet
-
Get all of the transactions that are in the specified account
- getTransferAccount() - Method in class com.infinitekind.moneydance.model.BudgetItem
-
Returns the specific category or account from or to which funds will be moved.
- getTransferDirection() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getTransferType() - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Get the type of transaction.
- getTransferType() - Method in class com.infinitekind.moneydance.model.ParentTxn
-
Get the type of transfer.
- getTransferType() - Method in class com.infinitekind.moneydance.model.SplitTxn
-
Get the type of transaction.
- getTransferType() - Method in interface com.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlineTxnList
-
Get a service object for the service at the specified index.
- getTxn(int) - Method in class com.infinitekind.moneydance.model.TxnSet
- getTxnAt(int) - Method in class com.infinitekind.moneydance.model.TxnSet
- getTxnByID(TransactionSet, String) - Static method in class com.infinitekind.moneydance.model.TxnUtil
- getTxnByID(TxnSet, String) - Static method in class com.infinitekind.moneydance.model.TxnUtil
- getTxnByID(String) - Method in class com.infinitekind.moneydance.model.TransactionSet
- getTxnByID(String) - Method in class com.infinitekind.moneydance.model.TxnSet
- getTxnByLegacyID(long) - Method in class com.infinitekind.moneydance.model.TransactionSet
- getTxnByLegacyID(long) - Method in class com.infinitekind.moneydance.model.TxnSet
- getTxnCount() - Method in class com.infinitekind.moneydance.model.Account
-
Get the number of transactions in this account.
- getTxnCount() - Method in class com.infinitekind.moneydance.model.OnlineTxnList
-
Get the number of online services that the user has access to.
- getTxnDownloadOverlap() - Method in class com.infinitekind.moneydance.model.OnlineService
-
When downloading transactions, request transactions from this many days prior to the date of the most recent transaction from the last download.
- getTxnsForAccount(Account) - Method in class com.infinitekind.moneydance.model.TransactionSet
-
Get all of the transactions that are in the specified account
- getTxnType() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getType() - Method in class com.infinitekind.moneydance.model.OnlinePayment
- getTypeID() - Method in enum com.infinitekind.moneydance.model.txtimport.ImportFieldType
- getUIProxy() - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
- getUnconfirmedTxnCount() - Method in class com.infinitekind.moneydance.model.Account
-
Get the number of unconfirmed transactions in this account.
- getUndoManager() - Method in class com.infinitekind.moneydance.model.AccountBook
-
Get the undo manager that is associated with the UI for this data file.
- getUniqueCurrId(String) - Method in class com.infinitekind.moneydance.model.CurrencyTable
- getUnusedFileNameWithBase(File, String) - Static method in class com.infinitekind.moneydance.model.AccountBook
-
Return a unique internal account book file folder with a name based on the given base file name
- getUnusedFileNameWithBaseAndExtension(File, String, String) - Static method in class com.infinitekind.util.IOUtils
-
Return a unique, non-existent file with the given name and name and file extension.
- getUnusedFriendlyFileInBase(File) - Static method in class com.infinitekind.moneydance.model.AccountBook
- getUpdatedFIId() - Method in class com.infinitekind.moneydance.model.OnlineService
- getUpdatedFIOrg() - Method in class com.infinitekind.moneydance.model.OnlineService
- getUseBPFileUIDs() - Method in class com.infinitekind.moneydance.model.OnlineService
-
Return true iff the OFX client should use the FILEUID mechanism for bill payment messages.
- getUseClientSpecificUIDS() - Method in class com.infinitekind.moneydance.model.OnlineService
- getUseFileUIDs() - Method in class com.infinitekind.moneydance.model.OnlineService
-
Return true if the OFX client should use the FILEUID mechanism for messages.
- getUseHTML() - Method in class com.infinitekind.moneydance.model.OnlineMail
- getUseProfileRequest() - Method in class com.infinitekind.moneydance.model.OnlineService
- getUserBalance() - Method in class com.infinitekind.moneydance.model.Account
- getUserCanChangePIN(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- getUserClearedBalance() - Method in class com.infinitekind.moneydance.model.Account
- getUserConfirmedBalance() - Method in class com.infinitekind.moneydance.model.Account
- getUserCurrentBalance() - Method in class com.infinitekind.moneydance.model.Account
- getUserDailyHigh() - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Deprecated.Please use the getDailyHigh() method
- getUserDailyLow() - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Deprecated.Please use the getDailyLow() method
- getUserId(String, OnlineAccountProxy) - Method in class com.infinitekind.moneydance.model.OnlineService
-
Get the best user ID to use with the given realm and account.
- getUserID() - Method in class com.infinitekind.moneydance.model.OnlineMail
- getUserRate() - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Deprecated.please use getRate() or getRate(CurrencyType) to get the rate relative to this currency's base or another currency
- getUserRate() - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Deprecated.this has been deprecated in favor of getRate(CurrencyType relativeToCurrency) or getRelativeRate()
- getUserRate(CurrencyType, CurrencyType) - Static method in class com.infinitekind.moneydance.model.CurrencyTable
- getUserRate(CurrencyType, CurrencyType) - Static method in class com.infinitekind.moneydance.model.CurrencyUtil
-
Get the current user-identifiable rate from fromCurrency to toCurrency.
- getUserRate(CurrencyType, CurrencyType, double) - Static method in class com.infinitekind.moneydance.model.CurrencyTable
-
Convert the given raw rate to the user-identifiable rate used to exchange amounts between the given two currencies.
- getUserRate(CurrencyType, CurrencyType, double) - Static method in class com.infinitekind.moneydance.model.CurrencyUtil
-
Convert the given raw rate to the user-identifiable rate used to exchange amounts between the given two currencies.
- getUserRate(CurrencyType, CurrencyType, int) - Static method in class com.infinitekind.moneydance.model.CurrencyUtil
-
Get the raw (adjusted for decimal place differences) rate between the two currencies.
- getUserRateByDateInt(int) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Deprecated.
- getUserReconcilingBalance() - Method in class com.infinitekind.moneydance.model.Account
- getUserStartBalance() - Method in class com.infinitekind.moneydance.model.Account
- getUsesAverageCost() - Method in class com.infinitekind.moneydance.model.Account
-
Holds method of figuring cost basis: true is avg.
- getUseShortDates() - Method in class com.infinitekind.moneydance.model.OnlineService
-
Return true is info should use YYYYMMDD dates instead of YYYYMMDDHHSS
- getUUID() - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- getValue() - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Get the value of this transaction, in the currency assigned to the account for this transaction.
- getValue() - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.ROICashFlowEntry
- getValue() - Method in class com.infinitekind.moneydance.model.SplitTxn
-
Get the amount that this transaction affects the account of the this transaction.
- getValue() - Method in interface com.infinitekind.moneydance.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
- 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.
- getWebBot() - Method in interface com.moneydance.apps.md.controller.bot.MoneybotInterface
- getWindow(Component) - Static method in class com.moneydance.awt.AwtUtil
- getWitholding() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- getXfrPart(ParentTxn) - Static method in class com.infinitekind.moneydance.model.TxnUtil
-
Get the part of the transaction that goes to another bank account.
- GLOBAL - com.infinitekind.moneydance.model.CheckNumSettings.IncludeRecentsOption
- 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 - com.infinitekind.moneydance.model.ReportSpec.Type
- 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
- guessCenturyForYear(int) - Static method in class com.infinitekind.util.CustomDateFormat
- guessDecimalType(String) - Static method in class com.infinitekind.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.infinitekind.moneydance.model.InvestFields
- hasAttachments() - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Return true if if this transaction has any attachments
- hasBeenAcknowledged(Date) - Method in class com.infinitekind.moneydance.model.Reminder
-
Deprecated.use hasBeenAcknowledgedInt(int) instead
- hasBeenAcknowledgedInt(int) - Method in class com.infinitekind.moneydance.model.Reminder
-
Returns true if this reminder has been acknowledged as of the given date.
- hasBeenSynced() - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Returns true if this object has already been recorded as part of this data set.
- hasCategory - Variable in class com.infinitekind.moneydance.model.InvestFields
- hasCompletedInitialSync() - Method in class com.infinitekind.moneydance.model.AccountBook
- hasExpiringRate() - Method in class com.infinitekind.moneydance.model.Account
-
Returns whether or not this debt account has an expiring rate (APR).
- hasFee - Variable in class com.infinitekind.moneydance.model.InvestFields
- hashCode() - Method in class com.infinitekind.moneydance.model.DateRange
- hashCode() - Method in class com.infinitekind.moneydance.model.LegacyTxnTags.TxnTag
- hashCode() - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- HashTreeModel<T> - Class in com.moneydance.awt
-
A
HashTreeModel
is an implementation of the SwingTreeModel
backed by aHashMap
. - HashTreeModel(T) - Constructor for class com.moneydance.awt.HashTreeModel
-
Create the
HashTreeModel
with the given object as root. - hasKeywordSubstring(String, boolean) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- hasLoggedChanges() - Method in class com.infinitekind.moneydance.model.AccountBook
- hasMemo - Variable in class com.infinitekind.moneydance.model.InvestFields
- hasNext() - Method in class com.infinitekind.moneydance.model.AccountIterator
- hasNext() - Method in class com.infinitekind.moneydance.model.TxnIterator
-
Return whether or not there are any more Txns over which we should iterate.
- hasNoData() - Method in class com.infinitekind.moneydance.model.BudgetItemDetail
- hasOnlineAvailBalance() - Method in class com.infinitekind.moneydance.model.OnlineTxnList
-
Returns the available balance that was acquired from an online source, or zero if no balance was acquired.
- hasOnlineLedgerBalance() - Method in class com.infinitekind.moneydance.model.OnlineTxnList
-
Returns the ledger balance that was acquired from an online source, or zero if no balance was acquired.
- hasPrice - Variable in class com.infinitekind.moneydance.model.InvestFields
- hasSecurity - Variable in class com.infinitekind.moneydance.model.InvestFields
- hasShares - Variable in class com.infinitekind.moneydance.model.InvestFields
- hasTxnsForAccount(Account) - Method in class com.infinitekind.moneydance.model.TransactionSet
- hasXfrAcct - Variable in class com.infinitekind.moneydance.model.InvestFields
- hexStringForColor(Color) - Static method in class com.moneydance.awt.AwtUtil
-
Return the hex string for the given colour.
- hidePopover() - Method in class com.moneydance.awt.DatePicker
- 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. - 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
- IGNORE - com.infinitekind.moneydance.model.txtimport.ImportFieldType
- IMAGE - com.infinitekind.moneydance.model.MediaType
- 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
- IMPORTABLE_ACCOUNTS_FILTER - Static variable in class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
- IMPORTABLE_TEXT_FILE_EXTENSIONS - Static variable in class com.infinitekind.moneydance.model.txtimport.TabularTextImporter
- importData(TransferHandler.TransferSupport) - Method in class com.moneydance.awt.ListReorderingHandler
- importData(TransferHandler.TransferSupport) - Method in class com.moneydance.awt.TableRowTransferHandler
- ImportDataSourceType - Enum in com.infinitekind.moneydance.model.txtimport
-
Created by sreilly - 2017.02.26 10:15
- ImportDateFieldOrder - Enum in com.infinitekind.moneydance.model.txtimport
-
Created by sreilly - 2018.09.06 13:21
- ImportFieldType - Enum in com.infinitekind.moneydance.model.txtimport
-
Enum that specifies the type of a transaction field in an import
- INACTIVE_ACCOUNTS_FILTER - Static variable in interface com.infinitekind.moneydance.model.AcctFilter
- INCEXP_T - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- INCLUDE - com.infinitekind.moneydance.model.PeriodTypeFilter.EqualPolicy
- INCOME - com.infinitekind.moneydance.model.Account.AccountType
- INCOME_EXPENSE_G - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- INCOME_G - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- incrementBy(long, CurrencyType) - Method in class com.infinitekind.moneydance.model.TotalAmount
- incrementBy(long, CurrencyType, int) - Method in class com.infinitekind.moneydance.model.TotalAmount
- incrementBy(TotalAmount) - Method in class com.infinitekind.moneydance.model.TotalAmount
- incrementBy(TotalAmount, int) - Method in class com.infinitekind.moneydance.model.TotalAmount
- incrementDate() - Method in class com.moneydance.awt.DateField
- incrementDate() - Method in class com.moneydance.awt.JDateField
- incrementDate(int) - Static method in class com.infinitekind.util.DateUtil
- incrementDate(int, int, int, int) - Static method in class com.infinitekind.util.DateUtil
-
Add the given number of years, months, and days to the given date.
- incrementDate(long) - Static method in class com.infinitekind.util.DateUtil
- incrementDate(Date) - Static method in class com.infinitekind.util.DateUtil
- incrementDateByPeriod(int, int) - Method in enum com.infinitekind.moneydance.model.PeriodType
-
Add this period to the given Moneydance integer date and return the result.
- incrementMonth(Date) - Static method in class com.infinitekind.util.DateUtil
- incrementYear(int) - Static method in class com.infinitekind.util.DateUtil
- incrementYear(Date) - Static method in class com.infinitekind.util.DateUtil
- INDEFINITE_END_DATE - Static variable in class com.infinitekind.moneydance.model.BudgetItem
- indexOf(AbstractTxn) - Method in class com.infinitekind.moneydance.model.TxnSet
- indexOf(Account) - Method in class com.infinitekind.moneydance.model.Account
- indexOf(BudgetItem) - Method in class com.infinitekind.moneydance.model.BudgetItemList
-
Return the position in the item list of the given item
- indexOf(OnlinePayee) - Method in class com.infinitekind.moneydance.model.OnlinePayeeList
-
returns true if the service information for this service is already in the service list.
- indexOf(OnlinePayment) - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlineTxnList
-
returns true if the service information for this service is already in the service list.
- indexOfSplit(SplitTxn) - Method in class com.infinitekind.moneydance.model.ParentTxn
-
Get the index of the specified split, or -1 if the split is not associated with this transaction.
- info - Variable in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- init() - Method in class com.moneydance.apps.md.controller.FeatureModule
-
Initialize the extension.
- initialize(AccountBook) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- initializeAccounts(Account) - Method in class com.infinitekind.moneydance.model.AccountBook
- initializeNewEmptyAccounts(String) - Method in class com.infinitekind.moneydance.model.AccountBook
- insertSortedTransaction(TxnSet, AbstractTxn, int) - Static method in class com.infinitekind.moneydance.model.AccountUtil
-
Inserts the given transaction into the specified array in sorted order.
- insertSortedTransaction(TxnSet, AbstractTxn, TxnSortOrder) - Static method in class com.infinitekind.moneydance.model.AccountUtil
-
Inserts the given transaction into the specified array in sorted order.
- insertTxnAt(AbstractTxn, int) - Method in class com.infinitekind.moneydance.model.TxnSet
- insets(int, int, int, int) - Method in class com.moneydance.awt.GridC
-
Set the insets
- interestAmount - Variable in class com.infinitekind.moneydance.model.LoanFields
- interestCategory - Variable in class com.infinitekind.moneydance.model.LoanFields
- intersect(DateRange) - Method in class com.infinitekind.moneydance.model.DateRange
-
Return the intersection of this date range and the given date range
- INTERSECTION - com.infinitekind.moneydance.model.AggregateTxnSearch.GroupingType
- INTERVAL_ANNUALLY - Static variable in class com.infinitekind.moneydance.model.BudgetItem
- INTERVAL_BI_MONTHLY - Static variable in class com.infinitekind.moneydance.model.BudgetItem
- INTERVAL_BI_WEEKLY - Static variable in class com.infinitekind.moneydance.model.BudgetItem
- INTERVAL_DAILY - Static variable in class com.infinitekind.moneydance.model.BudgetItem
- INTERVAL_MONTHLY - Static variable in class com.infinitekind.moneydance.model.BudgetItem
- INTERVAL_NO_REPEAT - Static variable in class com.infinitekind.moneydance.model.BudgetItem
- INTERVAL_ONCE_ANNUALLY - Static variable in class com.infinitekind.moneydance.model.BudgetItem
- INTERVAL_ONCE_BI_MONTHLY - Static variable in class com.infinitekind.moneydance.model.BudgetItem
- INTERVAL_ONCE_BI_WEEKLY - Static variable in class com.infinitekind.moneydance.model.BudgetItem
- INTERVAL_ONCE_MONTHLY - Static variable in class com.infinitekind.moneydance.model.BudgetItem
- INTERVAL_ONCE_SEMI_ANNUALLY - Static variable in class com.infinitekind.moneydance.model.BudgetItem
- INTERVAL_ONCE_SEMI_MONTHLY - Static variable in class com.infinitekind.moneydance.model.BudgetItem
- INTERVAL_ONCE_TRI_MONTHLY - Static variable in class com.infinitekind.moneydance.model.BudgetItem
- INTERVAL_ONCE_TRI_WEEKLY - Static variable in class com.infinitekind.moneydance.model.BudgetItem
- INTERVAL_ONCE_WEEKLY - Static variable in class com.infinitekind.moneydance.model.BudgetItem
- INTERVAL_SEMI_ANNUALLY - Static variable in class com.infinitekind.moneydance.model.BudgetItem
- INTERVAL_SEMI_MONTHLY - Static variable in class com.infinitekind.moneydance.model.BudgetItem
- INTERVAL_TRI_MONTHLY - Static variable in class com.infinitekind.moneydance.model.BudgetItem
- INTERVAL_TRI_WEEKLY - Static variable in class com.infinitekind.moneydance.model.BudgetItem
- INTERVAL_WEEKLY - Static variable in class com.infinitekind.moneydance.model.BudgetItem
- intValue() - Method in enum com.infinitekind.moneydance.model.AggregateTxnSearch.GroupingType
- invertValue(long) - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlineTxn
- INVEST_TXN_BUY - Static variable in class com.infinitekind.moneydance.model.OnlineTxn
- INVEST_TXN_DIVIDEND - Static variable in class com.infinitekind.moneydance.model.OnlineTxn
- INVEST_TXN_MISCEXP - Static variable in class com.infinitekind.moneydance.model.OnlineTxn
- INVEST_TXN_MISCINC - Static variable in class com.infinitekind.moneydance.model.OnlineTxn
- INVEST_TXN_NULL - Static variable in class com.infinitekind.moneydance.model.OnlineTxn
- INVEST_TXN_SELL - Static variable in class com.infinitekind.moneydance.model.OnlineTxn
- INVEST_TXN_SPLIT - Static variable in class com.infinitekind.moneydance.model.OnlineTxn
- INVEST_TXN_TRANSFER - Static variable in class com.infinitekind.moneydance.model.OnlineTxn
- InvestFields - Class in com.infinitekind.moneydance.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.infinitekind.moneydance.model.InvestFields
- INVESTMENT - com.infinitekind.moneydance.model.Account.AccountType
- INVESTPERF_T - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- InvestTxnType - Enum in com.infinitekind.moneydance.model
-
Defines the various types of investment transactions.
- InvestUtil - Class in com.infinitekind.moneydance.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.
- INVSEARCH_T - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- IOUtils - Class in com.infinitekind.util
- IOUtils() - Constructor for class com.infinitekind.util.IOUtils
- isActive() - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- isAllNumber(String) - Static method in class com.infinitekind.util.StringUtils
- isAllocated() - Method in class com.infinitekind.moneydance.model.CapitalGainBuy
- isAncestorOf(Account) - Method in class com.infinitekind.moneydance.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.
- isAscending() - Method in enum com.infinitekind.moneydance.model.TxnSortOrder
- isAvailable() - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- isBankAccount() - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- isBillpayAccount() - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- isBlank(String) - Static method in class com.infinitekind.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.ShadowBorder
- isBundled() - Method in class com.moneydance.apps.md.controller.FeatureModule
- isBuy() - Method in enum com.infinitekind.moneydance.model.InvestTxnType
-
Return whether or not this is a buy transaction type (ie buy or buy+transfer)
- isCCAccount() - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- isCompatibleWith(OnlineAccountInfo, Account) - Static method in class com.infinitekind.moneydance.model.AccountUtil
-
Returns true iff the given online account can be associated with the given local account.
- isCostBasisValid(Account) - Static method in class com.infinitekind.moneydance.model.InvestUtil
- isCreditCard() - Method in interface com.infinitekind.moneydance.model.OnlineAccountProxy
-
Return true if this account is a credit card account
- isDate(String) - Static method in class com.infinitekind.util.StringUtils
- isDateOrder() - Method in enum com.infinitekind.moneydance.model.TxnSortOrder
- isDeductible() - Method in class com.infinitekind.moneydance.model.Account
- isDescendantOf(Account) - Method in class com.infinitekind.moneydance.model.Account
-
Returns true if this account is a descendant of the given account.
- isDirectoryEmpty(File) - Static method in class com.infinitekind.util.IOUtils
-
Returns whether a directory is empty or not.
- isDirty() - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Returns true if this transaction has been modified since it was last saved.
- isDirty() - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.CurrencyTable
- isDirty() - Method in class com.infinitekind.moneydance.model.CurrencyType
- isDirty() - Method in class com.infinitekind.moneydance.model.ParentTxn
-
Returns true if this transaction has been modified since it was last saved.
- isDirty() - Method in class com.infinitekind.moneydance.model.TransactionSet
- isDividend() - Method in enum com.infinitekind.moneydance.model.InvestTxnType
-
Return whether or not this is a dividend transaction type (ie dividend, dividend+reinvest, or dividend+transfer)
- isDocument() - Method in enum com.infinitekind.moneydance.model.MediaType
- isEmpty(String) - Static method in class com.infinitekind.util.StringUtils
-
Null safe check for "" (empty string).
- isEnabled() - Method in interface com.moneydance.apps.md.controller.bot.RobotWebNode
-
Checks whether the node is enabled
- isEqual(T, T) - Static method in class com.infinitekind.util.Misc
-
Determine if two objects of the same type are equal or not.
- isEqualTo(AddressBookEntry) - Method in class com.infinitekind.moneydance.model.AddressBookEntry
- isFolder(String) - Method in class com.infinitekind.moneydance.model.LocalStorage
-
Returns true iff a file at the given path exists and is a folder.
- isIgnoreInactiveAccounts() - Method in class com.infinitekind.moneydance.model.NetWorthCalculator
- isImage() - Method in enum com.infinitekind.moneydance.model.MediaType
- isIncome() - Method in class com.infinitekind.moneydance.model.BudgetItem
-
Return true if this item is considered an income
- isIncome() - Method in class com.infinitekind.moneydance.model.BudgetItemDetail
- isInEditingMode() - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- isInteger(String) - Static method in class com.infinitekind.util.StringUtils
- isInvestment() - Method in interface com.infinitekind.moneydance.model.OnlineAccountProxy
-
Return true if this account is an investment account
- isInvestmentAccount() - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- isInvestmentIncome(InvestTxnType) - Static method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.Account
- isLoanReminder() - Method in class com.infinitekind.moneydance.model.Reminder
- isMember(Object) - Method in class com.moneydance.awt.HashTreeModel
-
Return true if the given node is a member of the tree.
- isMemorized() - Method in class com.infinitekind.moneydance.model.ReportSpec
- isModified() - Method in class com.infinitekind.moneydance.model.Budget
- isNew() - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Returns whether or not this transaction should be considered "unread" since having been downloaded
- isNew() - Method in interface com.infinitekind.moneydance.model.Txn
-
Returns whether or not this transaction should be considered "unread" since having been downloaded
- isNewStyle() - Method in class com.infinitekind.moneydance.model.Budget
- isNumeric(String) - Static method in class com.infinitekind.util.StringUtils
- isObserveAccountSpecificNetWorthFlags() - Method in class com.infinitekind.moneydance.model.NetWorthCalculator
- isOnlineBankingCandidate() - Method in class com.infinitekind.moneydance.model.Account
-
Returns true if it is possible to online-enable this account.
- isOnlineBillpayCandidate() - Method in class com.infinitekind.moneydance.model.Account
-
Returns true if it is possible to online-enable this account.
- isOnlineEnabled() - Method in class com.infinitekind.moneydance.model.Account
-
Returns true if this account is configured for online access.
- isPayeeUsable() - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Gets whether or not any operations (edit/delete/pay) can be performed on this payee.
- isPending() - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- isPopoverVisible() - Method in class com.moneydance.awt.DatePicker
- isRegisterAccount() - Method in class com.infinitekind.moneydance.model.Account
- isSaleTransaction(InvestTxnType) - Static method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlinePayee
- isSameAs(OnlinePayment) - Method in class com.infinitekind.moneydance.model.OnlinePayment
- isSameAs(OnlineService) - Method in class com.infinitekind.moneydance.model.OnlineService
- isSameAs(OnlineTxn) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- isSameAs(StreamTable) - Method in class com.infinitekind.moneydance.model.OnlineService
- isSell() - Method in enum com.infinitekind.moneydance.model.InvestTxnType
-
Return whether or not this is a sell transaction type (ie sell or sell+transfer)
- isStreamTable() - Method in interface com.infinitekind.util.StreamObject
- isStreamTable() - Method in class com.infinitekind.util.StreamTable
- isStreamTable() - Method in class com.infinitekind.util.StreamVector
- isStreamVector() - Method in interface com.infinitekind.util.StreamObject
- isStreamVector() - Method in class com.infinitekind.util.StreamTable
- isStreamVector() - Method in class com.infinitekind.util.StreamVector
- isSyncable() - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- isSyncable() - Method in class com.infinitekind.moneydance.model.SplitTxn
- isTaxable() - Method in class com.infinitekind.moneydance.model.Account
- isTaxRelated() - Method in class com.infinitekind.moneydance.model.Account
- isTransactionSorted(int, AbstractTxn, TxnSet, int) - Static method in class com.infinitekind.moneydance.model.AccountUtil
- isTransactionSorted(int, AbstractTxn, TxnSet, TxnSortOrder) - Static method in class com.infinitekind.moneydance.model.AccountUtil
- isTransferTo(Account) - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Check whether or not this transaction includes a transfer to the given account.
- isTransferTo(Account) - Method in class com.infinitekind.moneydance.model.ParentTxn
-
Check whether or not this transaction includes a transfer to the given account.
- isTransferTo(Account) - Method in class com.infinitekind.moneydance.model.SplitTxn
-
Check whether or not this transaction includes a transfer to the given account.
- isTransferTo(Account) - Method in interface com.infinitekind.moneydance.model.Txn
-
Check whether or not this transaction includes a transfer to the given account.
- isUserCashFlow(InvestTxnType) - Static method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.AccountBook
- isValid() - Method in class com.infinitekind.moneydance.model.CapitalGainResult
- isValid(AccountBook) - Static method in class com.infinitekind.moneydance.model.AccountBook
- isValidateRoot() - Method in class com.moneydance.awt.SlidePanel
- isValidBookFile(String) - Static method in class com.infinitekind.moneydance.model.AccountBook
- isValidBookName(File, String) - Static method in class com.infinitekind.moneydance.model.AccountBook
- isVerified() - Method in class com.moneydance.apps.md.controller.FeatureModule
- isZero(long[], int) - Static method in class com.infinitekind.util.Misc
-
Determine if all the values in an array are zero or not.
- ITEM_KEY_FI_TIK_ID - Static variable in class com.infinitekind.moneydance.model.OnlineService
- itemWasUpdated() - Method in class com.infinitekind.moneydance.model.AbstractTxn
- itemWasUpdated() - Method in class com.infinitekind.moneydance.model.Account
- itemWasUpdated() - Method in class com.infinitekind.moneydance.model.Budget
-
Load the list of budget items from the underlying table.
- itemWasUpdated() - Method in class com.infinitekind.moneydance.model.BudgetItem
-
Read the information from the underlying storage
- itemWasUpdated() - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
- itemWasUpdated() - Method in class com.infinitekind.moneydance.model.CurrencySplit
- itemWasUpdated() - Method in class com.infinitekind.moneydance.model.CurrencyType
- itemWasUpdated() - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
This is called after an item is updated by calling itemWasUpdated(SyncRecord).
- itemWasUpdated() - Method in class com.infinitekind.moneydance.model.OnlineMailList
- itemWasUpdated() - Method in class com.infinitekind.moneydance.model.OnlinePayeeList
- itemWasUpdated() - Method in class com.infinitekind.moneydance.model.OnlinePaymentList
- itemWasUpdated() - Method in class com.infinitekind.moneydance.model.OnlineTxnList
- itemWasUpdated() - Method in class com.infinitekind.moneydance.model.ParentTxn
- itemWasUpdated() - Method in class com.infinitekind.moneydance.model.Reminder
- itemWasUpdated() - Method in class com.infinitekind.moneydance.model.SplitTxn
- itemWasUpdated(SyncRecord) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- itemWillSync() - Method in class com.infinitekind.moneydance.model.AbstractTxn
- itemWillSync() - Method in class com.infinitekind.moneydance.model.Account
- itemWillSync() - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
- itemWillSync() - Method in class com.infinitekind.moneydance.model.CurrencyType
- itemWillSync() - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
This is called just before an item will be stored and/or synced when itemWillSync(SyncRecord) is called.
- itemWillSync() - Method in class com.infinitekind.moneydance.model.OnlineMailList
- itemWillSync() - Method in class com.infinitekind.moneydance.model.OnlinePayeeList
- itemWillSync() - Method in class com.infinitekind.moneydance.model.OnlinePaymentList
- itemWillSync() - Method in class com.infinitekind.moneydance.model.OnlineTxnList
- itemWillSync() - Method in class com.infinitekind.moneydance.model.ParentTxn
- itemWillSync() - Method in class com.infinitekind.moneydance.model.Reminder
- itemWillSync() - Method in class com.infinitekind.moneydance.model.SplitTxn
- itemWillSync(SyncRecord) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- iterableTxns() - Method in class com.infinitekind.moneydance.model.TransactionSet
-
Return a reference to an iterable list of transactions.
- iterator() - Method in class com.infinitekind.moneydance.model.BudgetItemList
- iterator() - Method in class com.infinitekind.moneydance.model.CurrencyTable
- iterator() - Method in class com.infinitekind.moneydance.model.TransactionSet
-
Return an Enumeration containing all of the transactions.
- iterator() - Method in class com.infinitekind.moneydance.model.TxnSet
-
Returns an iterator over the transaction in this set, in reverse order.
J
- JCurrencyField - Class in com.moneydance.awt
- JCurrencyField() - Constructor for class com.moneydance.awt.JCurrencyField
- JCurrencyField(int, CurrencyType, CurrencyTable, char, char) - Constructor for class com.moneydance.awt.JCurrencyField
- JCurrencyField(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
- JDateField(MoneydanceGUI) - Constructor for class com.moneydance.awt.JDateField
- JLinkLabel - Class in com.moneydance.awt
- JLinkLabel(String, Object, int) - Constructor for class com.moneydance.awt.JLinkLabel
- JLinkLabel(String, Icon, Object, int) - Constructor for class com.moneydance.awt.JLinkLabel
- JLinkLabel(Action) - Constructor for class com.moneydance.awt.JLinkLabel
- JLinkListener - Interface in com.moneydance.awt
- join(List<String>, String) - Static method in class com.infinitekind.util.StringUtils
-
Concatenate all strings in the given list with the joinString between them
- joinPath(String, String) - Static method in class com.infinitekind.moneydance.model.LocalStorage
- 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) - Constructor for class com.moneydance.awt.JUnderlineLabel
- JUnderlineLabel(String, int) - Constructor for class com.moneydance.awt.JUnderlineLabel
- JUnderlineLabel(String, Icon, int) - 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
- LAST_DAY_OF_MONTH - Static variable in class com.infinitekind.moneydance.model.Reminder
- lastDayInFiscalQuarter(int) - Static method in class com.infinitekind.util.DateUtil
-
Return the last date of the fiscal quarter containing 'date' if the fiscal year starts on the default fiscal year start date (month and day) specified in DateUtil.fiscalYearStartMMDD
- lastDayInFiscalQuarter(int, int) - Static method in class com.infinitekind.util.DateUtil
-
Return the last date of the fiscal quarter containing 'date' if the fiscal year starts on the given day of the year (encoded as an integer of the form MMDD)
- lastDayInFiscalYear(int) - Static method in class com.infinitekind.util.DateUtil
-
Return the last date of the fiscal year containing 'date' if the fiscal year starts on the default fiscal year start date (month and day) specified in DateUtil.fiscalYearStartMMDD
- lastDayInFiscalYear(int, int) - Static method in class com.infinitekind.util.DateUtil
-
Return the last date of the fiscal year containing 'date' if the fiscal year starts on the given day of the year (encoded as an integer of the form MMDD)
- lastDayInMonth(int) - Static method in class com.infinitekind.util.DateUtil
- lastDayInMonth(Date) - Static method in class com.infinitekind.util.DateUtil
- lastDayInQuarter(int) - Static method in class com.infinitekind.util.DateUtil
- lastDayInQuarter(Date) - Static method in class com.infinitekind.util.DateUtil
- lastDayInWeek(int) - Static method in class com.infinitekind.util.DateUtil
- lastDayInYear(int) - Static method in class com.infinitekind.util.DateUtil
- lastDayInYear(Date) - Static method in class com.infinitekind.util.DateUtil
- lastMinuteInDay(long) - Static method in class com.infinitekind.util.DateUtil
- lastMinuteInDay(Date) - Static method in class com.infinitekind.util.DateUtil
- LEFT_FIELD_INSET - Static variable in class com.moneydance.awt.GridC
- LEFT_LABEL_INSET - Static variable in class com.moneydance.awt.GridC
- leftInset(int) - Method in class com.moneydance.awt.GridC
-
Set the left edge inset
- Legacy - Class in com.infinitekind.moneydance.model
-
Created by sreilly - 7/27/14 1:01 PM
- Legacy() - Constructor for class com.infinitekind.moneydance.model.Legacy
- LegacyTxnTags - Class in com.infinitekind.moneydance.model
-
A TxnTagSet keeps track of the set of TxnTags that are associated with an AbstractTxn.
- LegacyTxnTags(AccountBook) - Constructor for class com.infinitekind.moneydance.model.LegacyTxnTags
- LegacyTxnTags.TxnTag - Class in com.infinitekind.moneydance.model
-
A TxnClass represents a classification or 'class' that can be applied to a split.
- legacyValue() - Method in enum com.infinitekind.moneydance.model.AbstractTxn.ClearedStatus
- LIABILITY - com.infinitekind.moneydance.model.Account.AccountType
- 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
- listFiles(String) - Method in class com.infinitekind.moneydance.model.LocalStorage
-
Returns a list of files under the given folder path.
- ListReorderingHandler - Class in com.moneydance.awt
-
Utility class that enables dragging and dropping of items to reorder a list
- listSubfolders(String) - Method in class com.infinitekind.moneydance.model.LocalStorage
-
Returns a list of folders under the given folder path.
- loadFromLegacyData() - Method in class com.infinitekind.moneydance.model.AddressBook
- loadFromLegacyData() - Method in class com.infinitekind.moneydance.model.LegacyTxnTags
- loadFromLegacyStorage() - Method in class com.infinitekind.moneydance.model.BudgetList
- loadFromStorage(Map<String, String>) - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Set the TagSet associated with this object.
- loadFromTransaction(ParentTxn) - Method in class com.infinitekind.moneydance.model.LoanFields
- loadImage(Class, String) - Static method in class com.moneydance.awt.AwtUtil
- loadImage(Class, String, Component) - Static method in class com.moneydance.awt.AwtUtil
- loadImage(String) - Static method in class com.moneydance.awt.AwtUtil
- loadLegacyOnlineInfo(AccountBook, StreamTable) - Static method in class com.infinitekind.moneydance.model.Legacy
- loadTxn(ParentTxn) - Method in class com.infinitekind.moneydance.model.TransactionSet
-
Add the specified transaction to the txn set.
- loadURL(String) - Method in interface com.moneydance.apps.md.controller.bot.RobotWebSession
- LOAN - com.infinitekind.moneydance.model.Account.AccountType
- loanAccount - Variable in class com.infinitekind.moneydance.model.LoanFields
- LoanFields - Class in com.infinitekind.moneydance.model
-
LoanFields objects know how to extract the relevant fields from loan payment transactions so that they can be more easily edited, displayed and analyzed.
- LoanFields() - Constructor for class com.infinitekind.moneydance.model.LoanFields
- LocalStorage - Class in com.infinitekind.moneydance.model
-
Created by sreilly - 01/08/2014 09:27
- LocalStorage() - Constructor for class com.infinitekind.moneydance.model.LocalStorage
- logModifiedItem(MoneydanceSyncableItem) - Method in class com.infinitekind.moneydance.model.AccountBook
-
Record that the given item was changed, so that the change can be saved and synced.
- logModifiedItems(List<MoneydanceSyncableItem>) - Method in class com.infinitekind.moneydance.model.AccountBook
-
Record that the given items were changed, so that the changes can be saved and synced.
- logRemovedItem(MoneydanceSyncableItem) - Method in class com.infinitekind.moneydance.model.AccountBook
-
Record that the given item was removed, so that the removal of the item can be synced.
- logRemovedItems(List<MoneydanceSyncableItem>) - Method in class com.infinitekind.moneydance.model.AccountBook
- looksLikeFormula(String) - Static method in class com.infinitekind.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.infinitekind.moneydance.model.CurrencyUtil
- main(String[]) - Static method in class com.infinitekind.moneydance.model.DateRange
- main(String[]) - Static method in class com.infinitekind.util.CustomDateFormat
- main(String[]) - Static method in class com.infinitekind.util.DateUtil
-
Return a value1 such that Math.round(value1 * rate) = value2, if possible.
- main(String[]) - Static method in class com.infinitekind.util.StreamTable
- main(String[]) - Static method in class com.infinitekind.util.StringUtils
- 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
- makeAccount(AccountBook, int, String, CurrencyType, Account) - Static method in class com.infinitekind.moneydance.model.Legacy
-
Deprecated.
- makeAccount(AccountBook, Account.AccountType, Account) - Static method in class com.infinitekind.moneydance.model.Account
- makeAccount(AccountBook, Account.AccountType, String, CurrencyType, Account) - Static method in class com.infinitekind.moneydance.model.Legacy
-
Deprecated.
- makeAccount(AccountBook, String, int, Account.AccountType, CurrencyType, Hashtable, Vector, Account) - Static method in class com.infinitekind.moneydance.model.Legacy
-
Deprecated.please use Account object constructor
- makeAccount(AccountBook, String, int, Account.AccountType, CurrencyType, Hashtable, Vector, Account, long) - Static method in class com.infinitekind.moneydance.model.Legacy
-
Deprecated.please use Account object constructor
- makeBankAccount(AccountBook, String, int, CurrencyType, Hashtable, Vector, Account, long) - Static method in class com.infinitekind.moneydance.model.Legacy
-
Deprecated.please use Account object constructor
- makeBasicReminder(AccountBook, long, String, int, int, int, int[], int, int[], int, boolean, String) - Static method in class com.infinitekind.moneydance.model.Legacy
- makeCurrencyType(int, String, String, double, int, String, String, String, int, int, CurrencyTable) - Static method in class com.infinitekind.moneydance.model.Legacy
-
Construct a CurrencyType object using the olden wayes.
- makeCurrencyType(int, String, String, double, int, String, String, String, int, CurrencyType.Type, CurrencyTable) - Static method in class com.infinitekind.moneydance.model.Legacy
-
Construct a CurrencyType object using the olden wayes.
- makeEditableList(Budget) - Static method in class com.infinitekind.moneydance.model.BudgetItemList
- makeEditingCopy() - Method in class com.infinitekind.moneydance.model.BudgetItemList
- makeExpenseAccount(AccountBook, String, int, CurrencyType, Hashtable, Vector, Account) - Static method in class com.infinitekind.moneydance.model.Legacy
-
Deprecated.please use Account object constructor
- makeIncomeAccount(AccountBook, String, int, CurrencyType, Hashtable, Vector, Account) - Static method in class com.infinitekind.moneydance.model.Legacy
-
Deprecated.please use Account object constructor
- makeInvestmentAccount(AccountBook, String, int, CurrencyType, Hashtable, Vector, Account, long) - Static method in class com.infinitekind.moneydance.model.Legacy
-
Deprecated.please use Account object constructor
- makeParentTxn(AccountBook, int, int, long, String, Account, String, String, long, byte) - Static method in class com.infinitekind.moneydance.model.ParentTxn
-
Shortcut to create a ParentTxn object.
- makeSplit(AccountBook, CurrencyType, int, double, int, int) - Static method in class com.infinitekind.moneydance.model.CurrencySplit
-
Create a stock split with the given ratio (which should match the old/new shares) on the given date
- makeSplitTxn(ParentTxn, long, double, Account, String, long, byte) - Static method in class com.infinitekind.moneydance.model.SplitTxn
-
Deprecated.please use the other makeSplitTxn call as the amounts will not be subject to floating point inaccuracies
- makeSplitTxn(ParentTxn, long, long, double, Account, String, long, byte) - Static method in class com.infinitekind.moneydance.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.
- makeSyncableItem(AccountBook, SyncRecord) - Static method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- makeTransactionReminder(AccountBook, long, String, int, int, int, int[], int, int[], int, boolean, ParentTxn) - Static method in class com.infinitekind.moneydance.model.Legacy
- makeTransactionReminder(AccountBook, long, String, long, long, long, int[], int, int[], int, boolean, ParentTxn) - Static method in class com.infinitekind.moneydance.model.Legacy
- markOnlineTxnsAsOf(Iterator<AbstractTxn>, int, byte) - Static method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.AcctFilter
-
Returns true iff the given account matches the current search criteria
- matches(Account) - Method in class com.infinitekind.moneydance.model.CombinedAccountFilter
- matches(CurrencyType) - Method in class com.infinitekind.moneydance.model.CurrencySearch
-
Returns true iff the given currency matches the current search or filter.
- matches(Txn) - Method in class com.infinitekind.moneydance.model.AggregateTxnSearch
- matches(Txn) - Method in class com.infinitekind.moneydance.model.GenericTxnSearch
- matches(Txn) - Method in interface com.infinitekind.moneydance.model.TxnSearch
- matchesAll() - Method in class com.infinitekind.moneydance.model.AggregateTxnSearch
- matchesAll() - Method in class com.infinitekind.moneydance.model.GenericTxnSearch
- matchesAll() - Method in interface com.infinitekind.moneydance.model.TxnSearch
- matchPayee(Account, String, boolean, int) - Method in class com.infinitekind.moneydance.model.TransactionSet
-
Return the most recently entered 'numMatches' transactions that match the given description.
- matchSplitPayee(Account, String, boolean, int) - Method in class com.infinitekind.moneydance.model.TransactionSet
-
Return the most recently entered 'numMatches' split transactions that match the given description.
- MD_SHOWGRAPH - Static variable in class com.infinitekind.moneydance.model.ReportSpec
- MD_SHOWREPORT - Static variable in class com.infinitekind.moneydance.model.ReportSpec
- MDFileListener - Interface in com.infinitekind.moneydance.model
-
A listener interface that can be registered for callbacks when the state of a file (saved, unsaved, etc) changes.
- MDY - com.infinitekind.moneydance.model.txtimport.ImportDateFieldOrder
- MediaType - Enum in com.infinitekind.moneydance.model
-
Class representing the different types of attachment files that Moneydance knows about
- mediaTypeForFilename(String) - Static method in class com.infinitekind.moneydance.model.TxnUtil
-
Return the best guess for the kind of media contained in the given file
- memo - Variable in class com.infinitekind.moneydance.model.InvestFields
- memo - Variable in class com.infinitekind.moneydance.model.LoanFields
- MEMO - com.infinitekind.moneydance.model.GenericTxnSearch.Field
- MEMO - com.infinitekind.moneydance.model.txtimport.ImportFieldType
- MemorizedItemListener - Interface in com.infinitekind.moneydance.model
-
An interface for objects that want to be notified when MemorizedReportInfo objects are added, removed or modified.
- memorizedReportAdded(ReportSpec) - Method in interface com.infinitekind.moneydance.model.MemorizedItemListener
-
Called after a reminder has been added to the reminder set.
- memorizedReportModified(ReportSpec) - Method in interface com.infinitekind.moneydance.model.MemorizedItemListener
-
Called after a reminder has been modified.
- memorizedReportRemoved(ReportSpec) - Method in interface com.infinitekind.moneydance.model.MemorizedItemListener
-
Called after a reminder has been removed from the reminder set.
- MENU - com.moneydance.apps.md.controller.FeatureModule.ActionType
- merge(Hashtable) - Method in class com.infinitekind.util.StreamTable
- mergeDataTables(Map<String, String>) - Method in class com.infinitekind.moneydance.model.OnlineService
-
This replaces any keys in the built-in info information with the keys and values from the given table.
- MESSAGE_TYPE_BANKING - Static variable in class com.infinitekind.moneydance.model.OnlineService
- MESSAGE_TYPE_BILLDIR - Static variable in class com.infinitekind.moneydance.model.OnlineService
- MESSAGE_TYPE_BILLPAY - Static variable in class com.infinitekind.moneydance.model.OnlineService
- MESSAGE_TYPE_CREDITCARD - Static variable in class com.infinitekind.moneydance.model.OnlineService
- MESSAGE_TYPE_EMAIL - Static variable in class com.infinitekind.moneydance.model.OnlineService
- MESSAGE_TYPE_INTERBANKXFR - Static variable in class com.infinitekind.moneydance.model.OnlineService
- MESSAGE_TYPE_INVESTMENT - Static variable in class com.infinitekind.moneydance.model.OnlineService
- MESSAGE_TYPE_PROF - Static variable in class com.infinitekind.moneydance.model.OnlineService
- MESSAGE_TYPE_SECLIST - Static variable in class com.infinitekind.moneydance.model.OnlineService
- MESSAGE_TYPE_SIGNON - Static variable in class com.infinitekind.moneydance.model.OnlineService
- MESSAGE_TYPE_SIGNUP - Static variable in class com.infinitekind.moneydance.model.OnlineService
- MESSAGE_TYPE_WIREXFR - Static variable in class com.infinitekind.moneydance.model.OnlineService
- MIGRATED_FROM_ANOTHER_APP - com.infinitekind.moneydance.model.txtimport.ImportDataSourceType
- migrateFromOldDownloadedTxns() - Method in class com.infinitekind.moneydance.model.Account
- MILLIS_PER_DAY - Static variable in class com.infinitekind.util.DateUtil
- minmax(int, int, int) - Static method in class com.infinitekind.util.DateUtil
- Misc - Class in com.infinitekind.util
-
Random useful stuff
- Misc() - Constructor for class com.infinitekind.util.Misc
- MISCEXP - com.infinitekind.moneydance.model.InvestTxnType
- MISCINC - com.infinitekind.moneydance.model.InvestTxnType
- MISSCHECKS_T - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- modifyItems(List<MoneydanceSyncableItem>, List<MoneydanceSyncableItem>) - Method in interface com.infinitekind.moneydance.model.UndoManagerInterface
- MONEYBOT - com.moneydance.apps.md.controller.FeatureModule.ActionType
- MONEYBOT_ID_KEY - Static variable in class com.infinitekind.moneydance.model.Account
- MONEYBOT_INVOKE_TARGET - Static variable in class com.moneydance.apps.md.controller.FeatureModule
- MoneybotInterface - Interface in com.moneydance.apps.md.controller.bot
-
This class provides an interface to some core and high-level Moneydance functions that are (or will be) accessible across different versions and implementations of Moneydance
- MoneydanceSyncableItem - Class in com.infinitekind.moneydance.model
-
Created by sreilly - 2014.07.01 19:45
- MoneydanceSyncableItem() - Constructor for class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- MoneydanceSyncableItem(AccountBook) - Constructor for class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- MONTH - com.infinitekind.moneydance.model.PeriodType
- MONTH - com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec.DateField
- MONTHLY - com.infinitekind.moneydance.model.CompoundingType
-
Every month.
- MONTHLY_EVERY - Static variable in class com.infinitekind.moneydance.model.Reminder
- MONTHLY_EVERY_FOURTH - Static variable in class com.infinitekind.moneydance.model.Reminder
- MONTHLY_EVERY_OTHER - Static variable in class com.infinitekind.moneydance.model.Reminder
- MONTHLY_EVERY_SIXTH - Static variable in class com.infinitekind.moneydance.model.Reminder
- MONTHLY_EVERY_THIRD - Static variable in class com.infinitekind.moneydance.model.Reminder
- monthsInPeriod(int, int) - Static method in class com.infinitekind.util.DateUtil
-
Counts the number of months between start (inclusive) and end (exclusive).
- mouseClicked(MouseEvent) - Method in class com.moneydance.awt.JLinkLabel
- mouseEntered(MouseEvent) - Method in class com.moneydance.awt.JLinkLabel
- mouseExited(MouseEvent) - Method in class com.moneydance.awt.JLinkLabel
- mousePressed(MouseEvent) - Method in class com.moneydance.awt.JLinkLabel
- mouseReleased(MouseEvent) - Method in class com.moneydance.awt.JLinkLabel
- moveFile(String, String) - Method in class com.infinitekind.moneydance.model.LocalStorage
-
Move or rename the given fromFile to the given file or folder.
- moveToFolder(File) - Method in class com.infinitekind.moneydance.model.AccountBook
-
Move this account book to the given base folder.
- MUTUAL - com.infinitekind.moneydance.model.SecurityType
-
Mutual Fund.
- MYD - com.infinitekind.moneydance.model.txtimport.ImportDateFieldOrder
N
- needsFIProfileCheck() - Method in class com.infinitekind.moneydance.model.OnlineService
-
Returns true if the FI information needs to be refreshed.
- needsToBePrinted() - Method in class com.infinitekind.moneydance.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
- negateAmount() - Method in class com.infinitekind.moneydance.model.SplitTxn
-
Reverses the sign of the amount of the split
- negateCategory - Variable in class com.infinitekind.moneydance.model.InvestFields
- negateSecurity - Variable in class com.infinitekind.moneydance.model.InvestFields
- NETWORTH_G - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- NETWORTH_T - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- NetWorthCalculator - Class in com.infinitekind.moneydance.model
-
NetWorthCalculator objects will calculate the net worth of the specified data file.
- NetWorthCalculator(AccountBook) - Constructor for class com.infinitekind.moneydance.model.NetWorthCalculator
- NEWLINE - Static variable in class com.moneydance.awt.ResizingTextArea
-
Standard new line character.
- newMail() - Method in class com.infinitekind.moneydance.model.OnlineMailList
-
This creates a new mail that is associated with this list and the specified payee.
- newPayee() - Method in class com.infinitekind.moneydance.model.OnlinePayeeList
-
This creates a new payee that is associated with this list.
- newPayment(OnlinePayee) - Method in class com.infinitekind.moneydance.model.OnlinePaymentList
-
This creates a new payment that is associated with this list and the specified payee.
- newTxn() - Method in class com.infinitekind.moneydance.model.OnlineTxnList
-
Create a new OnlineTxn that is associated, but not yet a member of, this list.
- newTxnFromString(String) - Method in class com.infinitekind.moneydance.model.OnlineTxnList
-
Create a new OnlineTxn that is associated, but not yet a member of, this list.
- next() - Method in class com.infinitekind.moneydance.model.AccountIterator
- next() - Method in class com.infinitekind.moneydance.model.TxnIterator
- nextColor() - Method in class com.moneydance.awt.ThermometerGraph
-
Return the next color in the array
- nodeForXPath(RobotWebNode, String) - Method in interface com.moneydance.apps.md.controller.bot.RobotWebSession
- nodeForXPath(String) - Method in interface com.moneydance.apps.md.controller.bot.RobotWebSession
- nodesForXPath(RobotWebNode, String) - Method in interface com.moneydance.apps.md.controller.bot.RobotWebSession
- nodesForXPath(String) - Method in interface com.moneydance.apps.md.controller.bot.RobotWebSession
- noInsets - Static variable in class com.moneydance.awt.AwtUtil
- NON_CATEGORY_FILTER - Static variable in interface com.infinitekind.moneydance.model.AcctFilter
-
common filter that matches all non-category accounts
- NONE - com.infinitekind.moneydance.model.CheckNumSettings.IncludeRecentsOption
- NORMAL - com.infinitekind.moneydance.model.Account.BalanceType
- north() - Method in class com.moneydance.awt.GridC
-
Anchor the component to the north
- NORTH - Static variable in class com.moneydance.awt.ArrowIcon
-
The arrow should point to the north.
- northEast() - Method in class com.moneydance.awt.GridC
-
Anchor the component to the northeast
- northWest() - Method in class com.moneydance.awt.GridC
-
Anchor the component to the northwest
- NOT_CATEGORY - Static variable in class com.infinitekind.moneydance.model.AccountUtil
-
Sort by non-category account.
- NOTE - com.infinitekind.moneydance.model.Reminder.Type
- notifyAccountModified() - Method in class com.infinitekind.moneydance.model.Account
-
Notify all listeners that the account has been modified.
- notifyAccountModified(Account) - Method in class com.infinitekind.moneydance.model.AccountBook
-
notify all listeners that the specified account has been modified.
- notifyModified() - Method in class com.infinitekind.moneydance.model.OnlineService
O
- occursOnDate(Calendar) - Method in class com.infinitekind.moneydance.model.Reminder
- OnlineAccountInfo - Class in com.infinitekind.moneydance.model
-
This class includes information that describes an online account.
- OnlineAccountInfo() - Constructor for class com.infinitekind.moneydance.model.OnlineAccountInfo
- OnlineAccountProxy - Interface in com.infinitekind.moneydance.model
-
This interface serves as an abstraction for the information associated with a local account.
- OnlineBankAcctFromInterface - Interface in com.infinitekind.moneydance.model
- OnlineBankAcctToInterface - Interface in com.infinitekind.moneydance.model
- OnlineCCAcctToInterface - Interface in com.infinitekind.moneydance.model
- OnlineExtdPayeeInterface - Interface in com.infinitekind.moneydance.model
- OnlineInfo - Class in com.infinitekind.moneydance.model
-
This class maintains information about the online connections, logins, and financial institutions that we can connect to.
- OnlineInfoListener - Interface in com.infinitekind.moneydance.model
- onlineInfoModified(OnlineInfo) - Method in interface com.infinitekind.moneydance.model.OnlineInfoListener
- OnlineMail - Class in com.infinitekind.moneydance.model
-
Simple mail object that describes mails that are stored in the users mail list on the online banking server.
- OnlineMailList - Class in com.infinitekind.moneydance.model
-
This class contains a set of mails that are used for online bill-mail.
- OnlineMailList(AccountBook) - Constructor for class com.infinitekind.moneydance.model.OnlineMailList
- OnlinePayee - Class in com.infinitekind.moneydance.model
-
Simple payee object that describes payees that are stored in the users payee list on the online banking server.
- OnlinePayeeInterface - Interface in com.infinitekind.moneydance.model
- OnlinePayeeList - Class in com.infinitekind.moneydance.model
-
This class contains a set of payees that are used for online bill-payment.
- OnlinePayeeList(AccountBook) - Constructor for class com.infinitekind.moneydance.model.OnlinePayeeList
- OnlinePayeeList(AccountBook, StreamTable) - Constructor for class com.infinitekind.moneydance.model.OnlinePayeeList
-
create a payee list and populate it with the pre-Moneydance2015 format streamtable data.
- OnlinePayeeListener - Interface in com.infinitekind.moneydance.model
- onlinePayeesModified(OnlinePayeeList) - Method in interface com.infinitekind.moneydance.model.OnlinePayeeListener
- OnlinePayment - Class in com.infinitekind.moneydance.model
-
Simple payment object that describes payments that are stored in the users payment list on the online banking server.
- OnlinePaymentList - Class in com.infinitekind.moneydance.model
-
This class contains a set of payments that are used for online bill-payment.
- OnlinePaymentList(AccountBook) - Constructor for class com.infinitekind.moneydance.model.OnlinePaymentList
- OnlinePaymentList(AccountBook, StreamTable) - Constructor for class com.infinitekind.moneydance.model.OnlinePaymentList
- OnlinePaymentListener - Interface in com.infinitekind.moneydance.model
- onlinePaymentsModified(OnlinePaymentList) - Method in interface com.infinitekind.moneydance.model.OnlinePaymentListener
- OnlineService - Class in com.infinitekind.moneydance.model
-
This class describes one online service to which Moneydance can connect.
- OnlineService(AccountBook) - Constructor for class com.infinitekind.moneydance.model.OnlineService
- OnlineService(AccountBook, StreamTable) - Constructor for class com.infinitekind.moneydance.model.OnlineService
- OnlineTxn - Class in com.infinitekind.moneydance.model
-
Simple transaction object that holds transactions that are downloaded from a bank, before the transactions can be committed to the local database.
- OnlineTxn() - Constructor for class com.infinitekind.moneydance.model.OnlineTxn
- OnlineTxn(OnlineTxnList, SyncRecord) - Constructor for class com.infinitekind.moneydance.model.OnlineTxn
- OnlineTxn(OnlineTxnList, StreamTable) - Constructor for class com.infinitekind.moneydance.model.OnlineTxn
- OnlineTxn(SyncRecord) - Constructor for class com.infinitekind.moneydance.model.OnlineTxn
- OnlineTxnList - Class in com.infinitekind.moneydance.model
-
This class contains a set of transactions that are used for online banking and bill-payment.
- OnlineTxnList(AccountBook) - Constructor for class com.infinitekind.moneydance.model.OnlineTxnList
- OnlineTxnList(AccountBook, StreamTable) - Constructor for class com.infinitekind.moneydance.model.OnlineTxnList
- OnlineTxnListener - Interface in com.infinitekind.moneydance.model
- onlineTxnsModified(OnlineTxnList) - Method in interface com.infinitekind.moneydance.model.OnlineTxnListener
- openFileForReading(String) - Method in class com.infinitekind.moneydance.model.LocalStorage
-
Reads from a local data file, decrypting as it goes.
- openFileForWriting(String) - Method in class com.infinitekind.moneydance.model.LocalStorage
-
Returns a stream for writing to a local data file, encrypting as it goes.
- openZip(File, String) - Static method in class com.infinitekind.util.IOUtils
-
Unzip a file in given path.
- OPTION - com.infinitekind.moneydance.model.SecurityType
-
Option or derivitive.
- OR - com.infinitekind.moneydance.model.CombinedAccountFilter.CombinationType
- OTHER - com.infinitekind.moneydance.model.SecurityType
-
Other type like real estate or commodity.
- OTHER - com.moneydance.apps.md.controller.FeatureModule.ActionType
- overlap(BudgetItem) - Method in class com.infinitekind.moneydance.model.BudgetPeriod
-
Check whether a BudgetItem interval is partially contained in a BudgetPeriod or vice versa.
- overlap(DateRange) - Method in class com.infinitekind.moneydance.model.DateRange
-
Returns true if: this ∍ otherStart || this ∍ otherEnd || other ∍ thisStart || other ∍ thisEnd
P
- padx(int) - Method in class com.moneydance.awt.GridC
-
Set the internal padding along the X axis
- pady(int) - Method in class com.moneydance.awt.GridC
-
Set the internal padding along the Y axis
- 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.ShadowBorder
- paintComponent(Graphics) - Method in class com.moneydance.awt.DatePicker
- paintComponent(Graphics) - Method in class com.moneydance.awt.ImagePanel
- 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.
- paintThumb(Graphics, JComponent, Rectangle) - Method in class com.moneydance.awt.TIKScrollBarUI
- paintTrack(Graphics, JComponent, Rectangle) - Method in class com.moneydance.awt.TIKScrollBarUI
- PaperBorder - Class in com.moneydance.awt
- PaperBorder(boolean, Component) - Constructor for class com.moneydance.awt.PaperBorder
- PARAM_INCLUDE_IN_NET_WORTH - Static variable in class com.infinitekind.moneydance.model.Account
- PARAM_QIF_TXNID - Static variable in class com.infinitekind.moneydance.model.Account
- PARAM_TAX_RELATED - Static variable in class com.infinitekind.moneydance.model.Account
- PARAM_VAT_ACCT - Static variable in class com.infinitekind.moneydance.model.Account
- PARAM_VAT_ACCTID - Static variable in class com.infinitekind.moneydance.model.Account
- PARAM_VAT_APPLIES - Static variable in class com.infinitekind.moneydance.model.Account
- PARAM_VAT_PCT - Static variable in class com.infinitekind.moneydance.model.Account
- ParentTxn - Class in com.infinitekind.moneydance.model
-
Concrete class that represents the "source" side of a transaction.
- ParentTxn(AccountBook) - Constructor for class com.infinitekind.moneydance.model.ParentTxn
- parse(String) - Method in class com.infinitekind.util.CustomDateFormat
- parse(String, char) - Method in class com.infinitekind.moneydance.model.CurrencyType
- parse(String, char, boolean) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Parse the given amount string given the provided decimal character.
- parseCostBasisTag(SplitTxn) - Static method in class com.infinitekind.moneydance.model.TxnUtil
-
This is only available on Build 256 and up.
- parseCurrencyExpression(String, char, CurrencyType, CurrencyTable) - Static method in class com.infinitekind.moneydance.model.CurrencyUtil
- parseCurrencyExpression(String, char, CurrencyType, CurrencyTable, boolean) - Static method in class com.infinitekind.moneydance.model.CurrencyUtil
- 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.infinitekind.util.StringUtils
- parseDouble(String, double, char) - Static method in class com.infinitekind.util.StringUtils
- parseDoubleWithException(String, char) - Static method in class com.infinitekind.util.StringUtils
- parseFormula(String, char) - Static method in class com.infinitekind.util.StringUtils
- parseFraction(String, char) - Static method in class com.infinitekind.util.StringUtils
-
Parse a fraction from a string - ie "1/5".
- parseInt(String) - Method in class com.infinitekind.util.CustomDateFormat
- parseParametersFromURL(String) - Static method in class com.infinitekind.moneydance.model.Legacy
- parseQuickenDate(String) - Static method in class com.infinitekind.util.StringUtils
- parseRate(String, char) - Static method in class com.infinitekind.util.StringUtils
- parseRate(String, double, char) - Static method in class com.infinitekind.util.StringUtils
- parseRaw(String) - Static method in class com.infinitekind.moneydance.model.CurrencyType
-
Parse a raw currency string, assuming there are enough decimal places.
- parseURLParameters(String, Map<String, String>) - Static method in class com.infinitekind.util.StringUtils
- parseValue() - Method in class com.moneydance.awt.JCurrencyField
-
This returns the current value of the field, without reformatting the value in the field.
- parseValue(String) - Method in class com.moneydance.awt.JCurrencyField
-
Parse the given text and return the resulting value in the same way that user input is parsed.
- parseValue(String) - Method in class com.moneydance.awt.JRateField
- PASSWD_TYPE_FIXED - Static variable in class com.infinitekind.moneydance.model.OnlineService
- PASSWD_TYPE_HWTOKEN - Static variable in class com.infinitekind.moneydance.model.OnlineService
- PASSWD_TYPE_ONETIME - Static variable in class com.infinitekind.moneydance.model.OnlineService
- pauseSyncing() - Method in class com.infinitekind.moneydance.model.AccountBook
- payee - Variable in class com.infinitekind.moneydance.model.InvestFields
- PAYEE - com.infinitekind.moneydance.model.GenericTxnSearch.Field
- PaymentSchedule - Class in com.infinitekind.moneydance.model
-
Created by sreilly - 7/27/14 5:44 PM
- PaymentSchedule(Account) - Constructor for class com.infinitekind.moneydance.model.PaymentSchedule
- PERCENTAGE_OF_CLEARED_BALANCE - com.infinitekind.moneydance.model.Account.DebtPaymentSpec
- PERCENTAGE_OF_CURRENT_BALANCE - com.infinitekind.moneydance.model.Account.DebtPaymentSpec
- performImport(Reader) - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImporter
-
Do the import, with the current set of parameters.
- performPostLoadVerification() - Method in class com.infinitekind.moneydance.model.AccountBook
- PeriodType - Enum in com.infinitekind.moneydance.model
- PeriodTypeFilter - Interface in com.infinitekind.moneydance.model
- PeriodTypeFilter.EqualPolicy - Enum in com.infinitekind.moneydance.model
- PeriodTypeFilter.LargerPeriodTypeFilter - Class in com.infinitekind.moneydance.model
- PeriodTypeFilter.NarrowerPeriodTypeFilter - Class in com.infinitekind.moneydance.model
- PORTFOLIO_T - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- portion() - Method in class com.moneydance.awt.ThermometerGraph.Segment
- PREFER_AMT_SIGN_TO_TXN_TYPE - Static variable in class com.infinitekind.moneydance.model.OnlineTxn
- price - Variable in class com.infinitekind.moneydance.model.InvestFields
- principalAmount - Variable in class com.infinitekind.moneydance.model.LoanFields
- PRINT_CHECKNUM_PREFIX - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- PRINT_CHECKNUM_SUFFIX - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- processEvent(AWTEvent) - Method in class com.moneydance.awt.NeedToUpgradeWindow
- processLotBasedTxn(TxnSet, SplitTxn, CurrencyType, int, Hashtable<String, AvailableSharesTracker>) - Static method in class com.infinitekind.moneydance.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_POPUP_MENU - Static variable in class com.moneydance.awt.QuickSearchField
- PROTO_TYPE_OFX - Static variable in class com.infinitekind.moneydance.model.OnlineTxn
- PROTO_TYPE_QIF - Static variable in class com.infinitekind.moneydance.model.OnlineTxn
- put(Object, boolean) - Method in class com.infinitekind.util.StreamTable
-
Set the boolean value associated with this key
- put(Object, int) - Method in class com.infinitekind.util.StreamTable
-
Set the int value associated with this key
- put(Object, long) - Method in class com.infinitekind.util.StreamTable
-
Set the long value associated with this key.
- put(Object, Object) - Method in class com.infinitekind.util.StreamTable
- put(Object, String) - Method in class com.infinitekind.util.StreamTable
-
Set the string value associated with this key
- put(Object, URL) - Method in class com.infinitekind.util.StreamTable
-
Set the url value associated with this key
Q
- QIF_FI_ID - Static variable in class com.infinitekind.moneydance.model.OnlineTxn
- QUARTERLY - com.infinitekind.moneydance.model.CompoundingType
-
Quarterly (this came after annually so they are not in numerical order).
- QuickSearchField - Class in com.moneydance.awt
-
QuickSearchField
is a componet like the Cocoa NSSearchField. - QuickSearchField() - Constructor for class com.moneydance.awt.QuickSearchField
-
Constructs a new QuickSearchField initialized with the specified default text, search Icon, Cancel Icon and PopupMenu.
R
- rangeOfTxns(TransactionSet) - Static method in class com.infinitekind.moneydance.model.DateRange
-
Return the smallest date range that includes all of the transactions in the given set
- rangeOfTxns(Iterable<AbstractTxn>) - Static method in class com.infinitekind.moneydance.model.DateRange
-
Return the smallest date range that includes all of the transactions in the given set
- RateAdjustmentOption - Enum in com.infinitekind.moneydance.model
-
Identify the type of action that should be applied to transactions, especially reminders, to account for a different exchange rate or security price at some point in time.
- readFile(String, OutputStream) - Method in class com.infinitekind.moneydance.model.LocalStorage
-
Reads from a local data file, decrypting as it goes.
- readFrom(InputStream) - Method in class com.infinitekind.util.StreamTable
- readFrom(Reader) - Method in interface com.infinitekind.util.StreamObject
- readFrom(Reader) - Method in class com.infinitekind.util.StreamTable
- readFrom(Reader) - Method in class com.infinitekind.util.StreamVector
- readFrom(String) - Method in interface com.infinitekind.util.StreamObject
- readFrom(String) - Method in class com.infinitekind.util.StreamTable
- readFrom(String) - Method in class com.infinitekind.util.StreamVector
- readFromFile(File) - Method in class com.infinitekind.util.StreamTable
- readFromFile(String) - Method in class com.infinitekind.util.StreamTable
- readFully(InputStream) - Static method in class com.infinitekind.util.IOUtils
-
Read the entire contents of the given stream into a byte array.
- readline(InputStream) - Static method in class com.infinitekind.util.IOUtils
-
Read a single line from the given InputStream, assuming the text is UTF-8 encoded.
- readlines(InputStream) - Static method in class com.infinitekind.util.IOUtils
-
Return a list containing the lines read from the given UTF8-encoded InputStream.
- readString(Reader) - Static method in class com.infinitekind.util.StreamUtil
- readTheRest(Reader) - Method in interface com.infinitekind.util.StreamObject
- readTheRest(Reader) - Method in class com.infinitekind.util.StreamTable
- readTheRest(Reader) - Method in class com.infinitekind.util.StreamVector
- readUndelimitedString(Reader, char) - Static method in class com.infinitekind.util.StreamUtil
- recalcBalances(long, boolean) - Method in class com.infinitekind.moneydance.model.TxnSet
- recalcBalances(long, boolean, boolean) - Method in class com.infinitekind.moneydance.model.TxnSet
- recomputeStartDate(List<ROICashFlowEntry>, int) - Static method in class com.infinitekind.moneydance.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.
- RECONCILIATION_T - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- RECONCILING - com.infinitekind.moneydance.model.AbstractTxn.ClearedStatus
- refresh() - Method in class com.infinitekind.moneydance.model.PaymentSchedule
- refresh() - Method in interface com.moneydance.apps.md.view.HomePageView
-
Forces a refresh of the information in the view.
- refreshAccountBalances() - Method in class com.infinitekind.moneydance.model.AccountBook
-
This will update the accounts balance from the "working" value and notify listeners if the balance has changed.
- refreshAccountBalancesAsync() - Method in class com.infinitekind.moneydance.model.AccountBook
- 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.
- registerAttachmentForDeletion(String) - Method in class com.infinitekind.moneydance.model.AccountBook
- 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.
- registerNewItemWithoutSyncing(SyncableItem) - Method in class com.infinitekind.moneydance.model.AccountBook
-
Call this to add an item to the data set that is not yet synced.
- reload() - Method in class com.infinitekind.moneydance.model.BudgetItemList
-
Reload by rescanning the data model for budget items.
- reminder - Variable in class com.infinitekind.moneydance.model.DateReminderPair
- Reminder - Class in com.infinitekind.moneydance.model
-
Reminder represents an item (usually a note or transaction) that can be scheduled to occur on a specific date or recurring series of dates.
- Reminder(AccountBook) - Constructor for class com.infinitekind.moneydance.model.Reminder
- Reminder.Type - Enum in com.infinitekind.moneydance.model
- reminderAdded(Reminder) - Method in interface com.infinitekind.moneydance.model.ReminderListener
-
Called after a reminder has been added to the reminder set.
- ReminderListener - Interface in com.infinitekind.moneydance.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.infinitekind.moneydance.model.ReminderListener
-
Called after a reminder has been modified.
- reminderRemoved(Reminder) - Method in interface com.infinitekind.moneydance.model.ReminderListener
-
Called after a reminder has been removed from the reminder set.
- ReminderSet - Class in com.infinitekind.moneydance.model
-
A set of Reminder objects that occur according to some (possibly recurring) schedule
- ReminderSet(AccountBook) - Constructor for class com.infinitekind.moneydance.model.ReminderSet
- remove() - Method in class com.infinitekind.moneydance.model.AccountIterator
- remove() - Method in class com.infinitekind.moneydance.model.TxnIterator
- removeAccountListener(AccountListener) - Method in class com.infinitekind.moneydance.model.AccountBook
-
remove the specified object so that it doesn't get any more notifications when an account is modified.
- removeAll() - Method in class com.infinitekind.moneydance.model.TransactionSet
-
Good gravy, don't call this.
- removeAll(Collection<AbstractTxn>) - Method in class com.infinitekind.moneydance.model.TxnSet
-
Remove all objects that are in the given collection
- removeAllTxns() - Method in class com.infinitekind.moneydance.model.TxnSet
- removeAttachmentTag(String) - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Remove the specified attachment tag, along with the file that it contains
- removeBudget(Budget) - Method in class com.infinitekind.moneydance.model.BudgetList
-
Remove the given budget from the list.
- removeBudgetListener(BudgetListener) - Method in class com.infinitekind.moneydance.model.Budget
- removeChildren(T) - Method in class com.moneydance.awt.HashTreeModel
- removeCurrencyListener(CurrencyListener) - Method in class com.infinitekind.moneydance.model.CurrencyTable
- removeEntry(AddressBookEntry) - Method in class com.infinitekind.moneydance.model.AddressBook
- removeFileListener(MDFileListener) - Method in class com.infinitekind.moneydance.model.AccountBook
- removeItem(BudgetItem) - Method in class com.infinitekind.moneydance.model.BudgetItemList
-
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(AccountBookListener) - Method in class com.infinitekind.moneydance.model.AccountBook
- removeListener(BudgetListener) - Method in class com.infinitekind.moneydance.model.BudgetList
-
Removeo a listener for events that affect the budget list or the budgets in the list.
- removeListener(MemorizedItemListener) - Method in class com.infinitekind.moneydance.model.ReportSpecManager
- removeListener(OnlineInfoListener) - Method in class com.infinitekind.moneydance.model.OnlineInfo
- removeListener(OnlinePayeeListener) - Method in class com.infinitekind.moneydance.model.OnlinePayeeList
- removeListener(OnlinePaymentListener) - Method in class com.infinitekind.moneydance.model.OnlinePaymentList
- removeListener(OnlineTxnListener) - Method in class com.infinitekind.moneydance.model.OnlineTxnList
- removeMessage(OnlineMail) - Method in class com.infinitekind.moneydance.model.OnlineMailList
-
Remove the given mail object from the list.
- removeNode(T) - Method in class com.moneydance.awt.HashTreeModel
-
Remove a node from the tree.
- removeParameter(String) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Remove the parameter with the given name.
- removePayee(int) - Method in class com.infinitekind.moneydance.model.OnlinePayeeList
-
Remove the payee object at the specified index.
- removePayee(OnlinePayee) - Method in class com.infinitekind.moneydance.model.OnlinePayeeList
-
Remove the given payee object from the list.
- removePayment(int) - Method in class com.infinitekind.moneydance.model.OnlinePaymentList
-
Remove the payment object at the specified index.
- removePayment(OnlinePayment) - Method in class com.infinitekind.moneydance.model.OnlinePaymentList
-
Remove the given payment object from the list.
- removeReminder(Reminder) - Method in class com.infinitekind.moneydance.model.ReminderSet
-
Remove the specified transaction.
- removeReminderListener(ReminderListener) - Method in class com.infinitekind.moneydance.model.ReminderSet
- removeSplit(int) - Method in class com.infinitekind.moneydance.model.ParentTxn
-
Remove the split at the specified index.
- removeSplit(SplitTxn) - Method in class com.infinitekind.moneydance.model.ParentTxn
-
Remove the specified split.
- removeTag(LegacyTxnTags.TxnTag) - Method in class com.infinitekind.moneydance.model.LegacyTxnTags
-
Remove the given tag from the tag set if there are no transactions referencing the tag.
- removeTransactionListener(TransactionListener) - Method in class com.infinitekind.moneydance.model.TransactionSet
- removeTreeModelListener(TreeModelListener) - Method in class com.moneydance.awt.HashTreeModel
- removeTxn(int) - Method in class com.infinitekind.moneydance.model.OnlineTxnList
-
Remove the txn object at the specified index.
- removeTxn(AbstractTxn) - Method in class com.infinitekind.moneydance.model.TransactionSet
-
Remove the specified transaction.
- removeTxn(AbstractTxn) - Method in class com.infinitekind.moneydance.model.TxnSet
- removeTxn(OnlineTxn) - Method in class com.infinitekind.moneydance.model.OnlineTxnList
-
Remove the given txn object from the list.
- removeTxnAt(int) - Method in class com.infinitekind.moneydance.model.TxnSet
- renameFilesMatching(String, String, File) - Static method in class com.infinitekind.util.IOUtils
-
This method will rename files matching oldName to newName in the given dir
- renameMostlyAtomicallyWithoutNIO(File, File) - Static method in class com.infinitekind.util.IOUtils
- reorder(int, int) - Method in interface com.moneydance.awt.ReorderableTable
- ReorderableTable - Interface in com.moneydance.awt
-
Interface which the table model must implement in order to reorder rows with drag and drop
- REPEAT_BY_DAY_OF_MONTH - Static variable in class com.infinitekind.moneydance.model.Reminder
- REPEAT_BY_DAY_OF_WEEK - Static variable in class com.infinitekind.moneydance.model.Reminder
- REPEAT_BY_EVERY_YEAR - Static variable in class com.infinitekind.moneydance.model.Reminder
- REPEAT_BY_NDAYS - Static variable in class com.infinitekind.moneydance.model.Reminder
- REPEAT_BY_NONE - Static variable in class com.infinitekind.moneydance.model.Reminder
- replaceAll(String, String, String) - Static method in class com.infinitekind.util.StringUtils
-
Replace one or more tokens inside another string with a value.
- reportError(String) - Method in interface com.moneydance.apps.md.controller.bot.RobotWebSession
- ReportSpec - Class in com.infinitekind.moneydance.model
-
Created by sreilly - 21/08/2014 07:15
- ReportSpec(AccountBook) - Constructor for class com.infinitekind.moneydance.model.ReportSpec
- ReportSpec(AccountBook, String, ReportSpec.ReportGenerator) - Constructor for class com.infinitekind.moneydance.model.ReportSpec
- ReportSpec.ReportGenerator - Enum in com.infinitekind.moneydance.model
- ReportSpec.Type - Enum in com.infinitekind.moneydance.model
- ReportSpecManager - Class in com.infinitekind.moneydance.model
-
Manager for memorized reports and graphs, provides notifications when changes are made.
- ReportSpecManager(AccountBook) - Constructor for class com.infinitekind.moneydance.model.ReportSpecManager
-
Constructor to allow the data file to be an immutable field.
- reportTypeForID(String) - Static method in enum com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- reportTypeForLegacyID(String) - Static method in enum com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- 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.infinitekind.moneydance.model.AbstractTxn
-
Mark this transaction as unmodified.
- resetDirtyFlags() - Method in class com.infinitekind.moneydance.model.Account
-
set the dirty flag for this account and all sub-accounts to a non-dirty state.
- resetDirtyFlags() - Method in class com.infinitekind.moneydance.model.CurrencyTable
- resetDirtyFlags() - Method in class com.infinitekind.moneydance.model.CurrencyType
- resetDirtyFlags() - Method in class com.infinitekind.moneydance.model.TransactionSet
- resetItems() - Method in class com.infinitekind.moneydance.model.Budget.CalculationResults
- resetLoggedChanges() - Method in class com.infinitekind.moneydance.model.AccountBook
- resetRealmInfo() - Method in class com.infinitekind.moneydance.model.OnlineService
-
Removes references to all of the current realms.
- 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
- resumeSyncing() - Method in class com.infinitekind.moneydance.model.AccountBook
- REVERSE_ACCOUNT - com.infinitekind.moneydance.model.TxnSortOrder
- REVERSE_AMOUNT - com.infinitekind.moneydance.model.TxnSortOrder
- REVERSE_CATEGORY - com.infinitekind.moneydance.model.TxnSortOrder
- REVERSE_CHECKNUM - com.infinitekind.moneydance.model.TxnSortOrder
- REVERSE_CHECKNUM_INT - com.infinitekind.moneydance.model.TxnSortOrder
- REVERSE_CHECKNUM_PARENT - com.infinitekind.moneydance.model.TxnSortOrder
- REVERSE_DATE - com.infinitekind.moneydance.model.TxnSortOrder
- REVERSE_DATE_ENTERED - com.infinitekind.moneydance.model.TxnSortOrder
- REVERSE_DATE_THEN_AMOUNT - com.infinitekind.moneydance.model.TxnSortOrder
- REVERSE_DATE_THEN_CHECKNUM - com.infinitekind.moneydance.model.TxnSortOrder
- REVERSE_DATE_THEN_STATUS - com.infinitekind.moneydance.model.TxnSortOrder
- REVERSE_DESCRIPTION - com.infinitekind.moneydance.model.TxnSortOrder
- REVERSE_STATUS_THEN_CKNUM - com.infinitekind.moneydance.model.TxnSortOrder
- REVERSE_STATUS_THEN_DATE - com.infinitekind.moneydance.model.TxnSortOrder
- REVERSE_TAXDATE_THEN_CHECKNUM - com.infinitekind.moneydance.model.TxnSortOrder
- RIGHT_FIELD_INSET - Static variable in class com.moneydance.awt.GridC
- RIGHT_LABEL_INSET - Static variable in class com.moneydance.awt.GridC
- rightInset(int) - Method in class com.moneydance.awt.GridC
-
Set the right edge inset
- RobotWebNode - Interface in com.moneydance.apps.md.controller.bot
-
Interface for a node on a web page, allowing for examining the contents of a web page programatically.
- RobotWebPage - Interface in com.moneydance.apps.md.controller.bot
-
Interface for the current web page, allowing for the page to be examined or interacted with programatically
- RobotWebSession - Interface in com.moneydance.apps.md.controller.bot
-
Interface for a browser session, allowing for a script to navigate the web programatically with a full web browser including javascript and UI capabilities.
- ROICashFlowEntry - Class in com.infinitekind.moneydance.model
-
Tracks a transaction for Return On Investment/Internal Rate of Return computations.
- ROICashFlowEntry(int, long, CurrencyType, int) - Constructor for class com.infinitekind.moneydance.model.ROICashFlowEntry
-
Constructor to allow all fields to be final.
- ROICashFlowEntry(SplitTxn, InvestTxnType, CurrencyType, int) - Constructor for class com.infinitekind.moneydance.model.ROICashFlowEntry
-
Constructor from a security transaction.
- ROOT - com.infinitekind.moneydance.model.Account.AccountType
- rowspan(int) - Method in class com.moneydance.awt.GridC
-
Set the gridheight: number of rows to span.
S
- safeRate(double) - Static method in class com.infinitekind.moneydance.model.InvestFields
-
If the given rate is zero, return a number that can be used as a denominator, otherwise,
- safeRate(double) - Static method in class com.infinitekind.util.DateUtil
-
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.
- save() - Method in class com.infinitekind.moneydance.model.AccountBook
-
Save any pending queued changes, returning false if we couldn't save something
- save() - Method in class com.infinitekind.moneydance.model.LocalStorage
-
Saves the key-value data to local storage
- saveEdits() - Method in class com.infinitekind.moneydance.model.BudgetItemList
- saveEdits() - Method in class com.moneydance.apps.md.extensionapi.EditorField
-
Called when the editor should save the value from the field to the model
- saveToTransaction(ParentTxn) - Method in class com.infinitekind.moneydance.model.LoanFields
- saveTrunkFile() - Method in class com.infinitekind.moneydance.model.AccountBook
-
Saves a snapshot of the current data set in a "trunk" data file.
- scheduleQueuePurgeInMillisecondsFromNow(long) - Method in class com.infinitekind.moneydance.model.AccountBook
- SEARCH_T - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- secCurr - Variable in class com.infinitekind.moneydance.model.InvestFields
- SECPERF_G - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- security - Variable in class com.infinitekind.moneydance.model.InvestFields
- SECURITY - com.infinitekind.moneydance.model.Account.AccountType
- SECURITY - com.infinitekind.moneydance.model.CurrencyType.Type
- SECURITY_HISTORY_T - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- SECURITY_SUBTYPES_ITEM_TYPE - Static variable in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- SecurityType - Enum in com.infinitekind.moneydance.model
-
Defines the various types of security instruments that can be assigned to a security.
- Segment(String, double, Color) - Constructor for class com.moneydance.awt.ThermometerGraph.Segment
-
Construct a graph segment with the given label, proportion and color
- 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
- SELL - com.infinitekind.moneydance.model.InvestTxnType
- SELL_XFER - com.infinitekind.moneydance.model.InvestTxnType
- setAccount(Account) - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Set the account associated with this transaction.
- setAccount(Account) - Method in class com.infinitekind.moneydance.model.BudgetItem
-
Sets the specific account, if any, to or from which funds will be moved.
- setAccount(Account) - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
- setAccountDescription(String) - Method in class com.infinitekind.moneydance.model.Account
- setAccountIsInactive(boolean) - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlineAccountInfo
- setAccountMessageType(int) - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- setAccountName(String) - Method in class com.infinitekind.moneydance.model.Account
- setAccountNumber(String) - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- setAccountNums(String[]) - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Sets the default account number that represents the user's account with the payee.
- setAccountParameter(String, String, Account) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Store a reference to acct in this object using the given keys.
- setAccountType(Account.AccountType) - Method in class com.infinitekind.moneydance.model.Account
-
Set or change the type of this account.
- setAccountType(String) - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- setAccruedInterest(long) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setAcctFromAcctID(String) - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctFromInterface
- setAcctFromAcctID(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
- setAcctFromBankID(String) - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctFromInterface
- setAcctFromBankID(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
- setAcctFromBranchID(String) - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctFromInterface
- setAcctFromBranchID(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
- setAcctFromKey(String) - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctFromInterface
- setAcctFromKey(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
- setAcctFromType(String) - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctFromInterface
- setAcctFromType(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
- setAcctToAcctID(String) - Method in interface com.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlineBankAcctToInterface
-
Set the branch of this payee's bank account.
- setAcctToBankBranch(String) - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Set the branch of this payee's bank account.
- setAcctToBankBranch(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Get the branch of this payee's bank account.
- setAcctToBankBranch(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Get the branch of this payee's bank account.
- setAcctToBankCity(String) - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctToInterface
-
Set the city of this payee's bank.
- setAcctToBankCity(String) - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Set the city of this payee's bank.
- setAcctToBankCity(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Set the city of this payee's bank.
- setAcctToBankCity(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Set the city of this payee's bank.
- setAcctToBankID(String) - Method in interface com.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlineBankAcctToInterface
-
Set the name of this payee's bank account.
- setAcctToBankName(String) - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Set the name of this payee's bank account.
- setAcctToBankName(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Set the name of this payee's bank account.
- setAcctToBankName(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Set the name of this payee's bank account.
- setAcctToBankPostal(String) - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctToInterface
-
Set the postal code of this payee's bank.
- setAcctToBankPostal(String) - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Set the postal code of this payee's bank.
- setAcctToBankPostal(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Set the postal code of this payee's bank.
- setAcctToBankPostal(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Set the postal code of this payee's bank.
- setAcctToBranchID(String) - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctToInterface
-
Set the branch ID of the account for this payee.
- setAcctToBranchID(String) - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Set the branch ID of the account for this payee.
- setAcctToBranchID(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Set the branch ID of the account for this payee.
- setAcctToBranchID(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Set the branch ID of the account for this payee.
- setAcctToKey(String) - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctToInterface
-
Set the key for this payee's account.
- setAcctToKey(String) - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Set the key for this payee's account.
- setAcctToKey(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Set the key for this payee's account.
- setAcctToKey(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Set the key for this payee's account.
- setAcctToPTTAcctID(String) - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctToInterface
-
Set the PTT ID of this payee's bank.
- setAcctToPTTAcctID(String) - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Set the PTT ID of this payee's bank.
- setAcctToPTTAcctID(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Set the PTT ID of this payee's bank.
- setAcctToPTTAcctID(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Set the PTT ID of this payee's bank.
- setAcctToType(String) - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctToInterface
-
Set the type of account for this payee.
- setAcctToType(String) - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Set the type of account for this payee.
- setAcctToType(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Set the type of account for this payee.
- setAcctToType(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Set the type of account for this payee.
- setAcknowledgedInt(int) - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlinePayee
- setAddr1(String) - Method in interface com.infinitekind.moneydance.model.OnlinePayeeInterface
- setAddr1(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
- setAddr1(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setAddr2(String) - Method in class com.infinitekind.moneydance.model.OnlinePayee
- setAddr2(String) - Method in interface com.infinitekind.moneydance.model.OnlinePayeeInterface
- setAddr2(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
- setAddr2(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setAddr3(String) - Method in class com.infinitekind.moneydance.model.OnlinePayee
- setAddr3(String) - Method in interface com.infinitekind.moneydance.model.OnlinePayeeInterface
- setAddr3(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
- setAddr3(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setAddress(AddressBookEntry) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- setAddressParameter(String, String, AddressBookEntry) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Store a reference to address in this account using the keys.
- setAddressString(String) - Method in class com.infinitekind.moneydance.model.AddressBookEntry
- setAlignmentX(float) - Method in class com.moneydance.awt.JTextPanel
- setAllowBlank(boolean) - Method in class com.moneydance.awt.JRateField
- setAllowDuplicateIDs(boolean) - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.BudgetItem
-
Sets the amount that was budgeted, specified in the currency of the transfer account.
- setAmount(long) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setAmount(long) - Method in class com.infinitekind.moneydance.model.SplitTxn
-
Set the amount that this split affects the -other- side of the transaction.
- setAmount(long, double, long) - Method in class com.infinitekind.moneydance.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, long) - Method in class com.infinitekind.moneydance.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(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Sets the amount of this payment.
- setAnnualFee(long) - Method in class com.infinitekind.moneydance.model.Account
- setAPR(double) - Method in class com.infinitekind.moneydance.model.Account
- setAPRPercent(double) - Method in class com.infinitekind.moneydance.model.Account
- setAttachmentTag(String, File) - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Set the file that is associated with the given tag name, copying the file into the data set's internal storage.
- setAutoCommitDays(int) - Method in class com.infinitekind.moneydance.model.Reminder
-
Set the number of days prior to this transactions scheduled date that we should automatically add it to the transaction set.
- setAvailableAccounts(List<OnlineAccountInfo>) - Method in class com.infinitekind.moneydance.model.OnlineService
- setAvgCostBasis(long) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setBackground(Color) - Method in class com.moneydance.awt.JTextPanel
- setBalanceType(Account.BalanceType) - Method in class com.infinitekind.moneydance.model.NetWorthCalculator
- setBankAccountNumber(String) - Method in class com.infinitekind.moneydance.model.Account
- setBankCanEmail(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBankCanNotify(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBankClosingAvail(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBankingFI(OnlineService) - Method in class com.infinitekind.moneydance.model.Account
-
Set the online banking connection information used for online banking (transaction download, etc) in this account.
- setBankName(String) - Method in class com.infinitekind.moneydance.model.Account
- setBankXfrCanModifyModels(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBankXfrCanModifyTransfers(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBankXfrCanScheduleRecurring(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBankXfrCanScheduleTransfers(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBankXfrDaysWithdrawn(int) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBankXfrDefaultDaysToPay(int) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBankXfrModelWindow(int) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBankXfrNeedsTAN(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBankXfrProcessingDaysOff(String[]) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBankXfrProcessingEndTime(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBankXfrSupportsDTAvail(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBaseRate(double) - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Set the price of this snapshot's currency on the snapshot's date relative to the file's base currency.
- setBaseRate(double) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Set the rate in terms of the base currency.
- setBaseType(CurrencyType) - Method in class com.infinitekind.moneydance.model.CurrencyTable
- setBillerReference(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Get the biller reference info that is associated with this payment.
- setBillPayCanAddPayee(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBillPayCanModModels() - Method in class com.infinitekind.moneydance.model.OnlineService
- setBillPayCanModModels(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBillPayCanModPayments(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBillPayDaysWithdrawn(int) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBillPayDefaultDaysToPay(int) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBillPayFI(OnlineService) - Method in class com.infinitekind.moneydance.model.Account
-
Set the online banking connection information used for online banking (transaction download, etc) in this account.
- setBillPayHasExtendedPmt(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBillPayModelWindow() - Method in class com.infinitekind.moneydance.model.OnlineService
- setBillPayModelWindow(int) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBillPayNeedsTANPayee(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBillPayNeedsTANPayment(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBillPayPostProcessingWindow(int) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBillPayProcessingDaysOff(String[]) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBillPayProcessingEndTime(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBillPaySupportsDifftFirstPmt(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBillPaySupportsDifftLastPmt(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBillPaySupportsDtAvail(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBillPaySupportsPmtByAddr(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBillPaySupportsPmtByPayeeId(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBillPaySupportsPmtByXfr(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBillPaySupportsStatusModRs(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBillPayXfrDaysWith(int) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBillPayXfrDefaultDaysToPay(int) - Method in class com.infinitekind.moneydance.model.OnlineService
- setBondType(int) - Method in class com.infinitekind.moneydance.model.Account
- setBootstrapURL(URL) - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlineAccountInfo
- setBroker(String) - Method in class com.infinitekind.moneydance.model.Account
- setBrokerPhone(String) - Method in class com.infinitekind.moneydance.model.Account
- setBudget(Budget) - Method in class com.infinitekind.moneydance.model.BudgetItem
- setBudgetedAmount(Account, long, BudgetPeriod) - Method in class com.infinitekind.moneydance.model.BudgetItemList
-
Sets the budgeted amount for a given Account in a given BudgetPeriod.
- setBudgetInfo(Budget) - Method in class com.infinitekind.moneydance.model.Budget
-
Copies the information from the given budget into this budget.
- setBudgetPeriod(BudgetPeriod) - Method in class com.infinitekind.moneydance.model.BudgetItem
-
Sets the interval based on the given BudgetPeriod
- setBuyType(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setCalcPmt(boolean) - Method in class com.infinitekind.moneydance.model.Account
- setCalendarDate(Calendar, int) - Static method in class com.infinitekind.util.DateUtil
-
Set the given Calendar object to the given integer-encoded date where the decimal value of the integer is YYYYMMDD.
- setCanXfrFrom(boolean) - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- setCanXfrTo(boolean) - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- setCardExpirationMonth(int) - Method in class com.infinitekind.moneydance.model.Account
- setCardExpirationYear(int) - Method in class com.infinitekind.moneydance.model.Account
- setCardNumber(String) - Method in class com.infinitekind.moneydance.model.Account
- setCategory(Account) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Set the category for payments to this payee, if any.
- setCategoryID(int) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Sets the category for payments to this payee.
- setCategoryName(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setCategoryUUID(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Sets the category UUID for payments to this payee.
- setCheckedInitialTransfer() - Method in class com.infinitekind.moneydance.model.Account
- setCheckNum(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Get the check number that was associated with this payment.
- setCheckNum(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setCheckNumber(String) - Method in class com.infinitekind.moneydance.model.ParentTxn
-
Set the check number associated with this transaction.
- setCheckNumber(String) - Method in class com.infinitekind.moneydance.model.SplitTxn
- setCheckNumSettings(CheckNumSettings) - Method in class com.infinitekind.moneydance.model.Account
-
Sets the check number selection options for this account.
- setCheckNumTags(String[]) - Method in class com.infinitekind.moneydance.model.Account
-
Deprecated.this is no longer used when populating check numbers popups
- setCity(String) - Method in class com.infinitekind.moneydance.model.OnlinePayee
- setCity(String) - Method in interface com.infinitekind.moneydance.model.OnlinePayeeInterface
- setCity(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
- setCity(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setClearedStatus(AbstractTxn.ClearedStatus) - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Set the status associated with this transaction.
- setClearedStatus(AbstractTxn.ClearedStatus) - Method in interface com.infinitekind.moneydance.model.Txn
-
Set the status associated with this transaction.
- setClientIDRequired(String, boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setComment(String) - Method in class com.infinitekind.moneydance.model.Account
- setCommission(long) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setCommissionPart(SplitTxn) - Static method in class com.infinitekind.moneydance.model.TxnUtil
-
Tag the given split as the commission/fee part of its investment transaction.
- setCompounding(CompoundingType) - Method in class com.infinitekind.moneydance.model.Account
-
Returns the compounding period for a CD.
- setCorrectedFITxnID(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setCorrectionAction(int) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setCountry(String) - Method in class com.infinitekind.moneydance.model.OnlinePayee
- setCountry(String) - Method in interface com.infinitekind.moneydance.model.OnlinePayeeInterface
- setCountry(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
- setCountry(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setCreationDate(long) - Method in class com.infinitekind.moneydance.model.Account
-
Deprecated.deprecated as of build 1915. Please consider using setCreationDateInt()
- setCreationDateInt(int) - Method in class com.infinitekind.moneydance.model.Account
-
Set the creation date of this account
- setCreditCardClosingAvail(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setCreditLimit(long) - Method in class com.infinitekind.moneydance.model.Account
- setCurrency(CurrencyType) - Method in class com.infinitekind.moneydance.model.NetWorthCalculator
- setCurrency(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
- setCurrencyChoice(String) - Method in class com.infinitekind.moneydance.model.Account
- setCurrencyParameter(String, CurrencyType) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Store a reference to the given currency in this object using the given parameter key.
- setCurrencyParameter(String, String, CurrencyType) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Store a reference to currency in this object using the given keys.
- setCurrencyParameter(String, String, String, CurrencyType) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Store a reference to currency in this object using the given keys.
- setCurrencyType(CurrencyType) - Method in class com.infinitekind.moneydance.model.Account
-
set the currency type.
- setCurrencyType(CurrencyType) - Method in class com.moneydance.awt.JCurrencyField
- setCurrencyType(CurrencyType.Type) - Method in class com.infinitekind.moneydance.model.CurrencyType
- setCustomerAcct(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Set the account number of the customer that this payment is for.
- setCustServicePhone(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setDailyChange(double) - Method in class com.infinitekind.moneydance.model.CurrencyType
- setDailyHigh(double) - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Sets the daily ihgh price for this snapshot relative to this currency's relative base, or if there is no relative base, the account book's base currency.
- setDailyHigh(double, CurrencyType) - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Sets the daily high price for this snapshot relative to the given currency, or the file's base currency if relativeToCurrency is null
- setDailyLow(double) - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Sets the daily low price for this snapshot relative to this currency's relative base, or if there is no relative base, the account book's base currency.
- setDailyLow(double, CurrencyType) - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Sets the daily low price for this snapshot relative to the given currency, or the file's base currency if relativeToCurrency is null
- setDailyVolume(long) - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
- setDailyVolume(long) - Method in class com.infinitekind.moneydance.model.CurrencyType
- setDataSourceType(ImportDataSourceType) - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
-
Set the source of data for this import, which Moneydance uses to make decisions about the import.
- setDate(long) - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Deprecated.please use setDateInt(YYYYMMDD), since the time of day is stripped
- setDate(long) - Method in class com.infinitekind.moneydance.model.CurrencySplit
- setDate(long) - Method in class com.moneydance.awt.JDateField
- setDate(Date) - Method in class com.moneydance.awt.DateField
- setDate(Date) - Method in class com.moneydance.awt.JDateField
- setDateAvailable(long) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Set the date that funds must be available in the destination account.
- setDateAvailable(long) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setDateAvailableInt(int) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setDateAvailAcctsUpdated(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setDateCreated(long) - Method in class com.infinitekind.moneydance.model.OnlineMail
- setDateDue(long) - Method in class com.infinitekind.moneydance.model.OnlinePayment
- setDateEntered(long) - Method in class com.infinitekind.moneydance.model.ParentTxn
-
Set the date that this transaction was entered.
- setDateFieldOrder(ImportDateFieldOrder) - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
- setDateFormat(CustomDateFormat) - Method in class com.moneydance.awt.JDateField
- setDateInitiated(long) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setDateInitiatedInt(int) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setDateInt(int) - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
- setDateInt(int) - Method in class com.infinitekind.moneydance.model.CurrencySplit
- setDateInt(int) - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlineTxn
- setDatePostedInt(int) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setDatePurchasedInt(int) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setDateUpdated(long) - Method in class com.infinitekind.moneydance.model.OnlineService
- setDaysToPay(int) - Method in interface com.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlinePayeeInterface
- setDaysToPay(int) - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlineTxn
- setDebtPaymentAmount(long) - Method in class com.infinitekind.moneydance.model.Account
-
Sets the value for payments made to this (credit card or loan) account.
- setDebtPaymentProportion(double) - Method in class com.infinitekind.moneydance.model.Account
-
Sets the percentage value (in the range 0-1) for payments made to this (credit card or loan) account.
- setDebtPaymentSpec(Account.DebtPaymentSpec) - Method in class com.infinitekind.moneydance.model.Account
-
Sets the payment plan used to pay off this account if it is a debt account (credit card, loan, etc).
- setDecimalCharacter(char) - Method in class com.moneydance.awt.JCurrencyField
- setDecimalCharacter(char) - Method in class com.moneydance.awt.JRateField
- setDecimalCharacter(char, char) - Method in class com.moneydance.awt.JCurrencyField
- setDecimalPlaces(int) - Method in class com.infinitekind.moneydance.model.CurrencyType
- setDecimalPoint(char) - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
- setDeductible(boolean) - Method in class com.infinitekind.moneydance.model.Account
- setDefaultAccount(String, Account) - Method in class com.infinitekind.moneydance.model.Account
-
Store the given account as the default associated with the given account ID key
- setDefaultCategory(Account) - Method in class com.infinitekind.moneydance.model.Account
- setDefaultCategory(Account) - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Set the category for payments to this payee, if any.
- setDefaultCategoryID(int) - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Sets the default category for payments to this payee.
- setDefaultCategoryUUID(String) - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Sets the default category UUID for payments to this payee.
- setDefaultTransferAccount(Account) - Method in class com.infinitekind.moneydance.model.Account
- setDefaultValue(double) - Method in class com.moneydance.awt.JRateField
- setDelimiter(char) - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
- setDescription(String) - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Set the description associated with this transaction.
- setDescription(String) - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- setDescription(String) - Method in class com.infinitekind.moneydance.model.Reminder
- setDirty() - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Mark this transaction as modified, and needing to be saved.
- setDirty() - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Marks this object as needing saving and puts it in a buffer for objects needing syncing
- setDirty() - Method in class com.infinitekind.moneydance.model.TransactionSet
- setDirtyFlag() - Method in class com.infinitekind.moneydance.model.Account
-
set the dirty flag for this account.
- setDividend(long) - Method in class com.infinitekind.moneydance.model.Account
- setDrawUnderline(boolean) - Method in class com.moneydance.awt.JUnderlineLabel
- setEditingMode() - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Put the object into "editing mode" in which no changes will be automatically saved until you call syncItem() on this.
- setEmailAddress(String) - Method in class com.infinitekind.moneydance.model.AddressBookEntry
- setEmailSupportsGeneric(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setEmailSupportsGetMime(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setEmptyIfZero(boolean) - Method in class com.moneydance.awt.JCurrencyField
- setEnabled(boolean) - Method in class com.moneydance.awt.ArrowIcon
-
Set the enable status.
- setEscrow(boolean) - Method in class com.infinitekind.moneydance.model.Account
- setEscrowAccount(Account) - Method in class com.infinitekind.moneydance.model.Account
- setEscrowPayment(long) - Method in class com.infinitekind.moneydance.model.Account
- setExchange(String) - Method in class com.infinitekind.moneydance.model.Account
- setExpensePart(SplitTxn) - Static method in class com.infinitekind.moneydance.model.TxnUtil
-
Tag the given split as the expense part of its investment transaction.
- setFaceValue(long) - Method in class com.infinitekind.moneydance.model.Account
-
Sets the face value of a bond
- setFees(long) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setFIAddress1(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setFIAddress2(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setFIAddress3(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setFICity(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setFICountry(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setField(Object, String[]) - Method in class com.infinitekind.util.StreamTable
-
Set the string array value associated with this key
- setField(Object, String, String, boolean) - Method in interface com.moneydance.apps.md.controller.bot.MoneybotInterface
-
Stores a field associated with the given object (account, transaction, etc).
- setFields(List<ImportFieldType>) - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
- setFieldStatus(InvestTxnType, Txn) - Method in class com.infinitekind.moneydance.model.InvestFields
- setFieldStatus(Txn) - Method in class com.infinitekind.moneydance.model.InvestFields
- setFIEmail(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setFIId(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setFIID(String) - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Sets the identifier for the financial institution from which this transaction was downloaded.
- setFIID(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Set the unique string that identifies the FI from which this txn was downloaded.
- setFIName(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setFinishedInitialLoad(boolean) - Method in class com.infinitekind.moneydance.model.AccountBook
- setFIOrg(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setFireNotifications(boolean) - Method in class com.infinitekind.moneydance.model.CurrencyTable
-
Tells the model whether or not notifications should be sent or delayed for a little while.
- setFIState(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setFiTxnId(int, String) - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Set the ID that the financial institution uses to identify this transaction.
- setFITxnId(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setFIUrl(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setFIUrlIsRedirect(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setFixedMonthlyPaymentAmount(long) - Method in class com.infinitekind.moneydance.model.Account
- setFIZip(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setForeground(Color) - Method in class com.moneydance.awt.JTextPanel
- setFrom(String) - Method in class com.infinitekind.moneydance.model.OnlineMail
- setGain(long) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setGracefulHide(boolean) - Method in class com.moneydance.awt.SlidePanel
- setGracefulShow(boolean) - Method in class com.moneydance.awt.SlidePanel
- setGrouping(AggregateTxnSearch.GroupingType) - Method in class com.infinitekind.moneydance.model.AggregateTxnSearch
- setHasBankAcctTo(boolean) - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctToInterface
-
Set whether or not there is destination bank account info.
- setHasBankAcctTo(boolean) - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Set whether or not there is destination bank account info.
- setHasBankAcctTo(boolean) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Set whether or not there is destination bank account info.
- setHasBankAcctTo(boolean) - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Set whether or not there is destination bank account info.
- setHasCCAcctTo(boolean) - Method in interface com.infinitekind.moneydance.model.OnlineCCAcctToInterface
-
Set whether or not there is destination credit card account info.
- setHasCCAcctTo(boolean) - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Set whether or not there is destination credit card account info.
- setHasExpiringRate(boolean) - Method in class com.infinitekind.moneydance.model.Account
-
Sets whether or not this debt account has an expiring rate (APR).
- setHasExtdPmtInfo(boolean) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Set whether or not this payment has extra information.
- setHasExtendedAcctToInfo(boolean) - Method in interface com.infinitekind.moneydance.model.OnlineBankAcctToInterface
-
Set whether or not this payee has extended to-account information available.
- setHasExtendedAcctToInfo(boolean) - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Set whether or not this payee has extended to-account information available.
- setHasExtendedAcctToInfo(boolean) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Set whether or not this payee has extended to-account information available.
- setHasExtendedAcctToInfo(boolean) - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Set whether or not this payee has extended to-account information available.
- setHasExtendedPayeeInfo(boolean) - Method in interface com.infinitekind.moneydance.model.OnlineExtdPayeeInterface
-
Sets whether or not an object has extended payee info associated with it.
- setHasExtendedPayeeInfo(boolean) - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Sets whether or not an object has extended payee info associated with it.
- setHasExtendedPayeeInfo(boolean) - Method in interface com.infinitekind.moneydance.model.OnlinePayeeInterface
- setHasExtendedPayeeInfo(boolean) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Sets whether or not an object has extended payee info associated with it.
- setHasExtendedPayeeInfo(boolean) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setHasTxnDownload(boolean) - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- setHideInUI(boolean) - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.Account
- setHighlightedIndex(int) - Method in class com.moneydance.awt.ThermometerGraph
- setHoldBalances(boolean) - Method in class com.infinitekind.moneydance.model.TxnSet
- setId(long) - Method in class com.infinitekind.moneydance.model.Reminder
- setID(long) - Method in class com.infinitekind.moneydance.model.AddressBookEntry
- setIDForScheme(String, String) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Sets the security/currency ID for the given ID scheme.
- setIDString(String) - Method in class com.infinitekind.moneydance.model.CurrencyType
- setIgnoreInactiveAccounts(boolean) - Method in class com.infinitekind.moneydance.model.NetWorthCalculator
- 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
- setImplicitWait(float) - Method in interface com.moneydance.apps.md.controller.bot.RobotWebSession
- setImportKnownFiles(boolean) - Method in interface com.moneydance.apps.md.controller.bot.RobotWebSession
- setIncludeImages(boolean) - Method in class com.infinitekind.moneydance.model.OnlineMail
- setIncludeInNetWorth(boolean) - Method in class com.infinitekind.moneydance.model.Account
-
Set whether or not this account should be included in net worth calculations.
- setIncludeNextCheckNumber(boolean) - Method in class com.infinitekind.moneydance.model.CheckNumSettings
- setIncludePrintCheckMarker(boolean) - Method in class com.infinitekind.moneydance.model.CheckNumSettings
- setIncomePart(SplitTxn) - Static method in class com.infinitekind.moneydance.model.TxnUtil
-
Tag the given split as the income part of its investment transaction.
- setIncomeType(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setInfo(String, String, String, String, String, String, String, String, String) - Method in class com.infinitekind.moneydance.model.OnlinePayee
- setInitialDateInt(int) - Method in class com.infinitekind.moneydance.model.Reminder
-
Set the first date that the reminder will occur.
- setInitialPrincipal(long) - Method in class com.infinitekind.moneydance.model.Account
-
Set the principal, excluding any transactions within Moneydance, for this loan
- setInitialTransfer(AbstractTxn) - Method in class com.infinitekind.moneydance.model.Account
-
Sets the given transaction as the initial transfer for this account.
- setInstitutionName(String) - Method in class com.infinitekind.moneydance.model.Account
- setInterestAccount(Account) - Method in class com.infinitekind.moneydance.model.Account
- setInterestRate(double) - Method in class com.infinitekind.moneydance.model.Account
- setInterval(int) - Method in class com.infinitekind.moneydance.model.BudgetItem
-
Sets the type of repeating interval.
- setIntervalEndDate(int) - Method in class com.infinitekind.moneydance.model.BudgetItem
-
Sets the ending date for the last interval, if any.
- setIntervalStartDate(int) - Method in class com.infinitekind.moneydance.model.BudgetItem
-
Sets the starting date for the first interval
- setInvalidAcctTypes(String[]) - Method in class com.infinitekind.moneydance.model.OnlineService
- setInvestAccountNumber(String) - Method in class com.infinitekind.moneydance.model.Account
- setInvestmentAccountType(String) - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- setInvestmentBrokerID(String) - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- setInvestmentOptionLevel(String) - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- setInvestmentProductType(String) - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- setInvestmentWithChecking(boolean) - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- setInvestTxnType(InvestTxnType) - Method in class com.infinitekind.moneydance.model.ParentTxn
-
Set the transaction type (buy, sell, dividend, bank, etc) for this transaction
- setInvestTxnType(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setInvstBrokerID(String) - Method in class com.infinitekind.moneydance.model.OnlineService
-
Sets a default Broker ID to use with this info.
- setInvstCanDownloadBalances(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
-
Set whether or not the server can provide balances for accounts
- setInvstCanDownloadOOs(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
-
Set whether or not the server can provide open orders
- setInvstCanDownloadPositions(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
-
Set whether or not the server can provide positions on securities
- setInvstCanDownloadTxns(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
-
Set whether or not the investment server can provide transactions
- setInvstCanEmail(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
-
Set whether or not the server can exchange investment email messages
- setInvstTxnType(ParentTxn, InvestTxnType) - Static method in class com.infinitekind.moneydance.model.TxnUtil
-
Deprecated.as of Moneydance 2017.7 build 1662 use ParentTxn.setInvestTxnType(InvestTxnType)
- setIsActive(boolean) - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- setIsAvailable(boolean) - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- setIsBankAccount(boolean) - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- setIsBillpayAccount(boolean) - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- setIsCCAccount(boolean) - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- setIsInvestmentAccount(boolean) - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- setIsNew(boolean) - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Sets whether or not this transaction should be considered "unread" since having been downloaded
- setIsPayeeUsable(boolean) - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Sets whether or not any new operations can be performed on this payee.
- setIsPending(boolean) - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- setKeywords(List<String>) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Store a reference to the given keywords (aka tags) in this object.
- setLastDateInt(int) - Method in class com.infinitekind.moneydance.model.Reminder
-
Set a date after which this reminder should no longer occur.
- setLastTransactionID(String) - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlineTxn
- setLoan(boolean) - Method in class com.infinitekind.moneydance.model.Reminder
- setLocalStatus(int) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setLocalStorage(LocalStorage) - Method in class com.infinitekind.moneydance.model.AccountBook
-
Sets an object that can be used to save information locally, such as preferences, network/syncing settings, and passwords (if the data file is encrypted).
- setMailID(String) - Method in class com.infinitekind.moneydance.model.OnlineMail
- setMailListSyncToken(OnlineAccountProxy, String) - Method in class com.infinitekind.moneydance.model.OnlineService
-
Sets the synchronization token for the info-wide mail list
- setMarkDown(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setMarkUp(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setMaturity(long) - Method in class com.infinitekind.moneydance.model.Account
- setMaximumRecents(int) - Method in class com.infinitekind.moneydance.model.CheckNumSettings
- setMaxPasswdLength(String, int) - Method in class com.infinitekind.moneydance.model.OnlineService
- setMemo(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Get the memo from the user to the payee that is associated with this payment.
- setMemo(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setMemo(String) - Method in class com.infinitekind.moneydance.model.ParentTxn
-
Set the memo associated with this transaction.
- setMemo(String) - Method in class com.infinitekind.moneydance.model.Reminder
- setMemorized(boolean) - Method in class com.infinitekind.moneydance.model.ReportSpec
- setMessage(String) - Method in class com.infinitekind.moneydance.model.OnlineMail
- setMinPasswdLength(String, int) - Method in class com.infinitekind.moneydance.model.OnlineService
- setModified() - Method in class com.infinitekind.moneydance.model.Budget
- setMonth(int) - Method in class com.infinitekind.moneydance.model.Account
- setMsgSetLanguage(int, String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setMsgSetRspnsFileErrors(int, boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setMsgSetSecurity(int, String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setMsgSetSignonRealm(int, String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setMsgSetSyncMode(int, String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setMsgSetTransportSecure(int, boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setMsgSetURL(int, URL) - Method in class com.infinitekind.moneydance.model.OnlineService
- setMsgSetVersion(int, int) - Method in class com.infinitekind.moneydance.model.OnlineService
- setMustChngPINFirst(String, boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setName(String) - Method in class com.infinitekind.moneydance.model.AddressBookEntry
- setName(String) - Method in class com.infinitekind.moneydance.model.Budget
-
Set the name for this budget
- setName(String) - Method in class com.infinitekind.moneydance.model.CurrencyType
- setName(String) - Method in class com.infinitekind.moneydance.model.LegacyTxnTags.TxnTag
-
Change the name of this TxnTag
- setName(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setName(String) - Method in class com.infinitekind.moneydance.model.ReportSpec
- setNewShares(int) - Method in class com.infinitekind.moneydance.model.CurrencySplit
- setNumPayments(int) - Method in class com.infinitekind.moneydance.model.Account
- setNumShares(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setNumYears(int) - Method in class com.infinitekind.moneydance.model.Account
- setObserveAccountSpecificNetWorthFlags(boolean) - Method in class com.infinitekind.moneydance.model.NetWorthCalculator
- setOFXAccountKey(String) - Method in class com.infinitekind.moneydance.model.Account
- setOFXAccountMsgType(int) - Method in class com.infinitekind.moneydance.model.Account
- setOFXAccountNumber(String) - Method in class com.infinitekind.moneydance.model.Account
- setOFXAccountType(String) - Method in class com.infinitekind.moneydance.model.Account
- setOFXBankID(String) - Method in class com.infinitekind.moneydance.model.Account
- setOFXBillPayAccountNumber(String) - Method in class com.infinitekind.moneydance.model.Account
-
Set the account number used for online bill payment, if different from the regular account number
- setOFXBillPayAccountType(String) - Method in class com.infinitekind.moneydance.model.Account
-
Set the account type used for online bill payment, if different from the regular account type
- setOFXBillPayBankID(String) - Method in class com.infinitekind.moneydance.model.Account
-
Set the icon_bank ID (aka routing number) used for online bill payment
- setOFXBranchID(String) - Method in class com.infinitekind.moneydance.model.Account
- setOFXBrokerID(String) - Method in class com.infinitekind.moneydance.model.Account
- setOFXLastTxnUpdate(long) - Method in interface com.infinitekind.moneydance.model.OnlineAccountProxy
-
Store the date of the last transaction download.
- setOFXLastTxnUpdate(long) - Method in class com.infinitekind.moneydance.model.OnlineTxnList
- setOFXTxnType(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setOldShares(int) - Method in class com.infinitekind.moneydance.model.CurrencySplit
- setOnlineAvailBalance(long, long) - Method in interface com.infinitekind.moneydance.model.OnlineAccountProxy
-
Sets the available online balance of the account to the amount reported by the online service.
- setOnlineAvailBalance(long, long) - Method in class com.infinitekind.moneydance.model.OnlineTxnList
-
Sets the available balance that was acquired from an online source.
- setOnlineLedgerBalance(long, long) - Method in interface com.infinitekind.moneydance.model.OnlineAccountProxy
-
Sets the 'online' balance of the account to the amount reported by the online service.
- setOnlineLedgerBalance(long, long) - Method in class com.infinitekind.moneydance.model.OnlineTxnList
-
Sets the ledger balance that was acquired from an online source.
- setOnlinePayees(OnlinePayeeList) - Method in class com.infinitekind.moneydance.model.Account
-
Set the list of payees to associate with this account.
- setOnlinePayments(OnlinePaymentList) - Method in class com.infinitekind.moneydance.model.Account
-
Set the list of payments to associate with this account.
- setOpacity(Window, float) - Static method in class com.moneydance.awt.SwingUtil
- setOptionAction(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setOptionPrice(double) - Method in class com.infinitekind.moneydance.model.Account
- setOriginalForm(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Set the original data that was used to create this transaction
- setOriginalOnlineTxn(OnlineTxn) - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Set the online transaction information as received from the bank's online interface, or null to clear the online information for this transaction.
- setOuterBackground(Color) - Method in class com.moneydance.awt.QuickSearchField
- setParameter(String, boolean) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Set the given parameter name to the given boolean value
- setParameter(String, double) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Set the given parameter name to the given double value
- setParameter(String, int) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Set the given parameter name to the given integer value
- setParameter(String, long) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Set the given parameter name to the given long value
- setParameter(String, String) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- setParameter(String, List) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- setParameter(String, Map) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
- setParameterNoNotify(String, String) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Set the given parameter name to the given value but don't notify listeners of changes!
- setParentAccount(Account) - Method in class com.infinitekind.moneydance.model.Account
- setParentAmount(double, long) - Method in class com.infinitekind.moneydance.model.SplitTxn
-
Set the amount of the transaction in the parent account.
- setPasswdCanHaveSpaces(String, boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setPasswdCanHaveSpecialChars(String, boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setPasswdCaseSensitive(String, boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setPasswdCharType(String, String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setPasswdType(String, String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setPayeeID(String) - Method in interface com.infinitekind.moneydance.model.OnlineExtdPayeeInterface
-
Set the ID of the payee.
- setPayeeID(String) - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlineTxn
- setPayeeIDScope(String) - Method in interface com.infinitekind.moneydance.model.OnlineExtdPayeeInterface
-
Sets the scope of the payee ID...
- setPayeeIDScope(String) - Method in class com.infinitekind.moneydance.model.OnlinePayee
-
Sets the scope of the payee ID...
- setPayeeIDScope(String) - Method in interface com.infinitekind.moneydance.model.OnlinePayeeInterface
- setPayeeIDScope(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Sets the scope of the payee ID...
- setPayeeIDScope(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setPayeeListID(String) - Method in class com.infinitekind.moneydance.model.OnlinePayee
- setPayeeListID(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
- setPayeeListSyncToken(OnlineAccountProxy, String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setPayeeListSyncToken(String) - Method in class com.infinitekind.moneydance.model.OnlinePayeeList
- setPayeeName(String) - Method in interface com.infinitekind.moneydance.model.OnlineExtdPayeeInterface
-
Set the name of the payee
- setPayeeName(String) - Method in class com.infinitekind.moneydance.model.OnlinePayee
- setPayeeName(String) - Method in interface com.infinitekind.moneydance.model.OnlinePayeeInterface
- setPayeeName(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
- setPayeeName(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setPaymentBookingTxt(String) - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlinePayment
-
Sets the payment date of this payment.
- setPaymentExtdDesc(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Set the description for this payment, if the server supports extended payment info.
- setPaymentFor(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Set the name of the person whom this payment is for.
- setPaymentID(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
- setPaymentListSyncToken(OnlineAccountProxy, String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setPaymentListSyncToken(String) - Method in class com.infinitekind.moneydance.model.OnlinePaymentList
- setPaymentOnBehalfOf(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Set the on-behalf-of for this payment, if the server supports extended payment info.
- setPaymentReason(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Set the reason for this payment, if the server supports extended payment info.
- setPaymentsPerYear(int) - Method in class com.infinitekind.moneydance.model.Account
- setPaymentStatus(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
- setPeriodType(PeriodType) - Method in class com.infinitekind.moneydance.model.Budget
- setPeriodType(PeriodType) - Method in class com.infinitekind.moneydance.model.BudgetPeriod
-
Set the new PeriodType and recalculate the date range.
- setPermanentAPR(double) - Method in class com.infinitekind.moneydance.model.Account
-
Sets the permanent APR that should be used for this debt account after the rate change date.
- setPhone(String) - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- setPhone(String) - Method in class com.infinitekind.moneydance.model.OnlinePayee
- setPhone(String) - Method in interface com.infinitekind.moneydance.model.OnlinePayeeInterface
- setPhone(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
- setPhone(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setPhoneNumber(String) - Method in class com.infinitekind.moneydance.model.AddressBookEntry
- setPlaceholderText(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.
- setPoints(double) - Method in class com.infinitekind.moneydance.model.Account
-
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
- setPopupStrings(List<String>) - Method in class com.infinitekind.moneydance.model.CheckNumSettings
- setPositionType(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setPostalCode(String) - Method in class com.infinitekind.moneydance.model.OnlinePayee
- setPostalCode(String) - Method in interface com.infinitekind.moneydance.model.OnlinePayeeInterface
- setPostalCode(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
- setPostalCode(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setPreference(String, boolean) - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
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.infinitekind.moneydance.model.MoneydanceSyncableItem
-
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.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Set the given preference name to the given value and associate it with this object in _local storage_.
- setPreferredSortAscending(boolean) - Method in class com.infinitekind.moneydance.model.Account
- setPreferredSortOrder(int) - Method in class com.infinitekind.moneydance.model.Account
- setPreferredTwoLines(boolean) - Method in class com.infinitekind.moneydance.model.Account
- setPrefix(String) - Method in class com.infinitekind.moneydance.model.CurrencyType
- setPreScanMode(boolean) - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
-
Set whether or not the import is in "pre scan" mode - that is, where it scans the data, attempting to discover delimiters, date formats, decimal points, and field types without adding any transactions or making changes to the local data.
- setProfileUpdateNeeded() - Method in class com.infinitekind.moneydance.model.OnlineService
-
Sets a flag indicating that the info 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.infinitekind.moneydance.model.OnlineTxn
- setPublicMetaData(StreamTable) - Method in class com.infinitekind.moneydance.model.AccountBook
-
Set the public meta data that applies to this set of accounts.
- setPut(boolean) - Method in class com.infinitekind.moneydance.model.Account
- setRate(double) - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Set the price of this snapshot's currency on the snapshot's date relative to the currency's relative rate.
- setRate(double, CurrencyType) - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Set the price of this snapshot's currency on the snapshot's date relative to the given currency.
- setRate(double, CurrencyType) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Set the new user (not raw) rate to the given value relative to the given currency.
- setRateAdjustmentOption(RateAdjustmentOption) - Method in class com.infinitekind.moneydance.model.Reminder
- setRateChangeDate(int) - Method in class com.infinitekind.moneydance.model.Account
-
Sets the permanent APR for a debt account.
- setRatesInTxn(AbstractTxn) - Static method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.CurrencySnapshot
-
Deprecated.Do not use the raw rates anymore
- setRawRate(double, boolean) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Deprecated.please use setRelativeRate() or setRate() with non-decimal-adjusted rate values
- setRecalcBalances(boolean) - Method in class com.infinitekind.moneydance.model.AccountBook
-
Tells the model whether or not all account balances should be recalculated whenever a transaction is modified.
- setRecentsOption(CheckNumSettings.IncludeRecentsOption) - Method in class com.infinitekind.moneydance.model.CheckNumSettings
- setRecurringPmtRef(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
-
Set the reference to a recurring payment that was used to generate this payment, if any.
- setRefNum(String) - Method in class com.infinitekind.moneydance.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()
orJDateField.getDateInt()
. - setReinvest(boolean) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setRelatedTradeID(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setRelatedTradeType(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setRelativeCurrency(CurrencyType) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Sets the currency to which this item's rates are relative.
- setRelativeRate(double) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Set the rate in terms of the relative currency.
- setRemainingBasis(double, int) - Method in class com.infinitekind.moneydance.model.CapitalGainBuy
-
Compute the remaining basis for this buy transaction, given a particular average cost.
- setReminder(boolean) - Method in class com.infinitekind.moneydance.model.Account
- setReminderType(Reminder.Type) - Method in class com.infinitekind.moneydance.model.Reminder
- setRepeatDaily(int) - Method in class com.infinitekind.moneydance.model.Reminder
- setRepeatMonthly(int, int[]) - Method in class com.infinitekind.moneydance.model.Reminder
- setRepeatWeekly(int, int[]) - Method in class com.infinitekind.moneydance.model.Reminder
- setRepeatYearly(boolean) - Method in class com.infinitekind.moneydance.model.Reminder
- setReportGenerator(ReportSpec.ReportGenerator) - Method in class com.infinitekind.moneydance.model.ReportSpec
- setReportID(String) - Method in class com.infinitekind.moneydance.model.ReportSpec
- setReportParameters(SyncRecord) - Method in class com.infinitekind.moneydance.model.ReportSpec
- setRoutingNumber(String) - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- setSecListCanDownloadSecurities(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
-
Set whether or not the server can provide securities
- setSecuredOption(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setSecurityID(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setSecurityIDType(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setSecurityPart(SplitTxn) - Static method in class com.infinitekind.moneydance.model.TxnUtil
-
Tag the given split as the security part of its investment transaction.
- setSecuritySubType(String) - Method in class com.infinitekind.moneydance.model.Account
- setSecurityType(SecurityType) - Method in class com.infinitekind.moneydance.model.Account
- 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.infinitekind.moneydance.model.OnlineTxn
- setSellType(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setServerTxnID(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setSessionCookie(String, String) - Method in class com.infinitekind.moneydance.model.OnlineService
-
Set the session cookie associated with the given authentication key
- setSharePrice(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setSharesPerContract(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setShortRatesEnabled(boolean) - Method in class com.moneydance.awt.JRateField
- setShouldConfirmTransactions(boolean) - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
- setShouldMergeTransactions(boolean) - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
- setShowDay(boolean) - Method in class com.infinitekind.util.CustomDateFormat
- setShowYear(boolean) - Method in class com.infinitekind.util.CustomDateFormat
- setSIC(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setSignupAcctsAvail(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setSignupCanActivateAcct(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setSignupCanChgUserInfo(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setSignupCanPreauth(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setSignupClientAcctNumReq(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
-
returns true if an account number is required for client enrollment.
- setSignupViaClient(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setSignupViaOther(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setSignupViaOtherMsg(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setSignupViaWeb(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setSignupViaWebUrl(String) - Method in class com.infinitekind.moneydance.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.
- setSnapshotInt(int, double) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
If a snapshot exists for the specified date, set the rate and return it.
- setSnapshotInt(int, double, CurrencyType) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
If a snapshot exists for the specified date, set the rate and return it.
- setSplitRatio(double) - Method in class com.infinitekind.moneydance.model.CurrencySplit
- setSplitRatio(int, int) - Method in class com.infinitekind.moneydance.model.CurrencySplit
- setStartBalance(long) - Method in class com.infinitekind.moneydance.model.Account
-
Set the initial balance of this account.
- setStartDate(int) - Method in class com.infinitekind.moneydance.model.BudgetPeriod
-
Set the start date and recalculate the end date.
- setStartDate(int) - Method in class com.infinitekind.moneydance.model.ROICashFlowEntry
-
Define the start date and thus compute/recompute the number of years to the end.
- setState(String) - Method in class com.infinitekind.moneydance.model.OnlinePayee
- setState(String) - Method in interface com.infinitekind.moneydance.model.OnlinePayeeInterface
- setState(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
- setState(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setStatus(byte) - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Set the status associated with this transaction.
- setStatus(byte) - Method in interface com.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlineTxn
- setStockSplitExtraCash(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setStockSplitNewUnits(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setStockSplitNumerator(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setStockSplitOldUnits(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setStopChkCanUseDescription(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setStopChkCanUseRange(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setStopChkFee(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setStopChkProcessingDaysOff(String[]) - Method in class com.infinitekind.moneydance.model.OnlineService
- setStopChkProcessingEndTime(String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setStrikePrice(long) - Method in class com.infinitekind.moneydance.model.Account
- setStroke(BasicStroke) - Method in class com.moneydance.awt.JUnderlineLabel
- setSubAccountFrom(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setSubAccountFund(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
-
Sets the sub-account label for this transaction.
- setSubAccountTo(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setSubAccountType(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setSubject(String) - Method in class com.infinitekind.moneydance.model.OnlineMail
- setSuffix(String) - Method in class com.infinitekind.moneydance.model.CurrencyType
- setTaxable(boolean) - Method in class com.infinitekind.moneydance.model.Account
- setTaxCategory(String) - Method in class com.infinitekind.moneydance.model.Account
-
Set an identifier that indicates which (if any) tax category this account is associated with.
- setTaxDateInt(int) - Method in class com.infinitekind.moneydance.model.ParentTxn
-
Set the tax date (encoded as an int with decimal form YYYYMMDD) associated with this transaction.
- setTaxes(long) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setTaxExempt(boolean) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setTaxRelated(boolean) - Method in class com.infinitekind.moneydance.model.Account
- setTechServicePhone(String) - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model.CurrencyType
- setTo(String) - Method in class com.infinitekind.moneydance.model.OnlineMail
- setToBeginningOfMonth(Calendar) - Static method in class com.infinitekind.util.DateUtil
- setToCCAccountNum(String) - Method in interface com.infinitekind.moneydance.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.infinitekind.moneydance.model.OnlineTxn
-
set info identifying the account to transfer the money to/from if this was a transfer to/from a credit card.
- setToEndOfMonth(Calendar) - Static method in class com.infinitekind.util.DateUtil
- setToolTipText(String) - Method in class com.moneydance.awt.JTextPanel
- setTotalAmount(long) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setTrackColor(Color) - Method in class com.moneydance.awt.TIKScrollBarUI
- setTransaction(ParentTxn) - Method in class com.infinitekind.moneydance.model.Reminder
- setTransferAccount(Account) - Method in class com.infinitekind.moneydance.model.BudgetItem
-
Sets the specific category or account from or to which funds will be moved.
- setTransferDirection(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setTransferType(String) - Method in class com.infinitekind.moneydance.model.ParentTxn
-
Deprecated.please use set/getInvestTxnType()
- setTxnAt(AbstractTxn, int) - Method in class com.infinitekind.moneydance.model.TxnSet
- setTxnType(String) - Method in class com.infinitekind.moneydance.model.OnlineTxn
- setType(CurrencyType.Type) - Method in class com.infinitekind.moneydance.model.CurrencySearch
- setType(String) - Method in class com.infinitekind.moneydance.model.OnlinePayment
- setUndoManager(UndoManagerInterface) - Method in class com.infinitekind.moneydance.model.AccountBook
-
Set the undo manager that is associated with the UI for this data file.
- setUpdatedProfile() - Method in class com.infinitekind.moneydance.model.OnlineService
-
Sets the flag indicating the time that the info information was checked
- setupMouseListenerToAutoHideScrollBar(JComponent, JScrollPane, TIKScrollBarUI) - Static method in class com.moneydance.awt.TIKScrollBarUI
- setupWindow(Window) - Static method in class com.moneydance.awt.AwtUtil
- setupWindow(Window, int) - 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) - 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, Component) - Static method in class com.moneydance.awt.AwtUtil
- setupWindow(Window, Component) - Static method in class com.moneydance.awt.AwtUtil
- setUseHTML(boolean) - Method in class com.infinitekind.moneydance.model.OnlineMail
- setUserCanChangePIN(String, boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
- setUserDailyHigh(double) - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Deprecated.Please use one of the setDailyHigh() methods
- setUserDailyLow(double) - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Deprecated.Please use one of the setDailyLow() methods
- setUserId(String, OnlineAccountProxy, String) - Method in class com.infinitekind.moneydance.model.OnlineService
- setUserID(String) - Method in class com.infinitekind.moneydance.model.OnlineMail
- setUserRate(double) - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
-
Deprecated.please use setRate(double, CurrencyType) to set the rate
- setUserRate(double) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Deprecated.please use setRelativeRate() or setRate(double, CurrencyType) to set the rate
- setUserRate(double, CurrencyType) - Method in class com.infinitekind.moneydance.model.CurrencyType
-
Deprecated.please use setRate(newRate, relativeCurrency)
- setUsesAverageCost(boolean) - Method in class com.infinitekind.moneydance.model.Account
-
Sets whether or not this security uses the average cost method of determining cost basis.
- setUsesFITag(boolean) - Method in class com.infinitekind.moneydance.model.OnlineService
-
Sets whether or not this info is identified by an FI tag (ORG and ID)
- setValue(double) - Method in class com.moneydance.awt.JRateField
- setValue(long) - Method in class com.moneydance.awt.JCurrencyField
- setValueForNode(RobotWebNode, String) - Method in interface com.moneydance.apps.md.controller.bot.RobotWebSession
- setValueForXPath(String, String) - Method in interface com.moneydance.apps.md.controller.bot.RobotWebSession
- 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
- setVisible(boolean) - Method in class com.moneydance.awt.TIKScrollBarUI
- 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.infinitekind.moneydance.model.OnlineTxn
- setXfrPart(SplitTxn) - Static method in class com.infinitekind.moneydance.model.TxnUtil
-
Tag the given split as the transfer part of its investment transaction.
- 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.infinitekind.moneydance.model.InvestFields
- SHORT - com.infinitekind.moneydance.model.InvestTxnType
- shortenStringIfLongerThan(String, int, String) - Static method in class com.infinitekind.util.StringUtils
-
Returns a substring whole length is guaranteed to be no longer than limit or the given string itself if its length is less than limit.
- shouldBeIncludedInNetWorth() - Method in class com.infinitekind.moneydance.model.Account
-
Return whether or not this account should be included in net worth calculations.
- shouldDecrementLastTxnDate() - Method in class com.infinitekind.moneydance.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.
- showInPopoverFromComponent(JComponent) - Method in class com.moneydance.awt.DatePicker
- 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
- sortAccounts() - Method in class com.infinitekind.moneydance.model.Account
- sortByField(int) - Method in class com.infinitekind.moneydance.model.TxnSet
-
Sort the transactions in this TxnSet by the given field (defined as ints in AccountUtil)
- sortItems() - Method in class com.infinitekind.moneydance.model.Budget.CalculationResults
- sortItems() - Method in class com.infinitekind.moneydance.model.BudgetItemList
- sortSnapshots() - Method in class com.infinitekind.moneydance.model.CurrencyType
- sortStockSplits() - Method in class com.infinitekind.moneydance.model.CurrencyType
- sortStringArray(String[]) - Static method in class com.infinitekind.util.StringUtils
- sortTransactions() - Method in class com.infinitekind.moneydance.model.OnlineTxnList
- sortTransactions(TxnSet, int) - Static method in class com.infinitekind.moneydance.model.AccountUtil
- sortWithComparator(Comparator<AbstractTxn>) - Method in class com.infinitekind.moneydance.model.TxnSet
-
Sort the transactions in this TxnSet using the given comparator.
- south() - Method in class com.moneydance.awt.GridC
-
Anchor the component to the south
- SOUTH - Static variable in class com.moneydance.awt.ArrowIcon
-
The arrow should point to the south.
- southEast() - Method in class com.moneydance.awt.GridC
-
Anchor the component to the southeast
- southWest() - Method in class com.moneydance.awt.GridC
-
Anchor the component to the southwest
- 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.infinitekind.util.StringUtils
- SPLIT_ACCOUNT_ID - Static variable in class com.infinitekind.moneydance.model.Account
- SPLIT_TRANSACTION_TYPE - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- splitIntoList(String, char) - Static method in class com.infinitekind.util.StringUtils
- SplitTxn - Class in com.infinitekind.moneydance.model
-
Concrete class that represents the destination side of a transaction.
- SplitTxn(ParentTxn) - Constructor for class com.infinitekind.moneydance.model.SplitTxn
-
Creates a SplitTxn attached to the given ParentTxn
- startingDelimiter() - Method in class com.infinitekind.util.StreamTable
- startingDelimiter() - Method in class com.infinitekind.util.StreamVector
- startSyncing(SyncFolder, SyncDelegate, boolean) - Method in class com.infinitekind.moneydance.model.AccountBook
-
If the syncing process hasn't already been established then this synchronously downloads the initial data set.
- status - Variable in class com.infinitekind.moneydance.model.InvestFields
- status - Variable in class com.infinitekind.moneydance.model.LoanFields
- STATUS - com.infinitekind.moneydance.model.txtimport.ImportFieldType
- STATUS_ACCEPTED - Static variable in class com.infinitekind.moneydance.model.OnlineTxn
- STATUS_CHECKNUM_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.TxnUtil
- STATUS_CLEARED - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- STATUS_NEW - Static variable in class com.infinitekind.moneydance.model.OnlineTxn
- STATUS_RECONCILING - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- STATUS_THEN_CKNUM - com.infinitekind.moneydance.model.TxnSortOrder
- STATUS_THEN_CKNUM - Static variable in class com.infinitekind.moneydance.model.AccountUtil
- STATUS_THEN_DATE - com.infinitekind.moneydance.model.TxnSortOrder
- STATUS_THEN_DATE - Static variable in class com.infinitekind.moneydance.model.AccountUtil
- STATUS_THEN_DATE_ENTERED_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.TxnUtil
- STATUS_UNRECONCILED - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- statusForByte(byte) - Static method in enum com.infinitekind.moneydance.model.AbstractTxn.ClearedStatus
- statusForString(String) - Static method in enum com.infinitekind.moneydance.model.AbstractTxn.ClearedStatus
- STOCK - com.infinitekind.moneydance.model.SecurityType
-
Stocks and Exchange Traded Funds.
- stopSyncing() - Method in class com.infinitekind.moneydance.model.AccountBook
- storeFields(ParentTxn) - Method in class com.infinitekind.moneydance.model.InvestFields
- StreamObject - Interface in com.infinitekind.util
-
Interface for objects that can be read/written to and from streams.
- StreamTable - Class in com.infinitekind.util
-
Subclass of Hashtable that can read and write itself to a stream.
- StreamTable() - Constructor for class com.infinitekind.util.StreamTable
- StreamTable(int) - Constructor for class com.infinitekind.util.StreamTable
- StreamTable(int, float) - Constructor for class com.infinitekind.util.StreamTable
- StreamUtil - Class in com.infinitekind.util
-
Utility functions used to ease the parsing and encoding of StreamObjects
- StreamUtil() - Constructor for class com.infinitekind.util.StreamUtil
- StreamVector - Class in com.infinitekind.util
-
Subclass of Vector that can read and write itself to a stream.
- StreamVector() - Constructor for class com.infinitekind.util.StreamVector
- StreamVector(String[]) - Constructor for class com.infinitekind.util.StreamVector
- StringEncodingException - Exception in com.infinitekind.util
-
Exception thrown when a format error is encountered while reading in a StreamObject.
- StringEncodingException() - Constructor for exception com.infinitekind.util.StringEncodingException
- StringEncodingException(String) - Constructor for exception com.infinitekind.util.StringEncodingException
- StringUtils - Class in com.infinitekind.util
-
Useful string manipulation functions
- StringUtils() - Constructor for class com.infinitekind.util.StringUtils
- stringValue() - Method in enum com.infinitekind.moneydance.model.CheckNumSettings.IncludeRecentsOption
- stripExtension(String) - Static method in class com.infinitekind.util.StringUtils
-
Returns the filename passed as argument without extension
- stripExtraCharacters(String) - Static method in class com.infinitekind.util.StringUtils
-
Remove leading and trailing quotes or white space from a string
- stripNonFilenameSafeCharacters(String) - Static method in class com.infinitekind.moneydance.model.AccountBook
-
Strip all characters that should not appear in a filename (including path characters)
- stripNonFilenameSafeCharacters(String) - Static method in class com.infinitekind.util.StringUtils
-
Strip all characters that should not appear in a filename (including path characters)
- stripNonNumbers(String, char) - Static method in class com.infinitekind.util.StringUtils
- stripPath(String) - Static method in class com.infinitekind.util.StringUtils
-
Returns the file name with any path stripped from the beginning.
- stripTimeFromCal(Calendar) - Static method in class com.infinitekind.util.DateUtil
- stripTimeFromDate(long) - Static method in class com.infinitekind.util.DateUtil
-
Get the date value for the given time value (ie get the long value representation with the same date, but with the time set to around noon)
- stripTimeFromDate(Date) - Static method in class com.infinitekind.util.DateUtil
- subelements() - Method in interface com.moneydance.apps.md.controller.bot.RobotWebNode
-
Gets a list of nodes under this node
- sumBalancesByCurrency(AccountBook, AcctFilter) - Static method in class com.infinitekind.moneydance.model.AccountUtil
-
Gather the current value of all accounts matching the given filter for each currency
- supportsMsgSet(int) - Method in class com.infinitekind.moneydance.model.OnlineService
- swap(int, int) - Method in class com.infinitekind.moneydance.model.TxnSet
- SwingUtil - Class in com.moneydance.awt
-
Description: Misc.
- SwingUtil() - Constructor for class com.moneydance.awt.SwingUtil
- SYNCABLE_TYPE_VALUE - Static variable in class com.infinitekind.moneydance.model.Account
- SYNCABLE_TYPE_VALUE - Static variable in class com.infinitekind.moneydance.model.AddressBookEntry
- SYNCABLE_TYPE_VALUE - Static variable in class com.infinitekind.moneydance.model.Budget
- SYNCABLE_TYPE_VALUE - Static variable in class com.infinitekind.moneydance.model.BudgetItem
- SYNCABLE_TYPE_VALUE - Static variable in class com.infinitekind.moneydance.model.CurrencySnapshot
- SYNCABLE_TYPE_VALUE - Static variable in class com.infinitekind.moneydance.model.CurrencySplit
- SYNCABLE_TYPE_VALUE - Static variable in class com.infinitekind.moneydance.model.CurrencyType
- SYNCABLE_TYPE_VALUE - Static variable in class com.infinitekind.moneydance.model.OnlineMailList
- SYNCABLE_TYPE_VALUE - Static variable in class com.infinitekind.moneydance.model.OnlinePayeeList
- SYNCABLE_TYPE_VALUE - Static variable in class com.infinitekind.moneydance.model.OnlinePaymentList
- SYNCABLE_TYPE_VALUE - Static variable in class com.infinitekind.moneydance.model.OnlineService
- SYNCABLE_TYPE_VALUE - Static variable in class com.infinitekind.moneydance.model.OnlineTxnList
- SYNCABLE_TYPE_VALUE - Static variable in class com.infinitekind.moneydance.model.ParentTxn
- SYNCABLE_TYPE_VALUE - Static variable in class com.infinitekind.moneydance.model.Reminder
- SYNCABLE_TYPE_VALUE - Static variable in class com.infinitekind.moneydance.model.ReportSpec
- syncID - Variable in class com.infinitekind.moneydance.model.AbstractTxn
- syncID() - Method in enum com.infinitekind.moneydance.model.Account.AccountType
- syncingBegan(AccountBook) - Method in class com.infinitekind.moneydance.model.AccountBookListener
-
Called when syncing has begun
- syncingFinished(AccountBook, boolean, String) - Method in class com.infinitekind.moneydance.model.AccountBookListener
-
Called when syncing has finished
- syncItem() - Method in class com.infinitekind.moneydance.model.MoneydanceSyncableItem
-
Call this to tell the storage that this item was changed and needs to be synced Please don't call this when either of the itemWasUpdated(..) methods are invoked unless you enjoy infinite loops as well as wasting bandwidth and disk space.
T
- TAB_SIZE - Static variable in class com.moneydance.awt.ResizingTextArea
-
Number of characters (widest characters, usually 'm') for each tab.
- TableRowTransferHandler - Class in com.moneydance.awt
-
Handles drag & drop row reordering From https://stackoverflow.com/a/4769575
- TableRowTransferHandler(JTable) - Constructor for class com.moneydance.awt.TableRowTransferHandler
- TabularTextImporter - Class in com.infinitekind.moneydance.model.txtimport
-
Class that imports transactions from a text file with multiple lines.
- TabularTextImporter(AccountBook, TabularTextImportSpec) - Constructor for class com.infinitekind.moneydance.model.txtimport.TabularTextImporter
- TabularTextImportSpec - Class in com.infinitekind.moneydance.model.txtimport
-
Class that specifies how tabular text data should be imported.
- TabularTextImportSpec(AccountBook, OnlineBankingUI) - Constructor for class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
- TabularTextImportSpec.DateField - Enum in com.infinitekind.moneydance.model.txtimport
- TAG_FI_ID - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TAG_FITID_PREFIX - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TAG_INVST_SPLIT_EXP - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TAG_INVST_SPLIT_FEE - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TAG_INVST_SPLIT_INC - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TAG_INVST_SPLIT_SEC - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TAG_INVST_SPLIT_TYPE - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TAG_INVST_SPLIT_XFR - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TAG_INVST_TXN_TYPE - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TAG_IS_NEW_TXN - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TAG_ONLINE_PMT_ID - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TAG_PARAM_PREFIX - Static variable in class com.infinitekind.moneydance.model.LegacyTxnTags
- TAG_PARAM_PREFIX - Static variable in class com.infinitekind.moneydance.model.LegacyTxnTags.TxnTag
- TAG_QIF_IMPORT_SESSION - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TAG_QIF_INVST_ACTION - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TAG_RECON_ASOFDT - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TAG_RECON_DATE - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TAG_RELATIVE_CURR_UUID - Static variable in class com.infinitekind.moneydance.model.CurrencyType
- TAG_RELATIVE_TO_CURR - Static variable in class com.infinitekind.moneydance.model.CurrencyType
- TAG_SPLIT_ADDED - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TAG_SPLIT_AMOUNT - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TAG_SPLIT_CALC - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TAG_SPLIT_PAIR - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TAGTOTAL_T - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- takeAmounts(SplitTxn) - Method in class com.infinitekind.moneydance.model.SplitTxn
-
Take the amount and rates from the given split.
- takeSettingsFrom(TabularTextImportSpec) - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
- takeValuesFrom(SplitTxn) - Method in class com.infinitekind.moneydance.model.SplitTxn
- tallInsets - Static variable in class com.moneydance.awt.AwtUtil
- taxDate - Variable in class com.infinitekind.moneydance.model.InvestFields
- taxDate - Variable in class com.infinitekind.moneydance.model.LoanFields
- TAXDATE_THEN_CHECKNUM - com.infinitekind.moneydance.model.TxnSortOrder
- TAXDATE_THEN_CHECKNUM - Static variable in class com.infinitekind.moneydance.model.AccountUtil
-
Sort by tax date then by check#.
- TAXDATE_THEN_CHECKNUM_COMPARATOR - Static variable in class com.infinitekind.moneydance.model.TxnUtil
- TEXT - com.infinitekind.moneydance.model.ReportSpec.Type
- 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
- TIKScrollBarUI - Class in com.moneydance.awt
- TIKScrollBarUI(JComponent) - Constructor for class com.moneydance.awt.TIKScrollBarUI
- toArray() - Method in class com.infinitekind.moneydance.model.BudgetItemList
-
Get a new array of the budget items contained in this list
- toArray() - Method in class com.infinitekind.moneydance.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.
- toMultilineString() - Method in class com.infinitekind.moneydance.model.ParentTxn
- TOP_FIELD_INSET - Static variable in class com.moneydance.awt.GridC
- TOP_LABEL_INSET - Static variable in class com.moneydance.awt.GridC
- topInset(int) - Method in class com.moneydance.awt.GridC
-
Set the top edge inset
- 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.infinitekind.moneydance.model.OnlineTxn
-
Return a string containing a serialized form of this transaction
- toString() - Method in class com.infinitekind.moneydance.model.Account
- toString() - Method in class com.infinitekind.moneydance.model.AccountBook
- toString() - Method in class com.infinitekind.moneydance.model.AddressBookEntry
- toString() - Method in class com.infinitekind.moneydance.model.AvailableSharesTracker
- toString() - Method in class com.infinitekind.moneydance.model.Budget
-
Return the string representation of this budget
- toString() - Method in class com.infinitekind.moneydance.model.BudgetItem
- toString() - Method in class com.infinitekind.moneydance.model.BudgetItemDetail
- toString() - Method in class com.infinitekind.moneydance.model.BudgetPeriod
- toString() - Method in class com.infinitekind.moneydance.model.CapitalGainBuy
- toString() - Method in class com.infinitekind.moneydance.model.CapitalGainResult
- toString() - Method in class com.infinitekind.moneydance.model.CurrencySnapshot
- toString() - Method in class com.infinitekind.moneydance.model.CurrencySplit
- toString() - Method in class com.infinitekind.moneydance.model.CurrencyType
- toString() - Method in class com.infinitekind.moneydance.model.DateRange
- toString() - Method in class com.infinitekind.moneydance.model.InvestFields
- toString() - Method in class com.infinitekind.moneydance.model.LegacyTxnTags.TxnTag
- toString() - Method in class com.infinitekind.moneydance.model.LoanFields
- toString() - Method in class com.infinitekind.moneydance.model.OnlineAccountInfo
- toString() - Method in class com.infinitekind.moneydance.model.OnlineMail
- toString() - Method in class com.infinitekind.moneydance.model.OnlinePayee
- toString() - Method in class com.infinitekind.moneydance.model.OnlinePayment
- toString() - Method in class com.infinitekind.moneydance.model.OnlinePaymentList
- toString() - Method in class com.infinitekind.moneydance.model.OnlineService
- toString() - Method in class com.infinitekind.moneydance.model.OnlineTxn
- toString() - Method in class com.infinitekind.moneydance.model.ParentTxn
- toString() - Method in class com.infinitekind.moneydance.model.Reminder
- toString() - Method in class com.infinitekind.moneydance.model.ReportSpec
- toString() - Method in class com.infinitekind.moneydance.model.SplitTxn
- toString() - Method in class com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec
- toString() - Method in class com.infinitekind.util.StreamTable
- toString() - Method in enum com.moneydance.apps.md.controller.FeatureModule.ActionType
- toString() - Method in class com.moneydance.apps.md.controller.FeatureModule
- 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(CustomDateFormat) - Method in class com.infinitekind.moneydance.model.BudgetItem
- TotalAmount - Class in com.infinitekind.moneydance.model
-
A simple wrapper that is used to hold amounts of a give currency when totaling values of potentially different currencies.
- TotalAmount(CurrencyType) - Constructor for class com.infinitekind.moneydance.model.TotalAmount
- TotalAmount(CurrencyType, long) - Constructor for class com.infinitekind.moneydance.model.TotalAmount
- TRANSACTION - com.infinitekind.moneydance.model.Reminder.Type
- transactionAdded(AbstractTxn) - Method in interface com.infinitekind.moneydance.model.TransactionListener
-
Called after a transaction has been added to the transaction set.
- TransactionListener - Interface in com.infinitekind.moneydance.model
-
An interface for objects that want to be notified when transactions in the TransactionSet are added, removed, or modified.
- transactionModified(AbstractTxn) - Method in interface com.infinitekind.moneydance.model.TransactionListener
-
Called after a transaction has been modified.
- transactionRemoved(AbstractTxn) - Method in interface com.infinitekind.moneydance.model.TransactionListener
-
Called after a transaction has been removed from the transaction set.
- TransactionSet - Class in com.infinitekind.moneydance.model
-
The set of transactions that are associated with a data file or RootAccount
- TransactionSet(AccountBook) - Constructor for class com.infinitekind.moneydance.model.TransactionSet
- TRANSFER_TYPE_BANK - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TRANSFER_TYPE_BUYSELL - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TRANSFER_TYPE_BUYSELLXFR - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TRANSFER_TYPE_DIVIDEND - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TRANSFER_TYPE_DIVIDENDXFR - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TRANSFER_TYPE_MISCINCEXP - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- TRANSFER_TYPE_SHORTCOVER - Static variable in class com.infinitekind.moneydance.model.AbstractTxn
- truncateHead(String, int, String) - Static method in class com.infinitekind.util.StringUtils
-
Returns a string that is guaranteed to be withing 'limit' characters by truncating the beginning of the string, if necessary.
- Txn - Interface in com.infinitekind.moneydance.model
- TXN_CATEGORY_THEN_DATE_ENTERED - Static variable in class com.infinitekind.moneydance.model.AccountUtil
- TXN_CONTEXT - com.moneydance.apps.md.controller.FeatureModule.ActionType
- TXN_DATE_THEN_CHECKNUM - Static variable in class com.infinitekind.moneydance.model.AccountUtil
- TXN_DESCRIPTION - Static variable in class com.infinitekind.moneydance.model.AccountUtil
- TXN_REMINDER_TYPE - Static variable in class com.infinitekind.moneydance.model.Reminder
- TXN_T - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- TXN_TAG_KEY - Static variable in class com.infinitekind.moneydance.model.LegacyTxnTags
- TXN_TAXDATE_THEN_CHECKNUM - Static variable in class com.infinitekind.moneydance.model.AccountUtil
- TXN_TYPE_BANK - Static variable in class com.infinitekind.moneydance.model.TxnUtil
-
Deprecated.Use
InvestTxnType.BANK
instead. - TXN_TYPE_BUY - Static variable in class com.infinitekind.moneydance.model.TxnUtil
-
Deprecated.Use
InvestTxnType.BUY
instead. - TXN_TYPE_BUY_XFER - Static variable in class com.infinitekind.moneydance.model.TxnUtil
-
Deprecated.Use
InvestTxnType.BUY_XFER
instead. - TXN_TYPE_COVER - Static variable in class com.infinitekind.moneydance.model.TxnUtil
-
Deprecated.Use
InvestTxnType.COVER
instead. - TXN_TYPE_DIVIDEND - Static variable in class com.infinitekind.moneydance.model.TxnUtil
-
Deprecated.Use
InvestTxnType.DIVIDEND
instead. - TXN_TYPE_DIVIDEND_REINVEST - Static variable in class com.infinitekind.moneydance.model.TxnUtil
-
Deprecated.Use
InvestTxnType.DIVIDEND_REINVEST
instead. - TXN_TYPE_DIVIDENDXFR - Static variable in class com.infinitekind.moneydance.model.TxnUtil
-
Deprecated.Use
InvestTxnType.DIVIDENDXFR
instead. - TXN_TYPE_MISCEXP - Static variable in class com.infinitekind.moneydance.model.TxnUtil
-
Deprecated.Use
InvestTxnType.MISCEXP
instead. - TXN_TYPE_MISCINC - Static variable in class com.infinitekind.moneydance.model.TxnUtil
-
Deprecated.Use
InvestTxnType.MISCINC
instead. - TXN_TYPE_SELL - Static variable in class com.infinitekind.moneydance.model.TxnUtil
-
Deprecated.Use
InvestTxnType.SELL
instead. - TXN_TYPE_SELL_XFER - Static variable in class com.infinitekind.moneydance.model.TxnUtil
-
Deprecated.Use
InvestTxnType.SELL_XFER
instead. - TXN_TYPE_SHORT - Static variable in class com.infinitekind.moneydance.model.TxnUtil
-
Deprecated.Use
InvestTxnType.SHORT
instead. - TxnFilter - Interface in com.infinitekind.moneydance.model
-
Objects of this type define which transactions are a part of any given set.
- txnIsClearedForArchiving(AbstractTxn) - Static method in class com.infinitekind.moneydance.model.TxnUtil
-
Return whether all parts of the given transaction are cleared for archiving.
- TxnIterator - Class in com.infinitekind.moneydance.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.infinitekind.moneydance.model.TxnIterator
-
Construct a TxnIterator that iterates over all SplitTxns as well as their "flip sides".
- txnModified(AbstractTxn) - Method in class com.infinitekind.moneydance.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.infinitekind.moneydance.model
-
Represents a search through a set of transactions.
- TxnSet - Class in com.infinitekind.moneydance.model
-
An unsynchronized (unlike Vector) storage for AbstractTxn objects.
- TxnSet() - Constructor for class com.infinitekind.moneydance.model.TxnSet
- TxnSet(Collection<AbstractTxn>) - Constructor for class com.infinitekind.moneydance.model.TxnSet
- TxnSortOrder - Enum in com.infinitekind.moneydance.model
-
Copyright (C) 2019 The Infinite Kind, Limited Created by sreilly - 2019-08-09 14:02
- txnTouchesInvestment(AbstractTxn) - Static method in class com.infinitekind.moneydance.model.TxnUtil
-
Return true iff this transaction is a transfer to, from or within an investment account.
- txnType - Variable in class com.infinitekind.moneydance.model.InvestFields
- txnTypeForStringID(String) - Static method in enum com.infinitekind.moneydance.model.InvestTxnType
- TxnUtil - Class in com.infinitekind.moneydance.model
- typeForCode(int) - Static method in enum com.infinitekind.moneydance.model.Account.AccountType
- typeForCode(int) - Static method in enum com.infinitekind.moneydance.model.CurrencyType.Type
- typeForCode(int) - Static method in enum com.infinitekind.moneydance.model.Reminder.Type
- typeForSyncID(String) - Static method in enum com.infinitekind.moneydance.model.Account.AccountType
- typeForSyncID(String) - Static method in enum com.infinitekind.moneydance.model.CurrencyType.Type
- typeFromString(String) - Static method in enum com.infinitekind.moneydance.model.ReportSpec.Type
U
- unadjustValueForSplitsInt(int, long, int) - Method in class com.infinitekind.moneydance.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.
- UNCONFIRMED - com.infinitekind.moneydance.model.Account.BalanceType
- UndoManagerInterface - Interface in com.infinitekind.moneydance.model
-
An UndoManagerInterface can be provided on platforms that support undo/redo operations to rollback or reapply changes.
- UNION - com.infinitekind.moneydance.model.AggregateTxnSearch.GroupingType
- UNKNOWN_MEDIATYPE - com.infinitekind.moneydance.model.MediaType
- 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.infinitekind.moneydance.model.InvestUtil
-
Marker to identify special sale transactions that are used for unrealized gain calcs.
- UNRECONCILED - com.infinitekind.moneydance.model.AbstractTxn.ClearedStatus
- unregisterAttachmentForDeletion(String) - Method in class com.infinitekind.moneydance.model.AccountBook
- unusedSplits - Variable in class com.infinitekind.moneydance.model.LoanFields
- unzip(InputStream, File) - Static method in class com.infinitekind.util.IOUtils
-
Unzip a zip file from the given input stream and into the given folder.
- updateDate(CurrencyType, int) - Method in class com.infinitekind.moneydance.model.AvailableSharesTracker
-
Update the date of this tracker, adjusting the number of available shares for any splits that happened between
AvailableSharesTracker.getLastDateInt()
andasofDate
. - updateLegacyBudgets(AccountBook) - Static method in class com.infinitekind.moneydance.model.Legacy
- updateLegacyReports(AccountBook) - Static method in class com.infinitekind.moneydance.model.Legacy
- 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
- upgradeFromLegacyData() - Method in class com.infinitekind.moneydance.model.LegacyTxnTags
-
Convert the transaction tags in older data structures to the new simpler tags/keywords model
- usesBillPayExtendedAcctTo() - Method in class com.infinitekind.moneydance.model.OnlineService
- usesFITag() - Method in class com.infinitekind.moneydance.model.OnlineService
-
Returns true if this info is identified by an FI tag (ORG and ID) or not
- usesPTTAcctIDField() - Method in class com.infinitekind.moneydance.model.OnlineService
- useTerribleTLSV1Hack() - Method in class com.infinitekind.moneydance.model.OnlineService
V
- valueForID(String) - Static method in enum com.infinitekind.moneydance.model.txtimport.ImportDateFieldOrder
- valueForPathChanged(TreePath, Object) - Method in class com.moneydance.awt.HashTreeModel
- valueForString(String) - Static method in enum com.infinitekind.moneydance.model.Account.DebtPaymentSpec
- valueForTypeID(String) - Static method in enum com.infinitekind.moneydance.model.txtimport.ImportFieldType
- valueForYMDIndexes(int, int, int) - Static method in enum com.infinitekind.moneydance.model.txtimport.ImportDateFieldOrder
- valueOf(String) - Static method in enum com.infinitekind.moneydance.model.AbstractTxn.ClearedStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infinitekind.moneydance.model.Account.AccountType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infinitekind.moneydance.model.Account.BalanceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infinitekind.moneydance.model.Account.DebtPaymentSpec
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infinitekind.moneydance.model.AggregateTxnSearch.GroupingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infinitekind.moneydance.model.CheckNumSettings.IncludeRecentsOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infinitekind.moneydance.model.CombinedAccountFilter.CombinationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infinitekind.moneydance.model.CompoundingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infinitekind.moneydance.model.CurrencyType.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infinitekind.moneydance.model.GenericTxnSearch.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infinitekind.moneydance.model.InvestTxnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infinitekind.moneydance.model.MediaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infinitekind.moneydance.model.PeriodType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infinitekind.moneydance.model.PeriodTypeFilter.EqualPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infinitekind.moneydance.model.RateAdjustmentOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infinitekind.moneydance.model.Reminder.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infinitekind.moneydance.model.ReportSpec.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infinitekind.moneydance.model.SecurityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infinitekind.moneydance.model.TxnSortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infinitekind.moneydance.model.txtimport.ImportDataSourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infinitekind.moneydance.model.txtimport.ImportDateFieldOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infinitekind.moneydance.model.txtimport.ImportFieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec.DateField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.moneydance.apps.md.controller.FeatureModule.ActionType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.infinitekind.moneydance.model.AbstractTxn.ClearedStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infinitekind.moneydance.model.Account.AccountType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infinitekind.moneydance.model.Account.BalanceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infinitekind.moneydance.model.Account.DebtPaymentSpec
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infinitekind.moneydance.model.AggregateTxnSearch.GroupingType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infinitekind.moneydance.model.CheckNumSettings.IncludeRecentsOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infinitekind.moneydance.model.CombinedAccountFilter.CombinationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infinitekind.moneydance.model.CompoundingType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infinitekind.moneydance.model.CurrencyType.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infinitekind.moneydance.model.GenericTxnSearch.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infinitekind.moneydance.model.InvestTxnType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infinitekind.moneydance.model.MediaType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infinitekind.moneydance.model.PeriodType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infinitekind.moneydance.model.PeriodTypeFilter.EqualPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infinitekind.moneydance.model.RateAdjustmentOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infinitekind.moneydance.model.Reminder.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infinitekind.moneydance.model.ReportSpec.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infinitekind.moneydance.model.SecurityType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infinitekind.moneydance.model.TxnSortOrder
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infinitekind.moneydance.model.txtimport.ImportDataSourceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infinitekind.moneydance.model.txtimport.ImportDateFieldOrder
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infinitekind.moneydance.model.txtimport.ImportFieldType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec.DateField
-
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.controller.FeatureModule.ActionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VAT_T - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- vectorToStringArray(Vector) - Static method in class com.infinitekind.util.StringUtils
- VIEWABLE_ACCOUNTS_FILTER - Static variable in interface com.infinitekind.moneydance.model.AcctFilter
W
- waitForLoadCompletion(float) - Method in interface com.moneydance.apps.md.controller.bot.RobotWebSession
- wasDownloaded() - Method in class com.infinitekind.moneydance.model.AbstractTxn
-
Return true iff this transaction has a FI transaction ID associated with it.
- wasTxnDownloaded(AbstractTxn) - Static method in class com.infinitekind.moneydance.model.TxnUtil
-
Returns true if the given transaction was downloaded, or imported from a downloaded file.
- WEEK - com.infinitekind.moneydance.model.PeriodType
- WEEKLY - com.infinitekind.moneydance.model.CompoundingType
-
Every week.
- WEEKLY_EVERY - Static variable in class com.infinitekind.moneydance.model.Reminder
- WEEKLY_EVERY_FIFTH - Static variable in class com.infinitekind.moneydance.model.Reminder
- WEEKLY_EVERY_FIRST - Static variable in class com.infinitekind.moneydance.model.Reminder
- WEEKLY_EVERY_FOURTH - Static variable in class com.infinitekind.moneydance.model.Reminder
- WEEKLY_EVERY_LAST - Static variable in class com.infinitekind.moneydance.model.Reminder
- WEEKLY_EVERY_SECOND - Static variable in class com.infinitekind.moneydance.model.Reminder
- WEEKLY_EVERY_THIRD - Static variable in class com.infinitekind.moneydance.model.Reminder
- west() - Method in class com.moneydance.awt.GridC
-
Anchor the component to the west
- WEST - Static variable in class com.moneydance.awt.ArrowIcon
-
The arrow should point to the west.
- 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
- withExtension(String) - Static method in enum com.infinitekind.moneydance.model.MediaType
- writeAtomically(byte[], File) - Static method in class com.infinitekind.util.IOUtils
-
Atomically write the given data to the outputFile.
- writeAtomically(String, File) - Static method in class com.infinitekind.util.IOUtils
-
Atomically write the given string to the outputFile in UTF8.
- writeFile(String, InputStream) - Method in class com.infinitekind.moneydance.model.LocalStorage
-
Writes to a local data file, encrypting as it goes.
- writeString(String, Writer) - Static method in class com.infinitekind.util.StreamUtil
- writeTo(OutputStream) - Method in class com.infinitekind.util.StreamTable
- writeTo(Writer) - Method in interface com.infinitekind.util.StreamObject
- writeTo(Writer) - Method in class com.infinitekind.util.StreamTable
- writeTo(Writer) - Method in class com.infinitekind.util.StreamVector
- writeTo(Writer, String) - Method in interface com.infinitekind.util.StreamObject
- writeTo(Writer, String) - Method in class com.infinitekind.util.StreamTable
- writeTo(Writer, String) - Method in class com.infinitekind.util.StreamVector
- writeToFile(File) - Method in class com.infinitekind.util.StreamTable
- writeToFile(String) - Method in class com.infinitekind.util.StreamTable
- writeToFileAtomically(byte[], String) - Method in class com.infinitekind.moneydance.model.LocalStorage
-
Encrypts and writes to a local data file atomically.
- writeToString() - Method in interface com.infinitekind.util.StreamObject
- writeToString() - Method in class com.infinitekind.util.StreamTable
- writeToString() - Method in class com.infinitekind.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
- XFER_T - com.infinitekind.moneydance.model.ReportSpec.ReportGenerator
- xfrAcct - Variable in class com.infinitekind.moneydance.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
- YDM - com.infinitekind.moneydance.model.txtimport.ImportDateFieldOrder
- YEAR - com.infinitekind.moneydance.model.PeriodType
- YEAR - com.infinitekind.moneydance.model.txtimport.TabularTextImportSpec.DateField
- yearsInPeriod(int, int) - Static method in class com.infinitekind.util.DateUtil
-
Counts the number of years between start (inclusive) and end (exclusive).
- YMD - com.infinitekind.moneydance.model.txtimport.ImportDateFieldOrder
Z
- zipRecursively(ZipOutputStream, File, FilenameFilter) - Static method in class com.infinitekind.util.IOUtils
-
Recursively zip the given file or directory, only adding files matching the filter (if any).
_
- _getAccountByName(String) - Method in class com.infinitekind.moneydance.model.Account
- _getAccountByName(String, Account.AccountType) - Method in class com.infinitekind.moneydance.model.Account
All Classes|All Packages