| Package | Description |
|---|---|
| org.holoeverywhere.addon | |
| org.holoeverywhere.app |
| Modifier and Type | Class and Description |
|---|---|
class |
Sherlock |
| Modifier and Type | Method and Description |
|---|---|
<T extends IAddon<?,?>> |
Activity.findAddon(Class<T> clazz) |
<T extends IAddon<?,?>> |
Fragment.findAddon(Class<T> clazz) |
<T extends IAddon<?,?>> |
Activity.requireAddon(Class<T> clazz) |
<T extends IAddon<?,?>> |
Fragment.requireAddon(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
void |
Activity.attachAddon(IAddon<?,?> addon) |
void |
Fragment.attachAddon(IAddon<?,?> addon) |
void |
Activity.detachAddon(IAddon<?,?> addon) |
void |
Fragment.detachAddon(IAddon<?,?> addon) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Activity.isAddonAttached(Class<? extends IAddon<?,?>> clazz) |
Copyright © 2012-2013. All Rights Reserved.