android.app.TabActivity Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android Show documentation
Show all versions of android Show documentation
A library jar that provides APIs for Applications written for the Google Android Platform. The branch tag
that was used to checkout the source from the Git repos was android-2.1_r2.
package android.app;
public class TabActivity
extends android.app.ActivityGroup
{
public TabActivity() { throw new RuntimeException("Stub!"); }
public void setDefaultTab(java.lang.String tag) { throw new RuntimeException("Stub!"); }
public void setDefaultTab(int index) { throw new RuntimeException("Stub!"); }
protected void onRestoreInstanceState(android.os.Bundle state) { throw new RuntimeException("Stub!"); }
protected void onPostCreate(android.os.Bundle icicle) { throw new RuntimeException("Stub!"); }
protected void onSaveInstanceState(android.os.Bundle outState) { throw new RuntimeException("Stub!"); }
public void onContentChanged() { throw new RuntimeException("Stub!"); }
protected void onChildTitleChanged(android.app.Activity childActivity, java.lang.CharSequence title) { throw new RuntimeException("Stub!"); }
public android.widget.TabHost getTabHost() { throw new RuntimeException("Stub!"); }
public android.widget.TabWidget getTabWidget() { throw new RuntimeException("Stub!"); }
}