Class Scrollbar
public class Scrollbar : Component, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
Scrollbar
- Implements
- Inherited Members
- Extension Methods
Constructors
Scrollbar()
public Scrollbar()
Exceptions
Scrollbar(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 Scrollbar(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Scrollbar(int)
public Scrollbar(int arg0)
Parameters
Exceptions
Scrollbar(int, int, int, int, int)
public Scrollbar(int arg0, int arg1, int arg2, int arg3, int arg4)
Parameters
Exceptions
Properties
AdjustmentListeners
public AdjustmentListener[] AdjustmentListeners { get; }
Property Value
BlockIncrement
https://docs.oracle.com/javase/8/docs/api/java/awt/Scrollbar.html#getBlockIncrement-- https://docs.oracle.com/javase/8/docs/api/java/awt/Scrollbar.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
LineIncrement
https://docs.oracle.com/javase/8/docs/api/java/awt/Scrollbar.html#getLineIncrement-- https://docs.oracle.com/javase/8/docs/api/java/awt/Scrollbar.html#setLineIncrement-int-
[Obsolete("Deprecated in JVM")]
public int LineIncrement { get; set; }
Property Value
Maximum
https://docs.oracle.com/javase/8/docs/api/java/awt/Scrollbar.html#getMaximum-- https://docs.oracle.com/javase/8/docs/api/java/awt/Scrollbar.html#setMaximum-int-
public int Maximum { get; set; }
Property Value
Minimum
https://docs.oracle.com/javase/8/docs/api/java/awt/Scrollbar.html#getMinimum-- https://docs.oracle.com/javase/8/docs/api/java/awt/Scrollbar.html#setMinimum-int-
public int Minimum { get; set; }
Property Value
Orientation
https://docs.oracle.com/javase/8/docs/api/java/awt/Scrollbar.html#getOrientation-- https://docs.oracle.com/javase/8/docs/api/java/awt/Scrollbar.html#setOrientation-int-
public int Orientation { get; set; }
Property Value
PageIncrement
https://docs.oracle.com/javase/8/docs/api/java/awt/Scrollbar.html#getPageIncrement-- https://docs.oracle.com/javase/8/docs/api/java/awt/Scrollbar.html#setPageIncrement-int-
[Obsolete("Deprecated in JVM")]
public int PageIncrement { get; set; }
Property Value
UnitIncrement
https://docs.oracle.com/javase/8/docs/api/java/awt/Scrollbar.html#getUnitIncrement-- https://docs.oracle.com/javase/8/docs/api/java/awt/Scrollbar.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/Scrollbar.html#getValue-- https://docs.oracle.com/javase/8/docs/api/java/awt/Scrollbar.html#setValue-int-
public int Value { get; set; }
Property Value
ValueIsAdjusting
https://docs.oracle.com/javase/8/docs/api/java/awt/Scrollbar.html#getValueIsAdjusting-- https://docs.oracle.com/javase/8/docs/api/java/awt/Scrollbar.html#setValueIsAdjusting-boolean-
public bool ValueIsAdjusting { get; set; }
Property Value
Visible
[Obsolete("Deprecated in JVM")]
public int Visible { get; }
Property Value
VisibleAmount
https://docs.oracle.com/javase/8/docs/api/java/awt/Scrollbar.html#getVisibleAmount-- https://docs.oracle.com/javase/8/docs/api/java/awt/Scrollbar.html#setVisibleAmount-int-
public int VisibleAmount { get; set; }
Property Value
Methods
AddAdjustmentListener(AdjustmentListener)
public void AddAdjustmentListener(AdjustmentListener arg0)
Parameters
CreatePoolableInstance()
HPA initializer for Scrollbar()
public static Scrollbar CreatePoolableInstance()
Returns
CreatePoolableInstance(int)
HPA initializer for Scrollbar(int arg0)
public static Scrollbar CreatePoolableInstance(int arg0)
Parameters
arg0int
Returns
CreatePoolableInstance(int, int, int, int, int)
HPA initializer for Scrollbar(int arg0, int arg1, int arg2, int arg3, int arg4)
public static Scrollbar CreatePoolableInstance(int arg0, int arg1, int arg2, int arg3, int arg4)
Parameters
Returns
RemoveAdjustmentListener(AdjustmentListener)
public void RemoveAdjustmentListener(AdjustmentListener arg0)
Parameters
SetValues(int, int, int, int)
public void SetValues(int arg0, int arg1, int arg2, int arg3)
Parameters
Operators
implicit operator Adjustable(Scrollbar)
Converter from Scrollbar to Adjustable
public static implicit operator Adjustable(Scrollbar t)
Parameters
Returns
implicit operator Accessible(Scrollbar)
Converter from Scrollbar to Accessible
public static implicit operator Accessible(Scrollbar t)