android.app.TabActivity Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.app;
@java.lang.Deprecated()
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!"); }
}