Class MouseWheelEvent
public class MouseWheelEvent : MouseEvent, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
- Inheritance
-
MouseWheelEvent
- Implements
- Inherited Members
- Extension Methods
Constructors
MouseWheelEvent()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public MouseWheelEvent()
MouseWheelEvent(Component, int, long, int, int, int, int, bool, int, int, int)
public MouseWheelEvent(Component arg0, int arg1, long arg2, int arg3, int arg4, int arg5, int arg6, bool arg7, int arg8, int arg9, int arg10)
Parameters
arg0
Componentarg1
intarg2
longarg3
intarg4
intarg5
intarg6
intarg7
boolarg8
intarg9
intarg10
int
MouseWheelEvent(Component, int, long, int, int, int, int, int, int, bool, int, int, int)
public MouseWheelEvent(Component arg0, int arg1, long arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, bool arg9, int arg10, int arg11, int arg12)
Parameters
arg0
Componentarg1
intarg2
longarg3
intarg4
intarg5
intarg6
intarg7
intarg8
intarg9
boolarg10
intarg11
intarg12
int
MouseWheelEvent(Component, int, long, int, int, int, int, int, int, bool, int, int, int, double)
public MouseWheelEvent(Component arg0, int arg1, long arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, bool arg9, int arg10, int arg11, int arg12, double arg13)
Parameters
arg0
Componentarg1
intarg2
longarg3
intarg4
intarg5
intarg6
intarg7
intarg8
intarg9
boolarg10
intarg11
intarg12
intarg13
double
MouseWheelEvent(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 MouseWheelEvent(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { 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
PreciseWheelRotation
public double PreciseWheelRotation { get; }
Property Value
ScrollAmount
public int ScrollAmount { get; }
Property Value
ScrollType
public int ScrollType { get; }
Property Value
UnitsToScroll
public int UnitsToScroll { get; }
Property Value
WHEEL_BLOCK_SCROLL
public static int WHEEL_BLOCK_SCROLL { get; }
Property Value
WHEEL_UNIT_SCROLL
public static int WHEEL_UNIT_SCROLL { get; }
Property Value
WheelRotation
public int WheelRotation { get; }