Table of Contents

Class HierarchyEvent

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

HierarchyEvent()

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

public HierarchyEvent()

HierarchyEvent(Component, int, Component, Container)

public HierarchyEvent(Component arg0, int arg1, Component arg2, Container arg3)

Parameters

arg0 Component

Component

arg1 int

int

arg2 Component

Component

arg3 Container

Container

HierarchyEvent(Component, int, Component, Container, long)

public HierarchyEvent(Component arg0, int arg1, Component arg2, Container arg3, long arg4)

Parameters

arg0 Component

Component

arg1 int

int

arg2 Component

Component

arg3 Container

Container

arg4 long

long

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

Parameters

args object[]

Properties

ANCESTOR_MOVED

public static int ANCESTOR_MOVED { get; }

Property Value

int

ANCESTOR_RESIZED

public static int ANCESTOR_RESIZED { get; }

Property Value

int

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

ChangeFlags

public long ChangeFlags { get; }

Property Value

long

Changed

public Component Changed { get; }

Property Value

Component

ChangedParent

public Container ChangedParent { get; }

Property Value

Container

Component

public Component Component { get; }

Property Value

Component

DISPLAYABILITY_CHANGED

public static int DISPLAYABILITY_CHANGED { get; }

Property Value

int

HIERARCHY_CHANGED

public static int HIERARCHY_CHANGED { get; }

Property Value

int

HIERARCHY_FIRST

public static int HIERARCHY_FIRST { get; }

Property Value

int

HIERARCHY_LAST

public static int HIERARCHY_LAST { 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

PARENT_CHANGED

public static int PARENT_CHANGED { get; }

Property Value

int

SHOWING_CHANGED

public static int SHOWING_CHANGED { get; }

Property Value

int