Table of Contents

Interface IInputMethod

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

.NET interface for TO BE DEFINED FROM USER

public interface IInputMethod

Properties

ControlObject

object ControlObject { get; }

Property Value

object

Locale

Locale Locale { get; }

Property Value

Locale

Methods

Activate()

void Activate()

Deactivate(bool)

void Deactivate(bool arg0)

Parameters

arg0 bool

bool

DispatchEvent(AWTEvent)

void DispatchEvent(AWTEvent arg0)

Parameters

arg0 AWTEvent

AWTEvent

Dispose()

void Dispose()

EndComposition()

void EndComposition()

HideWindows()

void HideWindows()

IsCompositionEnabled()

bool IsCompositionEnabled()

Returns

bool

bool

NotifyClientWindowChange(Rectangle)

void NotifyClientWindowChange(Rectangle arg0)

Parameters

arg0 Rectangle

Rectangle

Reconvert()

void Reconvert()

RemoveNotify()

void RemoveNotify()

SetCharacterSubsets(Subset[])

void SetCharacterSubsets(Character.Subset[] arg0)

Parameters

arg0 Subset[]

Character.Subset

SetCompositionEnabled(bool)

void SetCompositionEnabled(bool arg0)

Parameters

arg0 bool

bool

SetInputMethodContext(InputMethodContext)

void SetInputMethodContext(InputMethodContext arg0)

Parameters

arg0 InputMethodContext

InputMethodContext

SetLocale(Locale)

bool SetLocale(Locale arg0)

Parameters

arg0 Locale

Locale

Returns

bool

bool