Class InputMethodHighlight
public class InputMethodHighlight : JVMBridgeBase<InputMethodHighlight>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
InputMethodHighlight
- Implements
- Extension Methods
Constructors
InputMethodHighlight(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public InputMethodHighlight(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
InputMethodHighlight(bool, int)
public InputMethodHighlight(bool arg0, int arg1)
Parameters
InputMethodHighlight(bool, int, int)
public InputMethodHighlight(bool arg0, int arg1, int arg2)
Parameters
InputMethodHighlight(bool, int, int, Map<TextAttribute, object>)
public InputMethodHighlight(bool arg0, int arg1, int arg2, Map<TextAttribute, object> arg3)
Parameters
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CONVERTED_TEXT
public static int CONVERTED_TEXT { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
RAW_TEXT
public static int RAW_TEXT { get; set; }
Property Value
SELECTED_CONVERTED_TEXT_HIGHLIGHT
public static InputMethodHighlight SELECTED_CONVERTED_TEXT_HIGHLIGHT { get; set; }
Property Value
SELECTED_RAW_TEXT_HIGHLIGHT
public static InputMethodHighlight SELECTED_RAW_TEXT_HIGHLIGHT { get; set; }
Property Value
State
public int State { get; }
Property Value
Style
public Map<TextAttribute, object> Style { get; }
Property Value
UNSELECTED_CONVERTED_TEXT_HIGHLIGHT
public static InputMethodHighlight UNSELECTED_CONVERTED_TEXT_HIGHLIGHT { get; set; }
Property Value
UNSELECTED_RAW_TEXT_HIGHLIGHT
public static InputMethodHighlight UNSELECTED_RAW_TEXT_HIGHLIGHT { get; set; }
Property Value
Variation
public int Variation { get; }
Property Value
Methods
CreatePoolableInstance(bool, int)
HPA initializer for InputMethodHighlight(bool arg0, int arg1)
public static InputMethodHighlight CreatePoolableInstance(bool arg0, int arg1)
Parameters
Returns
CreatePoolableInstance(bool, int, int)
HPA initializer for InputMethodHighlight(bool arg0, int arg1, int arg2)
public static InputMethodHighlight CreatePoolableInstance(bool arg0, int arg1, int arg2)
Parameters
Returns
CreatePoolableInstance(bool, int, int, Map<TextAttribute, object>)
HPA initializer for InputMethodHighlight(bool arg0, int arg1, int arg2, Java.Util.Map%3CJava.Awt.FontNs.TextAttribute, object%3E arg3)
public static InputMethodHighlight CreatePoolableInstance(bool arg0, int arg1, int arg2, Map<TextAttribute, object> arg3)
Parameters
Returns
IsSelected()
public bool IsSelected()