Class AdjustmentEvent
public class AdjustmentEvent : AWTEvent, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ISerializable
- Inheritance
-
AdjustmentEvent
- Implements
- Inherited Members
- Extension Methods
Constructors
AdjustmentEvent(Adjustable, int, int, int)
public AdjustmentEvent(Adjustable arg0, int arg1, int arg2, int arg3)
Parameters
arg0Adjustablearg1intarg2intarg3int
AdjustmentEvent(Adjustable, int, int, int, bool)
public AdjustmentEvent(Adjustable arg0, int arg1, int arg2, int arg3, bool arg4)
Parameters
arg0Adjustablearg1intarg2intarg3intarg4bool
AdjustmentEvent(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 AdjustmentEvent(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
ADJUSTMENT_FIRST
public static int ADJUSTMENT_FIRST { get; set; }
Property Value
ADJUSTMENT_LAST
public static int ADJUSTMENT_LAST { get; set; }
Property Value
ADJUSTMENT_VALUE_CHANGED
public static int ADJUSTMENT_VALUE_CHANGED { get; set; }
Property Value
Adjustable
public Adjustable Adjustable { get; }
Property Value
AdjustmentType
public int AdjustmentType { get; }
Property Value
BLOCK_DECREMENT
public static int BLOCK_DECREMENT { get; set; }
Property Value
BLOCK_INCREMENT
public static int BLOCK_INCREMENT { get; set; }
Property Value
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 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
TRACK
public static int TRACK { get; set; }
Property Value
UNIT_DECREMENT
public static int UNIT_DECREMENT { get; set; }
Property Value
UNIT_INCREMENT
public static int UNIT_INCREMENT { get; set; }
Property Value
Value
public int Value { get; }
Property Value
ValueIsAdjusting
public bool ValueIsAdjusting { get; }
Property Value
Methods
CreatePoolableInstance(Adjustable, int, int, int)
HPA initializer for AdjustmentEvent(Java.Awt.Adjustable arg0, int arg1, int arg2, int arg3)
public static AdjustmentEvent CreatePoolableInstance(Adjustable arg0, int arg1, int arg2, int arg3)
Parameters
arg0Adjustablearg1intarg2intarg3int
Returns
CreatePoolableInstance(Adjustable, int, int, int, bool)
HPA initializer for AdjustmentEvent(Java.Awt.Adjustable arg0, int arg1, int arg2, int arg3, bool arg4)
public static AdjustmentEvent CreatePoolableInstance(Adjustable arg0, int arg1, int arg2, int arg3, bool arg4)
Parameters
arg0Adjustablearg1intarg2intarg3intarg4bool