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.TabWidget

Added interface android.view.View.OnFocusChangeListener.

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

Added Constructors
TabWidget(Context, AttributeSet)  
TabWidget(Context, AttributeSet, int)  
 

Added Methods
void focusCurrentTab(int) Sets the current tab and focuses the UI on it.
void onFocusChange(View, boolean)  
 

Changed Methods
void childDrawableStateChanged(View) Method was inherited from android.view.ViewGroup, but is now defined locally.  
void dispatchDraw(Canvas) Method was inherited from android.view.ViewGroup, but is now defined locally. Change of visibility from protected to public.
 
void onSizeChanged(int, int, int, int) 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