言語

PreviewableHandwritingGesture クラス

定義

HandwritingGestureできるInputConnection#previewHandwritingGesture( PreviewableHandwritingGesture, CancellationSignal) previewed

[Android.Runtime.Register("android/view/inputmethod/PreviewableHandwritingGesture", ApiSince=34, DoNotGenerateAcw=true)]
public abstract class PreviewableHandwritingGesture : Android.Views.InputMethods.HandwritingGesture
[<Android.Runtime.Register("android/view/inputmethod/PreviewableHandwritingGesture", ApiSince=34, DoNotGenerateAcw=true)>]
type PreviewableHandwritingGesture = class
    inherit HandwritingGesture
継承
PreviewableHandwritingGesture
派生
属性

注釈

HandwritingGestureできるInputConnection#previewHandwritingGesture( PreviewableHandwritingGesture, CancellationSignal) previewed

注: エディターは、ジェスチャ プレビューのサブセットのみを実装し、 EditorInfo#getSupportedHandwritingGesturePreviewsを介してサポートされているプレビューを宣言します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

コンストラクター

名前 説明
PreviewableHandwritingGesture(IntPtr, JniHandleOwnership)

HandwritingGestureできるInputConnection#previewHandwritingGesture( PreviewableHandwritingGesture, CancellationSignal) previewed

フィールド

名前 説明
GranularityCharacter
古い.

文字単位でテキストを操作します。

(継承元 HandwritingGesture)
GranularityWord
古い.

単語単位でテキストを操作します。

(継承元 HandwritingGesture)

プロパティ

名前 説明
Class

この Objectのランタイム クラスを返します。

(継承元 Object)
FallbackText

ジェスチャ領域の下に該当するテキストがない場合に、現在のカーソル位置でコミットされるフォールバック テキスト。

(継承元 HandwritingGesture)
Handle

基になる Android インスタンスへのハンドル。

(継承元 Object)
JniIdentityHashCode

相互運用ランタイムによってこのJava ピアに割り当てられた ID ハッシュ コードを取得します。

(継承元 Object)
JniManagedPeerState

HandwritingGestureできるInputConnection#previewHandwritingGesture( PreviewableHandwritingGesture, CancellationSignal) previewed

(継承元 JavaObject)
JniPeerMembers

HandwritingGestureできるInputConnection#previewHandwritingGesture( PreviewableHandwritingGesture, CancellationSignal) previewed

PeerReference

このJava ピアの JNI オブジェクト参照を取得します。

(継承元 Object)
ThresholdClass

HandwritingGestureできるInputConnection#previewHandwritingGesture( PreviewableHandwritingGesture, CancellationSignal) previewed

ThresholdType

HandwritingGestureできるInputConnection#previewHandwritingGesture( PreviewableHandwritingGesture, CancellationSignal) previewed

メソッド

名前 説明
Clone()

このオブジェクトのコピーを作成して返します。

(継承元 Object)
Construct(JniObjectReference, JniObjectReferenceOptions)

HandwritingGestureできるInputConnection#previewHandwritingGesture( PreviewableHandwritingGesture, CancellationSignal) previewed

(継承元 JavaObject)
Dispose()

このJava ピアによって保持されているリソースを解放します。

(継承元 Object)
Dispose(Boolean)

このJava ピアによって保持されているリソースを解放します。

(継承元 Object)
DisposeUnlessReferenced()

HandwritingGestureできるInputConnection#previewHandwritingGesture( PreviewableHandwritingGesture, CancellationSignal) previewed

(継承元 JavaObject)
Equals(Object)

HandwritingGestureできるInputConnection#previewHandwritingGesture( PreviewableHandwritingGesture, CancellationSignal) previewed

(継承元 JavaObject)
Equals(Object)

他のオブジェクトがこのオブジェクトと "等しい" かどうかを示します。

(継承元 Object)
GetHashCode()

オブジェクトのハッシュ コード値を返します。

(継承元 Object)
JavaFinalize()
古い.

オブジェクトへの参照がなくなったとガベージ コレクションによって判断されたときに、オブジェクトのガベージ コレクターによって呼び出されます。

(継承元 Object)
Notify()

このオブジェクトのモニターで待機している 1 つのスレッドを起動します。

(継承元 Object)
NotifyAll()

このオブジェクトのモニターで待機しているすべてのスレッドを起動します。

(継承元 Object)
SetHandle(IntPtr, JniHandleOwnership)

Handle プロパティを設定します。

(継承元 Object)
SetPeerReference(JniObjectReference, JniObjectReferenceOptions)

HandwritingGestureできるInputConnection#previewHandwritingGesture( PreviewableHandwritingGesture, CancellationSignal) previewed

(継承元 JavaObject)
ToArray<T>()

このJava配列ラッパーからマネージド配列を作成します。

(継承元 Object)
ToString()

オブジェクトの文字列形式を返します。

(継承元 Object)
UnregisterFromRuntime()

相互運用ランタイムからこのJava ピアの登録を解除します。

(継承元 Object)
Wait()

現在のスレッドが起動するまで待機します。通常は、 <em>notified</em> または <em>interrupted</em>。

(継承元 Object)
Wait(Int64, Int32)

現在のスレッドは、通常、 <em>notified</em> または <em>interrupted</em>、または一定のリアルタイムが経過するまで、起動されるまで待機します。

(継承元 Object)
Wait(Int64)

現在のスレッドは、通常、 <em>notified</em> または <em>interrupted</em>、または一定のリアルタイムが経過するまで、起動されるまで待機します。

(継承元 Object)

明示的なインターフェイスの実装

名前 説明
IJavaPeerable.Disposed()

HandwritingGestureできるInputConnection#previewHandwritingGesture( PreviewableHandwritingGesture, CancellationSignal) previewed

(継承元 JavaObject)
IJavaPeerable.Finalized()

HandwritingGestureできるInputConnection#previewHandwritingGesture( PreviewableHandwritingGesture, CancellationSignal) previewed

(継承元 JavaObject)
IJavaPeerable.JniObjectReferenceControlBlock

HandwritingGestureできるInputConnection#previewHandwritingGesture( PreviewableHandwritingGesture, CancellationSignal) previewed

(継承元 JavaObject)
IJavaPeerable.SetJniIdentityHashCode(Int32)

HandwritingGestureできるInputConnection#previewHandwritingGesture( PreviewableHandwritingGesture, CancellationSignal) previewed

(継承元 JavaObject)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

HandwritingGestureできるInputConnection#previewHandwritingGesture( PreviewableHandwritingGesture, CancellationSignal) previewed

(継承元 JavaObject)
IJavaPeerable.SetPeerReference(JniObjectReference)

HandwritingGestureできるInputConnection#previewHandwritingGesture( PreviewableHandwritingGesture, CancellationSignal) previewed

(継承元 JavaObject)

拡張メソッド

名前 説明
GetJniTypeName(IJavaPeerable)

インスタンス selfの型の JNI 名を取得します。

JavaAs<TResult>(IJavaPeerable)

selfを強制的にTResult入力し、強制型がJava側で有効であることを確認します。

JavaCast<TResult>(IJavaObject)

Android ランタイムチェック型変換を実行します。

JavaCast<TResult>(IJavaObject)

HandwritingGestureできるInputConnection#previewHandwritingGesture( PreviewableHandwritingGesture, CancellationSignal) previewed

TryJavaCast<TResult>(IJavaPeerable, TResult)

selfを強制的にTResult入力し、強制型がJava側で有効であることを確認します。

適用対象