API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.event. AncestorListener View Source
Author(s)
Dave Moore
Since
Version
1.13 11/17/05
Serial
Hierarchy
 EventListener
      AncestorListener
Subinterfaces
Description
public interface AncestorListener
  AncestorListener Interface to support notification when changes occur to a JComponent or one of its ancestors.
See also:   
Methods
Hide/Show inherited methods
public void ancestorAdded (AncestorEvent event)
  Called when the source or one of its ancestors is made visible either by setVisible(true) being called or by its being added to the component hierarchy.
public void ancestorMoved (AncestorEvent event)
Called when either the source or one of its ancestors is moved.
public void ancestorRemoved (AncestorEvent event)
  Called when the source or one of its ancestors is made invisible either by setVisible(false) being called or by its being remove from the component hierarchy.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar