Table of Contents

Class ScrollPane

Namespace
Java.Awt
Assembly
MASES.JNet.dll
public class ScrollPane : Container, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Component>
ScrollPane
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Component>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Component>.IsAssignableFrom<T>()
JVMBridgeBase<Component>.Execute<T>(params T[])
JVMBridgeBase<Component>.DynBridgeClazz
JVMBridgeBase<Component>.BridgeClazz
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.CastDirect<TNewClass>()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

ScrollPane()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public ScrollPane()

ScrollPane(int)

public ScrollPane(int arg0)

Parameters

arg0 int

int

Exceptions

HeadlessException

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

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

HAdjustable

public Adjustable HAdjustable { get; }

Property Value

Adjustable

HScrollbarHeight

public int HScrollbarHeight { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

SCROLLBARS_ALWAYS

public static int SCROLLBARS_ALWAYS { get; }

Property Value

int

SCROLLBARS_AS_NEEDED

public static int SCROLLBARS_AS_NEEDED { get; }

Property Value

int

SCROLLBARS_NEVER

public static int SCROLLBARS_NEVER { get; }

Property Value

int

ScrollPosition

public Point ScrollPosition { get; set; }

Property Value

Point

ScrollbarDisplayPolicy

public int ScrollbarDisplayPolicy { get; }

Property Value

int

VAdjustable

public Adjustable VAdjustable { get; }

Property Value

Adjustable

VScrollbarWidth

public int VScrollbarWidth { get; }

Property Value

int

ViewportSize

public Dimension ViewportSize { get; }

Property Value

Dimension

Methods

IsWheelScrollingEnabled()

public bool IsWheelScrollingEnabled()

Returns

bool

bool

ParamString()

public String ParamString()

Returns

String

String

SetScrollPosition(int, int)

public void SetScrollPosition(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

SetWheelScrollingEnabled(bool)

public void SetWheelScrollingEnabled(bool arg0)

Parameters

arg0 bool

bool

Operators

implicit operator Accessible(ScrollPane)

Converter from ScrollPane to Accessible

public static implicit operator Accessible(ScrollPane t)

Parameters

t ScrollPane

Returns

Accessible