Table of Contents

Class Event

Namespace
Java.Awt
Assembly
MASES.JNet.dll
public class Event : Serializable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
Inheritance
Event
Implements
Inherited Members
Extension Methods

Constructors

Event()

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

public Event()

Event(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Event(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Event(object, int, object)

public Event(object arg0, int arg1, object arg2)

Parameters

arg0 object

object

arg1 int

int

arg2 object

object

Event(object, long, int, int, int, int, int)

public Event(object arg0, long arg1, int arg2, int arg3, int arg4, int arg5, int arg6)

Parameters

arg0 object

object

arg1 long

long

arg2 int

int

arg3 int

int

arg4 int

int

arg5 int

int

arg6 int

int

Event(object, long, int, int, int, int, int, object)

public Event(object arg0, long arg1, int arg2, int arg3, int arg4, int arg5, int arg6, object arg7)

Parameters

arg0 object

object

arg1 long

long

arg2 int

int

arg3 int

int

arg4 int

int

arg5 int

int

arg6 int

int

arg7 object

object

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

Parameters

args object[]

Properties

ACTION_EVENT

public static int ACTION_EVENT { get; }

Property Value

int

ALT_MASK

public static int ALT_MASK { get; }

Property Value

int

BACK_SPACE

public static int BACK_SPACE { get; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CAPS_LOCK

public static int CAPS_LOCK { get; }

Property Value

int

CTRL_MASK

public static int CTRL_MASK { get; }

Property Value

int

DELETE

public static int DELETE { get; }

Property Value

int

DOWN

public static int DOWN { get; }

Property Value

int

END

public static int END { get; }

Property Value

int

ENTER

public static int ENTER { get; }

Property Value

int

ESCAPE

public static int ESCAPE { get; }

Property Value

int

F1

public static int F1 { get; }

Property Value

int

F10

public static int F10 { get; }

Property Value

int

F11

public static int F11 { get; }

Property Value

int

F12

public static int F12 { get; }

Property Value

int

F2

public static int F2 { get; }

Property Value

int

F3

public static int F3 { get; }

Property Value

int

F4

public static int F4 { get; }

Property Value

int

F5

public static int F5 { get; }

Property Value

int

F6

public static int F6 { get; }

Property Value

int

F7

public static int F7 { get; }

Property Value

int

F8

public static int F8 { get; }

Property Value

int

F9

public static int F9 { get; }

Property Value

int

GOT_FOCUS

public static int GOT_FOCUS { get; }

Property Value

int

HOME

public static int HOME { get; }

Property Value

int

INSERT

public static int INSERT { get; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

KEY_ACTION

public static int KEY_ACTION { get; }

Property Value

int

KEY_ACTION_RELEASE

public static int KEY_ACTION_RELEASE { get; }

Property Value

int

KEY_PRESS

public static int KEY_PRESS { get; }

Property Value

int

KEY_RELEASE

public static int KEY_RELEASE { get; }

Property Value

int

LEFT

public static int LEFT { get; }

Property Value

int

LIST_DESELECT

public static int LIST_DESELECT { get; }

Property Value

int

LIST_SELECT

public static int LIST_SELECT { get; }

Property Value

int

LOAD_FILE

public static int LOAD_FILE { get; }

Property Value

int

LOST_FOCUS

public static int LOST_FOCUS { get; }

Property Value

int

META_MASK

public static int META_MASK { get; }

Property Value

int

MOUSE_DOWN

public static int MOUSE_DOWN { get; }

Property Value

int

MOUSE_DRAG

public static int MOUSE_DRAG { get; }

Property Value

int

MOUSE_ENTER

public static int MOUSE_ENTER { get; }

Property Value

int

MOUSE_EXIT

public static int MOUSE_EXIT { get; }

Property Value

int

MOUSE_MOVE

public static int MOUSE_MOVE { get; }

Property Value

int

MOUSE_UP

public static int MOUSE_UP { get; }

Property Value

int

NUM_LOCK

public static int NUM_LOCK { get; }

Property Value

int

PAUSE

public static int PAUSE { get; }

Property Value

int

PGDN

public static int PGDN { get; }

Property Value

int

PGUP

public static int PGUP { get; }

Property Value

int

PRINT_SCREEN

public static int PRINT_SCREEN { get; }

Property Value

int

RIGHT

public static int RIGHT { get; }

Property Value

int

SAVE_FILE

public static int SAVE_FILE { get; }

Property Value

int

SCROLL_ABSOLUTE

public static int SCROLL_ABSOLUTE { get; }

Property Value

int

SCROLL_BEGIN

public static int SCROLL_BEGIN { get; }

Property Value

int

SCROLL_END

public static int SCROLL_END { get; }

Property Value

int

SCROLL_LINE_DOWN

public static int SCROLL_LINE_DOWN { get; }

Property Value

int

SCROLL_LINE_UP

public static int SCROLL_LINE_UP { get; }

Property Value

int

SCROLL_LOCK

public static int SCROLL_LOCK { get; }

Property Value

int

SCROLL_PAGE_DOWN

public static int SCROLL_PAGE_DOWN { get; }

Property Value

int

SCROLL_PAGE_UP

public static int SCROLL_PAGE_UP { get; }

Property Value

int

SHIFT_MASK

public static int SHIFT_MASK { get; }

Property Value

int

TAB

public static int TAB { get; }

Property Value

int

UP

public static int UP { get; }

Property Value

int

WINDOW_DEICONIFY

public static int WINDOW_DEICONIFY { get; }

Property Value

int

WINDOW_DESTROY

public static int WINDOW_DESTROY { get; }

Property Value

int

WINDOW_EXPOSE

public static int WINDOW_EXPOSE { get; }

Property Value

int

WINDOW_ICONIFY

public static int WINDOW_ICONIFY { get; }

Property Value

int

WINDOW_MOVED

public static int WINDOW_MOVED { get; }

Property Value

int

arg

public object arg { get; set; }

Property Value

object

clickCount

public int clickCount { get; set; }

Property Value

int

evt

public Event evt { get; set; }

Property Value

Event

id

public int id { get; set; }

Property Value

int

key

public int key { get; set; }

Property Value

int

modifiers

public int modifiers { get; set; }

Property Value

int

target

public object target { get; set; }

Property Value

object

when

public long when { get; set; }

Property Value

long

x

public int x { get; set; }

Property Value

int

y

public int y { get; set; }

Property Value

int

Methods

ControlDown()

public bool ControlDown()

Returns

bool

bool

MetaDown()

public bool MetaDown()

Returns

bool

bool

ShiftDown()

public bool ShiftDown()

Returns

bool

bool

Translate(int, int)

public void Translate(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int