Table of Contents

Class ScrollPaneLayout

Namespace
Javax.Swing
Assembly
MASES.JNet.dll
public class ScrollPaneLayout : JVMBridgeBase<ScrollPaneLayout>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
ScrollPaneLayout
Implements
Derived
Inherited Members
Extension Methods

Constructors

ScrollPaneLayout()

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

public ScrollPaneLayout()

ScrollPaneLayout(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 ScrollPaneLayout(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

ColumnHeader

public JViewport ColumnHeader { get; }

Property Value

JViewport

HorizontalScrollBar

public JScrollBar HorizontalScrollBar { get; }

Property Value

JScrollBar

HorizontalScrollBarPolicy

public int HorizontalScrollBarPolicy { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

RowHeader

public JViewport RowHeader { get; }

Property Value

JViewport

VerticalScrollBar

public JScrollBar VerticalScrollBar { get; }

Property Value

JScrollBar

VerticalScrollBarPolicy

public int VerticalScrollBarPolicy { get; set; }

Property Value

int

Viewport

public JViewport Viewport { get; }

Property Value

JViewport

Methods

AddLayoutComponent(String, Component)

public void AddLayoutComponent(String arg0, Component arg1)

Parameters

arg0 String

String

arg1 Component

Component

GetCorner(String)

public Component GetCorner(String arg0)

Parameters

arg0 String

String

Returns

Component

Component

LayoutContainer(Container)

public void LayoutContainer(Container arg0)

Parameters

arg0 Container

Container

MinimumLayoutSize(Container)

public Dimension MinimumLayoutSize(Container arg0)

Parameters

arg0 Container

Container

Returns

Dimension

Dimension

PreferredLayoutSize(Container)

public Dimension PreferredLayoutSize(Container arg0)

Parameters

arg0 Container

Container

Returns

Dimension

Dimension

RemoveLayoutComponent(Component)

public void RemoveLayoutComponent(Component arg0)

Parameters

arg0 Component

Component

SyncWithScrollPane(JScrollPane)

public void SyncWithScrollPane(JScrollPane arg0)

Parameters

arg0 JScrollPane

JScrollPane

Operators

implicit operator LayoutManager(ScrollPaneLayout)

Converter from ScrollPaneLayout to LayoutManager

public static implicit operator LayoutManager(ScrollPaneLayout t)

Parameters

t ScrollPaneLayout

Returns

LayoutManager

implicit operator Serializable(ScrollPaneLayout)

Converter from ScrollPaneLayout to Serializable

public static implicit operator Serializable(ScrollPaneLayout t)

Parameters

t ScrollPaneLayout

Returns

Serializable

implicit operator ScrollPaneConstants(ScrollPaneLayout)

public static implicit operator ScrollPaneConstants(ScrollPaneLayout t)

Parameters

t ScrollPaneLayout

Returns

ScrollPaneConstants