Class ScrollPaneLayout
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
ColumnHeader
public JViewport ColumnHeader { get; }
Property Value
HorizontalScrollBar
public JScrollBar HorizontalScrollBar { get; }
Property Value
HorizontalScrollBarPolicy
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/ScrollPaneLayout.html#getHorizontalScrollBarPolicy() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/ScrollPaneLayout.html#setHorizontalScrollBarPolicy(int)
public int HorizontalScrollBarPolicy { 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 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
RowHeader
public JViewport RowHeader { get; }
Property Value
VerticalScrollBar
public JScrollBar VerticalScrollBar { get; }
Property Value
VerticalScrollBarPolicy
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/ScrollPaneLayout.html#getVerticalScrollBarPolicy() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/ScrollPaneLayout.html#setVerticalScrollBarPolicy(int)
public int VerticalScrollBarPolicy { get; set; }
Property Value
Viewport
public JViewport Viewport { get; }
Property Value
Methods
AddLayoutComponent(String, Component)
public void AddLayoutComponent(String arg0, Component arg1)
Parameters
GetCorner(String)
public Component GetCorner(String arg0)
Parameters
Returns
LayoutContainer(Container)
public void LayoutContainer(Container arg0)
Parameters
MinimumLayoutSize(Container)
public Dimension MinimumLayoutSize(Container arg0)
Parameters
Returns
PreferredLayoutSize(Container)
public Dimension PreferredLayoutSize(Container arg0)
Parameters
Returns
RemoveLayoutComponent(Component)
public void RemoveLayoutComponent(Component arg0)
Parameters
SyncWithScrollPane(JScrollPane)
public void SyncWithScrollPane(JScrollPane arg0)
Parameters
arg0
JScrollPane
Operators
implicit operator LayoutManager(ScrollPaneLayout)
Converter from ScrollPaneLayout to LayoutManager
public static implicit operator LayoutManager(ScrollPaneLayout t)
Parameters
Returns
implicit operator Serializable(ScrollPaneLayout)
Converter from ScrollPaneLayout to Serializable
public static implicit operator Serializable(ScrollPaneLayout t)
Parameters
Returns
implicit operator ScrollPaneConstants(ScrollPaneLayout)
Converter from ScrollPaneLayout to ScrollPaneConstants
public static implicit operator ScrollPaneConstants(ScrollPaneLayout t)