Table of Contents

Class SpringLayout.Constraints

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

Constructors

Constraints()

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

public Constraints()

Constraints(Component)

public Constraints(Component arg0)

Parameters

arg0 Component

Component

Constraints(Spring, Spring)

public Constraints(Spring arg0, Spring arg1)

Parameters

arg0 Spring

Spring

arg1 Spring

Spring

Constraints(Spring, Spring, Spring, Spring)

public Constraints(Spring arg0, Spring arg1, Spring arg2, Spring arg3)

Parameters

arg0 Spring

Spring

arg1 Spring

Spring

arg2 Spring

Spring

arg3 Spring

Spring

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

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

Height

public Spring Height { get; set; }

Property Value

Spring

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

Width

public Spring Width { get; set; }

Property Value

Spring

X

public Spring X { get; set; }

Property Value

Spring

Y

public Spring Y { get; set; }

Property Value

Spring

Methods

GetConstraint(String)

public Spring GetConstraint(String arg0)

Parameters

arg0 String

String

Returns

Spring

Spring

SetConstraint(String, Spring)

public void SetConstraint(String arg0, Spring arg1)

Parameters

arg0 String

String

arg1 Spring

Spring