A B C D E F G H I K L M N O P R S T U V

A

AbstractPrefEditorField<T extends EditorHelper<T>> - Class in com.googlecode.androidannotations.api.sharedpreferences
 
AbstractPrefEditorField(T, String) - Constructor for class com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefEditorField
 
AbstractPrefField - Class in com.googlecode.androidannotations.api.sharedpreferences
 
AbstractPrefField(SharedPreferences, String) - Constructor for class com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefField
 
Accept - Annotation Type in com.googlecode.androidannotations.annotations.rest
 
AfterInject - Annotation Type in com.googlecode.androidannotations.annotations
Methods annotated with @AfterInject will be called after the constructor is called in an enhanced class.
AfterTextChange - Annotation Type in com.googlecode.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by TextWatcher.afterTextChanged(Editable s) after the text is changed on the targeted TextView or subclass of TextView.
AfterViews - Annotation Type in com.googlecode.androidannotations.annotations
Methods annotated with @AfterViews will be called after Activity.setContentView(int) is called by the generated activity.
ALL - Static variable in class com.googlecode.androidannotations.api.rest.MediaType
 
AnimationRes - Annotation Type in com.googlecode.androidannotations.annotations.res
Use on fields in activity classes that should be injected with this specific resource
App - Annotation Type in com.googlecode.androidannotations.annotations
Injects the application.
APPLICATION_ATOM_XML - Static variable in class com.googlecode.androidannotations.api.rest.MediaType
 
APPLICATION_FORM_URLENCODED - Static variable in class com.googlecode.androidannotations.api.rest.MediaType
 
APPLICATION_JSON - Static variable in class com.googlecode.androidannotations.api.rest.MediaType
 
APPLICATION_OCTET_STREAM - Static variable in class com.googlecode.androidannotations.api.rest.MediaType
 
APPLICATION_RSS_XML - Static variable in class com.googlecode.androidannotations.api.rest.MediaType
 
APPLICATION_WILDCARD_XML - Static variable in class com.googlecode.androidannotations.api.rest.MediaType
 
APPLICATION_XHTML_XML - Static variable in class com.googlecode.androidannotations.api.rest.MediaType
 
APPLICATION_XML - Static variable in class com.googlecode.androidannotations.api.rest.MediaType
 
apply(SharedPreferences.Editor) - Method in class com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefField
 
apply() - Method in class com.googlecode.androidannotations.api.sharedpreferences.EditorHelper
 

B

Background - Annotation Type in com.googlecode.androidannotations.annotations
Should be used on method that must be run in a background thread.
BackgroundExecutor - Class in com.googlecode.androidannotations.api
 
BackgroundExecutor() - Constructor for class com.googlecode.androidannotations.api.BackgroundExecutor
 
Bean - Annotation Type in com.googlecode.androidannotations.annotations
Injects an instance of a class annotated with EBean.
BeforeTextChange - Annotation Type in com.googlecode.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by TextWatcher.beforeTextChanged(CharSequence s, int start, int count, int after) before the text is changed on the targeted TextView or subclass of TextView.
booleanField(String) - Method in class com.googlecode.androidannotations.api.sharedpreferences.EditorHelper
 
booleanField(String, boolean) - Method in class com.googlecode.androidannotations.api.sharedpreferences.SharedPreferencesHelper
 
BooleanPrefEditorField<T extends EditorHelper<T>> - Class in com.googlecode.androidannotations.api.sharedpreferences
 
BooleanPrefField - Class in com.googlecode.androidannotations.api.sharedpreferences
 
BooleanRes - Annotation Type in com.googlecode.androidannotations.annotations.res
Use on fields in activity classes that should be injected with this specific resource

C

clear() - Method in class com.googlecode.androidannotations.api.sharedpreferences.EditorHelper
 
clear() - Method in class com.googlecode.androidannotations.api.sharedpreferences.SharedPreferencesHelper
 
Click - Annotation Type in com.googlecode.androidannotations.annotations
Should be used on click listener methods in activity classes The method may have zero or one parameter, that MUST be of type android.view.View .
ColorRes - Annotation Type in com.googlecode.androidannotations.annotations.res
Use on fields in activity classes that should be injected with values from R.color.* The annotated field must be an int or an Integer The annotation value must be one of R.color.* fields.
ColorStateListRes - Annotation Type in com.googlecode.androidannotations.annotations.res
Use on fields in activity classes that should be injected with this specific resource
com.googlecode.androidannotations.annotations - package com.googlecode.androidannotations.annotations
 
com.googlecode.androidannotations.annotations.res - package com.googlecode.androidannotations.annotations.res
 
com.googlecode.androidannotations.annotations.rest - package com.googlecode.androidannotations.annotations.rest
 
com.googlecode.androidannotations.annotations.sharedpreferences - package com.googlecode.androidannotations.annotations.sharedpreferences
 
com.googlecode.androidannotations.api - package com.googlecode.androidannotations.api
 
com.googlecode.androidannotations.api.rest - package com.googlecode.androidannotations.api.rest
 
com.googlecode.androidannotations.api.sharedpreferences - package com.googlecode.androidannotations.api.sharedpreferences
 

D

DEFAULT_PASSWD - Static variable in annotation type com.googlecode.androidannotations.annotations.HttpsClient
 
DEFAULT_TAG - Static variable in annotation type com.googlecode.androidannotations.annotations.Trace
 
DEFAULT_VALUE - Static variable in class com.googlecode.androidannotations.annotations.ResId
 
DefaultBoolean - Annotation Type in com.googlecode.androidannotations.annotations.sharedpreferences
Default value for a preference field
DefaultFloat - Annotation Type in com.googlecode.androidannotations.annotations.sharedpreferences
Default value for a preference field
DefaultInt - Annotation Type in com.googlecode.androidannotations.annotations.sharedpreferences
Default value for a preference field
DefaultLong - Annotation Type in com.googlecode.androidannotations.annotations.sharedpreferences
Default value for a preference field
DefaultString - Annotation Type in com.googlecode.androidannotations.annotations.sharedpreferences
Default value for a preference field
Delete - Annotation Type in com.googlecode.androidannotations.annotations.rest
 
DimensionPixelOffsetRes - Annotation Type in com.googlecode.androidannotations.annotations.res
Use on fields in activity classes that should be injected with this specific resource
DimensionPixelSizeRes - Annotation Type in com.googlecode.androidannotations.annotations.res
Use on fields in activity classes that should be injected with this specific resource
DimensionRes - Annotation Type in com.googlecode.androidannotations.annotations.res
Use on fields in activity classes that should be injected with this specific resource
DrawableRes - Annotation Type in com.googlecode.androidannotations.annotations.res
Use on fields in activity classes that should be injected with this specific resource

E

EActivity - Annotation Type in com.googlecode.androidannotations.annotations
Should be used on Activity classes to enable usage of AndroidAnnotations Any view related code should happen in an AfterViews annotated method.
EApplication - Annotation Type in com.googlecode.androidannotations.annotations
Should be used on android.app.Application classes to enable usage of AndroidAnnotations Most annotations are supported in EApplication classes
EBean - Annotation Type in com.googlecode.androidannotations.annotations
Should be used on custom classes to enable usage of AndroidAnnotations Any view related code should happen in an AfterViews annotated method.

Most annotations are supported in EBean classes
edit() - Method in class com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefField
 
editorHelper - Variable in class com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefEditorField
 
EditorHelper<T extends EditorHelper<T>> - Class in com.googlecode.androidannotations.api.sharedpreferences
 
EditorHelper(SharedPreferences) - Constructor for class com.googlecode.androidannotations.api.sharedpreferences.EditorHelper
 
EFragment - Annotation Type in com.googlecode.androidannotations.annotations
Should be used on Fragment classes to enable usage of AndroidAnnotations The annotation value should be one of R.layout.* fields, or none if you want to handle the view creation by yourself.
EProvider - Annotation Type in com.googlecode.androidannotations.annotations
Use this annotation to enhance an Android ContentProvider
EReceiver - Annotation Type in com.googlecode.androidannotations.annotations
Use this annotation to enhance an Android BroadcastReceiver
EService - Annotation Type in com.googlecode.androidannotations.annotations
Use this annotation to enhance an Android Service
EView - Annotation Type in com.googlecode.androidannotations.annotations
Should be used on custom classes that extend View to enable usage of AndroidAnnotations Any view related code should happen in an AfterViews annotated method.

Supported annotations in @EView : ViewById AfterViews Click ItemClick ItemLongClick ItemSelected LongClick Touch
EViewGroup - Annotation Type in com.googlecode.androidannotations.annotations
Should be used on custom classes that extend ViewGroup to enable usage of AndroidAnnotations Any view related code should happen in an AfterViews annotated method.

Supported annotations in @EViewGroup : ViewById AfterViews Click ItemClick ItemLongClick ItemSelected LongClick Touch
execute(Runnable) - Static method in class com.googlecode.androidannotations.api.BackgroundExecutor
 
exists() - Method in class com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefField
 
Extra - Annotation Type in com.googlecode.androidannotations.annotations
Use on Extra fields in activity and service classes.

F

floatField(String) - Method in class com.googlecode.androidannotations.api.sharedpreferences.EditorHelper
 
floatField(String, float) - Method in class com.googlecode.androidannotations.api.sharedpreferences.SharedPreferencesHelper
 
FloatPrefEditorField<T extends EditorHelper<T>> - Class in com.googlecode.androidannotations.api.sharedpreferences
 
FloatPrefField - Class in com.googlecode.androidannotations.api.sharedpreferences
 
FragmentArg - Annotation Type in com.googlecode.androidannotations.annotations
Use on fields in fragments.
FragmentById - Annotation Type in com.googlecode.androidannotations.annotations
Use it on Fragment fields in activity classes The annotation value should be one of R.id.* fields.
FragmentByTag - Annotation Type in com.googlecode.androidannotations.annotations
Use it on Fragment fields in activity classes The annotation value should be the tag name of the fragment.
FromHtml - Annotation Type in com.googlecode.androidannotations.annotations
 
Fullscreen - Annotation Type in com.googlecode.androidannotations.annotations
Should be used on Activity classes that must be fullscreen The activity must be annotated with EActivity.

G

Get - Annotation Type in com.googlecode.androidannotations.annotations.rest
 
get() - Method in class com.googlecode.androidannotations.api.sharedpreferences.BooleanPrefField
 
get() - Method in class com.googlecode.androidannotations.api.sharedpreferences.FloatPrefField
 
get() - Method in class com.googlecode.androidannotations.api.sharedpreferences.IntPrefField
 
get() - Method in class com.googlecode.androidannotations.api.sharedpreferences.LongPrefField
 
get() - Method in class com.googlecode.androidannotations.api.sharedpreferences.StringPrefField
 
getEditor() - Method in class com.googlecode.androidannotations.api.sharedpreferences.EditorHelper
 
getOr(boolean) - Method in class com.googlecode.androidannotations.api.sharedpreferences.BooleanPrefField
 
getOr(float) - Method in class com.googlecode.androidannotations.api.sharedpreferences.FloatPrefField
 
getOr(int) - Method in class com.googlecode.androidannotations.api.sharedpreferences.IntPrefField
 
getOr(long) - Method in class com.googlecode.androidannotations.api.sharedpreferences.LongPrefField
 
getOr(String) - Method in class com.googlecode.androidannotations.api.sharedpreferences.StringPrefField
 
getSdkInt() - Static method in class com.googlecode.androidannotations.api.SdkVersionHelper
 
getSharedPreferences() - Method in class com.googlecode.androidannotations.api.sharedpreferences.SharedPreferencesHelper
 

H

Head - Annotation Type in com.googlecode.androidannotations.annotations.rest
 
HtmlRes - Annotation Type in com.googlecode.androidannotations.annotations.res
 
HttpsClient - Annotation Type in com.googlecode.androidannotations.annotations
Use this annotation to get an HttpClient instance with the specified KeyStore and TrustStore configured to perform an HTTPS request

All the parameters are optional

trustStore: int, Resource id of your trust store file ex R.raw.cacerts.bks Typically your servers trusted certificates (public key, Root Chain Authority etc)

trustStorePwd: String, Your trust store password (default is changeit)

keyStore: int, Resource id of your keystore Usually your private key (client certificate)

keyStorePwd: String, Your KeyStore password (default is changeit)

allowAllHostnames: boolean, if true, authorizes any TLS/SSL hostname (default true) If false, Hostname in certificate (DN) must match the URL.

Note: Prior to ICS, Android accepts [Key|Trust]store only in BKS format (Bouncycastle Key Store)

I

IMAGE_GIF - Static variable in class com.googlecode.androidannotations.api.rest.MediaType
 
IMAGE_JPEG - Static variable in class com.googlecode.androidannotations.api.rest.MediaType
 
IMAGE_PNG - Static variable in class com.googlecode.androidannotations.api.rest.MediaType
 
InstanceState - Annotation Type in com.googlecode.androidannotations.annotations
Use on activity fields to save and restore their values when the system calls onSaveInstanceState(Bundle) and onCreate(Bundle).
IntArrayRes - Annotation Type in com.googlecode.androidannotations.annotations.res
Use on fields in activity classes that should be injected with this specific resource
IntegerRes - Annotation Type in com.googlecode.androidannotations.annotations.res
Use on fields in activity classes that should be injected with this specific resource
intField(String) - Method in class com.googlecode.androidannotations.api.sharedpreferences.EditorHelper
 
intField(String, int) - Method in class com.googlecode.androidannotations.api.sharedpreferences.SharedPreferencesHelper
 
IntPrefEditorField<T extends EditorHelper<T>> - Class in com.googlecode.androidannotations.api.sharedpreferences
 
IntPrefField - Class in com.googlecode.androidannotations.api.sharedpreferences
 
ItemClick - Annotation Type in com.googlecode.androidannotations.annotations
Should be used on item click listener methods for AdapterView classes The method may have 0 or 1 parameter, that will be the object from the adapter, at the selected position.
ItemLongClick - Annotation Type in com.googlecode.androidannotations.annotations
Should be used on item long click listener methods for AdapterView classes The method may have 0 or 1 parameter, that will be the object from the adapter, at the selected position.
ItemSelect - Annotation Type in com.googlecode.androidannotations.annotations
Should be used on item selected listener methods for AdapterView classes The method may have 1 or 2 parameters.

K

key - Variable in class com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefEditorField
 
key - Variable in class com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefField
 

L

LayoutRes - Annotation Type in com.googlecode.androidannotations.annotations.res
Use on fields in activity classes that should be injected with this specific resource
LongClick - Annotation Type in com.googlecode.androidannotations.annotations
Should be used on long click listener methods in activity classes The method may have zero or one parameter, that MUST be of type android.view.View .
longField(String) - Method in class com.googlecode.androidannotations.api.sharedpreferences.EditorHelper
 
longField(String, long) - Method in class com.googlecode.androidannotations.api.sharedpreferences.SharedPreferencesHelper
 
LongPrefEditorField<T extends EditorHelper<T>> - Class in com.googlecode.androidannotations.api.sharedpreferences
 
LongPrefField - Class in com.googlecode.androidannotations.api.sharedpreferences
 

M

MediaType - Class in com.googlecode.androidannotations.api.rest
 
MovieRes - Annotation Type in com.googlecode.androidannotations.annotations.res
Use on fields in activity classes that should be injected with this specific resource
MULTIPART_FORM_DATA - Static variable in class com.googlecode.androidannotations.api.rest.MediaType
 

N

NonConfigurationInstance - Annotation Type in com.googlecode.androidannotations.annotations
Use on activity fields to retain instances that are intensive to compute, on configuration changes.
NoTitle - Annotation Type in com.googlecode.androidannotations.annotations
Should be used on Activity classes that must have no title.

O

OnActivityResult - Annotation Type in com.googlecode.androidannotations.annotations
This annotation is intended to be used on methods to receive results from a previously started activity using Activity.startActivityForResult(Intent, int) The annotation value must be an integer constant that represents the requestCode associated with the given result.
Options - Annotation Type in com.googlecode.androidannotations.annotations.rest
 
OptionsItem - Annotation Type in com.googlecode.androidannotations.annotations
Should be used on option items listener methods in activity classes The method may have zero or one parameter, that MUST be of type android.view.MenuItem .
OptionsMenu - Annotation Type in com.googlecode.androidannotations.annotations
Should be used on Activity classes to set the id of the options menu.
OrmLiteDao - Annotation Type in com.googlecode.androidannotations.annotations
Injects an OrmLite Dao, configured with the provided mode and helper classes

P

Post - Annotation Type in com.googlecode.androidannotations.annotations.rest
 
Pref - Annotation Type in com.googlecode.androidannotations.annotations.sharedpreferences
Injects a SharedPref The field MUST be of a type that is generated using SharedPref and therefore extends SharedPreferencesHelper.
Put - Annotation Type in com.googlecode.androidannotations.annotations.rest
 
put(boolean) - Method in class com.googlecode.androidannotations.api.sharedpreferences.BooleanPrefEditorField
 
put(boolean) - Method in class com.googlecode.androidannotations.api.sharedpreferences.BooleanPrefField
 
put(float) - Method in class com.googlecode.androidannotations.api.sharedpreferences.FloatPrefEditorField
 
put(float) - Method in class com.googlecode.androidannotations.api.sharedpreferences.FloatPrefField
 
put(int) - Method in class com.googlecode.androidannotations.api.sharedpreferences.IntPrefEditorField
 
put(int) - Method in class com.googlecode.androidannotations.api.sharedpreferences.IntPrefField
 
put(long) - Method in class com.googlecode.androidannotations.api.sharedpreferences.LongPrefEditorField
 
put(long) - Method in class com.googlecode.androidannotations.api.sharedpreferences.LongPrefField
 
put(String) - Method in class com.googlecode.androidannotations.api.sharedpreferences.StringPrefEditorField
 
put(String) - Method in class com.googlecode.androidannotations.api.sharedpreferences.StringPrefField
 

R

remove() - Method in class com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefEditorField
 
remove() - Method in class com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefField
 
ResId - Class in com.googlecode.androidannotations.annotations
 
Rest - Annotation Type in com.googlecode.androidannotations.annotations.rest
 
RestService - Annotation Type in com.googlecode.androidannotations.annotations.rest
Injects a Rest service The injected element must be an interface annotated with Rest.
RoboGuice - Annotation Type in com.googlecode.androidannotations.annotations
Should be used on Activity classes that use the RoboGuice framework
RootContext - Annotation Type in com.googlecode.androidannotations.annotations
Use it on Context fields in EBean classes The field MUST be of a type that extends android.content.Context.

S

Scope - Enum in com.googlecode.androidannotations.api
 
SdkVersionHelper - Class in com.googlecode.androidannotations.api
 
SdkVersionHelper() - Constructor for class com.googlecode.androidannotations.api.SdkVersionHelper
 
SeekBarProgressChange - Annotation Type in com.googlecode.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by SeekBar.OnSeekBarChangeListener.onProgressChanged(android.widget.SeekBar, int, boolean) when the progress level of a SeekBar has changed.
SeekBarTouchStart - Annotation Type in com.googlecode.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by SeekBar.OnSeekBarChangeListener.onStartTrackingTouch(SeekBar seekBar) when the user begins to move the cursor of the targeted SeekBar.
SeekBarTouchStop - Annotation Type in com.googlecode.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by SeekBar.OnSeekBarChangeListener.onStopTrackingTouch(SeekBar seekBar) when the user has finished to move the cursor of the targeted SeekBar.
setExecutor(Executor) - Static method in class com.googlecode.androidannotations.api.BackgroundExecutor
 
SharedPref - Annotation Type in com.googlecode.androidannotations.annotations.sharedpreferences
Apply @SharedPref on an interface to create a SharedPreference helper that will contain access methods related to the methods you define in the interface.
SharedPref.Scope - Enum in com.googlecode.androidannotations.annotations.sharedpreferences
 
sharedPreferences - Variable in class com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefField
 
SharedPreferencesHelper - Class in com.googlecode.androidannotations.api.sharedpreferences
 
SharedPreferencesHelper(SharedPreferences) - Constructor for class com.googlecode.androidannotations.api.sharedpreferences.SharedPreferencesHelper
 
StringArrayRes - Annotation Type in com.googlecode.androidannotations.annotations.res
Use on fields in activity classes that should be injected with values from R.array.* The annotated field must be an array of String The annotation value must be one of R.array.* fields.
stringField(String) - Method in class com.googlecode.androidannotations.api.sharedpreferences.EditorHelper
 
stringField(String, String) - Method in class com.googlecode.androidannotations.api.sharedpreferences.SharedPreferencesHelper
 
StringPrefEditorField<T extends EditorHelper<T>> - Class in com.googlecode.androidannotations.api.sharedpreferences
 
StringPrefField - Class in com.googlecode.androidannotations.api.sharedpreferences
 
StringRes - Annotation Type in com.googlecode.androidannotations.annotations.res
Use on fields in activity classes that should be injected with values from R.string.* The annotated field must be a String The annotation value must be one of R.string.* fields.
SystemService - Annotation Type in com.googlecode.androidannotations.annotations
Use it on manager fields in activity classes

T

TEXT_HTML - Static variable in class com.googlecode.androidannotations.api.rest.MediaType
 
TEXT_PLAIN - Static variable in class com.googlecode.androidannotations.api.rest.MediaType
 
TEXT_XML - Static variable in class com.googlecode.androidannotations.api.rest.MediaType
 
TextArrayRes - Annotation Type in com.googlecode.androidannotations.annotations.res
Use on fields in activity classes that should be injected with this specific resource
TextChange - Annotation Type in com.googlecode.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by TextWatcher.onTextChanged(CharSequence s, int start, int before, int count) when the text is changed on the targeted TextView or subclass of TextView.
TextRes - Annotation Type in com.googlecode.androidannotations.annotations.res
Use on fields in activity classes that should be injected with this specific resource
Touch - Annotation Type in com.googlecode.androidannotations.annotations
Should be used on touch listener methods in activity classes The method may have one or two parameters, the first parameter must be a android.view.MotionEvent and the second one must be a android.view.View.
Trace - Annotation Type in com.googlecode.androidannotations.annotations
Use this annotation to log at runtime the execution time of the targeted method.
Transactional - Annotation Type in com.googlecode.androidannotations.annotations
Should be used on method that must be transactional.

U

UiThread - Annotation Type in com.googlecode.androidannotations.annotations
Should be used on method that must be run in the Ui thread The annotation parameter delay is the delay (in milliseconds) until the method will be executed.

V

valueOf(String) - Static method in enum com.googlecode.androidannotations.annotations.sharedpreferences.SharedPref.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.androidannotations.api.Scope
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.googlecode.androidannotations.annotations.sharedpreferences.SharedPref.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.androidannotations.api.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
ViewById - Annotation Type in com.googlecode.androidannotations.annotations
Use it on View fields in activity classes The field MUST be of a type that extends android.view.View.

A B C D E F G H I K L M N O P R S T U V

Copyright © 2010-2013. All Rights Reserved.