Package com.sybase.uep.bobclient.utils

Interface Summary
IModalRunnable Modal runnables represent blocks of code and associated exception handlers.
 

Class Summary
Binary Implement a local binary wrapper to persist the binary data as well as the path
CollectionsFactory Factory to generate collection instance according datatype
DateTime This wrapper class creates an object to make a distinction between date, datetime and time for internal BB use.
DateUtil Date/Datetime/Time utililties class
GraphicsUtil Util class for rendering UI
ModalRunner Runs the given IModalRunnable in a separate thread under a protected mode: exception thrown in the runnable is passed to the runnable's exception handler.
PersistableByte Implement a local Byte to make the datataype persistable
PersistableCharacter Implement a local Char to make the datataype persistable
PersistableDate Implement a local date to make the datataype persistable
PersistableDouble Implement a local Double to make the datataype persistable
PersistableFloat Implement a local Float to make the datataype persistable
PersistableInteger Implement a local Integer to make the datataype persistable
PersistableLong Implement a local Long to make the datataype persistable
PersistableShort Implement a local Short to make the datataype persistable
PhoneAbstractString  
PIMUtil  
ScreenPopper This is the Screen Popper helper class It will pop off screens from the UI stack
ScreenPusher This is the Screen Pusher helper class It will push screens onto the UI stack
TextInputUtil  
Time  
UIHelper This is the UI Helper class Contains UI helper classes to create space, font, and etc.
Util This is the Utility class Contains static helper methods