public class StormPageAdapter
extends FragmentPagerAdapter
| Modifier and Type | Field and Description |
|---|---|
protected android.content.Context |
context |
protected int |
index |
protected android.app.FragmentManager |
manager |
| Constructor and Description |
|---|
StormPageAdapter(android.content.Context context,
android.app.FragmentManager manager) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
android.app.Fragment |
getItem(int index) |
java.lang.CharSequence |
getPageTitle(int position) |
void |
setPages(java.util.Collection<FragmentPackage> pages) |
protected final android.content.Context context
protected final android.app.FragmentManager manager
protected int index
public StormPageAdapter(android.content.Context context,
android.app.FragmentManager manager)
public void setPages(java.util.Collection<FragmentPackage> pages)
public android.app.Fragment getItem(int index)
public java.lang.CharSequence getPageTitle(int position)
public int getCount()