|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
An interface describing the functionality an implementation of an ToDoRecord (e.g. one person's/company's contact information) must provide
| Method Summary | |
Vector |
getFields()
Reads ToDoFields from the device, maps them and stores them in ToDoField |
java.lang.String |
rawReadNote()
Reads this ToDoRecord's note directly. |
void |
rawWriteNote(java.lang.String note)
Writes this ToDoRecord's note directly |
void |
registerNotSupportedhandler(ToDoNotSupportedHandler nsh)
Registers a NotSupportedHandler that handle's ToDoFields this device cannot store |
void |
setFields(Vector fields)
Reads information from the passed fields, maps them and writes them to the device. |
| Method Detail |
public Vector getFields()
ToDoFields from the device, maps them and stores them in ToDoFields and returns them.
- Returns:
- a Vector containing the contact information of this record in
ToDoFields
public void setFields(Vector fields)
NotSupportedHandlerfields - the fields to write to the devicepublic java.lang.String rawReadNote()
ToDoRecord's note directly.public void rawWriteNote(java.lang.String note)
ToDoRecord's note directlynote - the text to write to the notepublic void registerNotSupportedhandler(ToDoNotSupportedHandler nsh)
ToDoFields this device cannot storensh - the NotSupportedHandler to register
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||