Uses of Class
se.datadosen.jalbum.AccountManager.AccountStatus

Packages that use AccountManager.AccountStatus
se.datadosen.jalbum   
 

Uses of AccountManager.AccountStatus in se.datadosen.jalbum
 

Fields in se.datadosen.jalbum declared as AccountManager.AccountStatus
protected  AccountManager.AccountStatus SignInManager.status
           
 

Methods in se.datadosen.jalbum that return AccountManager.AccountStatus
 AccountManager.AccountStatus SignInManager.getAccountStatus()
          Return the account status data as returned from signing in
static AccountManager.AccountStatus AccountManager.getJalbumAccountQuota(java.lang.String username, java.lang.String password)
           
static AccountManager.AccountStatus AccountManager.getJalbumAccountStatus(AccountProfile profile)
           
static AccountManager.AccountStatus AccountManager.getJalbumAccountStatus(java.lang.String username, java.lang.String password)
           
 AccountManager.AccountStatus JAccountStatusPanel.getStatus()
           
 

Methods in se.datadosen.jalbum with parameters of type AccountManager.AccountStatus
 void JAccountStatusPanel.setStatus(AccountManager.AccountStatus accountStatus)