|
|||||||||
| 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.PocketPCDateBook
Implements the pimal.datebook.DateBook interface for Pocket PC devices
| Constructor Summary | |
PocketPCDateBook()
creates a new instance of PocketPCDateBook |
|
| 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) |
DateRecord |
createDateRecord()
Creates a new DateRecord |
void |
deleteDateRecord(DateRecord dateRecord)
Deletes a DateRecord from the device |
Vector |
getCategories()
Always throws NotSupportedByDeviceException since categories are currently not supported |
RecordList |
getDateRecords()
Reads stored DateRecords 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 PocketPCDateBook()
| Method Detail |
public RecordList getDateRecords()
DateRecords from the device. The returned Vector will be adapted, when records are deleted or created later on.DateRecords stored on this device
public DateRecord createDateRecord()
throws NotSupportedByDeviceException
DateRecordpublic void deleteDateRecord(DateRecord dateRecord)
DateRecord from the devicedateRecord - DateRecord 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 supportedAddressBook.renameCategory(java.lang.String, java.lang.String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||