public static class TabSwipeController.TabInfo extends Object implements TabSwipeInterface.ITabInfo<TabSwipeController.TabInfo>
| Constructor and Description |
|---|
TabSwipeController.TabInfo() |
| Modifier and Type | Method and Description |
|---|---|
android.os.Bundle |
getFragmentArguments() |
Class<? extends Fragment> |
getFragmentClass() |
CharSequence |
getTitle() |
TabSwipeController.TabInfo |
setFragmentArguments(android.os.Bundle fragmentArguments) |
TabSwipeController.TabInfo |
setFragmentClass(Class<? extends Fragment> fragmentClass) |
TabSwipeController.TabInfo |
setTitle(CharSequence title) |
public android.os.Bundle getFragmentArguments()
getFragmentArguments in interface TabSwipeInterface.ITabInfo<TabSwipeController.TabInfo>public Class<? extends Fragment> getFragmentClass()
getFragmentClass in interface TabSwipeInterface.ITabInfo<TabSwipeController.TabInfo>public CharSequence getTitle()
getTitle in interface TabSwipeInterface.ITabInfo<TabSwipeController.TabInfo>public TabSwipeController.TabInfo setFragmentArguments(android.os.Bundle fragmentArguments)
setFragmentArguments in interface TabSwipeInterface.ITabInfo<TabSwipeController.TabInfo>public TabSwipeController.TabInfo setFragmentClass(Class<? extends Fragment> fragmentClass)
setFragmentClass in interface TabSwipeInterface.ITabInfo<TabSwipeController.TabInfo>public TabSwipeController.TabInfo setTitle(CharSequence title)
setTitle in interface TabSwipeInterface.ITabInfo<TabSwipeController.TabInfo>Copyright © 2012-2013. All Rights Reserved.