org.androidannotations.helper
Class GreenDroidHelper

java.lang.Object
  extended by org.androidannotations.helper.GreenDroidHelper

public class GreenDroidHelper
extends Object


Field Summary
static List<String> GREENDROID_ACTIVITIES_LIST_CLASS
           
static String GREENDROID_GD_ACTIVITY_CLASS
           
static String GREENDROID_GD_LIST_ACTIVITY_CLASS
           
static String GREENDROID_GD_MAP_ACTIVITY_CLASS
           
static String GREENDROID_GD_TAB_ACTIVITY_CLASS
           
 
Constructor Summary
GreenDroidHelper(ProcessingEnvironment processingEnv)
           
 
Method Summary
 boolean usesGreenDroid(TypeElement annotatedElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GREENDROID_GD_ACTIVITY_CLASS

public static final String GREENDROID_GD_ACTIVITY_CLASS
See Also:
Constant Field Values

GREENDROID_GD_LIST_ACTIVITY_CLASS

public static final String GREENDROID_GD_LIST_ACTIVITY_CLASS
See Also:
Constant Field Values

GREENDROID_GD_TAB_ACTIVITY_CLASS

public static final String GREENDROID_GD_TAB_ACTIVITY_CLASS
See Also:
Constant Field Values

GREENDROID_GD_MAP_ACTIVITY_CLASS

public static final String GREENDROID_GD_MAP_ACTIVITY_CLASS
See Also:
Constant Field Values

GREENDROID_ACTIVITIES_LIST_CLASS

public static final List<String> GREENDROID_ACTIVITIES_LIST_CLASS
Constructor Detail

GreenDroidHelper

public GreenDroidHelper(ProcessingEnvironment processingEnv)
Method Detail

usesGreenDroid

public boolean usesGreenDroid(TypeElement annotatedElement)


Copyright © 2010-2014. All Rights Reserved.