Searched defs:HierarchyEvent (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DHierarchyEvent.java70 * </code> method. Each such listener object gets this <code>HierarchyEvent
74 * of any particular {@code HierarchyEvent} instance is not
77 * The {@code changeFlags} parameter of any {@code HierarchyEvent} instance takes one of the following
80 * <li> {@code HierarchyEvent.PARENT_CHANGED}
81 * <li> {@code HierarchyEvent.DISPLAYABILITY_CHANGED}
82 * <li> {@code HierarchyEvent.SHOWING_CHANGED}
92 public class HierarchyEvent extends AWTEvent { class in inherits:AWTEvent
170 * Constructs an <code>HierarchyEvent</code> object to identify a
180 * the class description for {@link HierarchyEvent}
193 public HierarchyEvent(Componen method in class:HierarchyEvent
230 public HierarchyEvent(Component source, int id, Component changed, method in class:HierarchyEvent
[all...]

Completed in 28 milliseconds