Table of Contents

Class ItemEvent

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

Constructors

ItemEvent(ItemSelectable, int, object, int)

public ItemEvent(ItemSelectable arg0, int arg1, object arg2, int arg3)

Parameters

arg0 ItemSelectable

ItemSelectable

arg1 int

int

arg2 object

object

arg3 int

int

ItemEvent(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DESELECTED

public static int DESELECTED { get; set; }

Property Value

int

ITEM_FIRST

public static int ITEM_FIRST { get; set; }

Property Value

int

ITEM_LAST

public static int ITEM_LAST { get; set; }

Property Value

int

ITEM_STATE_CHANGED

public static int ITEM_STATE_CHANGED { get; set; }

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 java.lang.AutoCloseable

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

Item

public object Item { get; }

Property Value

object

ItemSelectable

public ItemSelectable ItemSelectable { get; }

Property Value

ItemSelectable

SELECTED

public static int SELECTED { get; set; }

Property Value

int

StateChange

public int StateChange { get; }

Property Value

int

Methods

CreatePoolableInstance(ItemSelectable, int, object, int)

HPA initializer for ItemEvent(Java.Awt.ItemSelectable arg0, int arg1, object arg2, int arg3)

public static ItemEvent CreatePoolableInstance(ItemSelectable arg0, int arg1, object arg2, int arg3)

Parameters

arg0 ItemSelectable
arg1 int
arg2 object
arg3 int

Returns

ItemEvent