| Klasse java.awt.event.HierarchyEvent | 1.3 |
java.lang.Object
|
+--java.util.EventObject
|
+--java.awt.AWTEvent
|
+--java.awt.event.HierarchyEvent
| Datenelemente | |
|---|---|
| public final static int | ANCESTOR_MOVED |
| public final static int | ANCESTOR_RESIZED |
| public final static int | DISPLAYABILITY_CHANGED |
| public final static int | HIERARCHY_CHANGED |
| public final static int | HIERARCHY_FIRST |
| public final static int | HIERARCHY_LAST |
| public final static int | PARENT_CHANGED |
| public final static int | SHOWING_CHANGED |
| Konstruktoren | |
|---|---|
| public | HierarchyEvent(Component source, int id, Component changed, Container changedParent) |
| public | HierarchyEvent(Component source, int id, Component changed, Container changedParent, long changeFlags) |
| Methoden | |
|---|---|
| public long | getChangeFlags() |
| public Component | getChanged() |
| public Container | getChangedParent() |
| public Component | getComponent() |
| public String | paramString() |