InputConnectionWrapper Clase

Definición

Clase contenedora para proxy de llamadas a otro InputConnection.

[Android.Runtime.Register("android/view/inputmethod/InputConnectionWrapper", DoNotGenerateAcw=true)]
public class InputConnectionWrapper : Java.Lang.Object, Android.Views.InputMethods.IInputConnection, IDisposable
[<Android.Runtime.Register("android/view/inputmethod/InputConnectionWrapper", DoNotGenerateAcw=true)>]
type InputConnectionWrapper = class
    inherit Object
    interface IInputConnection
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
Herencia
InputConnectionWrapper
Atributos
Implementaciones

Comentarios

Clase contenedora para proxy de llamadas a otro InputConnection. ¡Subclase y diviértete!

Java documentación para android.view.inputmethod.InputConnectionWrapper.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Constructores

Nombre Description
InputConnectionWrapper(IInputConnection, Boolean)

Inicializa un contenedor.

InputConnectionWrapper(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

Propiedades

Nombre Description
Class

Devuelve la clase en tiempo de ejecución de este Objectobjeto .

(Heredado de Object)
Handle

Identificador de la instancia de Android subyacente.

(Heredado de Object)
Handler

Por agregar

JniIdentityHashCode

Obtiene el código hash de identidad asignado a este Java del mismo nivel por el tiempo de ejecución de interoperabilidad.

(Heredado de Object)
JniManagedPeerState

Clase contenedora para proxy de llamadas a otro InputConnection.

(Heredado de JavaObject)
JniPeerMembers

Clase contenedora para proxy de llamadas a otro InputConnection.

PeerReference

Obtiene la referencia de objeto JNI para este Java del mismo nivel.

(Heredado de Object)
ThresholdClass

Esta API admite la infraestructura mono para Android y no está pensada para usarse directamente desde el código.

ThresholdType

Esta API admite la infraestructura mono para Android y no está pensada para usarse directamente desde el código.

Métodos

Nombre Description
BeginBatchEdit()

Por agregar

ClearMetaKeyStates(MetaKeyStates)

Por agregar

Clone()

Crea y devuelve una copia de este objeto.

(Heredado de Object)
CloseConnection()

Por agregar

CommitCompletion(CompletionInfo)

Por agregar

CommitContent(InputContentInfo, InputContentFlags, Bundle)

Por agregar

CommitCorrection(CorrectionInfo)

Por agregar

CommitText(ICharSequence, Int32, TextAttribute)

Por agregar

CommitText(ICharSequence, Int32)

Por agregar

CommitText(String, Int32, TextAttribute)

Por agregar

CommitText(String, Int32)

Por agregar

Construct(JniObjectReference, JniObjectReferenceOptions)

Clase contenedora para proxy de llamadas a otro InputConnection.

(Heredado de JavaObject)
DeleteSurroundingText(Int32, Int32)

Por agregar

DeleteSurroundingTextInCodePoints(Int32, Int32)

Por agregar

Dispose()

Libera los recursos mantenidos por este Java del mismo nivel.

(Heredado de Object)
Dispose(Boolean)

Libera los recursos mantenidos por este Java del mismo nivel.

(Heredado de Object)
DisposeUnlessReferenced()

Clase contenedora para proxy de llamadas a otro InputConnection.

(Heredado de JavaObject)
EndBatchEdit()

Por agregar

Equals(Object)

Clase contenedora para proxy de llamadas a otro InputConnection.

(Heredado de JavaObject)
Equals(Object)

Indica si algún otro objeto es "igual a" este.

(Heredado de Object)
FinishComposingText()

Por agregar

GetCursorCapsMode(CapitalizationMode)

Por agregar

GetExtractedText(ExtractedTextRequest, GetTextFlags)

Por agregar

GetHashCode()

Devuelve un valor de código hash para el objeto .

(Heredado de Object)
GetSelectedText(GetTextFlags)

Por agregar

GetSelectedTextFormatted(GetTextFlags)

Por agregar

GetSurroundingText(Int32, Int32, Int32)

Por agregar

GetTextAfterCursor(Int32, GetTextFlags)

Por agregar

GetTextAfterCursorFormatted(Int32, GetTextFlags)

Por agregar

GetTextBeforeCursor(Int32, GetTextFlags)

Por agregar

GetTextBeforeCursorFormatted(Int32, GetTextFlags)

Por agregar

JavaFinalize()

Lo llama el recolector de elementos no utilizados en un objeto cuando la recolección de elementos no utilizados determina que no hay más referencias al objeto .

(Heredado de Object)
Notify()

Activa un único subproceso que está esperando en el monitor de este objeto.

(Heredado de Object)
NotifyAll()

Activa todos los subprocesos que están esperando en el monitor de este objeto.

(Heredado de Object)
PerformContextMenuAction(Int32)

Por agregar

PerformEditorAction(ImeAction)

Por agregar

PerformHandwritingGesture(HandwritingGesture, IExecutor, IIntConsumer)

Por agregar

PerformPrivateCommand(String, Bundle)

Por agregar

PerformSpellCheck()

Por agregar

PreviewHandwritingGesture(PreviewableHandwritingGesture, CancellationSignal)

Por agregar

ReplaceText(Int32, Int32, ICharSequence, Int32, TextAttribute)

Por agregar

ReplaceText(Int32, Int32, String, Int32, TextAttribute)

Por agregar

ReportFullscreenMode(Boolean)

Por agregar

RequestCursorUpdates(Int32, Int32)

Por agregar

RequestCursorUpdates(Int32)

Por agregar

RequestTextBoundsInfo(RectF, IExecutor, IConsumer)

Por agregar

SendKeyEvent(KeyEvent)

Por agregar

SetComposingRegion(Int32, Int32, TextAttribute)

Por agregar

SetComposingRegion(Int32, Int32)

Por agregar

SetComposingText(ICharSequence, Int32, TextAttribute)

Por agregar

SetComposingText(ICharSequence, Int32)

Por agregar

SetComposingText(String, Int32, TextAttribute)

Por agregar

SetComposingText(String, Int32)

Por agregar

SetHandle(IntPtr, JniHandleOwnership)

Establece la propiedad Handle.

(Heredado de Object)
SetImeConsumesInput(Boolean)

Por agregar

SetPeerReference(JniObjectReference, JniObjectReferenceOptions)

Clase contenedora para proxy de llamadas a otro InputConnection.

(Heredado de JavaObject)
SetSelection(Int32, Int32)

Por agregar

SetTarget(IInputConnection)

Cambie el destino de la conexión de entrada.

TakeSnapshot()

Lo llama el sistema cuando necesita tomar una instantánea de varios datos relacionados con texto de forma atómica.

ToArray<T>()

Crea una matriz administrada a partir de este contenedor de matriz Java.

(Heredado de Object)
ToString()

Devuelve una representación de cadena del objeto .

(Heredado de Object)
UnregisterFromRuntime()

Anula el registro de este Java del mismo nivel del tiempo de ejecución de interoperabilidad.

(Heredado de Object)
Wait()

Hace que el subproceso actual espere hasta que se despierte, normalmente por ser em notificado/em< o >em<interrumpido>/em<.><>

(Heredado de Object)
Wait(Int64, Int32)

Hace que el subproceso actual espere hasta que se despierte, normalmente por ser <em>notificado</em> o <em>interrumpido</em>, o hasta que haya transcurrido una cierta cantidad de tiempo real.

(Heredado de Object)
Wait(Int64)

Hace que el subproceso actual espere hasta que se despierte, normalmente por ser <em>notificado</em> o <em>interrumpido</em>, o hasta que haya transcurrido una cierta cantidad de tiempo real.

(Heredado de Object)

Implementaciones de interfaz explícitas

Nombre Description
IJavaPeerable.Disposed()

Clase contenedora para proxy de llamadas a otro InputConnection.

(Heredado de JavaObject)
IJavaPeerable.Finalized()

Clase contenedora para proxy de llamadas a otro InputConnection.

(Heredado de JavaObject)
IJavaPeerable.JniObjectReferenceControlBlock

Clase contenedora para proxy de llamadas a otro InputConnection.

(Heredado de JavaObject)
IJavaPeerable.SetJniIdentityHashCode(Int32)

Clase contenedora para proxy de llamadas a otro InputConnection.

(Heredado de JavaObject)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

Clase contenedora para proxy de llamadas a otro InputConnection.

(Heredado de JavaObject)
IJavaPeerable.SetPeerReference(JniObjectReference)

Clase contenedora para proxy de llamadas a otro InputConnection.

(Heredado de JavaObject)
IJavaPeerable.UnregisterFromRuntime()

Clase contenedora para proxy de llamadas a otro InputConnection.

Métodos de extensión

Nombre Description
CommitText(IInputConnection, String, Int32, TextAttribute)

Clase contenedora para proxy de llamadas a otro InputConnection.

CommitText(IInputConnection, String, Int32)

Clase contenedora para proxy de llamadas a otro InputConnection.

GetJniTypeName(IJavaPeerable)

Obtiene el nombre JNI del tipo de la instancia self.

GetSelectedText(IInputConnection, GetTextFlags)

Clase contenedora para proxy de llamadas a otro InputConnection.

GetTextAfterCursor(IInputConnection, Int32, GetTextFlags)

Clase contenedora para proxy de llamadas a otro InputConnection.

GetTextBeforeCursor(IInputConnection, Int32, GetTextFlags)

Clase contenedora para proxy de llamadas a otro InputConnection.

JavaAs<TResult>(IJavaPeerable)

Intente coerción self para escribir TResult, comprobando que la coerción es válida en el lado de Java.

JavaCast<TResult>(IJavaObject)

Realiza una conversión de tipos comprobados en tiempo de ejecución de Android.

JavaCast<TResult>(IJavaObject)

Clase contenedora para proxy de llamadas a otro InputConnection.

ReplaceText(IInputConnection, Int32, Int32, String, Int32, TextAttribute)

Clase contenedora para proxy de llamadas a otro InputConnection.

SetComposingText(IInputConnection, String, Int32, TextAttribute)

Clase contenedora para proxy de llamadas a otro InputConnection.

SetComposingText(IInputConnection, String, Int32)

Clase contenedora para proxy de llamadas a otro InputConnection.

TryJavaCast<TResult>(IJavaPeerable, TResult)

Intente coerción self para escribir TResult, comprobando que la coerción es válida en el lado de Java.

Se aplica a