Table of Contents

Class ActionEvent

Namespace
Java.Awt.EventNs
Assembly
MASES.JNet.dll
public class ActionEvent : AWTEvent, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
Inheritance
JVMBridgeBase
JVMBridgeBase<Serializable>
ActionEvent
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Serializable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Serializable>.IsAssignableFrom<T>()
JVMBridgeBase<Serializable>.Execute<T>(params T[])
JVMBridgeBase<Serializable>.DynBridgeClazz
JVMBridgeBase<Serializable>.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

ActionEvent()

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

public ActionEvent()

ActionEvent(object, int, String)

public ActionEvent(object arg0, int arg1, String arg2)

Parameters

arg0 object

object

arg1 int

int

arg2 String

String

ActionEvent(object, int, String, int)

public ActionEvent(object arg0, int arg1, String arg2, int arg3)

Parameters

arg0 object

object

arg1 int

int

arg2 String

String

arg3 int

int

ActionEvent(object, int, String, long, int)

public ActionEvent(object arg0, int arg1, String arg2, long arg3, int arg4)

Parameters

arg0 object

object

arg1 int

int

arg2 String

String

arg3 long

long

arg4 int

int

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

Parameters

args object[]

Properties

ACTION_FIRST

public static int ACTION_FIRST { get; }

Property Value

int

ACTION_LAST

public static int ACTION_LAST { get; }

Property Value

int

ACTION_PERFORMED

public static int ACTION_PERFORMED { get; }

Property Value

int

ALT_MASK

public static int ALT_MASK { get; }

Property Value

int

ActionCommand

public String ActionCommand { get; }

Property Value

String

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CTRL_MASK

public static int CTRL_MASK { get; }

Property Value

int

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

META_MASK

public static int META_MASK { get; }

Property Value

int

Modifiers

public int Modifiers { get; }

Property Value

int

SHIFT_MASK

public static int SHIFT_MASK { get; }

Property Value

int

When

public long When { get; }

Property Value

long