Java java.awt.event HierarchyEvent fields, constructors, methods, implement or subclass

Example usage for Java java.awt.event HierarchyEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.event HierarchyEvent.

The text is from its open source code.

Field

intDISPLAYABILITY_CHANGED
A change flag indicates that the HIERARCHY_CHANGED event was generated due to the changing of the hierarchy displayability.
intSHOWING_CHANGED
A change flag indicates that the HIERARCHY_CHANGED event was generated due to the changing of the hierarchy showing state.

Method

voidconsume()
Consumes this event, if this event can be consumed.
ComponentgetChanged()
Returns the Component at the top of the hierarchy which was changed.
ContainergetChangedParent()
Returns the parent of the Component returned by getChanged() .
longgetChangeFlags()
Returns a bitmask which indicates the type(s) of HIERARCHY_CHANGED events represented in this event object.
ComponentgetComponent()
Returns the originator of the event.
ObjectgetSource()
The object on which the Event initially occurred.