Table of Contents

Class BoxLayout

Namespace
Javax.Swing
Assembly
MASES.JNet.dll
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

arg0 Container

Container

arg1 int

int

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

public int Axis { get; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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

LINE_AXIS

public static int LINE_AXIS { get; }

Property Value

int

PAGE_AXIS

public static int PAGE_AXIS { get; }

Property Value

int

Target

public Container Target { get; }

Property Value

Container

X_AXIS

public static int X_AXIS { get; }

Property Value

int

Y_AXIS

public static int Y_AXIS { get; }

Property Value

int

Methods

AddLayoutComponent(Component, object)

public void AddLayoutComponent(Component arg0, object arg1)

Parameters

arg0 Component

Component

arg1 object

object

AddLayoutComponent(String, Component)

public void AddLayoutComponent(String arg0, Component arg1)

Parameters

arg0 String

String

arg1 Component

Component

GetLayoutAlignmentX(Container)

public float GetLayoutAlignmentX(Container arg0)

Parameters

arg0 Container

Container

Returns

float

float

GetLayoutAlignmentY(Container)

public float GetLayoutAlignmentY(Container arg0)

Parameters

arg0 Container

Container

Returns

float

float

InvalidateLayout(Container)

public void InvalidateLayout(Container arg0)

Parameters

arg0 Container

Container

LayoutContainer(Container)

public void LayoutContainer(Container arg0)

Parameters

arg0 Container

Container

MaximumLayoutSize(Container)

public Dimension MaximumLayoutSize(Container arg0)

Parameters

arg0 Container

Container

Returns

Dimension

Dimension

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

Operators

implicit operator LayoutManager2(BoxLayout)

Converter from BoxLayout to LayoutManager2

public static implicit operator LayoutManager2(BoxLayout t)

Parameters

t BoxLayout

Returns

LayoutManager2

implicit operator Serializable(BoxLayout)

Converter from BoxLayout to Serializable

public static implicit operator Serializable(BoxLayout t)

Parameters

t BoxLayout

Returns

Serializable