superwaba.ext.palm.io.builtin.pimal
Class PalmPIMFactory

java.lang.Object
  |
  +--superwaba.ext.xplat.io.pimal.PIMFactory
        |
        +--superwaba.ext.palm.io.builtin.pimal.PalmPIMFactory

public class PalmPIMFactory
extends PIMFactory

Implementation of a PIMFactory for PalmOS. Provides access to the palm specific books.


Constructor Summary
PalmPIMFactory()
          standard constructor
 
Method Summary
 AddressBook createAddressBook()
           
 DateBook createDateBook()
           
 MemoBook createMemoBook()
           
 ToDoBook createToDoBook()
           
 
Methods inherited from class superwaba.ext.xplat.io.pimal.PIMFactory
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PalmPIMFactory

public PalmPIMFactory()
standard constructor
Method Detail

createAddressBook

public AddressBook createAddressBook()
                              throws NotSupportedByDeviceException
Overrides:
createAddressBook in class PIMFactory
See Also:
PIMFactory.createAddressBook()

createDateBook

public DateBook createDateBook()
                        throws NotSupportedByDeviceException
Overrides:
createDateBook in class PIMFactory
See Also:
PIMFactory.createDateBook()

createToDoBook

public ToDoBook createToDoBook()
                        throws NotSupportedByDeviceException
Overrides:
createToDoBook in class PIMFactory
See Also:
PIMFactory.createToDoBook()

createMemoBook

public MemoBook createMemoBook()
                        throws NotSupportedByDeviceException
Overrides:
createMemoBook in class PIMFactory
See Also:
PIMFactory.createMemoBook()