Class Adjustable
public class Adjustable : JVMBridgeBase<Adjustable>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IAdjustable
- Inheritance
-
Adjustable
- Implements
- Inherited Members
-
JVMBridgeBase<Adjustable>.SExecuteWithSignature<TReturn>(IJavaType, string, string, params object[])JVMBridgeBase<Adjustable>.SExecuteWithSignature<TNewClass, TReturn>(string, string, params object[])JVMBridgeBase<Adjustable>.IsAssignableFrom(IJavaType)JVMBridgeBase<Adjustable>.IsAssignableFrom<T>()JVMBridgeBase<Adjustable>.NewWithSignatureAndWrapsDirect<TNewClass>(string, string, params object[])JVMBridgeBase<Adjustable>.Execute<T>(params T[])JVMBridgeBase<Adjustable>.DynBridgeClazzJVMBridgeBase<Adjustable>.BridgeClazzJVMBridgeBase.ReferenceEqualsJVM(IJVMBridgeBase, IJVMBridgeBase)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.CastToAndDetach<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.CastDirectAndDetach<TNewClass>()JVMBridgeBase.CheckDisposed()JVMBridgeBase.ToString()JVMBridgeBase.Equals(IJVMBridgeBase)JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
Adjustable(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 Adjustable(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Adjustable(params object[])
Generic constructor used by JCOBridge when a derived class needs to forward arguments to the base JVMBridgeBase class.
[Obsolete("Adjustable class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Adjustable(params object[] args)
Parameters
argsobject[]
Remarks
Adjustable represents a JVM interface or abstract class in .NET. Instantiating it directly outside of JCOBridge infrastructure is not supported and may produce undefined behavior.
Properties
BlockIncrement
https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html#getBlockIncrement-- https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html#setBlockIncrement-int-
public int BlockIncrement { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
HORIZONTAL
public static int HORIZONTAL { 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
Maximum
https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html#getMaximum-- https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html#setMaximum-int-
public int Maximum { get; set; }
Property Value
Minimum
https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html#getMinimum-- https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html#setMinimum-int-
public int Minimum { get; set; }
Property Value
NO_ORIENTATION
public static int NO_ORIENTATION { get; }
Property Value
Orientation
public int Orientation { get; }
Property Value
UnitIncrement
https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html#getUnitIncrement-- https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html#setUnitIncrement-int-
public int UnitIncrement { get; set; }
Property Value
VERTICAL
public static int VERTICAL { get; }
Property Value
Value
https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html#getValue-- https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html#setValue-int-
public int Value { get; set; }
Property Value
VisibleAmount
https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html#getVisibleAmount-- https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html#setVisibleAmount-int-
public int VisibleAmount { get; set; }
Property Value
Methods
AddAdjustmentListener(AdjustmentListener)
public void AddAdjustmentListener(AdjustmentListener arg0)
Parameters
RemoveAdjustmentListener(AdjustmentListener)
public void RemoveAdjustmentListener(AdjustmentListener arg0)