Example usage for Java java.awt.event HierarchyEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
int | DISPLAYABILITY_CHANGED A change flag indicates that the HIERARCHY_CHANGED event was generated due to the changing of the hierarchy displayability. |
int | SHOWING_CHANGED A change flag indicates that the HIERARCHY_CHANGED event was generated due to the changing of the hierarchy showing state. |
void | consume() Consumes this event, if this event can be consumed. |
Component | getChanged() Returns the Component at the top of the hierarchy which was changed. |
Container | getChangedParent() Returns the parent of the Component returned by getChanged() . |
long | getChangeFlags() Returns a bitmask which indicates the type(s) of HIERARCHY_CHANGED events represented in this event object. |
Component | getComponent() Returns the originator of the event. |
Object | getSource() The object on which the Event initially occurred. |