Class InputMethodHighlight
public class InputMethodHighlight : JVMBridgeBase<InputMethodHighlight>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
InputMethodHighlight
- Implements
- Inherited Members
-
JVMBridgeBase<InputMethodHighlight>.SExecute<TNewClass, TReturn>(IJavaType, string, params object[])
- Extension Methods
Constructors
InputMethodHighlight()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public InputMethodHighlight()
InputMethodHighlight(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[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
InputMethodHighlight(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public InputMethodHighlight(params object[] args)
Parameters
argsobject[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CONVERTED_TEXT
public static int CONVERTED_TEXT { get; }
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 Closeable
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; }
Property Value
SELECTED_CONVERTED_TEXT_HIGHLIGHT
public static InputMethodHighlight SELECTED_CONVERTED_TEXT_HIGHLIGHT { get; }
Property Value
SELECTED_RAW_TEXT_HIGHLIGHT
public static InputMethodHighlight SELECTED_RAW_TEXT_HIGHLIGHT { get; }
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; }
Property Value
UNSELECTED_RAW_TEXT_HIGHLIGHT
public static InputMethodHighlight UNSELECTED_RAW_TEXT_HIGHLIGHT { get; }
Property Value
Variation
public int Variation { get; }
Property Value
Methods
IsSelected()
public bool IsSelected()