| Package | Description |
|---|---|
| org.holoeverywhere | |
| org.holoeverywhere.addon | |
| org.holoeverywhere.app | |
| org.holoeverywhere.preference |
| Modifier and Type | Method and Description |
|---|---|
LayoutInflater |
LayoutInflater.obtainFragmentChildInflater(Fragment fragment) |
| Constructor and Description |
|---|
LayoutInflater(android.content.Context context,
Fragment childFragment) |
LayoutInflater(android.view.LayoutInflater original,
android.content.Context newContext,
Fragment childFragment) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AddonTabber.AddonTabberF.onAttach(Fragment object) |
| Modifier and Type | Method and Description |
|---|---|
TabSwipeController.TabInfo |
AddonTabber.AddonTabberA.addTab(CharSequence title,
Class<? extends Fragment> fragmentClass) |
TabSwipeController.TabInfo |
AddonTabber.AddonTabberF.addTab(CharSequence title,
Class<? extends Fragment> fragmentClass) |
TabSwipeController.TabInfo |
AddonTabber.AddonTabberA.addTab(CharSequence title,
Class<? extends Fragment> fragmentClass,
android.os.Bundle fragmentArguments) |
TabSwipeController.TabInfo |
AddonTabber.AddonTabberF.addTab(CharSequence title,
Class<? extends Fragment> fragmentClass,
android.os.Bundle fragmentArguments) |
TabSwipeController.TabInfo |
AddonTabber.AddonTabberA.addTab(int title,
Class<? extends Fragment> fragmentClass) |
TabSwipeController.TabInfo |
AddonTabber.AddonTabberF.addTab(int title,
Class<? extends Fragment> fragmentClass) |
TabSwipeController.TabInfo |
AddonTabber.AddonTabberA.addTab(int title,
Class<? extends Fragment> fragmentClass,
android.os.Bundle fragmentArguments) |
TabSwipeController.TabInfo |
AddonTabber.AddonTabberF.addTab(int title,
Class<? extends Fragment> fragmentClass,
android.os.Bundle fragmentArguments) |
| Modifier and Type | Class and Description |
|---|---|
class |
AlertDialogFragment |
class |
DialogFragment |
class |
GridFragment |
class |
ListFragment |
class |
TabSwipeFragment
This fragment class implement tabs + swipe navigation pattern
Part of HoloEverywhere |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Fragment> |
Fragment.instantiate(Class<T> clazz) |
static <T extends Fragment> |
Fragment.instantiate(Class<T> clazz,
android.os.Bundle args) |
| Modifier and Type | Method and Description |
|---|---|
static Fragment |
Fragment.instantiate(android.content.Context context,
String fname)
Deprecated.
Use
instantiate(Class) instead.
instantiate(Context, String) is sucks, don't use it! |
static Fragment |
Fragment.instantiate(android.content.Context context,
String fname,
android.os.Bundle args)
Deprecated.
Use
instantiate(Class, Bundle) instead.
instantiate(Context, String, Bundle) is sucks, don't
use it! |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Fragment> |
TabSwipeController.TabInfo.getFragmentClass() |
Class<? extends Fragment> |
TabSwipeInterface.ITabInfo.getFragmentClass() |
| Modifier and Type | Method and Description |
|---|---|
TabSwipeController.TabInfo |
TabSwipeController.addTab(CharSequence title,
Class<? extends Fragment> fragmentClass) |
TabSwipeController.TabInfo |
TabSwipeActivity.addTab(CharSequence title,
Class<? extends Fragment> fragmentClass) |
TabSwipeController.TabInfo |
TabSwipeFragment.addTab(CharSequence title,
Class<? extends Fragment> fragmentClass) |
T |
TabSwipeInterface.addTab(CharSequence title,
Class<? extends Fragment> fragmentClass) |
TabSwipeController.TabInfo |
TabSwipeController.addTab(CharSequence title,
Class<? extends Fragment> fragmentClass,
android.os.Bundle fragmentArguments) |
TabSwipeController.TabInfo |
TabSwipeActivity.addTab(CharSequence title,
Class<? extends Fragment> fragmentClass,
android.os.Bundle fragmentArguments) |
TabSwipeController.TabInfo |
TabSwipeFragment.addTab(CharSequence title,
Class<? extends Fragment> fragmentClass,
android.os.Bundle fragmentArguments) |
T |
TabSwipeInterface.addTab(CharSequence title,
Class<? extends Fragment> fragmentClass,
android.os.Bundle fragmentArguments) |
TabSwipeController.TabInfo |
TabSwipeController.addTab(int title,
Class<? extends Fragment> fragmentClass) |
TabSwipeController.TabInfo |
TabSwipeActivity.addTab(int title,
Class<? extends Fragment> fragmentClass) |
TabSwipeController.TabInfo |
TabSwipeFragment.addTab(int title,
Class<? extends Fragment> fragmentClass) |
T |
TabSwipeInterface.addTab(int title,
Class<? extends Fragment> fragmentClass) |
TabSwipeController.TabInfo |
TabSwipeController.addTab(int title,
Class<? extends Fragment> fragmentClass,
android.os.Bundle fragmentArguments) |
TabSwipeController.TabInfo |
TabSwipeActivity.addTab(int title,
Class<? extends Fragment> fragmentClass,
android.os.Bundle fragmentArguments) |
TabSwipeController.TabInfo |
TabSwipeFragment.addTab(int title,
Class<? extends Fragment> fragmentClass,
android.os.Bundle fragmentArguments) |
T |
TabSwipeInterface.addTab(int title,
Class<? extends Fragment> fragmentClass,
android.os.Bundle fragmentArguments) |
TabSwipeController.TabInfo |
TabSwipeController.TabInfo.setFragmentClass(Class<? extends Fragment> fragmentClass) |
T |
TabSwipeInterface.ITabInfo.setFragmentClass(Class<? extends Fragment> fragmentClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
PreferenceFragment |
| Modifier and Type | Method and Description |
|---|---|
void |
PreferenceActivity.finishPreferencePanel(Fragment caller,
int resultCode,
android.content.Intent resultData) |
void |
PreferenceActivity.startPreferenceFragment(Fragment fragment,
boolean push) |
void |
PreferenceActivity.startPreferencePanel(String fragmentClass,
android.os.Bundle args,
int titleRes,
CharSequence titleText,
Fragment resultTo,
int resultRequestCode) |
void |
PreferenceActivity.startWithFragment(String fragmentName,
android.os.Bundle args,
Fragment resultTo,
int resultRequestCode) |
void |
PreferenceActivity.startWithFragment(String fragmentName,
android.os.Bundle args,
Fragment resultTo,
int resultRequestCode,
int titleRes,
int shortTitleRes) |
Copyright © 2012-2013. All Rights Reserved.