Uses of Class
com.syncbuilder.storage.AppBlock

Packages that use AppBlock
com.syncbuilder.storage Storage in the style of Palm OS databases.  
com.syncbuilder.storage.address   
com.syncbuilder.storage.appointment   
com.syncbuilder.storage.expense   
com.syncbuilder.storage.generic   
com.syncbuilder.storage.mail   
com.syncbuilder.storage.memo   
com.syncbuilder.storage.todo   
com.syncbuilder.sync Connection management with the Palm device.  
 

Uses of AppBlock in com.syncbuilder.storage
 

Subclasses of AppBlock in com.syncbuilder.storage
 class CategoryAppBlock
          The foundation of all AppBlocks which can store categories.
 

Methods in com.syncbuilder.storage that return AppBlock
 AppBlock Database.getAppBlock()
          Get a new instance of an AppBlock that matches the Database.
 AppBlock Database.createAppBlock()
          Create a new instance of an AppBlock that matches the Database.
abstract  AppBlock DatabaseBase.getAppBlock()
           
 AppBlock DatabaseBase.createAppBlock()
           
 AppBlock MemoryDatabase.getAppBlock()
           
 AppBlock DeviceDatabase.getAppBlock()
           
 AppBlock DatabaseImpl.createAppBlock()
           
 AppBlock DatabaseImpl.createAppBlock(byte[] contents)
           
 

Methods in com.syncbuilder.storage with parameters of type AppBlock
 void Database.setAppBlock(AppBlock appblock)
          Associate the AppBlock with the Database.
abstract  void DatabaseBase.setAppBlock(AppBlock appblock)
           
 void MemoryDatabase.setAppBlock(AppBlock appblock)
           
 void DeviceDatabase.setAppBlock(AppBlock appblock)
           
 

Uses of AppBlock in com.syncbuilder.storage.address
 

Methods in com.syncbuilder.storage.address that return AppBlock
 AppBlock DatabaseImpl.createAppBlock()
           
 AppBlock DatabaseImpl.createAppBlock(byte[] contents)
           
 

Uses of AppBlock in com.syncbuilder.storage.appointment
 

Methods in com.syncbuilder.storage.appointment that return AppBlock
 AppBlock DatabaseImpl.createAppBlock()
           
 AppBlock DatabaseImpl.createAppBlock(byte[] contents)
           
 

Uses of AppBlock in com.syncbuilder.storage.expense
 

Methods in com.syncbuilder.storage.expense that return AppBlock
 AppBlock DatabaseImpl.createAppBlock()
           
 AppBlock DatabaseImpl.createAppBlock(byte[] contents)
           
 

Uses of AppBlock in com.syncbuilder.storage.generic
 

Subclasses of AppBlock in com.syncbuilder.storage.generic
 class AppBlock
          The representation of a Databases AppBlock
 

Methods in com.syncbuilder.storage.generic that return AppBlock
 AppBlock DatabaseImpl.createAppBlock()
           
 AppBlock DatabaseImpl.createAppBlock(byte[] contents)
           
 

Uses of AppBlock in com.syncbuilder.storage.mail
 

Methods in com.syncbuilder.storage.mail that return AppBlock
 AppBlock DatabaseImpl.createAppBlock()
           
 AppBlock DatabaseImpl.createAppBlock(byte[] contents)
           
 

Uses of AppBlock in com.syncbuilder.storage.memo
 

Methods in com.syncbuilder.storage.memo that return AppBlock
 AppBlock DatabaseImpl.createAppBlock()
           
 AppBlock DatabaseImpl.createAppBlock(byte[] contents)
           
 

Uses of AppBlock in com.syncbuilder.storage.todo
 

Methods in com.syncbuilder.storage.todo that return AppBlock
 AppBlock DatabaseImpl.createAppBlock()
           
 AppBlock DatabaseImpl.createAppBlock(byte[] contents)
           
 

Uses of AppBlock in com.syncbuilder.sync
 

Methods in com.syncbuilder.sync that return AppBlock
 AppBlock Dlp.dlp_ReadAppBlock(int handle, DatabaseImpl dbimpl)
           
 

Methods in com.syncbuilder.sync with parameters of type AppBlock
 void Dlp.dlp_WriteAppBlock(int handle, AppBlock appblock)
           
 



This material is Copyrighted (C) 1999 by Tilo Christ. All Rights Reserved.