Table of Contents

Class FlowLayout

Namespace
Java.Awt
Assembly
MASES.JNet.dll
public class FlowLayout : JVMBridgeBase<FlowLayout>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<FlowLayout>
FlowLayout
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<FlowLayout>.IsAssignableFrom(IJavaType)
JVMBridgeBase<FlowLayout>.IsAssignableFrom<T>()
JVMBridgeBase<FlowLayout>.Execute<T>(params T[])
JVMBridgeBase<FlowLayout>.DynBridgeClazz
JVMBridgeBase<FlowLayout>.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

FlowLayout()

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

public FlowLayout()

FlowLayout(int)

public FlowLayout(int arg0)

Parameters

arg0 int

int

FlowLayout(int, int, int)

public FlowLayout(int arg0, int arg1, int arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

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

Parameters

args object[]

Properties

AlignOnBaseline

public bool AlignOnBaseline { get; set; }

Property Value

bool

Alignment

public int Alignment { get; set; }

Property Value

int

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CENTER

public static int CENTER { get; }

Property Value

int

Hgap

public int Hgap { get; set; }

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

LEADING

public static int LEADING { get; }

Property Value

int

LEFT

public static int LEFT { get; }

Property Value

int

RIGHT

public static int RIGHT { get; }

Property Value

int

TRAILING

public static int TRAILING { get; }

Property Value

int

Vgap

public int Vgap { get; set; }

Property Value

int

Methods

AddLayoutComponent(String, Component)

public void AddLayoutComponent(String arg0, Component arg1)

Parameters

arg0 String

String

arg1 Component

Component

LayoutContainer(Container)

public void LayoutContainer(Container arg0)

Parameters

arg0 Container

Container

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 LayoutManager(FlowLayout)

Converter from FlowLayout to LayoutManager

public static implicit operator LayoutManager(FlowLayout t)

Parameters

t FlowLayout

Returns

LayoutManager

implicit operator Serializable(FlowLayout)

Converter from FlowLayout to Serializable

public static implicit operator Serializable(FlowLayout t)

Parameters

t FlowLayout

Returns

Serializable