|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--superwaba.ext.ce.io.builtin.pimal.PocketPCToDoBook
Implements the pimal.todobook.ToDoBook interface for PocketPC devices
| Constructor Summary | |
PocketPCToDoBook()
creates a new instance of PocketPCToDoBook |
|
| Method Summary | |
void |
addCategory(java.lang.String category)
Always throws NotSupportedByDeviceException since categories are currently not supported
* @see superwaba.ext.xplat.io.pimal.addressbook.AddressBook#addCategory(java.lang.String) |
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 PocketPCToDoBook()
| Method Detail |
public RecordList getToDoRecords()
ToDoRecords from the device. The returned Vector will be adapted, when records are deleted or created later on.ToDoRecords stored on this device
public ToDoRecord createToDoRecord()
throws NotSupportedByDeviceException
ToDoRecordpublic void deleteToDoRecord(ToDoRecord todoRecord)
ToDoRecord from the devicetodoRecord - ToDoeRecord to delete
public Vector getCategories()
throws NotSupportedByDeviceException
NotSupportedByDeviceException since categories are currently not supportedAddressBook.getCategories()
public void addCategory(java.lang.String category)
throws NotSupportedByDeviceException
NotSupportedByDeviceException since categories are currently not supported
* @see superwaba.ext.xplat.io.pimal.addressbook.AddressBook#addCategory(java.lang.String)category - Category to add
public void removeCategory(java.lang.String category)
throws NotSupportedByDeviceException
NotSupportedByDeviceException since categories are currently not supportedAddressBook.removeCategory(java.lang.String)
public void renameCategory(java.lang.String oldName,
java.lang.String newName)
throws NotSupportedByDeviceException
NotSupportedByDeviceException since categories are currently not supportedoldName - old name of the categorynewName - new name of the category
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||