Class AdjustmentEvent
public class AdjustmentEvent : AWTEvent, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<Serializable>AdjustmentEvent
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Serializable>.IsAssignableFrom(IJavaType)JVMBridgeBase<Serializable>.IsAssignableFrom<T>()JVMBridgeBase<Serializable>.Execute<T>(params T[])JVMBridgeBase<Serializable>.DynBridgeClazzJVMBridgeBase<Serializable>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.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
Adjustablearg1
intarg2
intarg3
int
AdjustmentEvent(Adjustable, int, int, int, bool)
public AdjustmentEvent(Adjustable arg0, int arg1, int arg2, int arg3, bool arg4)
Parameters
arg0
Adjustablearg1
intarg2
intarg3
intarg4
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
ADJUSTMENT_LAST
public static int ADJUSTMENT_LAST { get; }
Property Value
ADJUSTMENT_VALUE_CHANGED
public static int ADJUSTMENT_VALUE_CHANGED { get; }
Property Value
Adjustable
public Adjustable Adjustable { get; }
Property Value
AdjustmentType
public int AdjustmentType { get; }
Property Value
BLOCK_DECREMENT
public static int BLOCK_DECREMENT { get; }
Property Value
BLOCK_INCREMENT
public static int BLOCK_INCREMENT { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
TRACK
public static int TRACK { get; }
Property Value
UNIT_DECREMENT
public static int UNIT_DECREMENT { get; }
Property Value
UNIT_INCREMENT
public static int UNIT_INCREMENT { get; }
Property Value
Value
public int Value { get; }
Property Value
ValueIsAdjusting
public bool ValueIsAdjusting { get; }