Class GridBagConstraints
public class GridBagConstraints : JVMBridgeBase<GridBagConstraints>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<GridBagConstraints>GridBagConstraints
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<GridBagConstraints>.IsAssignableFrom(IJavaType)JVMBridgeBase<GridBagConstraints>.IsAssignableFrom<T>()JVMBridgeBase<GridBagConstraints>.Execute<T>(params T[])JVMBridgeBase<GridBagConstraints>.DynBridgeClazzJVMBridgeBase<GridBagConstraints>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.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
intarg1
intarg2
intarg3
intarg4
doublearg5
doublearg6
intarg7
intarg8
Insetsarg9
intarg10
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
ABOVE_BASELINE_LEADING
public static int ABOVE_BASELINE_LEADING { get; }
Property Value
ABOVE_BASELINE_TRAILING
public static int ABOVE_BASELINE_TRAILING { get; }
Property Value
BASELINE
public static int BASELINE { get; }
Property Value
BASELINE_LEADING
public static int BASELINE_LEADING { get; }
Property Value
BASELINE_TRAILING
public static int BASELINE_TRAILING { get; }
Property Value
BELOW_BASELINE
public static int BELOW_BASELINE { get; }
Property Value
BELOW_BASELINE_LEADING
public static int BELOW_BASELINE_LEADING { get; }
Property Value
BELOW_BASELINE_TRAILING
public static int BELOW_BASELINE_TRAILING { get; }
Property Value
BOTH
public static int BOTH { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
CENTER
public static int CENTER { get; }
Property Value
EAST
public static int EAST { get; }
Property Value
FIRST_LINE_END
public static int FIRST_LINE_END { get; }
Property Value
FIRST_LINE_START
public static int FIRST_LINE_START { get; }
Property Value
HORIZONTAL
public static int HORIZONTAL { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
LAST_LINE_END
public static int LAST_LINE_END { get; }
Property Value
LAST_LINE_START
public static int LAST_LINE_START { get; }
Property Value
LINE_END
public static int LINE_END { get; }
Property Value
LINE_START
public static int LINE_START { get; }
Property Value
NONE
public static int NONE { get; }
Property Value
NORTH
public static int NORTH { get; }
Property Value
NORTHEAST
public static int NORTHEAST { get; }
Property Value
NORTHWEST
public static int NORTHWEST { get; }
Property Value
PAGE_END
public static int PAGE_END { get; }
Property Value
PAGE_START
public static int PAGE_START { get; }
Property Value
RELATIVE
public static int RELATIVE { get; }
Property Value
REMAINDER
public static int REMAINDER { get; }
Property Value
SOUTH
public static int SOUTH { get; }
Property Value
SOUTHEAST
public static int SOUTHEAST { get; }
Property Value
SOUTHWEST
public static int SOUTHWEST { get; }
Property Value
VERTICAL
public static int VERTICAL { get; }
Property Value
WEST
public static int WEST { get; }
Property Value
anchor
public int anchor { get; set; }
Property Value
fill
public int fill { get; set; }
Property Value
gridheight
public int gridheight { get; set; }
Property Value
gridwidth
public int gridwidth { get; set; }
Property Value
gridx
public int gridx { get; set; }
Property Value
gridy
public int gridy { get; set; }
Property Value
insets
public Insets insets { get; set; }
Property Value
ipadx
public int ipadx { get; set; }
Property Value
ipady
public int ipady { get; set; }
Property Value
weightx
public double weightx { get; set; }
Property Value
weighty
public double weighty { get; set; }
Property Value
Operators
implicit operator Serializable(GridBagConstraints)
Converter from GridBagConstraints to Serializable
public static implicit operator Serializable(GridBagConstraints t)
Parameters
Returns
implicit operator Cloneable(GridBagConstraints)
Converter from GridBagConstraints to Cloneable
public static implicit operator Cloneable(GridBagConstraints t)