Class ScrollPane
public class ScrollPane : Container, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
ScrollPane
- Implements
- Inherited Members
- Extension Methods
Constructors
ScrollPane()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public ScrollPane()
ScrollPane(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[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
ScrollPane(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 ScrollPane(params object[] args)
Parameters
argsobject[]
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 Closeable
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; }
Property Value
SCROLLBARS_AS_NEEDED
public static int SCROLLBARS_AS_NEEDED { get; }
Property Value
SCROLLBARS_NEVER
public static int SCROLLBARS_NEVER { get; }
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
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)