Table of Contents

Interface IInputMethodContext

Namespace
Java.Awt.Im.Spi
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IInputMethodContext : IInputMethodRequests
Inherited Members

Methods

CreateInputMethodJFrame(String, bool)

JFrame CreateInputMethodJFrame(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Returns

JFrame

JFrame

CreateInputMethodWindow(String, bool)

Window CreateInputMethodWindow(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Returns

Window

Window

DispatchInputMethodEvent(int, AttributedCharacterIterator, int, TextHitInfo, TextHitInfo)

void DispatchInputMethodEvent(int arg0, AttributedCharacterIterator arg1, int arg2, TextHitInfo arg3, TextHitInfo arg4)

Parameters

arg0 int

int

arg1 AttributedCharacterIterator

AttributedCharacterIterator

arg2 int

int

arg3 TextHitInfo

TextHitInfo

arg4 TextHitInfo

TextHitInfo

EnableClientWindowNotification(InputMethod, bool)

void EnableClientWindowNotification(InputMethod arg0, bool arg1)

Parameters

arg0 InputMethod

InputMethod

arg1 bool

bool