public abstract class AccountEditor
extends java.lang.Object
Constructor and Description |
---|
AccountEditor() |
Modifier and Type | Method and Description |
---|---|
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.
|
public boolean applyToAccount(Account acct)
public abstract java.util.Iterator getEditorFields()