Class BoxLayout
public class BoxLayout : JVMBridgeBase<BoxLayout>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
BoxLayout
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
BoxLayout()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public BoxLayout()
BoxLayout(Container, int)
public BoxLayout(Container arg0, int arg1)
Parameters
BoxLayout(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 BoxLayout(params object[] args)
Parameters
args
object[]
Properties
Axis
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/BoxLayout.html#getAxis()
public int Axis { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { 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
LINE_AXIS
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/BoxLayout.html#LINE_AXIS
public static int LINE_AXIS { get; }
Property Value
PAGE_AXIS
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/BoxLayout.html#PAGE_AXIS
public static int PAGE_AXIS { get; }
Property Value
Target
public Container Target { get; }
Property Value
X_AXIS
public static int X_AXIS { get; }
Property Value
Y_AXIS
public static int Y_AXIS { get; }
Property Value
Methods
AddLayoutComponent(Component, object)
public void AddLayoutComponent(Component arg0, object arg1)
Parameters
AddLayoutComponent(String, Component)
public void AddLayoutComponent(String arg0, Component arg1)
Parameters
GetLayoutAlignmentX(Container)
public float GetLayoutAlignmentX(Container arg0)
Parameters
Returns
GetLayoutAlignmentY(Container)
public float GetLayoutAlignmentY(Container arg0)
Parameters
Returns
InvalidateLayout(Container)
public void InvalidateLayout(Container arg0)
Parameters
LayoutContainer(Container)
public void LayoutContainer(Container arg0)
Parameters
MaximumLayoutSize(Container)
public Dimension MaximumLayoutSize(Container arg0)
Parameters
Returns
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
Operators
implicit operator LayoutManager2(BoxLayout)
Converter from BoxLayout to LayoutManager2
public static implicit operator LayoutManager2(BoxLayout t)
Parameters
Returns
implicit operator Serializable(BoxLayout)
Converter from BoxLayout to Serializable
public static implicit operator Serializable(BoxLayout t)