|
|||||||||
| 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.PalmDateRecord
An implementation of interface DateRecord for PalmOS. Currently supports the following fields: SUMMARY, DTSTART, DTEND, TRIGGER, EXDATE, RRULE, DESCRIPTION
| Constructor Summary | |
protected |
PalmDateRecord(int index)
Creates a PalmDateRecord from the given index |
| Method Summary | |
Vector |
getFields()
Reads DateFields from the device, maps them and stores them in DateField |
protected int |
getIndex()
Getter for index |
java.lang.String |
rawReadNote()
Reads this DateRecord's note directly. |
void |
rawWriteNote(java.lang.String note)
Writes this DateRecord's note directly |
void |
registerNotSupportedhandler(DateNotSupportedHandler nsh)
Registeres a NotSupportedHandler that handle's DateFields 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 PalmDateRecord(int index)
index - the index, for which this Record should be created| Method Detail |
protected int getIndex()
public Vector getFields()
DateFields from the device, maps them and stores them in DateFields and returns them.
- Specified by:
- getFields in interface DateRecord
- Tags copied from interface: DateRecord
- Returns:
- a Vector containing the contact information of this record in
DateFields
public void setFields(Vector fields)
NotSupportedHandlerfields - the fields to write to the devicepublic java.lang.String rawReadNote()
DateRecord's note directly.public void rawWriteNote(java.lang.String note)
DateRecord's note directlynote - the text to write to the notepublic void registerNotSupportedhandler(DateNotSupportedHandler nsh)
DateFields this device cannot storensh - the NotSupportedHandler to register
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||