|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.moneydance.apps.md.extensionapi.AccountEditor
public abstract class AccountEditor
This interface is used by objects that want to help edit accounts in Moneydance.
Constructor Summary | |
---|---|
AccountEditor()
|
Method Summary | |
---|---|
boolean |
applyToAccount(Account acct)
Determine if this editor applies to the given account. |
abstract java.util.Iterator |
getEditorFields()
Return an iterator of EditorField objects (other types of objects may be possible in the future. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AccountEditor()
Method Detail |
---|
public boolean applyToAccount(Account acct)
public abstract java.util.Iterator getEditorFields()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |