Table of Contents

Class JLayeredPane

Namespace
Javax.Swing
Assembly
MASES.JNet.dll
public class JLayeredPane : JComponent, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Component>
JLayeredPane
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<Component>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Component>.IsAssignableFrom<T>()
JVMBridgeBase<Component>.Execute<T>(params T[])
JVMBridgeBase<Component>.DynBridgeClazz
JVMBridgeBase<Component>.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.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

JLayeredPane()

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

public JLayeredPane()

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

DEFAULT_LAYER

public static Integer DEFAULT_LAYER { get; }

Property Value

Integer

DRAG_LAYER

public static Integer DRAG_LAYER { get; }

Property Value

Integer

FRAME_CONTENT_LAYER

public static Integer FRAME_CONTENT_LAYER { get; }

Property Value

Integer

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

LAYER_PROPERTY

public static String LAYER_PROPERTY { get; }

Property Value

String

MODAL_LAYER

public static Integer MODAL_LAYER { get; }

Property Value

Integer

PALETTE_LAYER

public static Integer PALETTE_LAYER { get; }

Property Value

Integer

POPUP_LAYER

public static Integer POPUP_LAYER { get; }

Property Value

Integer

Methods

GetComponentCountInLayer(int)

public int GetComponentCountInLayer(int arg0)

Parameters

arg0 int

int

Returns

int

int

GetComponentsInLayer(int)

public Component[] GetComponentsInLayer(int arg0)

Parameters

arg0 int

int

Returns

Component[]

Component

GetIndexOf(Component)

public int GetIndexOf(Component arg0)

Parameters

arg0 Component

Component

Returns

int

int

GetLayer(Component)

public int GetLayer(Component arg0)

Parameters

arg0 Component

Component

Returns

int

int

GetLayer(JComponent)

public static int GetLayer(JComponent arg0)

Parameters

arg0 JComponent

JComponent

Returns

int

int

GetLayeredPaneAbove(Component)

public static JLayeredPane GetLayeredPaneAbove(Component arg0)

Parameters

arg0 Component

Component

Returns

JLayeredPane

JLayeredPane

GetPosition(Component)

public int GetPosition(Component arg0)

Parameters

arg0 Component

Component

Returns

int

int

HighestLayer()

public int HighestLayer()

Returns

int

int

LowestLayer()

public int LowestLayer()

Returns

int

int

MoveToBack(Component)

public void MoveToBack(Component arg0)

Parameters

arg0 Component

Component

MoveToFront(Component)

public void MoveToFront(Component arg0)

Parameters

arg0 Component

Component

PutLayer(JComponent, int)

public static void PutLayer(JComponent arg0, int arg1)

Parameters

arg0 JComponent

JComponent

arg1 int

int

SetLayer(Component, int)

public void SetLayer(Component arg0, int arg1)

Parameters

arg0 Component

Component

arg1 int

int

SetLayer(Component, int, int)

public void SetLayer(Component arg0, int arg1, int arg2)

Parameters

arg0 Component

Component

arg1 int

int

arg2 int

int

SetPosition(Component, int)

public void SetPosition(Component arg0, int arg1)

Parameters

arg0 Component

Component

arg1 int

int

Operators

implicit operator Accessible(JLayeredPane)

Converter from JLayeredPane to Accessible

public static implicit operator Accessible(JLayeredPane t)

Parameters

t JLayeredPane

Returns

Accessible