|
|||||||||
| 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.PalmMemoBook
Implementation of the MemoBook interface for PalmOS
| Constructor Summary | |
PalmMemoBook()
|
|
| Method Summary | |
void |
addCategory(java.lang.String category)
Always throws NotSupportedByDeviceException since categories are currently not supported |
MemoRecord |
createMemoRecord()
Creates a new MemoRecord |
void |
deleteMemoRecord(MemoRecord memoRecord)
Deletes a MemoRecord from the device |
Vector |
getCategories()
Always throws NotSupportedByDeviceException since categories are currently not supported |
RecordList |
getMemoRecords()
Reads stored MemoRecords from the device. |
void |
removeCategory(java.lang.String category)
Always throws NotSupportedByDeviceException since categories are currently not supported |
void |
renameCategory(java.lang.String oldName,
java.lang.String newName)
Always throws NotSupportedByDeviceException since categories are currently not supported |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public PalmMemoBook()
| Method Detail |
public RecordList getMemoRecords()
MemoRecords from the device. The returned Vector will be adapted, when records are deleted or created later on.MemoBook.getMemoRecords()
public MemoRecord createMemoRecord()
throws NotSupportedByDeviceException
MemoRecordMemoBook.createMemoRecord()
public Vector getCategories()
throws NotSupportedByDeviceException
NotSupportedByDeviceException since categories are currently not supportedMemoBook.getCategories()
public void addCategory(java.lang.String category)
throws NotSupportedByDeviceException
NotSupportedByDeviceException since categories are currently not supportedMemoBook.addCategory(java.lang.String)
public void removeCategory(java.lang.String category)
throws NotSupportedByDeviceException
NotSupportedByDeviceException since categories are currently not supportedMemoBook.removeCategory(java.lang.String)
public void renameCategory(java.lang.String oldName,
java.lang.String newName)
throws NotSupportedByDeviceException
NotSupportedByDeviceException since categories are currently not supportedMemoBook.renameCategory(java.lang.String, java.lang.String)public void deleteMemoRecord(MemoRecord memoRecord)
MemoRecord from the deviceMemoBook.deleteMemoRecord(superwaba.ext.xplat.io.pimal.memobook.MemoRecord)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||