Table of Contents

Class MouseEvent

Namespace
Org.W3c.Dom.Events
Assembly
MASES.JNet.dll
public class MouseEvent : UIEvent, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IMouseEvent, IUIEvent, IEvent
Inheritance
JVMBridgeBase
JVMBridgeBase<Event>
MouseEvent
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Event>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Event>.IsAssignableFrom<T>()
JVMBridgeBase<Event>.Execute<T>(params T[])
JVMBridgeBase<Event>.DynBridgeClazz
JVMBridgeBase<Event>.BridgeClazz
JVMBridgeBase.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.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

MouseEvent()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("MouseEvent 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 MouseEvent()

MouseEvent(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("MouseEvent 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 MouseEvent(params object[] args)

Parameters

args object[]

Properties

AltKey

public bool AltKey { get; }

Property Value

bool

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

Button

public short Button { get; }

Property Value

short

ClientX

public int ClientX { get; }

Property Value

int

ClientY

public int ClientY { get; }

Property Value

int

CtrlKey

public bool CtrlKey { get; }

Property Value

bool

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

MetaKey

public bool MetaKey { get; }

Property Value

bool

RelatedTarget

public EventTarget RelatedTarget { get; }

Property Value

EventTarget

ScreenX

public int ScreenX { get; }

Property Value

int

ScreenY

public int ScreenY { get; }

Property Value

int

ShiftKey

public bool ShiftKey { get; }

Property Value

bool

Methods

InitMouseEvent(String, bool, bool, AbstractView, int, int, int, int, int, bool, bool, bool, bool, short, EventTarget)

public void InitMouseEvent(String arg0, bool arg1, bool arg2, AbstractView arg3, int arg4, int arg5, int arg6, int arg7, int arg8, bool arg9, bool arg10, bool arg11, bool arg12, short arg13, EventTarget arg14)

Parameters

arg0 String

String

arg1 bool

bool

arg2 bool

bool

arg3 AbstractView

AbstractView

arg4 int

int

arg5 int

int

arg6 int

int

arg7 int

int

arg8 int

int

arg9 bool

bool

arg10 bool

bool

arg11 bool

bool

arg12 bool

bool

arg13 short

short

arg14 EventTarget

EventTarget