Uses of Interface
net.sourceforge.mflow.api.Account

Packages that use Account
net.sourceforge.mflow.api   
net.sourceforge.mflow.api.base   
net.sourceforge.mflow.impl   
 

Uses of Account in net.sourceforge.mflow.api
 

Methods in net.sourceforge.mflow.api that return Account
 Account AccountManager.createNewAccount(java.lang.String name, java.lang.Class typeClass)
          Creates a new instance of Account.
 

Methods in net.sourceforge.mflow.api with parameters of type Account
 void AccountManager.remove(Account account)
          Removes an Account.
 

Uses of Account in net.sourceforge.mflow.api.base
 

Classes in net.sourceforge.mflow.api.base that implement Account
 class AbstractAccount
           
 

Uses of Account in net.sourceforge.mflow.impl
 

Methods in net.sourceforge.mflow.impl that return Account
 Account AccountManagerImpl.createNewAccount(java.lang.String name, java.lang.Class typeClass)
           
 

Methods in net.sourceforge.mflow.impl with parameters of type Account
 void AccountManagerImpl.remove(Account account)
           
 



Copyright © 2002-2004 MFlow Group. All Rights Reserved.