org.androidannotations.helper
Class ActionBarSherlockHelper

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

public class ActionBarSherlockHelper
extends Object


Constructor Summary
ActionBarSherlockHelper(AnnotationHelper annotationHelper)
           
 
Method Summary
 boolean usesActionBarSherlock(EComponentHolder holder)
          Checks whether the Activity extends one of the ActionBarSherlock Activity types
 boolean usesActionBarSherlock(TypeElement typeElement)
          Checks whether the Activity extends one of the ActionBarSherlock Activity types
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionBarSherlockHelper

public ActionBarSherlockHelper(AnnotationHelper annotationHelper)
Method Detail

usesActionBarSherlock

public boolean usesActionBarSherlock(EComponentHolder holder)
Checks whether the Activity extends one of the ActionBarSherlock Activity types


usesActionBarSherlock

public boolean usesActionBarSherlock(TypeElement typeElement)
Checks whether the Activity extends one of the ActionBarSherlock Activity types



Copyright © 2010-2014. All Rights Reserved.