Table of Contents

Class GridBagConstraints

Namespace
Java.Awt
Assembly
MASES.JNet.dll
public class GridBagConstraints : JVMBridgeBase<GridBagConstraints>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<GridBagConstraints>
GridBagConstraints
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<GridBagConstraints>.IsAssignableFrom(IJavaType)
JVMBridgeBase<GridBagConstraints>.IsAssignableFrom<T>()
JVMBridgeBase<GridBagConstraints>.Execute<T>(params T[])
JVMBridgeBase<GridBagConstraints>.DynBridgeClazz
JVMBridgeBase<GridBagConstraints>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

GridBagConstraints()

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

public GridBagConstraints()

GridBagConstraints(int, int, int, int, double, double, int, int, Insets, int, int)

public GridBagConstraints(int arg0, int arg1, int arg2, int arg3, double arg4, double arg5, int arg6, int arg7, Insets arg8, int arg9, int arg10)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

arg4 double

double

arg5 double

double

arg6 int

int

arg7 int

int

arg8 Insets

Insets

arg9 int

int

arg10 int

int

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

Parameters

args object[]

Properties

ABOVE_BASELINE

public static int ABOVE_BASELINE { get; }

Property Value

int

ABOVE_BASELINE_LEADING

public static int ABOVE_BASELINE_LEADING { get; }

Property Value

int

ABOVE_BASELINE_TRAILING

public static int ABOVE_BASELINE_TRAILING { get; }

Property Value

int

BASELINE

public static int BASELINE { get; }

Property Value

int

BASELINE_LEADING

public static int BASELINE_LEADING { get; }

Property Value

int

BASELINE_TRAILING

public static int BASELINE_TRAILING { get; }

Property Value

int

BELOW_BASELINE

public static int BELOW_BASELINE { get; }

Property Value

int

BELOW_BASELINE_LEADING

public static int BELOW_BASELINE_LEADING { get; }

Property Value

int

BELOW_BASELINE_TRAILING

public static int BELOW_BASELINE_TRAILING { get; }

Property Value

int

BOTH

public static int BOTH { get; }

Property Value

int

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CENTER

public static int CENTER { get; }

Property Value

int

EAST

public static int EAST { get; }

Property Value

int

FIRST_LINE_END

public static int FIRST_LINE_END { get; }

Property Value

int

FIRST_LINE_START

public static int FIRST_LINE_START { get; }

Property Value

int

HORIZONTAL

public static int HORIZONTAL { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

LAST_LINE_END

public static int LAST_LINE_END { get; }

Property Value

int

LAST_LINE_START

public static int LAST_LINE_START { get; }

Property Value

int

LINE_END

public static int LINE_END { get; }

Property Value

int

LINE_START

public static int LINE_START { get; }

Property Value

int

NONE

public static int NONE { get; }

Property Value

int

NORTH

public static int NORTH { get; }

Property Value

int

NORTHEAST

public static int NORTHEAST { get; }

Property Value

int

NORTHWEST

public static int NORTHWEST { get; }

Property Value

int

PAGE_END

public static int PAGE_END { get; }

Property Value

int

PAGE_START

public static int PAGE_START { get; }

Property Value

int

RELATIVE

public static int RELATIVE { get; }

Property Value

int

REMAINDER

public static int REMAINDER { get; }

Property Value

int

SOUTH

public static int SOUTH { get; }

Property Value

int

SOUTHEAST

public static int SOUTHEAST { get; }

Property Value

int

SOUTHWEST

public static int SOUTHWEST { get; }

Property Value

int

VERTICAL

public static int VERTICAL { get; }

Property Value

int

WEST

public static int WEST { get; }

Property Value

int

anchor

public int anchor { get; set; }

Property Value

int

fill

public int fill { get; set; }

Property Value

int

gridheight

public int gridheight { get; set; }

Property Value

int

gridwidth

public int gridwidth { get; set; }

Property Value

int

gridx

public int gridx { get; set; }

Property Value

int

gridy

public int gridy { get; set; }

Property Value

int

insets

public Insets insets { get; set; }

Property Value

Insets

ipadx

public int ipadx { get; set; }

Property Value

int

ipady

public int ipady { get; set; }

Property Value

int

weightx

public double weightx { get; set; }

Property Value

double

weighty

public double weighty { get; set; }

Property Value

double

Operators

implicit operator Serializable(GridBagConstraints)

Converter from GridBagConstraints to Serializable

public static implicit operator Serializable(GridBagConstraints t)

Parameters

t GridBagConstraints

Returns

Serializable

implicit operator Cloneable(GridBagConstraints)

Converter from GridBagConstraints to Cloneable

public static implicit operator Cloneable(GridBagConstraints t)

Parameters

t GridBagConstraints

Returns

Cloneable