|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--superwaba.ext.palm.io.builtin.pimal.PalmToDoRecord
An implementation of interface ToDoRecord for PalmOS. Currently supports the following fields: SUMMARY, STATUS, DUE, PRIORITY, DESCRIPTION
| Constructor Summary | |
protected |
PalmToDoRecord(int index)
Creates a PalmToDoRecord from the given index |
| Method Summary | |
Vector |
getFields()
Reads ToDoFields from the device, maps them and stores them in ToDoField |
protected int |
getIndex()
Getter for index |
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. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
protected PalmToDoRecord(int index)
index - the index, for which this Record should be created| Method Detail |
public Vector getFields()
ToDoFields from the device, maps them and stores them in ToDoFields and returns them.
- Specified by:
- getFields in interface ToDoRecord
- Tags copied from interface: ToDoRecord
- Returns:
- a Vector containing the contact information of this record in
ToDoFields
public void setFields(Vector fields)
NotSupportedHandlerfields - the fields to write to the deviceprotected int getIndex()
public 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 | ||||||||