|
|||||||||
| 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.PalmToDoBook
Implementation of the ToDoBook interface for PalmOS
| Constructor Summary | |
PalmToDoBook()
|
|
| Method Summary | |
void |
addCategory(java.lang.String category)
Always throws NotSupportedByDeviceException since categories are currently not supported |
ToDoRecord |
createToDoRecord()
Creates a new ToDoRecord |
void |
deleteToDoRecord(ToDoRecord todoRecord)
Deletes a ToDoRecord from the device |
Vector |
getCategories()
Always throws NotSupportedByDeviceException since categories are currently not supported |
RecordList |
getToDoRecords()
Reads stored ToDoRecords 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 PalmToDoBook()
| Method Detail |
public RecordList getToDoRecords()
ToDoRecords from the device. The returned Vector will be adapted, when records are deleted or created later on.ToDoBook.getToDoRecords()
public ToDoRecord createToDoRecord()
throws NotSupportedByDeviceException
ToDoRecordToDoBook.createToDoRecord()
public Vector getCategories()
throws NotSupportedByDeviceException
NotSupportedByDeviceException since categories are currently not supportedToDoBook.getCategories()
public void addCategory(java.lang.String category)
throws NotSupportedByDeviceException
NotSupportedByDeviceException since categories are currently not supportedToDoBook.addCategory(java.lang.String)
public void removeCategory(java.lang.String category)
throws NotSupportedByDeviceException
NotSupportedByDeviceException since categories are currently not supportedToDoBook.removeCategory(java.lang.String)
public void renameCategory(java.lang.String oldName,
java.lang.String newName)
throws NotSupportedByDeviceException
NotSupportedByDeviceException since categories are currently not supportedToDoBook.renameCategory(java.lang.String, java.lang.String)public void deleteToDoRecord(ToDoRecord todoRecord)
ToDoRecord from the deviceToDoBook.deleteToDoRecord(superwaba.ext.xplat.io.pimal.todobook.ToDoRecord)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||