Table of Contents

Class AdjustmentEvent

Namespace
Java.Awt.EventNs
Assembly
MASES.JNet.dll
public class AdjustmentEvent : AWTEvent, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
Inheritance
JVMBridgeBase
JVMBridgeBase<Serializable>
AdjustmentEvent
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

AdjustmentEvent()

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

public AdjustmentEvent()

AdjustmentEvent(Adjustable, int, int, int)

public AdjustmentEvent(Adjustable arg0, int arg1, int arg2, int arg3)

Parameters

arg0 Adjustable

Adjustable

arg1 int

int

arg2 int

int

arg3 int

int

AdjustmentEvent(Adjustable, int, int, int, bool)

public AdjustmentEvent(Adjustable arg0, int arg1, int arg2, int arg3, bool arg4)

Parameters

arg0 Adjustable

Adjustable

arg1 int

int

arg2 int

int

arg3 int

int

arg4 bool

bool

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

Parameters

args object[]

Properties

ADJUSTMENT_FIRST

public static int ADJUSTMENT_FIRST { get; }

Property Value

int

ADJUSTMENT_LAST

public static int ADJUSTMENT_LAST { get; }

Property Value

int

ADJUSTMENT_VALUE_CHANGED

public static int ADJUSTMENT_VALUE_CHANGED { get; }

Property Value

int

Adjustable

public Adjustable Adjustable { get; }

Property Value

Adjustable

AdjustmentType

public int AdjustmentType { get; }

Property Value

int

BLOCK_DECREMENT

public static int BLOCK_DECREMENT { get; }

Property Value

int

BLOCK_INCREMENT

public static int BLOCK_INCREMENT { get; }

Property Value

int

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

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

TRACK

public static int TRACK { get; }

Property Value

int

UNIT_DECREMENT

public static int UNIT_DECREMENT { get; }

Property Value

int

UNIT_INCREMENT

public static int UNIT_INCREMENT { get; }

Property Value

int

Value

public int Value { get; }

Property Value

int

ValueIsAdjusting

public bool ValueIsAdjusting { get; }

Property Value

bool