Class ScrollPane
public class ScrollPane : Container, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
ScrollPane
- Implements
- Inherited Members
- Extension Methods
Constructors
ScrollPane()
public ScrollPane()
Exceptions
ScrollPane(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 ScrollPane(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
ScrollPane(int)
public ScrollPane(int arg0)
Parameters
Exceptions
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
HAdjustable
public Adjustable HAdjustable { get; }
Property Value
HScrollbarHeight
public int HScrollbarHeight { 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
SCROLLBARS_ALWAYS
public static int SCROLLBARS_ALWAYS { get; set; }
Property Value
SCROLLBARS_AS_NEEDED
public static int SCROLLBARS_AS_NEEDED { get; set; }
Property Value
SCROLLBARS_NEVER
public static int SCROLLBARS_NEVER { get; set; }
Property Value
ScrollPosition
https://docs.oracle.com/javase/8/docs/api/java/awt/ScrollPane.html#getScrollPosition-- https://docs.oracle.com/javase/8/docs/api/java/awt/ScrollPane.html#setScrollPosition-java.awt.Point-
public Point ScrollPosition { get; set; }
Property Value
ScrollbarDisplayPolicy
public int ScrollbarDisplayPolicy { get; }
Property Value
VAdjustable
public Adjustable VAdjustable { get; }
Property Value
VScrollbarWidth
public int VScrollbarWidth { get; }
Property Value
ViewportSize
public Dimension ViewportSize { get; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for ScrollPane()
public static ScrollPane CreatePoolableInstance()
Returns
CreatePoolableInstance(int)
HPA initializer for ScrollPane(int arg0)
public static ScrollPane CreatePoolableInstance(int arg0)
Parameters
arg0int
Returns
IsWheelScrollingEnabled()
public bool IsWheelScrollingEnabled()
Returns
ParamString()
public String ParamString()
Returns
SetScrollPosition(int, int)
public void SetScrollPosition(int arg0, int arg1)
Parameters
SetWheelScrollingEnabled(bool)
https://docs.oracle.com/javase/8/docs/api/java/awt/ScrollPane.html#setWheelScrollingEnabled-boolean-
public void SetWheelScrollingEnabled(bool arg0)
Parameters
Operators
implicit operator Accessible(ScrollPane)
Converter from ScrollPane to Accessible
public static implicit operator Accessible(ScrollPane t)