|
|||||||||
| 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.PalmAddressRecord
An implementation of interface AddressRecord for PalmOS. Currently supports the following fields: N, TITLE, ORG, TEL, EMAIL, ADR, X-CUSTOM, NOTE
| Constructor Summary | |
protected |
PalmAddressRecord(int index)
Creates a PalmAddressRecord from the given index |
| Method Summary | |
Vector |
getFields()
Reads AddressFields from the device, maps them and stores them in AddressField |
protected int |
getIndex()
Getter for index |
java.lang.String |
rawReadNote()
Reads this AddressRecord's note directly. |
void |
rawWriteNote(java.lang.String note)
Writes this AddressRecord's note directly |
void |
registerNotSupportedhandler(AddressNotSupportedHandler nsh)
Registeres a NotSupportedHandler that handle's AddressFields 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 PalmAddressRecord(int index)
index - the index, for which this Record should be created| Method Detail |
public Vector getFields()
AddressFields and returns them.
- Specified by:
- getFields in interface AddressRecord
- Tags copied from interface: AddressRecord
- Returns:
- a Vector containing the contact information of this record in
AddressFields
public void setFields(Vector fields)
NotSupportedHandlerfields - the fields to write to the deviceprotected int getIndex()
public java.lang.String rawReadNote()
AddressRecord's note directly.public void rawWriteNote(java.lang.String note)
AddressRecord's note directlynote - the text to write to the notepublic void registerNotSupportedhandler(AddressNotSupportedHandler nsh)
AddressFields this device cannot storensh - the NotSupportedHandler to register
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||