Class Adjustable
public class Adjustable : JVMBridgeBase<Adjustable>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IAdjustable
- Inheritance
-
Adjustable
- Implements
- 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
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; 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
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; set; }
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; set; }
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)