DeleteGesture 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于使用单个矩形删除文本区域的子类 HandwritingGesture
。
[Android.Runtime.Register("android/view/inputmethod/DeleteGesture", ApiSince=34, DoNotGenerateAcw=true)]
public sealed class DeleteGesture : Android.Views.InputMethods.PreviewableHandwritingGesture, Android.OS.IParcelable, IDisposable, Java.Interop.IJavaPeerable
[<Android.Runtime.Register("android/view/inputmethod/DeleteGesture", ApiSince=34, DoNotGenerateAcw=true)>]
type DeleteGesture = class
inherit PreviewableHandwritingGesture
interface IParcelable
interface IJavaObject
interface IDisposable
interface IJavaPeerable
- 继承
- 属性
- 实现
注解
用于使用单个矩形删除文本区域的子类 HandwritingGesture
。 此类包含删除工具包小组件中文本所需的信息,例如 TextView
。
注意:这会删除给定区域中的所有<文本 <em>。> 若要删除两个区域之间的<范围 <em>>,请使用 DeleteRangeGesture
。
适用于 . 的 android.view.inputmethod.DeleteGesture
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
字段
GranularityCharacter |
已过时.
按字符按文本操作。 (继承自 HandwritingGesture) |
GranularityWord |
已过时.
按单词操作文本。 (继承自 HandwritingGesture) |
属性
Class |
返回此 |
Creator |
用于使用单个矩形删除文本区域的子类 |
DeletionArea |
返回屏幕坐标中的删除区域 |
FallbackText |
如果手势区域下没有适用的文本,则将在当前光标位置提交的回退文本。 (继承自 HandwritingGesture) |
Granularity |
返回应对其操作文本的粒度级别。 |
Handle |
基础 Android 实例的句柄。 (继承自 Object) |
JniIdentityHashCode |
用于使用单个矩形删除文本区域的子类 |
JniPeerMembers |
用于使用单个矩形删除文本区域的子类 |
PeerReference |
用于使用单个矩形删除文本区域的子类 |
ThresholdClass |
用于使用单个矩形删除文本区域的子类 |
ThresholdType |
用于使用单个矩形删除文本区域的子类 |
方法
Clone() |
创建并返回此对象的副本。 (继承自 Object) |
DescribeContents() |
用于使用单个矩形删除文本区域的子类 |
Dispose() |
用于使用单个矩形删除文本区域的子类 |
Dispose(Boolean) |
用于使用单个矩形删除文本区域的子类 |
Equals(Object) |
指示其他对象是否“等于”此对象。 (继承自 Object) |
GetHashCode() |
返回对象的哈希代码值。 (继承自 Object) |
JavaFinalize() |
当垃圾回收确定不再引用该对象时,由对象上的垃圾回收器调用。 (继承自 Object) |
Notify() |
唤醒正在等待此对象的监视器的单个线程。 (继承自 Object) |
NotifyAll() |
唤醒正在等待此对象的监视器的所有线程。 (继承自 Object) |
SetHandle(IntPtr, JniHandleOwnership) |
设置 Handle 属性。 (继承自 Object) |
ToArray<T>() |
用于使用单个矩形删除文本区域的子类 |
ToString() |
返回对象的字符串表示形式。 (继承自 Object) |
UnregisterFromRuntime() |
用于使用单个矩形删除文本区域的子类 |
Wait() |
使当前线程等待,直到唤醒它,通常是通过 em 通知/em> 或 <em>interrupted</em>。<>< (继承自 Object) |
Wait(Int64, Int32) |
使当前线程等待直到唤醒,通常是通过 <em>通知</em> 或 <em interrupted</em>>,或直到经过一定数量的实时。 (继承自 Object) |
Wait(Int64) |
使当前线程等待直到唤醒,通常是通过 <em>通知</em> 或 <em interrupted</em>>,或直到经过一定数量的实时。 (继承自 Object) |
WriteToParcel(Parcel, ParcelableWriteFlags) |
用于将此对象打包到 . |
显式接口实现
IJavaPeerable.Disposed() |
用于使用单个矩形删除文本区域的子类 |
IJavaPeerable.DisposeUnlessReferenced() |
用于使用单个矩形删除文本区域的子类 |
IJavaPeerable.Finalized() |
用于使用单个矩形删除文本区域的子类 |
IJavaPeerable.JniManagedPeerState |
用于使用单个矩形删除文本区域的子类 |
IJavaPeerable.SetJniIdentityHashCode(Int32) |
用于使用单个矩形删除文本区域的子类 |
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) |
用于使用单个矩形删除文本区域的子类 |
IJavaPeerable.SetPeerReference(JniObjectReference) |
用于使用单个矩形删除文本区域的子类 |
扩展方法
JavaCast<TResult>(IJavaObject) |
执行 Android 运行时检查的类型转换。 |
JavaCast<TResult>(IJavaObject) |
用于使用单个矩形删除文本区域的子类 |
GetJniTypeName(IJavaPeerable) |
用于使用单个矩形删除文本区域的子类 |