Uses of Package
com.carlosbcruz.account.dynamicmodel

Packages that use com.carlosbcruz.account.dynamicmodel
com.carlosbcruz.account.control   
com.carlosbcruz.account.dynamicmodel   
com.carlosbcruz.account.modelpersistence   
 

Classes in com.carlosbcruz.account.dynamicmodel used by com.carlosbcruz.account.control
AccountEvent
          Has information that deatils what has changed in the com.carlosbcruz.account.control model.
AccountModelListener
          Classes that are interested in receiving notifications of changes in the application model have to implement this interface.
 

Classes in com.carlosbcruz.account.dynamicmodel used by com.carlosbcruz.account.dynamicmodel
AccountAllUserAccounts
          Main model class for Account application.
AccountCheck
          Represents a single check.
AccountCheckGroup
          Has all the users check groups.
AccountComment
          Represents an Account Comment that can be any continuous text with as many lines as necessary.
AccountEvent
          Has information that deatils what has changed in the com.carlosbcruz.account.control model.
AccountModelException
          Main Model Exception Level
AccountModelListener
          Classes that are interested in receiving notifications of changes in the application model have to implement this interface.
AccountTransaction
          Represents a transaction in an com.carlosbcruz.account.control.
AccountUserAccount
          Represents an User Account.
 

Classes in com.carlosbcruz.account.dynamicmodel used by com.carlosbcruz.account.modelpersistence
AccountAllUserAccounts
          Main model class for Account application.
AccountModelException
          Main Model Exception Level
AccountModelPersistence
          There are many ways to save the model (UserAccounts) Whatever the way choosed, the class must comply with this interface.
AccountModelProvider
          There are many ways to retrieve the model (UserAccounts) Whatever the way choosed, the class must comply with this interface.