Searched refs:HIERARCHY_FIRST (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DHierarchyEvent.java75 * in the range from {@code HIERARCHY_FIRST} to {@code HIERARCHY_LAST}.
101 public static final int HIERARCHY_FIRST = 1400; // 1300 used by sun.awt.windows.ModalityEvent field in class:HierarchyEvent
107 public static final int HIERARCHY_CHANGED = HIERARCHY_FIRST;
112 public static final int ANCESTOR_MOVED = 1 + HIERARCHY_FIRST;
117 public static final int ANCESTOR_RESIZED = 2 + HIERARCHY_FIRST;

Completed in 573 milliseconds