Class MetaKeyKeyListener
public class MetaKeyKeyListener : JVMBridgeBase<MetaKeyKeyListener>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<MetaKeyKeyListener>MetaKeyKeyListener
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<MetaKeyKeyListener>.IsAssignableFrom(IJavaType)JVMBridgeBase<MetaKeyKeyListener>.IsAssignableFrom<T>()JVMBridgeBase<MetaKeyKeyListener>.Execute<T>(params T[])JVMBridgeBase<MetaKeyKeyListener>.DynBridgeClazzJVMBridgeBase<MetaKeyKeyListener>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
MetaKeyKeyListener()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("MetaKeyKeyListener class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public MetaKeyKeyListener()
MetaKeyKeyListener(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
[Obsolete("MetaKeyKeyListener class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public MetaKeyKeyListener(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
META_ALT_LOCKED
public static int META_ALT_LOCKED { get; }
Property Value
META_ALT_ON
public static int META_ALT_ON { get; }
Property Value
META_CAP_LOCKED
public static int META_CAP_LOCKED { get; }
Property Value
META_SHIFT_ON
public static int META_SHIFT_ON { get; }
Property Value
META_SYM_LOCKED
public static int META_SYM_LOCKED { get; }
Property Value
META_SYM_ON
public static int META_SYM_ON { get; }
Property Value
Methods
AdjustMetaAfterKeypress(Spannable)
public static void AdjustMetaAfterKeypress(Spannable arg0)
Parameters
AdjustMetaAfterKeypress(long)
public static long AdjustMetaAfterKeypress(long arg0)
Parameters
Returns
ClearMetaKeyState(Editable, int)
public static void ClearMetaKeyState(Editable arg0, int arg1)
Parameters
ClearMetaKeyState(View, Editable, int)
public void ClearMetaKeyState(View arg0, Editable arg1, int arg2)
Parameters
ClearMetaKeyState(long, int)
public long ClearMetaKeyState(long arg0, int arg1)
Parameters
Returns
GetMetaState(CharSequence)
public static int GetMetaState(CharSequence arg0)
Parameters
arg0
CharSequence
Returns
GetMetaState(CharSequence, KeyEvent)
public static int GetMetaState(CharSequence arg0, KeyEvent arg1)
Parameters
arg0
CharSequencearg1
KeyEvent
Returns
GetMetaState(CharSequence, int)
public static int GetMetaState(CharSequence arg0, int arg1)
Parameters
arg0
CharSequencearg1
int
Returns
GetMetaState(CharSequence, int, KeyEvent)
public static int GetMetaState(CharSequence arg0, int arg1, KeyEvent arg2)
Parameters
arg0
CharSequencearg1
intarg2
KeyEvent
Returns
GetMetaState(long)
public static int GetMetaState(long arg0)
Parameters
Returns
GetMetaState(long, int)
public static int GetMetaState(long arg0, int arg1)
Parameters
Returns
HandleKeyDown(long, int, KeyEvent)
public static long HandleKeyDown(long arg0, int arg1, KeyEvent arg2)
Parameters
Returns
HandleKeyUp(long, int, KeyEvent)
public static long HandleKeyUp(long arg0, int arg1, KeyEvent arg2)
Parameters
Returns
IsMetaTracker(CharSequence, object)
public static bool IsMetaTracker(CharSequence arg0, object arg1)
Parameters
arg0
CharSequencearg1
object
Returns
IsSelectingMetaTracker(CharSequence, object)
public static bool IsSelectingMetaTracker(CharSequence arg0, object arg1)
Parameters
arg0
CharSequencearg1
object
Returns
OnKeyDown(View, Editable, int, KeyEvent)
public bool OnKeyDown(View arg0, Editable arg1, int arg2, KeyEvent arg3)
Parameters
Returns
OnKeyUp(View, Editable, int, KeyEvent)
public bool OnKeyUp(View arg0, Editable arg1, int arg2, KeyEvent arg3)
Parameters
Returns
ResetLockedMeta(long)
public static long ResetLockedMeta(long arg0)
Parameters
Returns
ResetMetaState(Spannable)
public static void ResetMetaState(Spannable arg0)