|
|||||||||
| 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.PalmMemoRecord
An implementation of interface MemoRecord for PalmOS. Currently supports the following fields: SUMMARY, MEMO
| Constructor Summary | |
protected |
PalmMemoRecord(int index)
Creates a PalmMemoRecord from the given index |
| Method Summary | |
Vector |
getFields()
Reads MemoFields from the device, maps them and stores them in MemoField |
protected int |
getIndex()
Getter for index |
java.lang.String |
rawReadNote()
Reads this MemoRecord's note directly. |
void |
rawWriteNote(java.lang.String note)
Writes this MemoRecord's note directly |
void |
registerNotSupportedhandler(MemoNotSupportedHandler nsh)
Registeres a NotSupportedHandler that handle's MemoFields 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 PalmMemoRecord(int index)
index - the index, for which this Record should be created| Method Detail |
public Vector getFields()
MemoFields from the device, maps them and stores them in MemoFields and returns them.
- Specified by:
- getFields in interface MemoRecord
- See Also:
VersitRecord.getFields()
public void setFields(Vector fields)
NotSupportedHandlerVersitRecord.setFields(waba.util.Vector)protected int getIndex()
public java.lang.String rawReadNote()
MemoRecord's note directly.MemoRecord.rawReadNote()public void rawWriteNote(java.lang.String note)
MemoRecord's note directlyMemoRecord.rawWriteNote(java.lang.String)public void registerNotSupportedhandler(MemoNotSupportedHandler nsh)
MemoFields this device cannot storensh - the NotSupportedHandler to register
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||