Class ItemEvent
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
arg0ItemSelectablearg1intarg2objectarg3int
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DESELECTED
public static int DESELECTED { get; set; }
Property Value
ITEM_FIRST
public static int ITEM_FIRST { get; set; }
Property Value
ITEM_LAST
public static int ITEM_LAST { get; set; }
Property Value
ITEM_STATE_CHANGED
public static int ITEM_STATE_CHANGED { get; set; }
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 java.lang.AutoCloseable
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
Item
public object Item { get; }
Property Value
ItemSelectable
public ItemSelectable ItemSelectable { get; }
Property Value
SELECTED
public static int SELECTED { get; set; }
Property Value
StateChange
public int StateChange { get; }
Property Value
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
arg0ItemSelectablearg1intarg2objectarg3int