Class HierarchyEvent
public class HierarchyEvent : AWTEvent, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
- Inheritance
-
HierarchyEvent
- Implements
- Inherited Members
- 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
HierarchyEvent(Component, int, Component, Container, long)
public HierarchyEvent(Component arg0, int arg1, Component arg2, Container arg3, long arg4)
Parameters
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
ANCESTOR_RESIZED
public static int ANCESTOR_RESIZED { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
ChangeFlags
public long ChangeFlags { get; }
Property Value
Changed
public Component Changed { get; }
Property Value
ChangedParent
public Container ChangedParent { get; }
Property Value
Component
public Component Component { get; }
Property Value
DISPLAYABILITY_CHANGED
public static int DISPLAYABILITY_CHANGED { get; }
Property Value
HIERARCHY_CHANGED
public static int HIERARCHY_CHANGED { get; }
Property Value
HIERARCHY_FIRST
public static int HIERARCHY_FIRST { get; }
Property Value
HIERARCHY_LAST
public static int HIERARCHY_LAST { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
PARENT_CHANGED
public static int PARENT_CHANGED { get; }
Property Value
SHOWING_CHANGED
public static int SHOWING_CHANGED { get; }