|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.moneydance.apps.md.extensionapi.EditorField
public abstract class EditorField
An AccountEditorField represents one pairing of a label and an entry field (checkbox, text field, etc).
| Constructor Summary | |
|---|---|
EditorField(java.lang.Object label,
javax.swing.JComponent field)
|
|
| Method Summary | |
|---|---|
javax.swing.JComponent |
getField()
Return the GUI component that allows the user to edit a value |
java.lang.Object |
getLabel()
Get the label that is to be applied to the editor field. |
abstract void |
saveEdits()
Called when the editor should save the value from the field to the model |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EditorField(java.lang.Object label,
javax.swing.JComponent field)
| Method Detail |
|---|
public java.lang.Object getLabel()
public javax.swing.JComponent getField()
public abstract void saveEdits()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||