Package | Description |
---|---|
com.actionbarsherlock | |
com.actionbarsherlock.app | |
com.actionbarsherlock.internal |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
ActionBarSherlock.registerImplementation(Class<? extends ActionBarSherlock> implementationClass)
Register an ActionBarSherlock implementation.
|
static boolean |
ActionBarSherlock.unregisterImplementation(Class<? extends ActionBarSherlock> implementationClass)
Unregister an ActionBarSherlock implementation.
|
Modifier and Type | Method and Description |
---|---|
protected ActionBarSherlock |
SherlockPreferenceActivity.getSherlock() |
protected ActionBarSherlock |
SherlockListActivity.getSherlock() |
protected ActionBarSherlock |
SherlockFragmentActivity.getSherlock() |
protected ActionBarSherlock |
SherlockExpandableListActivity.getSherlock() |
protected ActionBarSherlock |
SherlockActivity.getSherlock() |
Modifier and Type | Class and Description |
---|---|
class |
ActionBarSherlockCompat |
class |
ActionBarSherlockNative |
Copyright © 2011–2014. All rights reserved.