Class android.app.ActionBar.Tab

Changed Constructors
ActionBar.Tab() Now deprecated.
 
 

Changed Methods
CharSequence getContentDescription() Now deprecated.
 
View getCustomView() Now deprecated.
 
Drawable getIcon() Now deprecated.
 
int getPosition() Now deprecated.
 
Object getTag() Now deprecated.
 
CharSequence getText() Now deprecated.
 
void select() Now deprecated.
 
Tab setTabListener(TabListener) Now deprecated.
 
Tab setTag(Object) Now deprecated.
 
Tab setContentDescription(int) Now deprecated.
 
Tab setContentDescription(CharSequence) Now deprecated.
 
Tab setCustomView(View) Now deprecated.
 
Tab setCustomView(int) Now deprecated.
 
Tab setIcon(Drawable) Now deprecated.
 
Tab setIcon(int) Now deprecated.
 
Tab setText(int) Now deprecated.
 
Tab setText(CharSequence) Now deprecated.
 
 

Changed Fields
int INVALID_POSITION Now deprecated.