diff options
Diffstat (limited to 'docs/html/sdk/api_diff/3/changes/android.widget.TextView.html')
-rw-r--r-- | docs/html/sdk/api_diff/3/changes/android.widget.TextView.html | 333 |
1 files changed, 333 insertions, 0 deletions
diff --git a/docs/html/sdk/api_diff/3/changes/android.widget.TextView.html b/docs/html/sdk/api_diff/3/changes/android.widget.TextView.html new file mode 100644 index 0000000..42ecdc9 --- /dev/null +++ b/docs/html/sdk/api_diff/3/changes/android.widget.TextView.html @@ -0,0 +1,333 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<HTML style="overflow:auto;"> +<HEAD> +<meta name="generator" content="JDiff v1.1.0"> +<!-- Generated by the JDiff Javadoc doclet --> +<!-- (http://www.jdiff.org) --> +<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared."> +<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet"> +<TITLE> +android.widget.TextView +</TITLE> +<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" /> +<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" /> +<noscript> +<style type="text/css"> +body{overflow:auto;} +#body-content{position:relative; top:0;} +#doc-content{overflow:visible;border-left:3px solid #666;} +#side-nav{padding:0;} +#side-nav .toggle-list ul {display:block;} +#resize-packages-nav{border-bottom:3px solid #666;} +</style> +</noscript> +<style type="text/css"> +body{background-image:url();padding:12px;} +</style> +</HEAD> +<BODY> +<!-- Start of nav bar --> +<a name="top"></a> +<div id="header" style="margin-bottom:0;padding-bottom:0;"> +<div id="headerLeft"> +<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a> +</div> + <div id="headerRight"> + <div id="headerLinks"> +<!-- <img src="/assets/images/icon_world.jpg" alt="" /> --> +<span class="text"> +<!-- <a href="#">English</a> | --> +<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr> +</span> +</div> + <div class="and-diff-id" style="margin-top:6px;margin-right:8px;"> + <table class="diffspectable"> + <tr> + <td colspan="2" class="diffspechead">API Diff Specification</td> + </tr> + <tr> + <td class="diffspec" style="padding-top:.25em">To Level:</td> + <td class="diffvaluenew" style="padding-top:.25em">3</td> + </tr> + <tr> + <td class="diffspec">From Level:</td> + <td class="diffvalueold">2</td> + </tr> + <tr> + <td class="diffspec">Generated</td> + <td class="diffvalue">2009.04.20 09:15</td> + </tr> + </table> + </div><!-- End and-diff-id --> + <div class="and-diff-id" style="margin-right:8px;"> + <table class="diffspectable"> + <tr> + <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a> + </tr> + </table> + </div> <!-- End and-diff-id --> + </div> <!-- End headerRight --> + </div> <!-- End header --> +<div id="body-content"> +<div id="doc-content" style="position:relative;"> +<div id="mainBodyFluid"> +<H2> +Class android.widget.<A HREF="../../../../reference/android/widget/TextView.html" target="_top"><font size="+3"><tt>TextView</tt></font></A> +</H2> +<a NAME="constructors"></a> +<a NAME="methods"></a> +<p> +<a NAME="Added"></a> +<TABLE summary="Added Methods" WIDTH="100%"> +<TR> + <TH VALIGN="TOP" COLSPAN=2>Added Methods</FONT></TD> +</TH> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.beginBatchEdit_added()"></A> + <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#beginBatchEdit()" target="_top"><xfont size="+1"><tt>beginBatchEdit</tt></font></A>()</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.bringPointIntoView_added(int)"></A> + <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/TextView.html#bringPointIntoView(int)" target="_top"><xfont size="+1"><tt>bringPointIntoView</tt></font></A>(<code>int</code>)</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.clearComposingText_added()"></A> + <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#clearComposingText()" target="_top"><xfont size="+1"><tt>clearComposingText</tt></font></A>()</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.didTouchFocusSelect_added()"></A> + <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/TextView.html#didTouchFocusSelect()" target="_top"><xfont size="+1"><tt>didTouchFocusSelect</tt></font></A>()</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.endBatchEdit_added()"></A> + <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#endBatchEdit()" target="_top"><xfont size="+1"><tt>endBatchEdit</tt></font></A>()</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.extractText_added(android.view.inputmethod.ExtractedTextRequest, android.view.inputmethod.ExtractedText)"></A> + <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/TextView.html#extractText(android.view.inputmethod.ExtractedTextRequest, android.view.inputmethod.ExtractedText)" target="_top"><xfont size="+1"><tt>extractText</tt></font></A>(<code>ExtractedTextRequest,</nobr> ExtractedText<nobr><nobr></code>)</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.getEditableText_added()"></A> + <nobr><code>Editable</code> <A HREF="../../../../reference/android/widget/TextView.html#getEditableText()" target="_top"><xfont size="+1"><tt>getEditableText</tt></font></A>()</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.getImeActionId_added()"></A> + <nobr><code>int</code> <A HREF="../../../../reference/android/widget/TextView.html#getImeActionId()" target="_top"><xfont size="+1"><tt>getImeActionId</tt></font></A>()</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.getImeActionLabel_added()"></A> + <nobr><code>CharSequence</code> <A HREF="../../../../reference/android/widget/TextView.html#getImeActionLabel()" target="_top"><xfont size="+1"><tt>getImeActionLabel</tt></font></A>()</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.getImeOptions_added()"></A> + <nobr><code>int</code> <A HREF="../../../../reference/android/widget/TextView.html#getImeOptions()" target="_top"><xfont size="+1"><tt>getImeOptions</tt></font></A>()</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.getInputExtras_added(boolean)"></A> + <nobr><code>Bundle</code> <A HREF="../../../../reference/android/widget/TextView.html#getInputExtras(boolean)" target="_top"><xfont size="+1"><tt>getInputExtras</tt></font></A>(<code>boolean</code>)</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.getInputType_added()"></A> + <nobr><code>int</code> <A HREF="../../../../reference/android/widget/TextView.html#getInputType()" target="_top"><xfont size="+1"><tt>getInputType</tt></font></A>()</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.getPrivateImeOptions_added()"></A> + <nobr><code>String</code> <A HREF="../../../../reference/android/widget/TextView.html#getPrivateImeOptions()" target="_top"><xfont size="+1"><tt>getPrivateImeOptions</tt></font></A>()</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.isInputMethodTarget_added()"></A> + <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/TextView.html#isInputMethodTarget()" target="_top"><xfont size="+1"><tt>isInputMethodTarget</tt></font></A>()</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.moveCursorToVisibleOffset_added()"></A> + <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/TextView.html#moveCursorToVisibleOffset()" target="_top"><xfont size="+1"><tt>moveCursorToVisibleOffset</tt></font></A>()</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.onBeginBatchEdit_added()"></A> + <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#onBeginBatchEdit()" target="_top"><xfont size="+1"><tt>onBeginBatchEdit</tt></font></A>()</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.onCommitCompletion_added(android.view.inputmethod.CompletionInfo)"></A> + <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#onCommitCompletion(android.view.inputmethod.CompletionInfo)" target="_top"><xfont size="+1"><tt>onCommitCompletion</tt></font></A>(<code>CompletionInfo</code>)</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.onEditorAction_added(int)"></A> + <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#onEditorAction(int)" target="_top"><xfont size="+1"><tt>onEditorAction</tt></font></A>(<code>int</code>)</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.onEndBatchEdit_added()"></A> + <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#onEndBatchEdit()" target="_top"><xfont size="+1"><tt>onEndBatchEdit</tt></font></A>()</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.onPrivateIMECommand_added(java.lang.String, android.os.Bundle)"></A> + <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/TextView.html#onPrivateIMECommand(java.lang.String, android.os.Bundle)" target="_top"><xfont size="+1"><tt>onPrivateIMECommand</tt></font></A>(<code>String,</nobr> Bundle<nobr><nobr></code>)</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.onSelectionChanged_added(int, int)"></A> + <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#onSelectionChanged(int, int)" target="_top"><xfont size="+1"><tt>onSelectionChanged</tt></font></A>(<code>int,</nobr> int<nobr><nobr></code>)</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.onTextContextMenuItem_added(int)"></A> + <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/TextView.html#onTextContextMenuItem(int)" target="_top"><xfont size="+1"><tt>onTextContextMenuItem</tt></font></A>(<code>int</code>)</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.setCompoundDrawablesWithIntrinsicBounds_added(int, int, int, int)"></A> + <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setCompoundDrawablesWithIntrinsicBounds(int, int, int, int)" target="_top"><xfont size="+1"><tt>setCompoundDrawablesWithIntrinsicBounds</tt></font></A>(<code>int,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.setExtractedText_added(android.view.inputmethod.ExtractedText)"></A> + <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setExtractedText(android.view.inputmethod.ExtractedText)" target="_top"><xfont size="+1"><tt>setExtractedText</tt></font></A>(<code>ExtractedText</code>)</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.setImeActionLabel_added(java.lang.CharSequence, int)"></A> + <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setImeActionLabel(java.lang.CharSequence, int)" target="_top"><xfont size="+1"><tt>setImeActionLabel</tt></font></A>(<code>CharSequence,</nobr> int<nobr><nobr></code>)</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.setImeOptions_added(int)"></A> + <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setImeOptions(int)" target="_top"><xfont size="+1"><tt>setImeOptions</tt></font></A>(<code>int</code>)</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.setInputExtras_added(int)"></A> + <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setInputExtras(int)" target="_top"><xfont size="+1"><tt>setInputExtras</tt></font></A>(<code>int</code>)</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.setInputType_added(int)"></A> + <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setInputType(int)" target="_top"><xfont size="+1"><tt>setInputType</tt></font></A>(<code>int</code>)</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.setOnEditorActionListener_added(android.widget.TextView.OnEditorActionListener)"></A> + <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setOnEditorActionListener(android.widget.TextView.OnEditorActionListener)" target="_top"><xfont size="+1"><tt>setOnEditorActionListener</tt></font></A>(<code>OnEditorActionListener</code>)</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.setPrivateImeOptions_added(java.lang.String)"></A> + <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setPrivateImeOptions(java.lang.String)" target="_top"><xfont size="+1"><tt>setPrivateImeOptions</tt></font></A>(<code>String</code>)</nobr> + </TD> + <TD> </TD> +</TR> +<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> + <TD VALIGN="TOP" WIDTH="25%"> + <A NAME="android.widget.TextView.setRawInputType_added(int)"></A> + <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setRawInputType(int)" target="_top"><xfont size="+1"><tt>setRawInputType</tt></font></A>(<code>int</code>)</nobr> + </TD> + <TD> </TD> +</TR> +</TABLE> + +<a NAME="fields"></a> + </div> + <div id="footer"> + <div id="copyright"> + Except as noted, this content is licensed under + <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>. + For details and restrictions, see the <a href="/license.html">Content License</a>. + </div> + <div id="footerlinks"> + <p> + <a href="http://www.android.com/terms.html">Site Terms of Service</a> - + <a href="http://www.android.com/privacy.html">Privacy Policy</a> - + <a href="http://www.android.com/branding.html">Brand Guidelines</a> + </p> + </div> + </div> <!-- end footer --> + </div><!-- end doc-content --> + </div> <!-- end body-content --> +<script src="http://www.google-analytics.com/ga.js" type="text/javascript"> +</script> +<script type="text/javascript"> + try { + var pageTracker = _gat._getTracker("UA-5831155-1"); + pageTracker._setAllowAnchor(true); + pageTracker._initData(); + pageTracker._trackPageview(); + } catch(e) {} +</script> +</BODY> +</HTML> |