FileDocCategorySizeDatePackage
FragmentTransaction.javaAPI DocAndroid 5.1 API2691Sat Mar 14 14:09:42 GMT 2015android.app

FragmentTransaction

public abstract class FragmentTransaction extends Object

Fields Summary
public static final int
TRANSIT_ENTER_MASK
public static final int
TRANSIT_EXIT_MASK
public static final int
TRANSIT_FRAGMENT_CLOSE
public static final int
TRANSIT_FRAGMENT_FADE
public static final int
TRANSIT_FRAGMENT_OPEN
public static final int
TRANSIT_NONE
public static final int
TRANSIT_UNSET
Constructors Summary
public FragmentTransaction()

 throw new RuntimeException("Stub!"); 
Methods Summary
public abstract android.app.FragmentTransactionadd(android.app.Fragment fragment, java.lang.String tag)

public abstract android.app.FragmentTransactionadd(int containerViewId, android.app.Fragment fragment)

public abstract android.app.FragmentTransactionadd(int containerViewId, android.app.Fragment fragment, java.lang.String tag)

public abstract android.app.FragmentTransactionaddSharedElement(android.view.View sharedElement, java.lang.String name)

public abstract android.app.FragmentTransactionaddToBackStack(java.lang.String name)

public abstract android.app.FragmentTransactionattach(android.app.Fragment fragment)

public abstract intcommit()

public abstract intcommitAllowingStateLoss()

public abstract android.app.FragmentTransactiondetach(android.app.Fragment fragment)

public abstract android.app.FragmentTransactiondisallowAddToBackStack()

public abstract android.app.FragmentTransactionhide(android.app.Fragment fragment)

public abstract booleanisAddToBackStackAllowed()

public abstract booleanisEmpty()

public abstract android.app.FragmentTransactionremove(android.app.Fragment fragment)

public abstract android.app.FragmentTransactionreplace(int containerViewId, android.app.Fragment fragment)

public abstract android.app.FragmentTransactionreplace(int containerViewId, android.app.Fragment fragment, java.lang.String tag)

public abstract android.app.FragmentTransactionsetBreadCrumbShortTitle(int res)

public abstract android.app.FragmentTransactionsetBreadCrumbShortTitle(java.lang.CharSequence text)

public abstract android.app.FragmentTransactionsetBreadCrumbTitle(int res)

public abstract android.app.FragmentTransactionsetBreadCrumbTitle(java.lang.CharSequence text)

public abstract android.app.FragmentTransactionsetCustomAnimations(int enter, int exit)

public abstract android.app.FragmentTransactionsetCustomAnimations(int enter, int exit, int popEnter, int popExit)

public abstract android.app.FragmentTransactionsetTransition(int transit)

public abstract android.app.FragmentTransactionsetTransitionStyle(int styleRes)

public abstract android.app.FragmentTransactionshow(android.app.Fragment fragment)