Class SpringLayout.Constraints
public class SpringLayout.Constraints : JVMBridgeBase<SpringLayout.Constraints>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
SpringLayout.Constraints
- Implements
- Inherited Members
-
JVMBridgeBase<SpringLayout.Constraints>.SExecuteWithSignature(Type, string, string, params object[])JVMBridgeBase<SpringLayout.Constraints>.SExecute<TReturn, TConverter>(Type, string, params object[])
- 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
Constraints(Spring, Spring)
public Constraints(Spring arg0, Spring arg1)
Parameters
Constraints(Spring, Spring, Spring, Spring)
public Constraints(Spring arg0, Spring arg1, Spring arg2, Spring arg3)
Parameters
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
Height
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/SpringLayout.Constraints.html#getHeight() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/SpringLayout.Constraints.html#setHeight(javax.swing.Spring)
public Spring Height { 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
Width
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/SpringLayout.Constraints.html#getWidth() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/SpringLayout.Constraints.html#setWidth(javax.swing.Spring)
public Spring Width { get; set; }
Property Value
X
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/SpringLayout.Constraints.html#getX() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/SpringLayout.Constraints.html#setX(javax.swing.Spring)
public Spring X { get; set; }
Property Value
Y
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/SpringLayout.Constraints.html#getY() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/SpringLayout.Constraints.html#setY(javax.swing.Spring)
public Spring Y { get; set; }
Property Value
Methods
GetConstraint(String)
public Spring GetConstraint(String arg0)
Parameters
Returns
SetConstraint(String, Spring)
public void SetConstraint(String arg0, Spring arg1)