Table of Contents

Interface IInputMethodDescriptor

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

.NET interface for TO BE DEFINED FROM USER

public interface IInputMethodDescriptor

Properties

AvailableLocales

Locale[] AvailableLocales { get; }

Property Value

Locale[]

Methods

CreateInputMethod()

InputMethod CreateInputMethod()

Returns

InputMethod

InputMethod

Exceptions

Exception

GetInputMethodDisplayName(Locale, Locale)

String GetInputMethodDisplayName(Locale arg0, Locale arg1)

Parameters

arg0 Locale

Locale

arg1 Locale

Locale

Returns

String

String

GetInputMethodIcon(Locale)

Image GetInputMethodIcon(Locale arg0)

Parameters

arg0 Locale

Locale

Returns

Image

Image

HasDynamicLocaleList()

bool HasDynamicLocaleList()

Returns

bool

bool