| Package | Description |
|---|---|
| org.holoeverywhere | |
| org.holoeverywhere.app |
| 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 | Class and Description |
|---|---|
class |
AlertDialogFragment |
class |
DialogFragment |
class |
GridFragment |
class |
ListFragment |
static class |
TabSwipeActivity.InnerFragment |
class |
TabSwipeFragment
This fragment class implement tabs + swipe navigation pattern
Part of HoloEverywhere |
| Modifier and Type | Field and Description |
|---|---|
Class<? extends Fragment> |
TabSwipeFragment.TabInfo.fragmentClass |
| 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.
|
static Fragment |
Fragment.instantiate(android.content.Context context,
String fname,
android.os.Bundle args)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Fragment> |
TabSwipeFragment.TabInfo.getFragmentClass() |
Class<? extends Fragment> |
TabSwipeInterface.TabInfo.getFragmentClass() |
| Modifier and Type | Method and Description |
|---|---|
TabSwipeFragment.TabInfo |
TabSwipeFragment.addTab(CharSequence title,
Class<? extends Fragment> fragmentClass) |
T |
TabSwipeInterface.addTab(CharSequence title,
Class<? extends Fragment> fragmentClass) |
TabSwipeFragment.TabInfo |
TabSwipeActivity.addTab(CharSequence title,
Class<? extends Fragment> fragmentClass) |
TabSwipeFragment.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) |
TabSwipeFragment.TabInfo |
TabSwipeActivity.addTab(CharSequence title,
Class<? extends Fragment> fragmentClass,
android.os.Bundle fragmentArguments) |
TabSwipeFragment.TabInfo |
TabSwipeFragment.addTab(int title,
Class<? extends Fragment> fragmentClass) |
T |
TabSwipeInterface.addTab(int title,
Class<? extends Fragment> fragmentClass) |
TabSwipeFragment.TabInfo |
TabSwipeActivity.addTab(int title,
Class<? extends Fragment> fragmentClass) |
TabSwipeFragment.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) |
TabSwipeFragment.TabInfo |
TabSwipeActivity.addTab(int title,
Class<? extends Fragment> fragmentClass,
android.os.Bundle fragmentArguments) |
void |
TabSwipeFragment.TabInfo.setFragmentClass(Class<? extends Fragment> fragmentClass) |
void |
TabSwipeInterface.TabInfo.setFragmentClass(Class<? extends Fragment> fragmentClass) |
Copyright © 2012-2013. All Rights Reserved.