API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.widget.TabHost

Added interface android.view.ViewTreeObserver.OnTouchModeChangeListener.

Removed Constructors
android.widget(Context, AttributeSet, Map)  
 

Added Constructors
TabHost(Context, AttributeSet)  
 

Added Methods
void onTouchModeChanged(boolean) {@inheritDoc}
 

Changed Methods
void clearAllTabs() Change in signature from boolean to void.
Removes all tabs from the tab widget associated with this tab host.
boolean dispatchKeyEvent(KeyEvent) Method was inherited from android.view.ViewGroup, but is now defined locally.  
boolean dispatchUnhandledMove(View, int) Method was locally defined, but is now inherited from ViewGroup. {@inheritDoc}
void onAttachedToWindow() Method was inherited from android.view.View, but is now defined locally.  
void onDetachedFromWindow() Method was inherited from android.view.View, but is now defined locally.  
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff