Table of Contents

Interface IInputMethodRequests

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

.NET interface for TO BE DEFINED FROM USER

public interface IInputMethodRequests

Properties

CommittedTextLength

int CommittedTextLength { get; }

Property Value

int

InsertPositionOffset

int InsertPositionOffset { get; }

Property Value

int

Methods

CancelLatestCommittedText(Attribute[])

AttributedCharacterIterator CancelLatestCommittedText(AttributedCharacterIterator.Attribute[] arg0)

Parameters

arg0 Attribute[]

AttributedCharacterIterator.Attribute

Returns

AttributedCharacterIterator

AttributedCharacterIterator

GetCommittedText(int, int, Attribute[])

AttributedCharacterIterator GetCommittedText(int arg0, int arg1, AttributedCharacterIterator.Attribute[] arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 Attribute[]

AttributedCharacterIterator.Attribute

Returns

AttributedCharacterIterator

AttributedCharacterIterator

GetLocationOffset(int, int)

TextHitInfo GetLocationOffset(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

TextHitInfo

TextHitInfo

GetSelectedText(Attribute[])

AttributedCharacterIterator GetSelectedText(AttributedCharacterIterator.Attribute[] arg0)

Parameters

arg0 Attribute[]

AttributedCharacterIterator.Attribute

Returns

AttributedCharacterIterator

AttributedCharacterIterator

GetTextLocation(TextHitInfo)

Rectangle GetTextLocation(TextHitInfo arg0)

Parameters

arg0 TextHitInfo

TextHitInfo

Returns

Rectangle

Rectangle