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

Interface android.view.SubMenu

Removed Methods
void setHeader(int) Sets the header of the submenu to the title given in titleRes resource identifier.
void setHeader(CharSequence) Sets the header of the submenu to the title given in title.
 

Added Methods
void clearHeader() Clears the header of the submenu.
SubMenu setHeaderIcon(Drawable) Sets the submenu header's icon to the icon given in icon Drawable.
SubMenu setHeaderIcon(int) Sets the submenu header's icon to the icon given in iconRes resource id.
SubMenu setHeaderTitle(int) Sets the submenu header's title to the title given in titleRes resource identifier.
SubMenu setHeaderTitle(CharSequence) Sets the submenu header's title to the title given in title.
SubMenu setHeaderView(View) Sets the header of the submenu to the View given in view.
SubMenu setIcon(Drawable) Change the icon associated with this submenu's item in its parent menu.
SubMenu setIcon(int) Change the icon associated with this submenu's item in its parent menu.
 

Changed Methods
MenuItem getItem() Change in return type from Item to MenuItem.
Gets the MenuItem that represents this submenu in the parent menu.
 

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