共用方式為


AbstractInputMethodService.AbstractInputMethodImpl 類別

定義

衍生類別的基類,以實作其 InputMethod 介面。

[Android.Runtime.Register("android/inputmethodservice/AbstractInputMethodService$AbstractInputMethodImpl", DoNotGenerateAcw=true)]
public abstract class AbstractInputMethodService.AbstractInputMethodImpl : Java.Lang.Object, Android.Views.InputMethods.IInputMethod, IDisposable, Java.Interop.IJavaPeerable
[<Android.Runtime.Register("android/inputmethodservice/AbstractInputMethodService$AbstractInputMethodImpl", DoNotGenerateAcw=true)>]
type AbstractInputMethodService.AbstractInputMethodImpl = class
    inherit Object
    interface IInputMethod
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
繼承
AbstractInputMethodService.AbstractInputMethodImpl
衍生
屬性
實作

備註

衍生類別的基類,以實作其 InputMethod 介面。 這會負責輸入法的基本維護,但大部分的行為都必須在衍生類別中實作。

android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImplJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

建構函式

AbstractInputMethodService.AbstractInputMethodImpl(AbstractInputMethodService)

衍生類別的基類,以實作其 InputMethod 介面。

AbstractInputMethodService.AbstractInputMethodImpl(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

屬性

Class

傳回這個 Object的運行時間類別。

(繼承來源 Object)
Handle

基礎Android實例的句柄。

(繼承來源 Object)
JniIdentityHashCode

衍生類別的基類,以實作其 InputMethod 介面。

(繼承來源 Object)
JniPeerMembers

衍生類別的基類,以實作其 InputMethod 介面。

PeerReference

衍生類別的基類,以實作其 InputMethod 介面。

(繼承來源 Object)
ThresholdClass

此 API 支援適用於 Android 的 Mono 基礎結構,並不適合直接從您的程式代碼使用。

ThresholdType

此 API 支援適用於 Android 的 Mono 基礎結構,並不適合直接從您的程式代碼使用。

方法

AttachToken(IBinder)

在建立輸入法之後呼叫第一件事,這會為它與系統服務一起提供的會話提供唯一的令牌。

BindInput(InputBinding)

將 中的新應用程式環境系結至輸入方法,以便稍後啟動和停止輸入處理。

ChangeInputMethodSubtype(InputMethodSubtype)

通知相同輸入法中的輸入法子類型正在變更。

Clone()

建立並傳回這個 對象的複本。

(繼承來源 Object)
CreateSession(IInputMethodSessionCallback)

藉由回呼回 來 OnCreateInputMethodSessionInterface()具現化輸入方法的新用戶端會話。

Dispose()

衍生類別的基類,以實作其 InputMethod 介面。

(繼承來源 Object)
Dispose(Boolean)

衍生類別的基類,以實作其 InputMethod 介面。

(繼承來源 Object)
Equals(Object)

指出其他物件是否「等於」這個物件。

(繼承來源 Object)
GetHashCode()

傳回此物件的雜湊碼值。

(繼承來源 Object)
HideSoftInput(Int32, ResultReceiver)

要求使用者隱藏輸入方法的任何軟式輸入部分。

JavaFinalize()

當垃圾收集決定不再參考物件時,垃圾收集行程在 物件上呼叫。

(繼承來源 Object)
Notify()

喚醒正在等候此物件監視器的單一線程。

(繼承來源 Object)
NotifyAll()

喚醒正在等候此物件監視器的所有線程。

(繼承來源 Object)
RestartInput(IInputConnection, EditorInfo)

需要重設此輸入法的狀態時,會呼叫這個方法。

RevokeSession(IInputMethodSession)

呼叫其 AbstractInputMethodSessionImpl#revokeSelf() AbstractInputMethodSessionImpl.revokeSelf() 方法,以處理終止現有的會話。

SetHandle(IntPtr, JniHandleOwnership)

設定 Handle 屬性。

(繼承來源 Object)
SetSessionEnabled(IInputMethodSession, Boolean)

藉由呼叫其 AbstractInputMethodSessionImpl#revokeSelf() AbstractInputMethodSessionImpl.setEnabled() 方法,負責啟用或停用現有的會話。

ShowSoftInput(ShowSoftInputFlags, ResultReceiver)

要求向用戶顯示輸入法的任何軟式輸入部分。

StartInput(IInputConnection, EditorInfo)

當應用程式開始接收文字,且此輸入法已準備好處理已接收的事件,並將結果文字傳回應用程式時,就會呼叫這個方法。

ToArray<T>()

衍生類別的基類,以實作其 InputMethod 介面。

(繼承來源 Object)
ToString()

傳回物件的字串表示。

(繼承來源 Object)
UnbindInput()

解除系結應用程式環境,當先前設定 #bindInput 的資訊不再對這個輸入法有效時呼叫。

UnregisterFromRuntime()

衍生類別的基類,以實作其 InputMethod 介面。

(繼承來源 Object)
Wait()

讓目前線程等候直到喚醒為止,通常是藉由em <notified/em>或<em>interrupted</em> 來喚醒它。<>

(繼承來源 Object)
Wait(Int64)

讓目前的線程等到喚醒為止,通常是因為 <em>notified</em> 或 <em>interrupted</em>,或直到經過一定數量的實時為止。

(繼承來源 Object)
Wait(Int64, Int32)

讓目前的線程等到喚醒為止,通常是因為 <em>notified</em> 或 <em>interrupted</em>,或直到經過一定數量的實時為止。

(繼承來源 Object)

明確介面實作

IJavaPeerable.Disposed()

衍生類別的基類,以實作其 InputMethod 介面。

(繼承來源 Object)
IJavaPeerable.DisposeUnlessReferenced()

衍生類別的基類,以實作其 InputMethod 介面。

(繼承來源 Object)
IJavaPeerable.Finalized()

衍生類別的基類,以實作其 InputMethod 介面。

(繼承來源 Object)
IJavaPeerable.JniManagedPeerState

衍生類別的基類,以實作其 InputMethod 介面。

(繼承來源 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32)

衍生類別的基類,以實作其 InputMethod 介面。

(繼承來源 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

衍生類別的基類,以實作其 InputMethod 介面。

(繼承來源 Object)
IJavaPeerable.SetPeerReference(JniObjectReference)

衍生類別的基類,以實作其 InputMethod 介面。

(繼承來源 Object)

擴充方法

JavaCast<TResult>(IJavaObject)

執行 Android 執行時間檢查的類型轉換。

JavaCast<TResult>(IJavaObject)

衍生類別的基類,以實作其 InputMethod 介面。

GetJniTypeName(IJavaPeerable)

衍生類別的基類,以實作其 InputMethod 介面。

適用於