Uses of Class
roboguice.inject.ContextScope

Packages that use ContextScope
roboguice.activity   
roboguice.application   
roboguice.config   
roboguice.inject   
roboguice.receiver   
roboguice.service   
roboguice.util   
 

Uses of ContextScope in roboguice.activity
 

Fields in roboguice.activity declared as ContextScope
protected  ContextScope RoboTabActivity.scope
           
protected  ContextScope RoboPreferenceActivity.scope
           
protected  ContextScope RoboMapActivity.scope
           
protected  ContextScope RoboListActivity.scope
           
protected  ContextScope RoboLauncherActivity.scope
           
protected  ContextScope RoboExpandableListActivity.scope
           
protected  ContextScope RoboActivityGroup.scope
           
protected  ContextScope RoboActivity.scope
           
protected  ContextScope RoboAccountAuthenticatorActivity.scope
           
 

Uses of ContextScope in roboguice.application
 

Fields in roboguice.application declared as ContextScope
protected  ContextScope RoboApplication.contextScope
           
 

Uses of ContextScope in roboguice.config
 

Fields in roboguice.config declared as ContextScope
protected  ContextScope RoboModule.contextScope
           
 

Constructors in roboguice.config with parameters of type ContextScope
RoboModule(ContextScope contextScope, com.google.inject.Provider<android.content.Context> throwingContextProvider, com.google.inject.Provider<android.content.Context> contextProvider, ResourceListener resourceListener, ViewListener viewListener, ExtrasListener extrasListener, PreferenceListener preferenceListener, android.app.Application application)
           
 

Uses of ContextScope in roboguice.inject
 

Fields in roboguice.inject declared as ContextScope
protected  ContextScope ViewListener.scope
           
protected  ContextScope PreferenceListener.scope
           
 

Constructors in roboguice.inject with parameters of type ContextScope
PreferenceListener(com.google.inject.Provider<android.content.Context> contextProvider, android.app.Application application, ContextScope scope)
           
ViewListener(com.google.inject.Provider<android.content.Context> contextProvider, android.app.Application application, ContextScope scope)
           
 

Uses of ContextScope in roboguice.receiver
 

Fields in roboguice.receiver declared as ContextScope
protected  ContextScope RoboBroadcastReceiver.scope
           
 

Uses of ContextScope in roboguice.service
 

Fields in roboguice.service declared as ContextScope
protected  ContextScope RoboService.scope
           
protected  ContextScope RoboIntentService.scope
           
 

Uses of ContextScope in roboguice.util
 

Fields in roboguice.util declared as ContextScope
protected  ContextScope RoboAsyncTask.scope
           
 

Fields in roboguice.util with type parameters of type ContextScope
protected static com.google.inject.Provider<ContextScope> RoboThread.scopeProvider
           
protected static com.google.inject.Provider<ContextScope> RoboAsyncTask.scopeProvider
           
 



Copyright © 2011. All Rights Reserved.