Package roboguice.inject

Interface Summary
ExtraConverter<FROM,TO> An object capable of providing objects of type TO, using extras of type FROM.

Converters enable you to convert Android Extras to complex objects.
InjectorProvider  
ResourceFactory<T>  
StaticTypeListener  
 

Class Summary
ActivityProvider  
AssetManagerProvider  
ContentResolverProvider  
ContextScope  
ContextScope.WeakActiveStack<T> A circular stack like structure of weak references.
ExtrasListener  
ExtrasListener.ExtrasMembersInjector<T>  
PreferenceListener  
ResourceListener Resource listener.
ResourceListener.ResourceMembersInjector<T>  
ResourcesProvider  
RoboApplicationProvider<T extends Application>  
SharedPreferencesProvider  
SharedPreferencesProvider.PreferencesNameHolder  
StringResourceFactory  
SystemServiceProvider<T>  
ViewListener  
 

Annotation Types Summary
ContextScoped Apply this to implementation classes when you want one instance per context instance.
InjectExtra Indicates that a variable member of a class (whether static or not) should be injected with an Android extra.
InjectPreference Indicates that a variable member of a class (whether static or not) should be injected with an Android preference from the current RoboPreferenceActivity.
InjectResource Indicates that a variable member of a class (whether static or not) should be injected with an Android resource.
InjectView Indicates that a variable member of a class (whether static or not) should be injected with an Android view.
SharedPreferencesName  
 



Copyright © 2011. All Rights Reserved.