Uses of Class
com.actionbarsherlock.ActionBarSherlock

Packages that use ActionBarSherlock
com.actionbarsherlock   
com.actionbarsherlock.app   
com.actionbarsherlock.internal   
 

Uses of ActionBarSherlock in com.actionbarsherlock
 

Methods in com.actionbarsherlock that return ActionBarSherlock
static ActionBarSherlock ActionBarSherlock.wrap(android.app.Activity activity)
          Wrap an activity with an action bar abstraction which will enable the use of a custom implementation on platforms where a native version does not exist.
static ActionBarSherlock ActionBarSherlock.wrap(android.app.Activity activity, int flags)
          Wrap an activity with an action bar abstraction which will enable the use of a custom implementation on platforms where a native version does not exist.
 

Method parameters in com.actionbarsherlock with type arguments of type ActionBarSherlock
static void ActionBarSherlock.registerImplementation(Class<? extends ActionBarSherlock> implementationClass)
          Register an ActionBarSherlock implementation.
static boolean ActionBarSherlock.unregisterImplementation(Class<? extends ActionBarSherlock> implementationClass)
          Unregister an ActionBarSherlock implementation.
 

Uses of ActionBarSherlock in com.actionbarsherlock.app
 

Methods in com.actionbarsherlock.app that return ActionBarSherlock
protected  ActionBarSherlock SherlockPreferenceActivity.getSherlock()
           
protected  ActionBarSherlock SherlockListActivity.getSherlock()
           
protected  ActionBarSherlock SherlockFragmentActivity.getSherlock()
           
protected  ActionBarSherlock SherlockExpandableListActivity.getSherlock()
           
protected  ActionBarSherlock SherlockActivity.getSherlock()
           
 

Uses of ActionBarSherlock in com.actionbarsherlock.internal
 

Subclasses of ActionBarSherlock in com.actionbarsherlock.internal
 class ActionBarSherlockCompat
           
 class ActionBarSherlockNative
           
 



Copyright © 2012-2013. All Rights Reserved.