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

/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DAncestorEvent.java58 public static final int ANCESTOR_MOVED = 3; field in class:AncestorEvent
70 * {@link #ANCESTOR_REMOVED} or {@link #ANCESTOR_MOVED}
/openjdk7/jdk/src/share/classes/java/awt/event/
H A DHierarchyEvent.java61 * <code>hide</code> method is called. The {@code ANCESTOR_MOVED} and
112 public static final int ANCESTOR_MOVED = 1 + HIERARCHY_FIRST; field in class:HierarchyEvent
297 case ANCESTOR_MOVED:
298 typeStr = "ANCESTOR_MOVED ("+changed+","+changedParent+")";

Completed in 31 milliseconds