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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DAncestorNotifier.java45 class AncestorNotifier implements ComponentListener, PropertyChangeListener, Serializable class in inherits:ComponentListener,PropertyChangeListener,Serializable
51 AncestorNotifier(JComponent root) { method in class:AncestorNotifier
H A DJComponent.java4607 private AncestorNotifier getAncestorNotifier() {
4608 return (AncestorNotifier)
4623 AncestorNotifier ancestorNotifier = getAncestorNotifier();
4625 ancestorNotifier = new AncestorNotifier(this);
4640 AncestorNotifier ancestorNotifier = getAncestorNotifier();
4665 AncestorNotifier ancestorNotifier = getAncestorNotifier();
4710 // AncestorListeners are handled by the AncestorNotifier

Completed in 46 milliseconds