Uses of Interface
com.googlecode.androidannotations.helper.HasTarget

Packages that use HasTarget
com.googlecode.androidannotations.helper   
com.googlecode.androidannotations.processing   
com.googlecode.androidannotations.processing.rest   
com.googlecode.androidannotations.validation   
com.googlecode.androidannotations.validation.rest   
 

Uses of HasTarget in com.googlecode.androidannotations.helper
 

Classes in com.googlecode.androidannotations.helper that implement HasTarget
 class IdAnnotationHelper
           
 class OnSeekBarChangeListenerHelper
           
 class RestAnnotationHelper
           
 class TargetAnnotationHelper
           
 class TextWatcherHelper
           
 

Uses of HasTarget in com.googlecode.androidannotations.processing
 

Subinterfaces of HasTarget in com.googlecode.androidannotations.processing
 interface DecoratingElementProcessor
          An enclosed element is either a field or a method.
 interface GeneratingElementProcessor
           
 

Classes in com.googlecode.androidannotations.processing that implement HasTarget
 class AbstractTrackingTouchProcessor
          Note: this could probably be moved to a helper, rather then being an abstract class (favor composition over inheritance)
 class AfterInjectProcessor
           
 class AfterTextChangeProcessor
           
 class AfterViewsProcessor
           
 class AppProcessor
           
 class BackgroundProcessor
           
 class BeanProcessor
           
 class BeforeTextChangeProcessor
           
 class ClickProcessor
           
 class EActivityProcessor
           
 class EApplicationProcessor
           
 class EBeanProcessor
           
 class EFragmentProcessor
           
 class EProviderProcessor
           
 class EReceiverProcessor
           
 class EServiceProcessor
           
 class EViewGroupProcessor
           
 class EViewProcessor
           
 class ExtraProcessor
           
 class FragmentArgProcessor
           
 class FragmentByIdProcessor
           
 class FragmentByTagProcessor
           
 class FromHtmlProcessor
           
 class FullscreenProcessor
           
 class HttpsClientProcessor
           
 class InstanceStateProcessor
           
 class ItemClickProcessor
           
 class ItemLongClickProcessor
           
 class ItemSelectedProcessor
           
 class LongClickProcessor
           
 class NonConfigurationInstanceProcessor
           
 class NoTitleProcessor
           
 class OnActivityResultProcessor
           
 class OptionsItemProcessor
           
 class OptionsMenuProcessor
           
 class OrmLiteDaoProcessor
          This class generates the code that creates DAOs with ORMLite
 class PrefProcessor
           
 class ResProcessor
           
 class RestServiceProcessor
           
 class RoboGuiceProcessor
           
 class RootContextProcessor
           
 class SeekBarProgressChangeProcessor
           
 class SeekBarTouchStartProcessor
           
 class SeekBarTouchStopProcessor
           
 class SharedPrefProcessor
           
 class SystemServiceProcessor
           
 class TextChangeProcessor
           
 class TouchProcessor
           
 class TraceProcessor
           
 class TransactionalProcessor
           
 class UiThreadProcessor
           
 class ViewByIdProcessor
           
 

Uses of HasTarget in com.googlecode.androidannotations.processing.rest
 

Classes in com.googlecode.androidannotations.processing.rest that implement HasTarget
 class DeleteProcessor
           
 class GetProcessor
           
 class HeadProcessor
           
 class MethodProcessor
           
 class OptionsProcessor
           
 class PostProcessor
           
 class PutProcessor
           
 class RestProcessor
           
 

Uses of HasTarget in com.googlecode.androidannotations.validation
 

Subinterfaces of HasTarget in com.googlecode.androidannotations.validation
 interface ElementValidator
           
 

Classes in com.googlecode.androidannotations.validation that implement HasTarget
 class AbstractSeekBarTouchValidator
           
 class AfterInjectValidator
           
 class AfterTextChangeValidator
           
 class AfterViewsValidator
           
 class AppValidator
           
 class BeanValidator
           
 class BeforeTextChangeValidator
           
 class ClickValidator
           
 class EActivityValidator
           
 class EApplicationValidator
           
 class EBeanValidator
           
 class EFragmentValidator
           
 class EProviderValidator
           
 class EReceiverValidator
           
 class EServiceValidator
           
 class EViewGroupValidator
           
 class EViewValidator
           
 class ExtraValidator
           
 class FragmentArgValidator
           
 class FragmentByIdValidator
           
 class FragmentByTagValidator
           
 class FromHtmlValidator
           
 class FullscreenValidator
           
 class HttpsClientValidator
           
 class InstanceStateValidator
           
 class ItemClickValidator
           
 class ItemLongClickValidator
           
 class ItemSelectedValidator
           
 class LongClickValidator
           
 class NonConfigurationInstanceValidator
           
 class NoTitleValidator
           
 class OnActivityResultValidator
           
 class OptionsItemValidator
           
 class OptionsMenuValidator
           
 class OrmLiteDaoValidator
           
 class PrefValidator
           
 class RestServiceValidator
           
 class ResValidator
           
 class RoboGuiceValidator
           
 class RootContextValidator
           
 class RunnableValidator
           
 class SeekBarProgressChangeValidator
           
 class SeekBarTouchStartValidator
           
 class SeekBarTouchStopValidator
           
 class SharedPrefValidator
           
 class SystemServiceValidator
           
 class TextChangeValidator
           
 class TouchValidator
           
 class TraceValidator
           
 class TransactionalValidator
           
 class ViewByIdValidator
           
 

Uses of HasTarget in com.googlecode.androidannotations.validation.rest
 

Classes in com.googlecode.androidannotations.validation.rest that implement HasTarget
 class AcceptValidator
           
 class DeleteValidator
           
 class GetValidator
           
 class HeadValidator
           
 class OptionsValidator
           
 class PostValidator
           
 class PutValidator
           
 class RestValidator
           
 



Copyright © 2010-2013. All Rights Reserved.