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

Removed Methods
void setHeader(View) Sets the header of the context menu to the View given in headerView.
void setHeader(int) Sets the header of the context menu to the title given in titleRes resource identifier.
void setHeader(int, Drawable) Sets the header of the context menu to the title given in titleRes resource identifier and the icon given in icon Drawable.
void setHeader(int, int) Sets the header of the context menu to the title given in titleRes resource identifier and the icon given in iconRes resource id.
void setHeader(CharSequence) Sets the header of the context menu to the title given in title.
void setHeader(CharSequence, Drawable) Sets the header of the context menu to the title given in title and the icon given in icon Drawable.
void setHeader(CharSequence, int) Sets the header of the context menu to the title given in title and the icon given in iconRes resource id.
 

Added Methods
void clearHeader() Clears the header of the context menu.
ContextMenu setHeaderIcon(Drawable) Sets the context menu header's icon to the icon given in icon Drawable.
ContextMenu setHeaderIcon(int) Sets the context menu header's icon to the icon given in iconRes resource id.
ContextMenu setHeaderTitle(int) Sets the context menu header's title to the title given in titleRes resource identifier.
ContextMenu setHeaderTitle(CharSequence) Sets the context menu header's title to the title given in title.
ContextMenu setHeaderView(View) Sets the header of the context menu to the View given in view.
 

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