Click or drag to resize

CLRInputMethodEventData Class

Event data associated to a Java InputMethodEvent
Inheritance Hierarchy

Namespace:  MASES.JCOBridge.C2JBridge.Specialized
Assembly:  C2JBridge (in C2JBridge.dll) Version: 2.4.12.220507-908f547aedf9e08963d047b783e99d6b2ed61a1c
Syntax
public sealed class CLRInputMethodEventData : CLRAWTEventData

The CLRInputMethodEventData type exposes the following members.

Constructors
  NameDescription
Public methodCLRInputMethodEventData
Initialize a new CLRActionEventData
Top
Properties
  NameDescription
Public propertyCaret
Gets the caret.
Public propertyCommittedCharacterCount
Gets the number of committed characters in the text.
Public propertyDynEventData
Dynamic accessor to the information about event information received from the JVM
(Inherited from CLREventData.)
Public propertyDynExtraData
A dynamic array of extra information ordered with the same order of the caller, or null if HasExtraData is
(Inherited from CLREventData.)
Public propertyEventData
Accessor to the information about event information received from the JVM
(Inherited from CLREventData.)
Public propertyExtraData
An array of extra information ordered with the same order of the caller, or null if HasExtraData is
(Inherited from CLREventData.)
Public propertyExtraDataLength
Returns how many Object contains extra information.
(Inherited from CLREventData.)
Public propertyHasExtraData
True if the event has other objects associated
(Inherited from CLREventData.)
Public propertyID
Returns the event type.
(Inherited from CLRAWTEventData.)
Public propertyIsConsumed
Returns whether or not this event has been consumed.
Public propertyItem
Returns the indexed data
(Inherited from CLREventData.)
Public propertyParamString
Returns a string representing the state of this Event. This method is intended to be used only for debugging purposes, and the content and format of the returned string may vary between implementations. The returned string may be empty but may not be null.
(Inherited from CLRAWTEventData.)
Public propertySource
The object on which the Event initially occurred.
(Inherited from CLREventObjectData.)
Public propertyText
Gets the combined committed and composed text.
Public propertyVisiblePosition
Gets the position that's most important to be visible.
Public propertyWhen
Returns the time stamp of when this event occurred.
Top
Methods
  NameDescription
Public methodconsume
Consumes this event so that it will not be processed in the default manner by the source which originated it.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetSource
Retargets an event to a new source. This method is typically used to retarget an event to a lightweight child Component of the original heavyweight source.
(Inherited from CLRAWTEventData.)
Public methodToString
Returns a string representation of the object.
(Overrides CLRAWTEventDataToString.)
Top
Extension Methods
See Also